Uses of Class
org.apache.lucene.util.BytesRefBuilder
-
-
Uses of BytesRefBuilder in org.apache.lucene.analysis.miscellaneous
Methods in org.apache.lucene.analysis.miscellaneous that return BytesRefBuilder Modifier and Type Method Description BytesRefBuilderConcatenateGraphFilter.BytesRefBuilderTermAttribute. builder()Returns the builder from which the term is derived.BytesRefBuilderConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl. builder() -
Uses of BytesRefBuilder in org.apache.lucene.analysis.tokenattributes
Fields in org.apache.lucene.analysis.tokenattributes declared as BytesRefBuilder Modifier and Type Field Description protected BytesRefBuilderCharTermAttributeImpl. builderMay be used by subclasses to convert to different charsets / encodings for implementingCharTermAttributeImpl.getBytesRef(). -
Uses of BytesRefBuilder in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type BytesRefBuilder Constructor Description Term(String fld, BytesRefBuilder bytesBuilder)Constructs a Term with the given field and the bytes from a builder. -
Uses of BytesRefBuilder in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type BytesRefBuilder Modifier and Type Method Description voidBytesRefBuilder. append(BytesRefBuilder builder)Append the provided bytes to this builder.voidBytesRefBuilder. copyBytes(BytesRefBuilder builder)Replace the content of this builder with the provided bytes.BytesRefBytesRefArray. get(BytesRefBuilder spare, int index)Returns the n'th element of thisBytesRefArray -
Uses of BytesRefBuilder in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton with parameters of type BytesRefBuilder Modifier and Type Method Description BytesRefCompiledAutomaton. floor(BytesRef input, BytesRefBuilder output)Finds largest term accepted by this Automaton, that's <= the provided input term. -
Uses of BytesRefBuilder in org.apache.lucene.util.fst
Methods in org.apache.lucene.util.fst with parameters of type BytesRefBuilder Modifier and Type Method Description static BytesRefUtil. toBytesRef(IntsRef input, BytesRefBuilder scratch)Just converts IntsRef to BytesRef; you must ensure the int values fit into a byte. -
Uses of BytesRefBuilder in org.elasticsearch.common
Methods in org.elasticsearch.common with parameters of type BytesRefBuilder Modifier and Type Method Description static byte[]Strings. toUTF8Bytes(CharSequence charSequence, BytesRefBuilder spare) -
Uses of BytesRefBuilder in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene with parameters of type BytesRefBuilder Modifier and Type Method Description static BytesRefBytesRefs. toBytesRef(Object value, BytesRefBuilder spare) -
Uses of BytesRefBuilder in org.elasticsearch.index.fielddata
Fields in org.elasticsearch.index.fielddata declared as BytesRefBuilder Modifier and Type Field Description protected BytesRefBuilder[]ScriptDocValues.BinaryScriptDocValues. valuesprotected BytesRefBuilder[]ScriptDocValues.BinaryScriptDocValues. valuesprotected BytesRefBuilder[]SortingBinaryDocValues. values -
Uses of BytesRefBuilder in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store with parameters of type BytesRefBuilder Modifier and Type Method Description static voidStore.MetadataSnapshot. hashFile(BytesRefBuilder fileHash, InputStream in, long size)Computes a strong hash value for small files. -
Uses of BytesRefBuilder in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type BytesRefBuilder Modifier and Type Method Description protected BytesRefMultiValueMode. pick(BinaryDocValues values, BytesRefBuilder builder, DocIdSetIterator docItr, int startDoc, int endDoc, int maxChildren) -
Uses of BytesRefBuilder in org.elasticsearch.search.suggest.phrase
Fields in org.elasticsearch.search.suggest.phrase declared as BytesRefBuilder Modifier and Type Field Description protected BytesRefBuilderWordScorer. spareMethods in org.elasticsearch.search.suggest.phrase with parameters of type BytesRefBuilder Modifier and Type Method Description protected BytesRefDirectCandidateGenerator.TokenConsumer. fillBytesRef(BytesRefBuilder spare)BytesRefCorrection. join(BytesRef separator, BytesRefBuilder result, BytesRef preTag, BytesRef postTag)static BytesRefWordScorer. join(BytesRef separator, BytesRefBuilder result, BytesRef... toJoin)protected voidDirectCandidateGenerator. postFilter(DirectCandidateGenerator.Candidate candidate, CharsRefBuilder spare, BytesRefBuilder byteSpare, List<DirectCandidateGenerator.Candidate> candidates)protected BytesRefDirectCandidateGenerator. preFilter(BytesRef term, CharsRefBuilder spare, BytesRefBuilder byteSpare)
-