Uses of Class
org.apache.lucene.util.CharsRef
-
Packages that use CharsRef Package Description org.apache.lucene.util Some utility classes.org.apache.lucene.util.fst Finite state transducers -
-
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 fromotherMethods 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 comparisonvoidCharsRef. 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 fromotherstatic voidUnicodeUtil. UTF8toUTF16(byte[] utf8, int offset, int length, CharsRef chars)Interprets the given byte array as UTF-8 and converts to UTF-16.static voidUnicodeUtil. UTF8toUTF16(BytesRef bytesRef, CharsRef chars)Utility method forUnicodeUtil.UTF8toUTF16(byte[], int, int, CharsRef) -
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)CharsRefCharSequenceOutputs. subtract(CharsRef output, CharsRef inc)voidCharSequenceOutputs. write(CharsRef prefix, DataOutput out)
-