Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
NameOperatorVariationExamples
Term{TOKEN}
Code Block
languagetext
themeConfluence
all these are tokens
Phrase"{TOKEN} {TOKEN}"'{TOKEN} {TOKEN}'
Code Block
languagetext
themeConfluence
"This is a phrase" but all these are tokens
Code Block
languagetext
themeConfluence
'This is a phrase' but all these are tokens
Or{OPERAND} OR {OPERAND}

Explicit

Code Block
languagetext
themeConfluence
one OR two

If OR is the implicit operator

Code Block
languagetext
themeConfluence
one two
And{OPERAND} AND {OPERAND}

Explicit

Code Block
languagetext
themeConfluence
one AND two

If AND is the implicit operator

Code Block
languagetext
themeConfluence
one two
NotNOT {OPERAND}- {OPERAND}
Code Block
languagetext
themeConfluence
this but NOT that
Code Block
languagetext
themeConfluence
this but -that
Grouping( {OPERAND} {OPERAND} ... )
Code Block
languagetext
themeConfluence
(cats AND dogs)
Code Block
languagetext
themeConfluence
(cats AND dogs NOT ("black cats" OR "white dogs"))
BOOTS{OPERAND}^{NUMBER}
Code Block
languagetext
themeConfluence
dogs^3.5 have more boost than cats^2
Wildcard


Date Range{DATE}:{DATE}{DATE}-{DATE}
Code Block
languagetext
themeConfluence
Code Block
languagetext
themeConfluence
Range{NUMBER}:{NUMBER}{NUMBER}-{NUMBER}
Code Block
languagetext
themeConfluence
Code Block
languagetext
themeConfluence
Field{FIELD_NAME}:{OPERAND}
Code Block
languagetext
themeConfluence
Near{OPERAND} NEAR {OPERAND}
Code Block
languagetext
themeConfluence
Before{OPERAND} BEFORE {OPERAND}
Code Block
languagetext
themeConfluence
Adjacent{OPERAND} ADJ {OPERAND}
Code Block
languagetext
themeConfluence
Span Not{OPERAND} SPAN_NOT {OPERAND}
Code Block
languagetext
themeConfluence