# Functions
NewDocument creates a document with the specific id and score.
NewMetadata creates a new Metadata object.
NewNumericField creates a new numeric field with the given name.
NewTextField creates a new text field with the given weight.
No description provided by the author
# Constants
GeoField geo-indexed point field.
NoIndexField A field that shuold not be indexed.
NumericField numeric range field.
TextField full-text field.
ValueField as-as short text value to be hashed and indexed.
# Structs
Document represents a single document to be indexed or returned from a query.
Field represents a single field's metadata.
Metadata represents an index schema metadata, or how the index would treat documents sent to it.
TextFieldOptions Options for text fields - weight and stemming enabled/disabled.
# Interfaces
Index is the abstract representation of a search index we're working against.
# Type aliases
DocumentList is used to sort documents by descending score.
FieldType is an enumeration of field/property types.