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
# Constants
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
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Interfaces
Attribute Base class for Attributes that can be added to a AttributeSourceV2.
BytesTermAttr This attribute can be used if you have the raw term bytes to be indexed.
CharTermAttr The term text of a Token.
No description provided by the author
OffsetAttr The start and end character offset of a Token.
No description provided by the author
PayloadAttr The payload of a Token.
PositionIncrAttr Determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.
No description provided by the author
Term2BytesAttr This attribute is requested by TermsHashPerField to index the contents.
TermFreqAttr Sets the custom term frequency of a term within one document.
TypeAttr A Token's lexical types.