Uses of Class
org.apache.lucene.util.IntsRefBuilder
-
Packages that use IntsRefBuilder Package Description org.apache.lucene.search.suggest.analyzing org.apache.lucene.util.fst -
-
Uses of IntsRefBuilder in org.apache.lucene.search.suggest.analyzing
Fields in org.apache.lucene.search.suggest.analyzing declared as IntsRefBuilder Modifier and Type Field Description IntsRefBuilderFSTUtil.Path. inputInput of the path so far:Constructors in org.apache.lucene.search.suggest.analyzing with parameters of type IntsRefBuilder Constructor Description Path(int state, FST.Arc<T> fstNode, T output, IntsRefBuilder input)Sole constructor. -
Uses of IntsRefBuilder in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as IntsRefBuilder Modifier and Type Field Description IntsRefBuilderUtil.FSTPath. inputMethods in org.apache.lucene.util.fst with parameters of type IntsRefBuilder Modifier and Type Method Description voidUtil.TopNSearcher. addStartPaths(FST.Arc<T> node, T startOutput, boolean allowEmptyString, IntsRefBuilder input)voidUtil.TopNSearcher. addStartPaths(FST.Arc<T> node, T startOutput, boolean allowEmptyString, IntsRefBuilder input, float boost, CharSequence context, int payload)Adds all leaving arcs, including 'finished' arc, if the node is final, from this node into the queue.static IntsRefUtil. getByOutput(FST<Long> fst, long targetOutput, FST.BytesReader in, FST.Arc<Long> arc, FST.Arc<Long> scratchArc, IntsRefBuilder result)Deprecated.static IntsRefUtil. toIntsRef(BytesRef input, IntsRefBuilder scratch)Just takes unsigned byte values from the BytesRef and converts into an IntsRef.static IntsRefUtil. toUTF16(CharSequence s, IntsRefBuilder scratch)Just maps each UTF16 unit (char) to the ints in an IntsRef.static IntsRefUtil. toUTF32(char[] s, int offset, int length, IntsRefBuilder scratch)Decodes the Unicode codepoints from the provided char[] and places them in the provided scratch IntsRef, which must not be null, returning it.static IntsRefUtil. toUTF32(CharSequence s, IntsRefBuilder scratch)Decodes the Unicode codepoints from the provided CharSequence and places them in the provided scratch IntsRef, which must not be null, returning it.
-