Represents an indexed document in the search index.
The type of document being indexed.
The document keys that can be returned in search results.
Readonly
Bloom filter signatures for the document grouped by word frequency. Any words added to a signature are searchable but not retrievable.
Summary fields for the document. These are preserved as-is.
Represents an indexed document in the search index.