Uses of Class
org.apache.lucene.util.BytesRefBuilder
-
Packages that use BytesRefBuilder Package Description org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.org.apache.lucene.analysis.synonym Analysis components for Synonyms.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.queries.function Queries that compute score based upon a function.org.apache.lucene.queries.function.docvalues FunctionValues for different data types.org.apache.lucene.search Code to search indices.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.spell Suggest alternate spellings for words.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.suggest.fst Finite-state based autosuggest.org.apache.lucene.util Some utility classes.org.apache.lucene.util.automaton Finite-state automaton for regular expressions.org.apache.lucene.util.fst Finite state transducersorg.apache.lucene.util.mutable Comparable object wrappers -
-
Uses of BytesRefBuilder in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type BytesRefBuilder Modifier and Type Method Description (package private) static voidDictionary. encodeFlags(BytesRefBuilder b, char[] flags) -
Uses of BytesRefBuilder in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl. bytes(package private) BytesRefBuilderConcatenateGraphFilter.EscapingTokenStreamToAutomaton. spareprivate BytesRefBuilderStemmerOverrideFilter.Builder. spareMethods 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.synonym
Fields in org.apache.lucene.analysis.synonym declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderSynonymMap.Builder. utf8Scratch -
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.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderBlockTermsWriter.TermsWriter. lastPrevTermprivate BytesRefBuilderFixedGapTermsIndexWriter.SimpleFieldWriter. lastTermprivate BytesRefBuilderVariableGapTermsIndexWriter.FSTFieldWriter. lastTermprivate BytesRefBuilderBlockTermsReader.FieldReader.SegmentTermsEnum. termBytesRefBuilderBlockTermsWriter.TermEntry. term -
Uses of BytesRefBuilder in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderBlockTreeTermsWriter.TermsWriter. lastTermprivate BytesRefBuilderBlockTreeTermsWriter.TermsWriter. suffixWriter(package private) BytesRefBuilderSegmentTermsEnum. term -
Uses of BytesRefBuilder in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderOrdsBlockTreeTermsWriter.TermsWriter. lastTerm(package private) BytesRefBuilderOrdsSegmentTermsEnum. term -
Uses of BytesRefBuilder in org.apache.lucene.codecs.idversion
Fields in org.apache.lucene.codecs.idversion declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderVersionBlockTreeTermsWriter.TermsWriter. lastTerm(package private) BytesRefBuilderIDVersionSegmentTermsEnum. term -
Uses of BytesRefBuilder in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as BytesRefBuilder Modifier and Type Field Description (package private) BytesRefBuilderFSTTermsReader.TermsReader.IntersectTermsEnum. termMethods in org.apache.lucene.codecs.memory that return BytesRefBuilder Modifier and Type Method Description (package private) BytesRefBuilderFSTTermsReader.TermsReader.IntersectTermsEnum. grow(int label)(package private) BytesRefBuilderFSTTermsReader.TermsReader.IntersectTermsEnum. shrink() -
Uses of BytesRefBuilder in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as BytesRefBuilder Modifier and Type Field Description (package private) BytesRefBuilderSimpleTextSegmentInfoFormat.BytesRefOutput. bytes(package private) BytesRefBuilderSimpleTextBKDWriter. scratch(package private) BytesRefBuilderSimpleTextDocValuesReader. scratch(package private) BytesRefBuilderSimpleTextDocValuesWriter. scratchprivate BytesRefBuilderSimpleTextFieldsReader.SimpleTextDocsEnum. scratchprivate BytesRefBuilderSimpleTextFieldsReader.SimpleTextPostingsEnum. scratchprivate BytesRefBuilderSimpleTextFieldsReader.SimpleTextTerms. scratchprivate BytesRefBuilderSimpleTextFieldsWriter. scratch(package private) BytesRefBuilderSimpleTextPointsReader. scratch(package private) BytesRefBuilderSimpleTextPointsWriter. scratchprivate BytesRefBuilderSimpleTextStoredFieldsReader. scratchprivate BytesRefBuilderSimpleTextStoredFieldsWriter. scratchprivate BytesRefBuilderSimpleTextTermVectorsReader. scratchprivate BytesRefBuilderSimpleTextTermVectorsWriter. scratchprivate BytesRefBuilderSimpleTextFieldsReader.SimpleTextPostingsEnum. scratch2Methods in org.apache.lucene.codecs.simpletext with parameters of type BytesRefBuilder Modifier and Type Method Description private intSimpleTextBKDReader. parseInt(BytesRefBuilder scratch, BytesRef prefix)private voidSimpleTextBKDReader. readLine(IndexInput in, BytesRefBuilder scratch)static voidSimpleTextUtil. readLine(DataInput in, BytesRefBuilder scratch)private java.lang.StringSimpleTextFieldInfosFormat. readString(int offset, BytesRefBuilder scratch)private java.lang.StringSimpleTextSegmentInfoFormat. readString(int offset, BytesRefBuilder scratch)private java.lang.StringSimpleTextTermVectorsReader. readString(int offset, BytesRefBuilder scratch)private booleanSimpleTextBKDReader. startsWith(BytesRefBuilder scratch, BytesRef prefix)private java.lang.StringSimpleTextBKDReader. stripPrefix(BytesRefBuilder scratch, BytesRef prefix)private java.lang.StringSimpleTextCompoundFormat. stripPrefix(BytesRefBuilder scratch, BytesRef prefix)static voidSimpleTextUtil. write(DataOutput out, java.lang.String s, BytesRefBuilder scratch)static voidSimpleTextUtil. writeChecksum(IndexOutput out, BytesRefBuilder scratch) -
Uses of BytesRefBuilder in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as BytesRefBuilder Modifier and Type Field Description protected BytesRefBuilderBlockReader. forcedTermSet whenBlockReader.seekExact(BytesRef, TermState)is called.protected BytesRefBuilderIntersectBlockReader.AutomatonNextTermCalculator. seekBytesRefMethods in org.apache.lucene.codecs.uniformsplit with parameters of type BytesRefBuilder Modifier and Type Method Description static longRamUsageUtil. ramBytesUsed(BytesRefBuilder bytesRefBuilder) -
Uses of BytesRefBuilder in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BytesRefBuilder Modifier and Type Field Description (package private) BytesRefBuilderPrefixCodedTerms.TermIterator. builderprivate BytesRefBuilderMultiTermsEnum. lastSeekScratchprivate BytesRefBuilderPrefixCodedTerms.Builder. lastTermBytes(package private) BytesRefBuilderFreqProxFields.FreqProxPostingsEnum. payloadprivate BytesRefBuilderSortedDocValuesTermsEnum. scratchprivate BytesRefBuilderSortedSetDocValuesTermsEnum. scratchprivate BytesRefBuilderAutomatonTermsEnum. seekBytesRefprivate BytesRefBuilderBinaryDocValuesWriter.SortingBinaryDocValues. spare(package private) BytesRefBuilderBinaryDocValuesWriter.BufferedBinaryDocValues. valueprivate BytesRefBuilderBinaryDocValuesFieldUpdates. valuesConstructors in org.apache.lucene.index with parameters of type BytesRefBuilder Constructor Description Term(java.lang.String fld, BytesRefBuilder bytesBuilder)Constructs a Term with the given field and the bytes from a builder. -
Uses of BytesRefBuilder in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderMemoryIndex.MemoryIndexReader.MemoryPostingsEnum. payloadBuilder -
Uses of BytesRefBuilder in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function with parameters of type BytesRefBuilder Modifier and Type Method Description booleanFunctionValues. bytesVal(int doc, BytesRefBuilder target)returns the bytes representation of the string val - TODO: should this return the indexed raw bytes not? -
Uses of BytesRefBuilder in org.apache.lucene.queries.function.docvalues
Methods in org.apache.lucene.queries.function.docvalues with parameters of type BytesRefBuilder Modifier and Type Method Description booleanDocTermsIndexDocValues. bytesVal(int doc, BytesRefBuilder target) -
Uses of BytesRefBuilder in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BytesRefBuilder Modifier and Type Field Description BytesRefBuilderTopTermsRewrite.ScoreTerm. bytesprivate BytesRefBuilder[]FieldComparator.TermOrdValComparator. tempBRsprivate BytesRefBuilder[]FieldComparator.TermValComparator. tempBRs -
Uses of BytesRefBuilder in org.apache.lucene.search.highlight
Fields in org.apache.lucene.search.highlight declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderTokenStreamFromTermVector. spareBytesRefBuilder -
Uses of BytesRefBuilder in org.apache.lucene.search.spell
Fields in org.apache.lucene.search.spell declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderHighFrequencyDictionary.HighFrequencyIterator. spareprivate BytesRefBuilderPlainTextDictionary.FileIterator. spare -
Uses of BytesRefBuilder in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderFileDictionary.FileIterator. curPayloadprivate BytesRefBuilderBufferedInputIterator. payloadSpareprivate BytesRefBuilderUnsortedInputIterator. payloadSpareprivate BytesRefBuilderBufferedInputIterator. spareprivate BytesRefBuilderFileDictionary.FileIterator. spareprivate BytesRefBuilderUnsortedInputIterator. spare -
Uses of BytesRefBuilder in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderNRTSuggesterBuilder. analyzedprivate BytesRefBuilderCompletionFieldsConsumer.CompletionTermWriter. scratchprivate BytesRefBuilderContextQuery.ContextCompletionWeight. scratch -
Uses of BytesRefBuilder in org.apache.lucene.search.suggest.fst
Fields in org.apache.lucene.search.suggest.fst declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderFSTCompletionBuilder. scratchScratch buffer forFSTCompletionBuilder.add(BytesRef, int). -
Uses of BytesRefBuilder in org.apache.lucene.util
Fields in org.apache.lucene.util declared as BytesRefBuilder Modifier and Type Field Description private BytesRefBuilderOfflineSorter.ByteSequencesReader. refMethods 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(package private) voidByteBlockPool. setBytesRef(BytesRefBuilder builder, BytesRef result, long offset, int length)Fill the providedBytesRefwith the bytes at the specified offset/length slice.private voidBytesRefArray. setBytesRef(BytesRefBuilder spare, BytesRef result, int index)Used only by sort below, to set aBytesRefwith the specified slice, avoiding copying bytes in the common case when the slice is contained in a single block in the byte block pool. -
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 private BytesRefCompiledAutomaton. addTail(int state, BytesRefBuilder term, int idx, int leadLabel)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.apache.lucene.util.mutable
Fields in org.apache.lucene.util.mutable declared as BytesRefBuilder Modifier and Type Field Description BytesRefBuilderMutableValueStr. value
-