Add a document record to the index.
Document id to index.
Structured field record for the document.
Nothing.
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.