aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.qr-searchers.def
blob: ac0c0dd6ada6920e5785b78a1d417247328429b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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="<hi>"
tag.bold.close string default="</hi>"
tag.separator string default="<sep />"

# 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=""

## Default docsum class the QR server should ask the backend to
## use for representing hints as default.
com.yahoo.prelude.fastsearch.IndexedBackend.docsum.defaultclass 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=""