Reverse Search IndexIndex pipeline stage configuration specifications
The Reverse Search index stage is used for Reverse Search. See Reverse Search for more information.
|
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|
This stage sends 'Saved Query Documents' to the reverse-search collection for indexing
skip - boolean
Set to true to skip this stage.
Default: false
label - string
A unique label for this stage.
<= 255 characters
condition - string
Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.
collection - stringrequired
Name of the collection on reverse search node to index the query document
queryField - stringrequired
Name of field which contains reverse search query
Default: q
commitWithin - integer
Time when reverse search query will be available [ms]
Default: 3000
partitionFields - array[object]
Static values for partition fields
object attributes:{field
required : {
display name: Field
type: string
}value
: {
display name: Value
type: string
}}
partitionFieldMapping - array[object]
Map the fields from incoming documents to reverse search
object attributes:{source
required : {
display name: Source Field
type: string
}target
required : {
display name: Partition field
type: string
}}