set

A set specifies criteria for identifying match partitions.

Syntax

< boolean_set> | <ranked_set>

Parameters

Parameter Description
<boolean_set> String specifying a boolean query.
<ranked_set> String specifying a ranked query.

Remarks

A query can be ranked or unranked. When you perform a ranked query, search results can be ordered according to their rank (that is, relevance); the match with the highest rank is the first match. When you perform an unranked query, search results are ordered sequentially; the match that occurs closest to the beginning of a content collection is the first match. Ranked queries can contain an optional Boolean portion called a domain.

Example

[field, computer price : 3000]
[content collection]
[and: cat dog]

See Also

query

boolean_set