📄 prodsearch.properties
字号:
####
# OFBiz Search Settings
# $Id: prodsearch.properties,v 1.7 2004/01/28 22:17:05 jonesde Exp $
####
# The stop word bags contain words to be removed from search keyword list
# These should be colon separated and the list should start and end with colons
# The words should all be lower case
# The .or is for OR searches and the .and for AND searches
stop.word.bag.or=:the:and:or:not:if:is:it:of:to:a:as:at:in:into:on:onto:so:but:me:you:your:yes:no:this:that:there:their:because:for:while:with:without:get:put:have:has:do:does:same:different:use:using:
stop.word.bag.and=:the:and:or:not:if:is:it:of:to:a:as:at:in:into:on:onto:so:but:me:you:your:yes:no:this:that:there:their:because:for:while:with:without:get:put:have:has:do:does:same:different:use:using:
# The stem bag is used to remove suffixes from words passed in the search string and found while indexing
# IF the remove.stems properties is true
remove.stems=true
stem.bag=:s:ies:y:
# Characters that should be used as token separators when pulling out keywords
index.keyword.separators=;: ,.!?\t\"\'\r\n\\/()[]{}*%<>-+_
# Assign a weight to each product keyword source during indexing/keywork inuduction
index.weight.Product.productId=1
index.weight.Product.productName=1
index.weight.Product.brandName=1
index.weight.Product.description=1
index.weight.Product.longDescription=1
index.weight.ProductFeatureAndAppl.description=1
index.weight.ProductFeatureAndAppl.abbrev=1
index.weight.ProductFeatureAndAppl.idCode=1
index.weight.ProductAttribute.attrName=0
index.weight.ProductAttribute.attrValue=1
index.weight.GoodIdentification.idValue=1
index.weight.Variant.Product.productId=1
index.include.ProductContentTypes=PRODUCT_NAME,DESCRIPTION,LONG_DESCRIPTION,INGREDIENTS,WARNINGS,DIRECTIONS
index.weight.ProductContent.PRODUCT_NAME=1
index.weight.ProductContent.DESCRIPTION=1
index.weight.ProductContent.LONG_DESCRIPTION=1
index.weight.ProductContent.INGREDIENTS=1
index.weight.ProductContent.WARNINGS=1
index.weight.ProductContent.DIRECTIONS=1
# a set of productFeatureTypeIds to not include when attaching features to groups for categories from product feature sets
# see the attachProductFeaturesToCategory service for more details
# both of the following are comma delimited lists
attach.feature.type.exclude=BILLING_FEATURE,GIFT_WRAP
# if this (the include property) is empty all types will be included, if it contains anything only those types will be included
attach.feature.type.include=
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -