package
0.0.0-20240905174813-5b86810c7bc7
Repository: https://github.com/geange/lucene-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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

# Constants

HOLE We add this arc to represent a hole.
No description provided by the author
POS_SEP We create transition between two adjacent tokens.

# Variables

No description provided by the author

# Structs

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
CharArraySet A simple class that stores Strings as char[]'s in a hash table.
No description provided by the author
GraphTokenFilter An abstract TokenFilter that exposes its input stream as a graph Call incrementBaseToken() to move the root of the graph to the next position in the TokenStream, incrementGraphToken() to move along the current graph, and incrementGraph() to reset to the next graph based at the current root.
LowerCaseFilter Normalizes token text to lower case.
StopFilter Removes stop words from a token stream.
No description provided by the author
TokenStreamToAutomaton Consumes a TokenStream and creates an Automaton where the transition labels are UTF8 bytes (or Unicode code points if unicodeArcs is true) from the TermToBytesRefAttribute.
WordlistLoader Loader for text files that represent a list of stopwords.

# Interfaces

No description provided by the author
An Analyzer builds TokenStreams, which analyze text.
No description provided by the author
No description provided by the author
No description provided by the author
FilteringTokenFilter Abstract base class for TokenFilters that may remove tokens.
No description provided by the author
StopWordAnalyzer Base class for Analyzers that need to make use of stopword sets.
A TokenFilter is a TokenStream whose input is another TokenStream.
No description provided by the author
A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text.