| Package | Description |
|---|---|
| org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
| org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
| org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
| org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| org.apache.lucene.queries.function.docvalues |
FunctionValues for different data types.
|
| org.apache.lucene.search.highlight |
Highlighting search terms.
|
| org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
| org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
| org.apache.lucene.search.suggest.document |
Support for document suggestion
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
private CharsRefBuilder |
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl.charsRef |
private CharsRefBuilder |
StemmerOverrideFilter.Builder.charsSpare |
| Modifier and Type | Field and Description |
|---|---|
private CharsRefBuilder |
PatternCaptureGroupTokenFilter.spare |
| Modifier and Type | Field and Description |
|---|---|
(package private) CharsRefBuilder[] |
SynonymFilter.PendingOutputs.outputs |
private CharsRefBuilder |
SynonymGraphFilter.scratchChars |
private CharsRefBuilder |
SynonymFilter.scratchChars
Deprecated.
|
(package private) CharsRefBuilder |
SynonymGraphFilter.BufferedInputToken.term |
(package private) CharsRefBuilder |
SynonymFilter.PendingInput.term |
| Modifier and Type | Method and Description |
|---|---|
CharsRef |
SynonymMap.Parser.analyze(java.lang.String text,
CharsRefBuilder reuse)
Sugar: analyzes the text with the analyzer and
separates by
SynonymMap.WORD_SEPARATOR. |
static CharsRef |
SynonymMap.Builder.join(java.lang.String[] words,
CharsRefBuilder reuse)
Sugar: just joins the provided terms with
SynonymMap.WORD_SEPARATOR. |
private CharsRef |
WordnetSynonymParser.parseSynonym(java.lang.String line,
CharsRefBuilder reuse) |
| Modifier and Type | Field and Description |
|---|---|
private CharsRefBuilder |
SimpleTextTermVectorsReader.scratchUTF16 |
private CharsRefBuilder |
SimpleTextStoredFieldsReader.scratchUTF16 |
private CharsRefBuilder |
SimpleTextFieldsReader.SimpleTextDocsEnum.scratchUTF16 |
private CharsRefBuilder |
SimpleTextFieldsReader.SimpleTextPostingsEnum.scratchUTF16 |
private CharsRefBuilder |
SimpleTextFieldsReader.SimpleTextTerms.scratchUTF16 |
private CharsRefBuilder |
SimpleTextFieldsReader.SimpleTextPostingsEnum.scratchUTF16_2 |
| Modifier and Type | Method and Description |
|---|---|
private int |
SimpleTextLiveDocsFormat.parseIntAt(BytesRef bytes,
int offset,
CharsRefBuilder scratch) |
| Modifier and Type | Field and Description |
|---|---|
protected CharsRefBuilder |
DocTermsIndexDocValues.spareChars |
| Modifier and Type | Field and Description |
|---|---|
private CharsRefBuilder |
TokenStreamFromTermVector.termCharsBuilder |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<DirectSpellChecker.ScoreTerm> |
DirectSpellChecker.suggestSimilar(Term term,
int numSug,
IndexReader ir,
int docfreq,
int editDistance,
float accuracy,
CharsRefBuilder spare)
Provide spelling corrections based on several parameters.
|
| Modifier and Type | Method and Description |
|---|---|
private Lookup.LookupResult |
AnalyzingSuggester.getLookupResult(java.lang.Long output1,
BytesRef output2,
CharsRefBuilder spare) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
NRTSuggester.PayLoadProcessor.parseSurfaceForm(BytesRef output,
int payloadSep,
CharsRefBuilder spare) |
| Modifier and Type | Method and Description |
|---|---|
CharsRefBuilder |
CharsRefBuilder.append(char c) |
CharsRefBuilder |
CharsRefBuilder.append(java.lang.CharSequence csq) |
CharsRefBuilder |
CharsRefBuilder.append(java.lang.CharSequence csq,
int start,
int end) |