Uses of Class
org.apache.lucene.util.CharsRef
-
Packages that use CharsRef Package Description org.apache.lucene.analysis.synonym org.apache.lucene.search.uhighlight org.apache.lucene.util org.apache.lucene.util.automaton org.apache.lucene.util.fst -
-
Uses of CharsRef in org.apache.lucene.analysis.synonym
Methods in org.apache.lucene.analysis.synonym that return CharsRef Modifier and Type Method Description CharsRefSynonymMap.Parser. analyze(String text, CharsRefBuilder reuse)Sugar: analyzes the text with the analyzer and separates bySynonymMap.WORD_SEPARATOR.static CharsRefSynonymMap.Builder. join(String[] words, CharsRefBuilder reuse)Sugar: just joins the provided terms withSynonymMap.WORD_SEPARATOR.Methods in org.apache.lucene.analysis.synonym with parameters of type CharsRef Modifier and Type Method Description voidSynonymMap.Builder. add(CharsRef input, CharsRef output, boolean includeOrig)Add a phrase->phrase synonym mapping. -
Uses of CharsRef in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight with parameters of type CharsRef Modifier and Type Method Description default booleanCharArrayMatcher. match(CharsRef chars)Returntrueif the passed-in CharsRef matches -
Uses of CharsRef in org.apache.lucene.util
Methods in org.apache.lucene.util that return CharsRef Modifier and Type Method Description CharsRefCharsRef. clone()Returns a shallow clone of this instance (the underlying characters are not copied and will be shared by both the returned object and this object.static CharsRefCharsRef. deepCopyOf(CharsRef other)Creates a new CharsRef that points to a copy of the chars fromotherCharsRefCharsRefBuilder. get()Return aCharsRefthat points to the internal content of this builder.CharsRefCharsRefBuilder. toCharsRef()Build a newCharsRefthat has the same content as this builder.Methods in org.apache.lucene.util that return types with arguments of type CharsRef Modifier and Type Method Description static Comparator<CharsRef>CharsRef. getUTF16SortedAsUTF8Comparator()Deprecated.This comparator is only a transition mechanismMethods in org.apache.lucene.util with parameters of type CharsRef Modifier and Type Method Description booleanCharsRef. charsEquals(CharsRef other)intCharsRef. compareTo(CharsRef other)Signed int order comparisonvoidCharsRefBuilder. copyChars(CharsRef other)Copies the givenCharsRefreferenced content into this instance.static CharsRefCharsRef. deepCopyOf(CharsRef other)Creates a new CharsRef that points to a copy of the chars fromother -
Uses of CharsRef in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton with parameters of type CharsRef Modifier and Type Method Description voidDaciukMihovAutomatonBuilder. add(CharsRef current)Add another character sequence to this automaton. -
Uses of CharsRef in org.apache.lucene.util.fst
Methods in org.apache.lucene.util.fst that return CharsRef Modifier and Type Method Description CharsRefCharSequenceOutputs. add(CharsRef prefix, CharsRef output)CharsRefCharSequenceOutputs. common(CharsRef output1, CharsRef output2)CharsRefCharSequenceOutputs. getNoOutput()CharsRefCharSequenceOutputs. read(DataInput in)CharsRefCharSequenceOutputs. subtract(CharsRef output, CharsRef inc)Methods in org.apache.lucene.util.fst with parameters of type CharsRef Modifier and Type Method Description CharsRefCharSequenceOutputs. add(CharsRef prefix, CharsRef output)CharsRefCharSequenceOutputs. common(CharsRef output1, CharsRef output2)StringCharSequenceOutputs. outputToString(CharsRef output)longCharSequenceOutputs. ramBytesUsed(CharsRef output)CharsRefCharSequenceOutputs. subtract(CharsRef output, CharsRef inc)voidCharSequenceOutputs. write(CharsRef prefix, DataOutput out)
-