configdefinitions.container.qr-searchers.def Maven / Gradle / Ivy
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=container
# this file needs more comments
tag.bold.open string default=""
tag.bold.close string default=""
tag.separator string default=" "
# some searcher specific configuration parameters:
com.yahoo.prelude.searcher.FieldCollapsingSearcher.collapsesize int default=1
com.yahoo.prelude.searcher.FieldCollapsingSearcher.extrafactor double default=2.0
com.yahoo.prelude.searcher.FieldCollapsingSearcher.collapsefield string default="mid"
com.yahoo.prelude.searcher.BlendingSearcher.numthreads int default=200
# The field we'll unique on, use [id] to unique on the document id
com.yahoo.prelude.searcher.BlendingSearcher.docid string default=""
com.yahoo.prelude.searcher.JuniperSearcher.source string default=""
com.yahoo.prelude.searcher.JuniperSearcher.defaultdoctype string default=""
com.yahoo.prelude.searcher.XMLStringSearcher.source string default=""
com.yahoo.prelude.querytransform.PhrasingSearcher.automatonfile string default=""
com.yahoo.prelude.querytransform.NonPhrasingSearcher.automatonfile string default=""
com.yahoo.prelude.querytransform.TermReplacingSearcher.termlist[] string
com.yahoo.prelude.querytransform.CompleteBoostSearcher.source string default=""
com.yahoo.prelude.querytransform.ExactStringSearcher.source string default=""
com.yahoo.prelude.querytransform.LiteralBoostSearcher.source string default=""
com.yahoo.prelude.querytransform.TermBoostSearcher.source string default=""
com.yahoo.prelude.querytransform.NormalizingSearcher.source string default=""
com.yahoo.prelude.querytransform.StemmingSearcher.source string default=""
com.yahoo.prelude.statistics.StatisticsSearcher.latencybucketsize int default=30
# here users may add their custom searchers
# (all strings should be class names)
customizedsearchers.rawquery[] string
customizedsearchers.transformedquery[] string
customizedsearchers.blendedresult[] string
customizedsearchers.unblendedresult[] string
customizedsearchers.backend[] string
customizedsearchers.argument[].key string
customizedsearchers.argument[].value string
## This is for adding searchers which should be below BlendingSearcher,
## but not be linked to any Vespa cluster (directly).
external[].name string
external[].searcher[] string
# Search cluster specific information.
## Name of search cluster.
searchcluster[].name string
## Names of search definitions served by search cluster.
searchcluster[].searchdef[] string
## configid that may be used to get rank-profiles config for the cluster.
searchcluster[].rankprofiles_configid string default=""
## Indexing mode of search cluster.
searchcluster[].indexingmode enum { REALTIME, STREAMING } default=REALTIME
## Storage cluster route to use for search cluster if indexingmode is streaming.
searchcluster[].storagecluster.routespec string default=""
# flags for enabling legacy behavior in weakAnd query parsing:
## make "a b,c d" parse as (WAND "a" (AND "b" "c") "d")
parserSettings.keepImplicitAnds bool default=true
## mark segment-and items (for folding later) in query parsing
parserSettings.markSegmentAnds bool default=false
## keep segment-and items as-is in query parsing (overrides markSegmentAnds)
parserSettings.keepSegmentAnds bool default=false
## keep ideographic comma and full stop (default: replace with space)
parserSettings.keepIdeographicPunctuation bool default=false
© 2015 - 2025 Weber Informatics LLC | Privacy Policy