Add a document record to the index.
Document id to index.
Structured field record for the document.
Nothing.
Traverse every scalar value for a field in native value/doc-id order.
Field name supplying the order.
Optional paging and direction options.
Candidate page in global field order.
Run a between range query for a field.
Field name to query.
Inclusive lower bound.
Inclusive upper bound.
Optional paging options.
Candidate page of matching document ids.
Run a contains query for a field/value pair.
Field name to query.
Value to match.
Optional paging options.
Candidate page of matching document ids.
Run an equality query for a field/value pair.
Field name to query.
Value to match.
Optional paging options.
Candidate page of matching document ids.
Run a greater-than-or-equal range query for a field.
Field name to query.
Inclusive lower bound.
Optional paging options.
Candidate page of matching document ids.
Run a less-than-or-equal range query for a field.
Field name to query.
Inclusive upper bound.
Optional paging options.
Candidate page of matching document ids.
In-memory structured index that builds term/contains/range postings.