📄 prodsearch.properties
字号:
##### OFBiz Search Settings# $Id: prodsearch.properties 3688 2004-10-15 01:28:10Z jonesde $##### 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 searchesstop.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 trueremove.stems=truestem.bag=:s:ies:y:# Characters that should be used as token separators when pulling out keywordsindex.keyword.separators=;: ,.!?\t\"\'\r\n\\/()[]{}*%<>-+_# Assign a weight to each product keyword source during indexing/keywork inuductionindex.weight.Product.productId=1index.weight.Product.productName=1index.weight.Product.internalName=1index.weight.Product.brandName=1index.weight.Product.description=1index.weight.Product.longDescription=1index.weight.ProductFeatureAndAppl.description=1index.weight.ProductFeatureAndAppl.abbrev=1index.weight.ProductFeatureAndAppl.idCode=1index.weight.ProductAttribute.attrName=0index.weight.ProductAttribute.attrValue=1index.weight.GoodIdentification.idValue=1index.weight.Variant.Product.productId=1index.include.ProductContentTypes=PRODUCT_NAME,DESCRIPTION,LONG_DESCRIPTION,INGREDIENTS,WARNINGS,DIRECTIONSindex.weight.ProductContent.PRODUCT_NAME=1index.weight.ProductContent.DESCRIPTION=1index.weight.ProductContent.LONG_DESCRIPTION=1index.weight.ProductContent.INGREDIENTS=1index.weight.ProductContent.WARNINGS=1index.weight.ProductContent.DIRECTIONS=1# should we index variant products or products that are discontinued for sale?index.ignore.variants=falseindex.ignore.discontinued.sales=false# 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 listsattach.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 includedattach.feature.type.include=
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -