many
|
Counts the number of times
that a word, stemmed word, or phrase occurs in a document. Relevance-ranks
the document according to its density.
|
paragraph
phrase
sentence
stem
word
wildcard
|
<many><stem>(write)
|
order
|
Specifies that the items in
the documents occur in the same order in which they appear in the
query.
Always place the order modifier just before the
operator
|
near/n
paragraph
sentence
|
Simple syntax:
tidbits<order><paragraph>king
Explicit syntax:
<order><paragraph>(tidbits,king)
|