package
0.0.0-20240905174813-5b86810c7bc7
Repository: https://github.com/geange/lucene-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewField Create field with any.
No description provided by the author
No description provided by the author
No description provided by the author
NewFloatDocValuesField Syntactic sugar for encoding floats as NumericDocValues via Float.floatToRawIntBits(float).
No description provided by the author
No description provided by the author
No description provided by the author
NewLongPoint Creates a new LongPoint, indexing the provided N-dimensional long point.
NewNumericDocValuesField Creates a new DocValues field with the specified 64-bit long value name: field name value: 64-bit long value or null if the existing fields value should be removed on update.
No description provided by the author
No description provided by the author
NewStringField Creates a new textual StringField, indexing the provided String value as a single token.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DOC_VALUES_TYPE_BINARY A per-document byte[].
DOC_VALUES_TYPE_NONE No doc values for this field.
DOC_VALUES_TYPE_NUMERIC A per-document Number.
DOC_VALUES_TYPE_SORTED A pre-sorted byte[].
DOC_VALUES_TYPE_SORTED_NUMERIC A pre-sorted Number[].
DOC_VALUES_TYPE_SORTED_SET A pre-sorted Set<byte[]>.
No description provided by the author
No description provided by the author
INDEX_OPTIONS_DOCS Only documents are indexed: term frequencies and positions are omitted.
INDEX_OPTIONS_DOCS_AND_FREQS Only documents and term frequencies are indexed: positions are omitted.
INDEX_OPTIONS_DOCS_AND_FREQS_AND_POSITIONS Indexes documents, frequencies and positions.
INDEX_OPTIONS_DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS Indexes documents, frequencies, positions and offsets.
INDEX_OPTIONS_NONE Not indexed.
No description provided by the author
No description provided by the author
MaxDimensions Maximum number of dimensions.
MaxIndexDimensions Maximum number of index dimensions.
MaxNumBytes Maximum number of bytes for each dimension.
NO: don't visit this field, but continue processing fields for this document.
STOP: don't visit this field and stop processing any other fields for this document.
YES: the field should be visited.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BinaryDocValuesField Field that stores a per-document value([]byte).
BinaryPoint An indexed binary field for fast range filters.
No description provided by the author
No description provided by the author
No description provided by the author
Document Documents are the unit of indexing and search.
DoubleDocValuesField Syntactic sugar for encoding doubles as NumericDocValues via Double.doubleToRawLongBits(double).
DoublePoint An indexed double field for fast range filters.
Field * TextField: Reader or String indexed for full-text search * StringField: String indexed verbatim as a single token * IntPoint: int indexed for exact/range queries.
FieldInfo Access to the Field Info file that describes document fields and whether or not they are indexed.
FieldType Describes the properties of a field.
No description provided by the author
FloatPoint An indexed float field for fast range filters.
FloatRange An indexed Float Range field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LongPoint An indexed long field for fast range filters.
NumericDocValuesField Field that stores a per-document long value for scoring, sorting or value retrieval.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
IndexableField Represents a single field for indexing.
No description provided by the author
IndexableFieldType Describes the properties of a field.
No description provided by the author
StoredFieldVisitor Expert: provides a low-level means of accessing the stored field values in an index.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author