Uses of Class
org.apache.lucene.util.automaton.CompiledAutomaton
-
Packages that use CompiledAutomaton Package Description 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.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.queries.intervals Intervals queriesorg.apache.lucene.search Code to search indices.org.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of CompiledAutomaton in org.apache.lucene.codecs.blocktree
Methods in org.apache.lucene.codecs.blocktree with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnumFieldReader. intersect(CompiledAutomaton compiled, BytesRef startTerm) -
Uses of CompiledAutomaton in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as CompiledAutomaton Modifier and Type Field Description (package private) CompiledAutomatonOrdsIntersectTermsEnum. compiledAutomatonMethods in org.apache.lucene.codecs.blocktreeords with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnumOrdsFieldReader. intersect(CompiledAutomaton compiled, BytesRef startTerm)Constructors in org.apache.lucene.codecs.blocktreeords with parameters of type CompiledAutomaton Constructor Description OrdsIntersectTermsEnum(OrdsFieldReader fr, CompiledAutomaton compiled, BytesRef startTerm) -
Uses of CompiledAutomaton in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnumBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm) -
Uses of CompiledAutomaton in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as CompiledAutomaton Modifier and Type Field Description private CompiledAutomatonDirectPostingsFormat.DirectField.DirectIntersectTermsEnum. compiledAutomatonMethods in org.apache.lucene.codecs.memory with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnumDirectPostingsFormat.DirectField. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumFSTTermsReader.TermsReader. intersect(CompiledAutomaton compiled, BytesRef startTerm)Constructors in org.apache.lucene.codecs.memory with parameters of type CompiledAutomaton Constructor Description DirectIntersectTermsEnum(CompiledAutomaton compiled, BytesRef startTerm)IntersectTermsEnum(CompiledAutomaton compiled, BytesRef startTerm) -
Uses of CompiledAutomaton in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type CompiledAutomaton Modifier and Type Method Description protected voidUniformSplitTerms. checkIntersectAutomatonType(CompiledAutomaton automaton)TermsEnumUniformSplitTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type CompiledAutomaton Constructor Description AutomatonNextTermCalculator(CompiledAutomaton compiled)IntersectBlockReader(CompiledAutomaton compiled, BytesRef startTerm, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder) -
Uses of CompiledAutomaton in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnumSTUniformSplitTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)Constructors in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type CompiledAutomaton Constructor Description STIntersectBlockReader(CompiledAutomaton compiled, BytesRef startTerm, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, FieldInfos fieldInfos) -
Uses of CompiledAutomaton in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnumExitableDirectoryReader.ExitableTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumFilterSortedDocValues. intersect(CompiledAutomaton automaton)TermsEnumFilterSortedSetDocValues. intersect(CompiledAutomaton automaton)TermsEnumFreqProxTermsWriter.SortingTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumMultiTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumSortedDocValues. intersect(CompiledAutomaton automaton)Returns aTermsEnumover the values, filtered by aCompiledAutomatonThe enum supportsTermsEnum.ord().TermsEnumSortedSetDocValues. intersect(CompiledAutomaton automaton)Returns aTermsEnumover the values, filtered by aCompiledAutomatonThe enum supportsTermsEnum.ord().TermsEnumTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)Returns a TermsEnum that iterates over all terms and documents that are accepted by the providedCompiledAutomaton.Constructors in org.apache.lucene.index with parameters of type CompiledAutomaton Constructor Description AutomatonTermsEnum(TermsEnum tenum, CompiledAutomaton compiled)Construct an enumerator based upon an automaton, enumerating the specified field, working on a supplied TermsEnum -
Uses of CompiledAutomaton in org.apache.lucene.queries.intervals
Fields in org.apache.lucene.queries.intervals declared as CompiledAutomaton Modifier and Type Field Description private CompiledAutomatonMultiTermIntervalsSource. automatonMethods in org.apache.lucene.queries.intervals with parameters of type CompiledAutomaton Modifier and Type Method Description static IntervalsSourceIntervals. multiterm(CompiledAutomaton ca, int maxExpansions, java.lang.String pattern)Expert: Return anIntervalsSourceover the disjunction of all terms that's accepted by the given automaton WARNING: SettingmaxExpansionsto higher than the default value of 128 can be both slow and memory-intensivestatic IntervalsSourceIntervals. multiterm(CompiledAutomaton ca, java.lang.String pattern)Expert: Return anIntervalsSourceover the disjunction of all terms that's accepted by the given automatonConstructors in org.apache.lucene.queries.intervals with parameters of type CompiledAutomaton Constructor Description MultiTermIntervalsSource(CompiledAutomaton automaton, int maxExpansions, java.lang.String pattern) -
Uses of CompiledAutomaton in org.apache.lucene.search
Fields in org.apache.lucene.search declared as CompiledAutomaton Modifier and Type Field Description private CompiledAutomaton[]FuzzyTermsEnum. automataprivate CompiledAutomaton[]FuzzyTermsEnum.AutomatonAttributeImpl. automataprotected CompiledAutomatonAutomatonQuery. compiledMethods in org.apache.lucene.search that return CompiledAutomaton Modifier and Type Method Description (package private) CompiledAutomaton[]FuzzyAutomatonBuilder. buildAutomatonSet()(package private) CompiledAutomatonFuzzyAutomatonBuilder. buildMaxEditAutomaton()CompiledAutomatonFuzzyQuery. getAutomata()Returns the compiled automata used to match termsCompiledAutomaton[]FuzzyTermsEnum.AutomatonAttribute. getAutomata()CompiledAutomaton[]FuzzyTermsEnum.AutomatonAttributeImpl. getAutomata() -
Uses of CompiledAutomaton in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnumTermVectorFilteredLeafReader.TermsFilteredTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)
-