A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

a - Variable in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
a - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
abort() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
 
abort() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
abort() - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
 
abort() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
abort() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
abort() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
abort() - Method in class org.apache.lucene.codecs.StoredFieldsWriter
Aborts writing entirely, implementation should remove any partially-written files, etc.
abort() - Method in class org.apache.lucene.codecs.TermVectorsWriter
Aborts writing entirely, implementation should remove any partially-written files, etc.
ABSOLUTE_MIN_SORT_BUFFER_SIZE - Static variable in class org.apache.lucene.util.OfflineSorter
Absolute minimum required buffer size for sorting.
AbstractAllGroupHeadsCollector<GH extends AbstractAllGroupHeadsCollector.GroupHead> - Class in org.apache.lucene.search.grouping
This collector specializes in collecting the most relevant document (group head) for each group that match the query.
AbstractAllGroupHeadsCollector(int) - Constructor for class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
AbstractAllGroupHeadsCollector.GroupHead<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
Represents a group head.
AbstractAllGroupHeadsCollector.GroupHead(GROUP_VALUE_TYPE, int) - Constructor for class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.GroupHead
 
AbstractAllGroupHeadsCollector.TemporalResult - Class in org.apache.lucene.search.grouping
Contains the result of group head retrieval.
AbstractAllGroupHeadsCollector.TemporalResult() - Constructor for class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.TemporalResult
 
AbstractAllGroupsCollector<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
A collector that collects all groups that match the query.
AbstractAllGroupsCollector() - Constructor for class org.apache.lucene.search.grouping.AbstractAllGroupsCollector
 
AbstractAnalysisFactory - Class in org.apache.lucene.analysis.util
Abstract parent class for analysis factories TokenizerFactory, TokenFilterFactory and CharFilterFactory.
AbstractAnalysisFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Initialize this factory via a set of key-value pairs.
AbstractDistinctValuesCollector<GC extends AbstractDistinctValuesCollector.GroupCount<?>> - Class in org.apache.lucene.search.grouping
A second pass grouping collector that keeps track of distinct values for a specified field for the top N group.
AbstractDistinctValuesCollector() - Constructor for class org.apache.lucene.search.grouping.AbstractDistinctValuesCollector
 
AbstractDistinctValuesCollector.GroupCount<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
Returned by AbstractDistinctValuesCollector.getGroups(), representing the value and set of distinct values for the group.
AbstractDistinctValuesCollector.GroupCount(GROUP_VALUE_TYPE) - Constructor for class org.apache.lucene.search.grouping.AbstractDistinctValuesCollector.GroupCount
 
AbstractEncoder - Class in org.apache.lucene.analysis.payloads
Base class for payload encoders.
AbstractEncoder() - Constructor for class org.apache.lucene.analysis.payloads.AbstractEncoder
 
AbstractFirstPassGroupingCollector<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
FirstPassGroupingCollector is the first of two passes necessary to collect grouped hits.
AbstractFirstPassGroupingCollector(Sort, int) - Constructor for class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
Create the first pass collector.
AbstractGroupFacetCollector - Class in org.apache.lucene.search.grouping
Base class for computing grouped facets.
AbstractGroupFacetCollector(String, String, BytesRef) - Constructor for class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
AbstractGroupFacetCollector.FacetEntry - Class in org.apache.lucene.search.grouping
Represents a facet entry with a value and a count.
AbstractGroupFacetCollector.FacetEntry(BytesRef, int) - Constructor for class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.FacetEntry
 
AbstractGroupFacetCollector.GroupedFacetResult - Class in org.apache.lucene.search.grouping
The grouped facet result.
AbstractGroupFacetCollector.GroupedFacetResult(int, int, boolean, int, int) - Constructor for class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.GroupedFacetResult
 
AbstractGroupFacetCollector.SegmentResult - Class in org.apache.lucene.search.grouping
Contains the local grouped segment counts for a particular segment.
AbstractGroupFacetCollector.SegmentResult(int[], int, int, int) - Constructor for class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
 
AbstractQueryConfig - Class in org.apache.lucene.queryparser.flexible.core.config
This class is the base of QueryConfigHandler and FieldConfig.
AbstractRangeQueryNode<T extends FieldValuePairQueryNode<?>> - Class in org.apache.lucene.queryparser.flexible.standard.nodes
This class should be extended by nodes intending to represent range queries.
AbstractRangeQueryNode() - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Constructs an AbstractRangeQueryNode, it should be invoked only by its extenders.
AbstractSecondPassGroupingCollector<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
SecondPassGroupingCollector is the second of two passes necessary to collect grouped docs.
AbstractSecondPassGroupingCollector(Collection<SearchGroup<GROUP_VALUE_TYPE>>, Sort, Sort, int, boolean, boolean, boolean) - Constructor for class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
AbstractSecondPassGroupingCollector.SearchGroupDocs<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
 
AbstractSecondPassGroupingCollector.SearchGroupDocs(GROUP_VALUE_TYPE, TopDocsCollector<?>) - Constructor for class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector.SearchGroupDocs
 
accept() - Method in class org.apache.lucene.analysis.core.StopFilter
Returns the next input Token whose term() is not a stop word.
accept() - Method in class org.apache.lucene.analysis.core.TypeTokenFilter
By default accept the token if its type is not a stop type.
accept() - Method in class org.apache.lucene.analysis.miscellaneous.CodepointCountFilter
 
accept() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilter
 
accept() - Method in class org.apache.lucene.analysis.miscellaneous.LengthFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter
Returns true, iff the current state of the passed-in AttributeSource shall be stored in the sink.
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
 
accept() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
Override this method and return if the current input token should be returned by FilteringTokenFilter.incrementToken().
accept(double) - Method in class org.apache.lucene.facet.range.DoubleRange
True if this range accepts the provided value.
accept(long) - Method in class org.apache.lucene.facet.range.LongRange
True if this range accepts the provided value.
accept(BytesRef) - Method in class org.apache.lucene.index.FilteredTermsEnum
Return if term is accepted, not accepted or the iteration should ended (and possibly seek).
accept(BytesRef) - Method in class org.apache.lucene.index.SingleTermsEnum
 
accept(BytesRef) - Method in class org.apache.lucene.sandbox.queries.regex.RegexTermsEnum
 
accept(BytesRef) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeTermsEnum
Deprecated.
 
accept(BytesRef) - Method in class org.apache.lucene.search.PrefixTermsEnum
 
accept(BytesRef) - Method in class org.apache.lucene.search.TermRangeTermsEnum
 
acceptDocs - Variable in class org.apache.lucene.search.FieldCacheDocIdSet
 
acceptPhrase(FieldPhraseList.WeightedPhraseInfo, int, int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
A predicate to decide if the given FieldPhraseList.WeightedPhraseInfo should be accepted as a highlighted phrase or if it should be discarded.
acceptPosition(Spans) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
acceptPosition(Spans) - Method in class org.apache.lucene.search.spans.SpanNearPayloadCheckQuery
 
acceptPosition(Spans) - Method in class org.apache.lucene.search.spans.SpanPayloadCheckQuery
 
acceptPosition(Spans) - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery
Implementing classes are required to return whether the current position is a match for the passed in "match" SpanQuery.
acceptPosition(Spans) - Method in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
acceptResult(IntsRef, T) - Method in class org.apache.lucene.util.fst.Util.TopNSearcher
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.facet.FacetsCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.CachingCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.Collector
Return true if this collector does not require the matching docIDs to be delivered in int sort order (smallest to largest) to Collector.collect(int).
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.grouping.AbstractAllGroupsCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.grouping.AbstractDistinctValuesCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.grouping.BlockGroupingCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.MultiCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.PositiveScoresOnlyCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.TimeLimitingCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.TopFieldCollector
 
acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.TotalHitCountCollector
 
acosh(double) - Static method in class org.apache.lucene.util.MathUtil
Calculates inverse hyperbolic cosine of a double value.
acquire() - Method in class org.apache.lucene.search.ReferenceManager
Obtain the current reference.
acquire(long) - Method in class org.apache.lucene.search.SearcherLifetimeManager
Retrieve a previously recorded IndexSearcher, if it has not yet been closed
ACRONYM - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
ACRONYM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
ACRONYM_DEP - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
ACRONYM_DEP - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
ACRONYM_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
add(String, String) - Method in class org.apache.lucene.analysis.charfilter.NormalizeCharMap.Builder
Records a replacement to be applied to the input stream.
add(CharSequence, CharSequence) - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
Adds an input string and it's stemmer override output to this builder.
add(CharsRef, CharsRef, boolean) - Method in class org.apache.lucene.analysis.synonym.SynonymMap.Builder
Add a phrase->phrase synonym mapping.
add(Object) - Method in class org.apache.lucene.analysis.util.CharArraySet
 
add(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArraySet
Add this CharSequence into the set
add(String) - Method in class org.apache.lucene.analysis.util.CharArraySet
Add this String into the set
add(char[]) - Method in class org.apache.lucene.analysis.util.CharArraySet
Add this char[] directly to the set.
add(BytesRef, TermStats, long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
add(int) - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexOutput
Called one value at a time.
add(IndexableField) - Method in class org.apache.lucene.document.Document
Adds a field to a document.
add(String, String...) - Method in class org.apache.lucene.facet.DrillDownQuery
Adds one dimension of drill downs; if you pass the same dimension more than once it is OR'd with the previous cofnstraints on that dimension, and all dimensions are AND'd against each other and the base query.
add(String, Query) - Method in class org.apache.lucene.facet.DrillDownQuery
Expert: add a custom drill-down subQuery.
add(String, Filter) - Method in class org.apache.lucene.facet.DrillDownQuery
Expert: add a custom drill-down Filter, e.g.
add(MergePolicy.OneMerge) - Method in class org.apache.lucene.index.MergePolicy.MergeSpecification
Adds the provided MergePolicy.OneMerge to this specification.
add(SegmentCommitInfo) - Method in class org.apache.lucene.index.SegmentInfos
Appends the provided SegmentCommitInfo.
add(FilterClause) - Method in class org.apache.lucene.queries.BooleanFilter
Adds a new FilterClause to the Boolean Filter container
add(Filter, BooleanClause.Occur) - Method in class org.apache.lucene.queries.BooleanFilter
 
add(Term) - Method in class org.apache.lucene.queries.CommonTermsQuery
Adds a term to the CommonTermsQuery
add(String, ParserExtension) - Method in class org.apache.lucene.queryparser.ext.Extensions
Adds a new ParserExtension instance associated with the given key.
add(QueryNode) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
 
add(List<QueryNode>) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
 
add(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
add(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
add(QueryNodeProcessor) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
add(int, QueryNodeProcessor) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
add(Query, BooleanClause.Occur) - Method in class org.apache.lucene.search.BooleanQuery
Adds a clause to a boolean query.
add(BooleanClause) - Method in class org.apache.lucene.search.BooleanQuery
Adds a clause to a boolean query.
add(Query) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Add a subquery to this disjunction
add(Collection<Query>) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Add a collection of disjuncts to this disjunction via Iterable<Query>
add(String, T) - Method in class org.apache.lucene.search.LiveFieldValues
Call this after you've successfully added a document to the index, to record what value you just set the field to.
add(Term) - Method in class org.apache.lucene.search.MultiPhraseQuery
Add a single term at the next position in the phrase.
add(Term[]) - Method in class org.apache.lucene.search.MultiPhraseQuery
Add multiple terms at the next position in the phrase.
add(Term[], int) - Method in class org.apache.lucene.search.MultiPhraseQuery
Allows to specify the relative position of terms within the phrase.
add(Term) - Method in class org.apache.lucene.search.PhraseQuery
Adds a term to the end of the query phrase.
add(Term, int) - Method in class org.apache.lucene.search.PhraseQuery
Adds a term to the end of the query phrase.
add(BytesRef, Set<BytesRef>, long, BytesRef) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Adds a new suggestion.
add(BytesRef) - Method in interface org.apache.lucene.search.suggest.fst.BytesRefSorter
Adds a single suggestion entry (possibly compound with its bucket).
add(BytesRef) - Method in class org.apache.lucene.search.suggest.fst.ExternalRefSorter
 
add(BytesRef, int) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionBuilder
Appends a single suggestion and its weight to the internal buffers.
add(BytesRef) - Method in class org.apache.lucene.search.suggest.InMemorySorter
 
add(CharSequence, Object) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
Adds a new node if key already exists, otherwise replaces its value.
add(CharSequence, Object) - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
Adds a new node if key already exists, otherwise replaces its value.
add(int, int, List<FieldPhraseList.WeightedPhraseInfo>) - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList
convert the list of WeightedPhraseInfo to WeightedFragInfo, then add it to the fragInfos
add(int, int, List<FieldPhraseList.WeightedPhraseInfo>) - Method in class org.apache.lucene.search.vectorhighlight.SimpleFieldFragList
 
add(int, int, List<FieldPhraseList.WeightedPhraseInfo>) - Method in class org.apache.lucene.search.vectorhighlight.WeightedFieldFragList
 
add(BytesRef) - Method in class org.apache.lucene.util.BytesRefHash
Adds a new BytesRef
add(IntsRef, T) - Method in class org.apache.lucene.util.fst.Builder
It's OK to add the same input twice in a row with different outputs, as long as outputs impls the merge method.
add(BytesRef, BytesRef) - Method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
add(CharsRef, CharsRef) - Method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
add(IntsRef, IntsRef) - Method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
add(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
add(Object, Object) - Method in class org.apache.lucene.util.fst.NoOutputs
 
add(T, T) - Method in class org.apache.lucene.util.fst.Outputs
Eg add("foo", "bar") -> "foobar"
add(PairOutputs.Pair<A, B>, PairOutputs.Pair<A, B>) - Method in class org.apache.lucene.util.fst.PairOutputs
 
add(Long, Long) - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
add(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
add(long) - Method in class org.apache.lucene.util.packed.MonotonicBlockPackedWriter
 
add(long) - Method in class org.apache.lucene.util.packed.PackedInts.Writer
Add a value to the stream.
add(int) - Method in class org.apache.lucene.util.PForDeltaDocIdSet.Builder
Add a document to this builder.
add(DocIdSetIterator) - Method in class org.apache.lucene.util.PForDeltaDocIdSet.Builder
Convenience method to add the content of a DocIdSetIterator to this builder.
add(T) - Method in class org.apache.lucene.util.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.
add(int) - Method in class org.apache.lucene.util.WAH8DocIdSet.Builder
Add a document to this builder.
add(DocIdSetIterator) - Method in class org.apache.lucene.util.WAH8DocIdSet.Builder
Add the content of the provided DocIdSetIterator.
add(CharSequence, CharSequence) - Method in class org.egothor.stemmer.MultiTrie
Add an element to this structure consisting of the given key and patch command.
add(CharSequence, CharSequence) - Method in class org.egothor.stemmer.MultiTrie2
Add an element to this structure consisting of the given key and patch command.
addAll(Iterable<SegmentCommitInfo>) - Method in class org.apache.lucene.index.SegmentInfos
Appends the provided SegmentCommitInfos.
addAll(Collection<? extends QueryNodeProcessor>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
addAll(int, Collection<? extends QueryNodeProcessor>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
addAllDocVectors(Fields, MergeState) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Safe (but, slowish) default method to write every vector field in the document.
addAndGet(long) - Method in class org.apache.lucene.util.Counter
Adds the given delta to the counters current value
addArc(int, Builder.Node) - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
addAttribute(Class<T>) - Method in class org.apache.lucene.util.AttributeSource
The caller must pass in a Class<? extends Attribute> value.
addAttributeImpl(AttributeImpl) - Method in class org.apache.lucene.util.AttributeSource
Expert: Adds a custom AttributeImpl instance with one or more Attribute interfaces.
addBinaryField(FieldInfo, Iterable<BytesRef>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Writes binary docvalues for a field.
addBinaryField(FieldInfo, Iterable<BytesRef>) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
 
addBuffer(int) - Method in class org.apache.lucene.store.RAMFile
 
addBuilder(String, SpanQueryBuilder) - Method in class org.apache.lucene.queryparser.xml.builders.SpanQueryBuilderFactory
 
addBuilder(String, FilterBuilder) - Method in class org.apache.lucene.queryparser.xml.FilterBuilderFactory
 
addBuilder(String, QueryBuilder) - Method in class org.apache.lucene.queryparser.xml.QueryBuilderFactory
 
addByPoolOffset(int) - Method in class org.apache.lucene.util.BytesRefHash
Adds a "arbitrary" int offset instead of a BytesRef term.
addCategory(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
 
addCategory(FacetLabel) - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
addCategory() adds a category with a given path name to the taxonomy, and returns its ordinal.
addClass(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Add a character class to the tree.
addClass(String) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
Add a character class.
addClause(List<BooleanClause>, int, int, Query) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
addClause(BooleanQuery, Term, int, float, TermContext) - Method in class org.apache.lucene.search.MultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite
 
addClause(BooleanQuery, Term, int, float, TermContext) - Method in class org.apache.lucene.search.MultiTermQuery.TopTermsScoringBooleanQueryRewrite
 
addClause(SpanQuery) - Method in class org.apache.lucene.search.spans.SpanOrQuery
Adds a clause to this query
addCoreClosedListener(SegmentReader.CoreClosedListener) - Method in class org.apache.lucene.index.SegmentReader
Expert: adds a CoreClosedListener to this reader's shared core
addDefaultQueryTemplate(InputStream) - Method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
addDetail(Explanation) - Method in class org.apache.lucene.search.Explanation
Adds a sub-node to this explanation node.
addDoc(int) - Method in class org.apache.lucene.facet.FacetsCollector.Docs
Record the given document.
addDocument(Iterable<? extends IndexableField>, FieldInfos) - Method in class org.apache.lucene.codecs.StoredFieldsWriter
sugar method for startDocument() + writeField() for every stored field in the document
addDocument(Iterable<? extends IndexableField>) - Method in class org.apache.lucene.index.IndexWriter
Adds a document to this index.
addDocument(Iterable<? extends IndexableField>, Analyzer) - Method in class org.apache.lucene.index.IndexWriter
Adds a document to this index, using the provided analyzer instead of the value of IndexWriter.getAnalyzer().
addDocument(Iterable<? extends IndexableField>, Analyzer) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.addDocument(Iterable,Analyzer) and returns the generation that reflects this change.
addDocument(Iterable<? extends IndexableField>) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.addDocument(Iterable) and returns the generation that reflects this change.
addDocuments(Iterable<? extends Iterable<? extends IndexableField>>) - Method in class org.apache.lucene.index.IndexWriter
Atomically adds a block of documents with sequentially assigned document IDs, such that an external reader will see all or none of the documents.
addDocuments(Iterable<? extends Iterable<? extends IndexableField>>, Analyzer) - Method in class org.apache.lucene.index.IndexWriter
Atomically adds a block of documents, analyzed using the provided analyzer, with sequentially assigned document IDs, such that an external reader will see all or none of the documents.
addDocuments(Iterable<? extends Iterable<? extends IndexableField>>, Analyzer) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.addDocuments(Iterable,Analyzer) and returns the generation that reflects this change.
addDocuments(Iterable<? extends Iterable<? extends IndexableField>>) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.addDocuments(Iterable) and returns the generation that reflects this change.
addDone() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
 
addDone() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
 
addDone() - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
Call addDone() to say that all addMapping() have been done.
addEpsilons(Automaton, Collection<StatePair>) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Adds epsilon transitions to the given automaton.
addEscapes(String) - Static method in error org.apache.lucene.queryparser.classic.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.apache.lucene.queryparser.surround.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addException(String, ArrayList<Object>) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Add an exception to the tree.
addException(String, ArrayList<Object>) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
Add a hyphenation exception.
addFacetCount(BytesRef, int) - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.GroupedFacetResult
 
addField(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
addField(FieldInfo, long) - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
addField(FieldInfo, long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase
 
addField(FieldInfo, long) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 
addField(FieldInfo) - Method in class org.apache.lucene.codecs.BlockTreeTermsWriter
 
addField(FieldInfo) - Method in class org.apache.lucene.codecs.FieldsConsumer
Add a new field
addField(FieldInfo) - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
addField(FieldInfo) - Method in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
addField(String, String, Analyzer) - Method in class org.apache.lucene.index.memory.MemoryIndex
Convenience method; Tokenizes the given field text and adds the resulting terms to the index; Equivalent to adding an indexed non-keyword Lucene Field that is tokenized, not stored, termVectorStored with positions (or termVectorStored with positions and offsets),
addField(String, TokenStream) - Method in class org.apache.lucene.index.memory.MemoryIndex
Equivalent to addField(fieldName, stream, 1.0f).
addField(String, TokenStream, float) - Method in class org.apache.lucene.index.memory.MemoryIndex
Iterates over the given token stream and adds the resulting terms to the index; Equivalent to adding a tokenized, indexed, termVectorStored, unstored, Lucene Field.
addField(String, TokenStream, float, int) - Method in class org.apache.lucene.index.memory.MemoryIndex
Iterates over the given token stream and adds the resulting terms to the index; Equivalent to adding a tokenized, indexed, termVectorStored, unstored, Lucene Field.
addField(String, TokenStream, float, int, int) - Method in class org.apache.lucene.index.memory.MemoryIndex
Iterates over the given token stream and adds the resulting terms to the index; Equivalent to adding a tokenized, indexed, termVectorStored, unstored, Lucene Field.
addFieldConfigListener(FieldConfigListener) - Method in class org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
Adds a listener.
addFile(String) - Method in class org.apache.lucene.index.SegmentInfo
Add this file to the set of files written for this segment.
addFiles(Collection<String>) - Method in class org.apache.lucene.index.SegmentInfo
Add these files to the set of files written for this segment.
addFilterBuilder(String, FilterBuilder) - Method in class org.apache.lucene.queryparser.xml.CoreParser
 
addIfCompetitive(Util.FSTPath<T>) - Method in class org.apache.lucene.util.fst.Util.TopNSearcher
 
addIfNoOverlap(FieldPhraseList.WeightedPhraseInfo) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList
 
addIndexes(Directory...) - Method in class org.apache.lucene.index.IndexWriter
Adds all segments from an array of indexes into this index.
addIndexes(IndexReader...) - Method in class org.apache.lucene.index.IndexWriter
Merges the provided indexes into this index.
addIndexes(Directory...) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.addIndexes(Directory...) and returns the generation that reflects this change.
addIndexes(IndexReader...) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.addIndexes(IndexReader...) and returns the generation that reflects this change.
addLabel(FacetLabel, int, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.CollisionMap
Add another mapping.
addLabel(FacetLabel, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.CompactLabelToOrdinal
 
addLabel(FacetLabel, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
Adds a new label if its not yet in the table.
addLabelOffset(int, int, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.CollisionMap
This method does not check if the same value is already in the map because we pass in an char-array offset, so so we now that we're in resize-mode here.
addListener(ReferenceManager.RefreshListener) - Method in class org.apache.lucene.search.ReferenceManager
Adds a listener, to be notified when a reference is refreshed/swapped.
addMapping(int, int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
 
addMapping(int, int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
 
addMapping(int, int) - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
Record a mapping.
addNonMatch(StringBuilder, String) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Called while highlighting a single result, to append a non-matching chunk of text from the suggestion to the provided fragments list.
addNumericField(FieldInfo, Iterable<Number>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Writes numeric docvalues for a field.
addNumericField(FieldInfo, Iterable<Number>) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
 
addOffCorrectMap(int, int) - Method in class org.apache.lucene.analysis.charfilter.BaseCharFilter
Adds an offset correction mapping at the given output stream offset.
addPattern(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Add a pattern to the tree.
addPattern(String, String) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
Add hyphenation patterns.
addPosition(int, int, int, BytesRef) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
addPosition(int, int, int, BytesRef) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
addPosition(int, BytesRef, int, int) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
Add a new position & payload
addPosition(int, BytesRef, int, int) - Method in class org.apache.lucene.codecs.PostingsConsumer
Add a new position & payload, and start/end offset.
addPosition(int, BytesRef, int, int) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
addPosition(int, BytesRef, int, int) - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
Add a new position & payload
addPosition(int, int, int, BytesRef) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
addPosition(int, int, int, BytesRef) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Adds a term position and offsets
addPositionSpans(List<PositionSpan>) - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
addPrefixMatch(StringBuilder, String, String, String) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Called while highlighting a single result, to append a matched prefix token, to the provided fragments list.
addProx(int, DataInput, DataInput) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
addProx(int, DataInput, DataInput) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
addProx(int, DataInput, DataInput) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Called by IndexWriter when writing new segments.
addQueryBuilder(String, QueryBuilder) - Method in class org.apache.lucene.queryparser.xml.CoreParser
 
addQueryTemplate(String, InputStream) - Method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
addRange(BytesRef, BytesRef) - Method in class org.apache.lucene.util.NumericUtils.IntRangeBuilder
Overwrite this method, if you like to receive the already prefix encoded range bounds.
addRange(int, int, int) - Method in class org.apache.lucene.util.NumericUtils.IntRangeBuilder
Overwrite this method, if you like to receive the raw int range bounds.
addRange(BytesRef, BytesRef) - Method in class org.apache.lucene.util.NumericUtils.LongRangeBuilder
Overwrite this method, if you like to receive the already prefix encoded range bounds.
addRange(long, long, int) - Method in class org.apache.lucene.util.NumericUtils.LongRangeBuilder
Overwrite this method, if you like to receive the raw long range bounds.
addRawDocuments(IndexInput, int[], int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
Bulk write a contiguous series of documents.
addReaderClosedListener(IndexReader.ReaderClosedListener) - Method in class org.apache.lucene.index.IndexReader
addressesOffset - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
offset to the addressing data that maps a value to its slice of the byte[]
addressInterval - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
interval of shared prefix chunks (when using prefix-compressed binary)
addSinkTokenStream(TeeSinkTokenFilter.SinkTokenStream) - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
Adds a TeeSinkTokenFilter.SinkTokenStream created by another TeeSinkTokenFilter to this one.
addSortedField(FieldInfo, Iterable<BytesRef>, Iterable<Number>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Writes pre-sorted binary docvalues for a field.
addSortedField(FieldInfo, Iterable<BytesRef>, Iterable<Number>) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
 
addSortedSetField(FieldInfo, Iterable<BytesRef>, Iterable<Number>, Iterable<Number>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Writes pre-sorted set docvalues for a field
addSortedSetField(FieldInfo, Iterable<BytesRef>, Iterable<Number>, Iterable<Number>) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
 
addSpanQueries(SpanNearClauseFactory) - Method in class org.apache.lucene.queryparser.surround.query.DistanceQuery
 
addSpanQueries(SpanNearClauseFactory) - Method in interface org.apache.lucene.queryparser.surround.query.DistanceSubQuery
 
addSpanQueries(SpanNearClauseFactory) - Method in class org.apache.lucene.queryparser.surround.query.OrQuery
 
addSpanQueries(SpanNearClauseFactory) - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
addSpanQuery(Query) - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
addSpanQueryWeighted(SpanQuery, float) - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
addStartPaths(FST.Arc<T>, T, boolean, IntsRef) - Method in class org.apache.lucene.util.fst.Util.TopNSearcher
Adds all leaving arcs, including 'finished' arc, if the node is final, from this node into the queue.
addTaxonomy(Directory, DirectoryTaxonomyWriter.OrdinalMap) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Takes the categories from the given taxonomy directory, and adds the missing ones to this taxonomy.
addTerms(String, String, float, int) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
Adds user input for "fuzzification"
addTermsDict(FieldInfo, Iterable<BytesRef>) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
expert: writes a value dictionary for a sorted/sortedset field
addTermWeighted(Term, float) - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
addTransition(Transition) - Method in class org.apache.lucene.util.automaton.State
Adds an outgoing transition.
addValue(BytesRef) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
Records a value in the set.
addWholeMatch(StringBuilder, String, String) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Called while highlighting a single result, to append the whole matched token to the provided fragments list.
advance(int) - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
advance(int) - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
 
advance(int) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
advance(int) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
 
advance(int) - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
advance(int) - Method in class org.apache.lucene.index.MultiDocsEnum
 
advance(int) - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
advance(int) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
advance(int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
advance(int) - Method in class org.apache.lucene.search.DocIdSetIterator
Advances to the first beyond the current whose document number is greater than or equal to target, and returns the document number itself.
advance(int) - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
 
advance(int) - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
advance(int) - Method in class org.apache.lucene.search.spans.SpanScorer
 
advance(int) - Method in class org.apache.lucene.util.FixedBitSet.FixedBitSetIterator
 
advance(int) - Method in class org.apache.lucene.util.OpenBitSetIterator
 
advanceToIndex(long) - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
Advance the decoding index to a given index.
advanceToValue(long) - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
Given a target value, advance the decoding index to the first bigger or equal value and return it if it is available.
advise(FileDescriptor, long, long, int) - Static method in class org.apache.lucene.store.NativePosixUtil
 
afterClose() - Method in class org.apache.lucene.search.ReferenceManager
Called after close(), so subclass can free any resources.
AfterEffect - Class in org.apache.lucene.search.similarities
This class acts as the base class for the implementations of the first normalization of the informative content in the DFR framework.
AfterEffect() - Constructor for class org.apache.lucene.search.similarities.AfterEffect
Sole constructor.
afterEffect - Variable in class org.apache.lucene.search.similarities.DFRSimilarity
The first normalization of the information content.
AfterEffect.NoAfterEffect - Class in org.apache.lucene.search.similarities
Implementation used when there is no aftereffect.
AfterEffect.NoAfterEffect() - Constructor for class org.apache.lucene.search.similarities.AfterEffect.NoAfterEffect
Sole constructor: parameter-free
AfterEffectB - Class in org.apache.lucene.search.similarities
Model of the information gain based on the ratio of two Bernoulli processes.
AfterEffectB() - Constructor for class org.apache.lucene.search.similarities.AfterEffectB
Sole constructor: parameter-free
AfterEffectL - Class in org.apache.lucene.search.similarities
Model of the information gain based on Laplace's law of succession.
AfterEffectL() - Constructor for class org.apache.lucene.search.similarities.AfterEffectL
Sole constructor: parameter-free
afterMaybeRefresh() - Method in class org.apache.lucene.search.ReferenceManager
Called after a refresh was attempted, regardless of whether a new reference was in fact created.
afterRefresh(boolean) - Method in class org.apache.lucene.search.LiveFieldValues
 
afterRefresh(boolean) - Method in interface org.apache.lucene.search.ReferenceManager.RefreshListener
Called after the attempted refresh; if the refresh did open a new reference then didRefresh will be true and ReferenceManager.acquire() is guaranteed to return the new reference.
ALEF - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
ALEF - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
ALEF_HAMZA_ABOVE - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
ALEF_HAMZA_BELOW - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
ALEF_MADDA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
alignObjectSize(long) - Static method in class org.apache.lucene.util.RamUsageEstimator
Aligns an object size to be the next multiple of RamUsageEstimator.NUM_BYTES_OBJECT_ALIGNMENT.
ALL - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables all optional regexp syntax.
allFragmentsProcessed() - Method in class org.apache.lucene.search.highlight.QueryTermScorer
 
alloc(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
This is to implement memory allocation in the array.
alloc(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
allocate() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
allocSlice(byte[], int) - Method in class org.apache.lucene.util.ByteBlockPool
Creates a new byte slice with the given starting size and returns the slices offset in the pool.
ALLOW_LEADING_WILDCARD - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set whether leading wildcards are supported
allowedSuffix(String) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
allowedTruncation(String) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
AllowLeadingWildcardProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
AllowLeadingWildcardProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.AllowLeadingWildcardProcessor
 
ALPHA - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
 
ALPHA - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
ALPHA - Static variable in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
The constant used for backoff smoothing; during lookup, this means that if a given trigram did not occur, and we backoff to the bigram, the overall score will be 0.4 times what the bigram model would have assigned.
ALPHANUM - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
 
ALPHANUM - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
ALPHANUM - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
ALPHANUM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
ALPHANUM - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
ALPHANUM_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
AlreadyClosedException - Exception in org.apache.lucene.store
This exception is thrown when there is an attempt to access something that has already been closed.
AlreadyClosedException(String) - Constructor for exception org.apache.lucene.store.AlreadyClosedException
 
Among - Class in org.tartarus.snowball
This is the rev 502 of the Snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive reflection in filter class.
Among(String, int, int, String, SnowballProgram) - Constructor for class org.tartarus.snowball.Among
 
amortizeFacetCounts(FacetResult, FacetsConfig, IndexSearcher) - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
Note: if you use a counting Facets implementation, you can amortize the sampled counts by calling this method.
ANALYSIS_DATA_DIR - Static variable in class org.apache.lucene.analysis.cn.smart.AnalyzerProfile
Global indicating the configured analysis data directory
analyze(String, CharsRef) - Method in class org.apache.lucene.analysis.synonym.SynonymMap.Parser
Sugar: analyzes the text with the analyzer and separates by SynonymMap.WORD_SEPARATOR.
analyzeMultitermTerm(String, String, Analyzer) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
Analyzer - Class in org.apache.lucene.analysis
An Analyzer builds TokenStreams, which analyze text.
Analyzer() - Constructor for class org.apache.lucene.analysis.Analyzer
Create a new Analyzer, reusing the same set of components per-thread across calls to Analyzer.tokenStream(String, Reader).
Analyzer(Analyzer.ReuseStrategy) - Constructor for class org.apache.lucene.analysis.Analyzer
Expert: create a new Analyzer with a custom Analyzer.ReuseStrategy.
ANALYZER - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the Analyzer used for terms found in the query
analyzer - Variable in class org.apache.lucene.queryparser.xml.CoreParser
 
Analyzer.GlobalReuseStrategy - Class in org.apache.lucene.analysis
Deprecated.
This implementation class will be hidden in Lucene 5.0. Use Analyzer.GLOBAL_REUSE_STRATEGY instead!
Analyzer.GlobalReuseStrategy() - Constructor for class org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy
Deprecated.
Don't create instances of this class, use Analyzer.GLOBAL_REUSE_STRATEGY
Analyzer.PerFieldReuseStrategy - Class in org.apache.lucene.analysis
Deprecated.
This implementation class will be hidden in Lucene 5.0. Use Analyzer.PER_FIELD_REUSE_STRATEGY instead!
Analyzer.PerFieldReuseStrategy() - Constructor for class org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy
Deprecated.
Don't create instances of this class, use Analyzer.PER_FIELD_REUSE_STRATEGY
Analyzer.ReuseStrategy - Class in org.apache.lucene.analysis
Strategy defining how TokenStreamComponents are reused per call to Analyzer.tokenStream(String, java.io.Reader).
Analyzer.ReuseStrategy() - Constructor for class org.apache.lucene.analysis.Analyzer.ReuseStrategy
Sole constructor.
Analyzer.TokenStreamComponents - Class in org.apache.lucene.analysis
This class encapsulates the outer components of a token stream.
Analyzer.TokenStreamComponents(Tokenizer, TokenStream) - Constructor for class org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Creates a new Analyzer.TokenStreamComponents instance.
Analyzer.TokenStreamComponents(Tokenizer) - Constructor for class org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Creates a new Analyzer.TokenStreamComponents instance.
AnalyzerProfile - Class in org.apache.lucene.analysis.cn.smart
Manages analysis data configuration for SmartChineseAnalyzer
AnalyzerProfile() - Constructor for class org.apache.lucene.analysis.cn.smart.AnalyzerProfile
 
AnalyzerQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
AnalyzerQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.AnalyzerQueryNodeProcessor
 
AnalyzerWrapper - Class in org.apache.lucene.analysis
Extension to Analyzer suitable for Analyzers which wrap other Analyzers.
AnalyzerWrapper() - Constructor for class org.apache.lucene.analysis.AnalyzerWrapper
Deprecated.
Use AnalyzerWrapper.AnalyzerWrapper(Analyzer.ReuseStrategy) and specify a valid Analyzer.ReuseStrategy, probably retrieved from the wrapped analyzer using Analyzer.getReuseStrategy().
AnalyzerWrapper(Analyzer.ReuseStrategy) - Constructor for class org.apache.lucene.analysis.AnalyzerWrapper
Creates a new AnalyzerWrapper with the given reuse strategy.
analyzeSingleChunk(String, String, String) - Method in class org.apache.lucene.queryparser.analyzing.AnalyzingQueryParser
Returns the analyzed form for the given chunk If the analyzer produces more than one output token from the given chunk, a ParseException is thrown.
AnalyzingInfixSuggester - Class in org.apache.lucene.search.suggest.analyzing
Analyzes the input text and then suggests matches based on prefix matches to any tokens in the indexed text.
AnalyzingInfixSuggester(Version, Directory, Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Create a new instance, loading from a previously built AnalyzingInfixSuggester directory, if it exists.
AnalyzingInfixSuggester(Version, Directory, Analyzer, Analyzer, int) - Constructor for class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Create a new instance, loading from a previously built AnalyzingInfixSuggester directory, if it exists.
AnalyzingQueryParser - Class in org.apache.lucene.queryparser.analyzing
Overrides Lucene's default QueryParser so that Fuzzy-, Prefix-, Range-, and WildcardQuerys are also passed through the given analyzer, but wildcard characters * and ? don't get removed from the search terms.
AnalyzingQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryparser.analyzing.AnalyzingQueryParser
 
AnalyzingSuggester - Class in org.apache.lucene.search.suggest.analyzing
Suggester that first analyzes the surface form, adds the analyzed form to a weighted FST, and then does the same thing at lookup time.
AnalyzingSuggester(Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
AnalyzingSuggester(Analyzer, Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
AnalyzingSuggester(Analyzer, Analyzer, int, int, int, boolean) - Constructor for class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
Creates a new suggester.
AND - Static variable in class org.apache.lucene.queries.ChainedFilter
 
AND - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
AND - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
AND - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
and(DocIdSetIterator) - Method in class org.apache.lucene.util.FixedBitSet
Does in-place AND of the bits provided by the iterator.
and(FixedBitSet) - Method in class org.apache.lucene.util.FixedBitSet
this = this AND other
and(LongBitSet) - Method in class org.apache.lucene.util.LongBitSet
this = this AND other
and(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
 
AND_OPERATOR - Static variable in class org.apache.lucene.queryparser.classic.QueryParserBase
Alternative form of QueryParser.Operator.AND
AND_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables AND operator (+)
ANDNOT - Static variable in class org.apache.lucene.queries.ChainedFilter
 
andNot(DocIdSetIterator) - Method in class org.apache.lucene.util.FixedBitSet
Does in-place AND NOT of the bits provided by the iterator.
andNot(FixedBitSet) - Method in class org.apache.lucene.util.FixedBitSet
this = this AND NOT other
andNot(LongBitSet) - Method in class org.apache.lucene.util.LongBitSet
this = this AND NOT other
andNot(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
 
andNotCount(FixedBitSet, FixedBitSet) - Static method in class org.apache.lucene.util.FixedBitSet
Returns the popcount or cardinality of "a and not b" or "intersection(a, not(b))".
andNotCount(OpenBitSet, OpenBitSet) - Static method in class org.apache.lucene.util.OpenBitSet
Returns the popcount or cardinality of "a and not b" or "intersection(a, not(b))".
AndQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
AndQuery - Class in org.apache.lucene.queryparser.surround.query
Factory for conjunctions
AndQuery(List<SrndQuery>, boolean, String) - Constructor for class org.apache.lucene.queryparser.surround.query.AndQuery
 
AndQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A AndQueryNode represents an AND boolean operation performed on a list of nodes.
AndQueryNode(List<QueryNode>) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.AndQueryNode
 
AnyQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A AnyQueryNode represents an ANY operator performed on a list of nodes.
AnyQueryNode(List<QueryNode>, CharSequence, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
 
AnyQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a BooleanQuery of SHOULD clauses, possibly with some minimum number to match.
AnyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.AnyQueryNodeBuilder
 
ANYSTRING - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables anystring (@).
APOSTROPHE - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
APOSTROPHE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
APOSTROPHE_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
ApostropheFilter - Class in org.apache.lucene.analysis.tr
Strips all characters after an apostrophe (including the apostrophe itself).
ApostropheFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.tr.ApostropheFilter
 
ApostropheFilterFactory - Class in org.apache.lucene.analysis.tr
Factory for ApostropheFilter.
ApostropheFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.tr.ApostropheFilterFactory
 
append(CharSequence) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
 
append(CharSequence, int, int) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
 
append(char) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
 
append(String) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Appends the specified String to this character sequence.
append(StringBuilder) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Appends the specified StringBuilder to this character sequence.
append(CharTermAttribute) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Appends the contents of the other CharTermAttribute to this character sequence.
append(CharSequence) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
append(CharSequence, int, int) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
append(char) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
append(String) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
append(StringBuilder) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
append(CharTermAttribute) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
append(CharSequence) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
append(CharSequence, int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
append(char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
append(StringBuilder, String, int, int) - Method in class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
Appends original text to the response.
append(BytesRef) - Method in class org.apache.lucene.util.ByteBlockPool
Appends the bytes in the provided BytesRef at the current position.
append(BytesRef) - Method in class org.apache.lucene.util.BytesRef
Appends the bytes from the given BytesRef
append(BytesRef) - Method in class org.apache.lucene.util.BytesRefArray
Appends a copy of the given BytesRef to this BytesRefArray.
append(char[], int, int) - Method in class org.apache.lucene.util.CharsRef
Appends the given array to this CharsRef
AppendingCodec - Class in org.apache.lucene.codecs.appending
Deprecated.
This codec is read-only: as the functionality has been folded into the default codec. Its only for convenience to read old segments.
AppendingCodec() - Constructor for class org.apache.lucene.codecs.appending.AppendingCodec
Deprecated.
 
AppendingDeltaPackedLongBuffer - Class in org.apache.lucene.util.packed
Utility class to buffer a list of signed longs in memory.
AppendingDeltaPackedLongBuffer(int, int, float) - Constructor for class org.apache.lucene.util.packed.AppendingDeltaPackedLongBuffer
AppendingDeltaPackedLongBuffer() - Constructor for class org.apache.lucene.util.packed.AppendingDeltaPackedLongBuffer
Create an AppendingDeltaPackedLongBuffer with initialPageCount=16, pageSize=1024 and acceptableOverheadRatio=PackedInts.DEFAULT
AppendingDeltaPackedLongBuffer(float) - Constructor for class org.apache.lucene.util.packed.AppendingDeltaPackedLongBuffer
Create an AppendingDeltaPackedLongBuffer with initialPageCount=16, pageSize=1024
AppendingPackedLongBuffer - Class in org.apache.lucene.util.packed
Utility class to buffer a list of signed longs in memory.
AppendingPackedLongBuffer(int, int, float) - Constructor for class org.apache.lucene.util.packed.AppendingPackedLongBuffer
AppendingPackedLongBuffer() - Constructor for class org.apache.lucene.util.packed.AppendingPackedLongBuffer
Create an AppendingPackedLongBuffer with initialPageCount=16, pageSize=1024 and acceptableOverheadRatio=PackedInts.DEFAULT
AppendingPackedLongBuffer(float) - Constructor for class org.apache.lucene.util.packed.AppendingPackedLongBuffer
Create an AppendingPackedLongBuffer with initialPageCount=16, pageSize=1024
AppendingTermsReader - Class in org.apache.lucene.codecs.appending
Deprecated.
Only for reading old Appending segments
AppendingTermsReader(Directory, FieldInfos, SegmentInfo, PostingsReaderBase, IOContext, String, int) - Constructor for class org.apache.lucene.codecs.appending.AppendingTermsReader
Deprecated.
 
appendRegExpForChar(char, StringBuilder) - Method in class org.apache.lucene.queryparser.surround.query.SrndTruncQuery
 
apply(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
apply(StringBuilder, CharSequence) - Static method in class org.egothor.stemmer.Diff
Apply the given patch string diff to the given string dest.
applyParentBoost(Query, Query) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery
Push parent's boost into a clone of query if parent has a non 1 boost.
ArabicAnalyzer - Class in org.apache.lucene.analysis.ar
Analyzer for Arabic.
ArabicAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the default stop words: ArabicAnalyzer.DEFAULT_STOPWORD_FILE.
ArabicAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the given stop words
ArabicAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the given stop word.
ArabicLetterTokenizer - Class in org.apache.lucene.analysis.ar
Deprecated.
(3.1) Use StandardTokenizer instead.
ArabicLetterTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
Deprecated.
Construct a new ArabicLetterTokenizer.
ArabicLetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
Deprecated.
Construct a new ArabicLetterTokenizer using a given AttributeSource.AttributeFactory.
ArabicLetterTokenizerFactory - Class in org.apache.lucene.analysis.ar
Deprecated.
(3.1) Use StandardTokenizerFactory instead.
ArabicLetterTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
Deprecated.
Creates a new ArabicNormalizationFilterFactory
ArabicNormalizationFilter - Class in org.apache.lucene.analysis.ar
A TokenFilter that applies ArabicNormalizer to normalize the orthography.
ArabicNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizationFilter
 
ArabicNormalizationFilterFactory - Class in org.apache.lucene.analysis.ar
ArabicNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizationFilterFactory
Creates a new ArabicNormalizationFilterFactory
ArabicNormalizer - Class in org.apache.lucene.analysis.ar
Normalizer for Arabic.
ArabicNormalizer() - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizer
 
ArabicStemFilter - Class in org.apache.lucene.analysis.ar
A TokenFilter that applies ArabicStemmer to stem Arabic words..
ArabicStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ar.ArabicStemFilter
 
ArabicStemFilterFactory - Class in org.apache.lucene.analysis.ar
Factory for ArabicStemFilter.
ArabicStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ar.ArabicStemFilterFactory
Creates a new ArabicStemFilterFactory
ArabicStemmer - Class in org.apache.lucene.analysis.ar
Stemmer for Arabic.
ArabicStemmer() - Constructor for class org.apache.lucene.analysis.ar.ArabicStemmer
 
arc - Variable in class org.apache.lucene.util.fst.Util.FSTPath
 
arcCount - Variable in class org.apache.lucene.util.fst.FST
 
arcs - Variable in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
arcWithOutputCount - Variable in class org.apache.lucene.util.fst.FST
 
ArmenianAnalyzer - Class in org.apache.lucene.analysis.hy
Analyzer for Armenian.
ArmenianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hy.ArmenianAnalyzer
Builds an analyzer with the default stop words: ArmenianAnalyzer.DEFAULT_STOPWORD_FILE.
ArmenianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.hy.ArmenianAnalyzer
Builds an analyzer with the given stop words.
ArmenianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.hy.ArmenianAnalyzer
Builds an analyzer with the given stop words.
ArmenianStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
ArmenianStemmer() - Constructor for class org.tartarus.snowball.ext.ArmenianStemmer
 
ArrayUtil - Class in org.apache.lucene.util
Methods for manipulating arrays.
ASCIIFoldingFilter - Class in org.apache.lucene.analysis.miscellaneous
This class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists.
ASCIIFoldingFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
 
ASCIIFoldingFilter(TokenStream, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
Create a new ASCIIFoldingFilter.
ASCIIFoldingFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for ASCIIFoldingFilter.
ASCIIFoldingFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilterFactory
Creates a new ASCIIFoldingFilterFactory
asin(double) - Static method in class org.apache.lucene.util.SloppyMath
Returns the arc sine of a value.
asinh(double) - Static method in class org.apache.lucene.util.MathUtil
Calculates inverse hyperbolic sine of a double value.
asList() - Method in class org.apache.lucene.index.SegmentInfos
Returns all contained segments as an unmodifiable List view.
asList(Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
assign_to(StringBuilder) - Method in class org.tartarus.snowball.SnowballProgram
 
assignClass(String) - Method in interface org.apache.lucene.classification.Classifier
Assign a class (with score) to the given text String
assignClass(String) - Method in class org.apache.lucene.classification.KNearestNeighborClassifier
Assign a class (with score) to the given text String
assignClass(String) - Method in class org.apache.lucene.classification.SimpleNaiveBayesClassifier
Assign a class (with score) to the given text String
assoc - Variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
Associated value.
AssociationFacetField - Class in org.apache.lucene.facet.taxonomy
Add an instance of this to your Document to add a facet label associated with an arbitrary byte[].
AssociationFacetField(BytesRef, String, String...) - Constructor for class org.apache.lucene.facet.taxonomy.AssociationFacetField
Creates this from dim and path and an association
assureMatchVersion() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
this method can be called in the TokenizerFactory.create(java.io.Reader) or TokenFilterFactory.create(org.apache.lucene.analysis.TokenStream) methods, to inform user, that for this factory a AbstractAnalysisFactory.luceneMatchVersion is required
atanh(double) - Static method in class org.apache.lucene.util.MathUtil
Calculates inverse hyperbolic tangent of a double value.
AtomicReader - Class in org.apache.lucene.index
AtomicReader is an abstract class, providing an interface for accessing an index.
AtomicReader() - Constructor for class org.apache.lucene.index.AtomicReader
Sole constructor.
AtomicReaderContext - Class in org.apache.lucene.index
Attribute - Interface in org.apache.lucene.util
Base interface for attributes.
AttributeImpl - Class in org.apache.lucene.util
Base class for Attributes that can be added to a AttributeSource.
AttributeImpl() - Constructor for class org.apache.lucene.util.AttributeImpl
 
AttributeReflector - Interface in org.apache.lucene.util
This interface is used to reflect contents of AttributeSource or AttributeImpl.
attributes() - Method in class org.apache.lucene.index.DocsEnum
Returns the related attributes.
attributes() - Method in class org.apache.lucene.index.FieldInfo
Returns internal codec attributes map.
attributes() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
attributes() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
 
attributes() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
attributes() - Method in class org.apache.lucene.index.FilteredTermsEnum
Returns the related attributes, the returned AttributeSource is shared with the delegate TermsEnum.
attributes() - Method in class org.apache.lucene.index.SegmentInfo
Deprecated.
no longer supported
attributes() - Method in class org.apache.lucene.index.TermsEnum
Returns the related attributes.
AttributeSource - Class in org.apache.lucene.util
An AttributeSource contains a list of different AttributeImpls, and methods to add and get them.
AttributeSource() - Constructor for class org.apache.lucene.util.AttributeSource
An AttributeSource using the default attribute factory AttributeSource.AttributeFactory.DEFAULT_ATTRIBUTE_FACTORY.
AttributeSource(AttributeSource) - Constructor for class org.apache.lucene.util.AttributeSource
An AttributeSource that uses the same attributes as the supplied one.
AttributeSource(AttributeSource.AttributeFactory) - Constructor for class org.apache.lucene.util.AttributeSource
An AttributeSource using the supplied AttributeSource.AttributeFactory for creating new Attribute instances.
AttributeSource.AttributeFactory - Class in org.apache.lucene.util
An AttributeFactory creates instances of AttributeImpls.
AttributeSource.AttributeFactory() - Constructor for class org.apache.lucene.util.AttributeSource.AttributeFactory
 
AttributeSource.State - Class in org.apache.lucene.util
This class holds the state of an AttributeSource.
AttributeSource.State() - Constructor for class org.apache.lucene.util.AttributeSource.State
 
automata() - Method in interface org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttribute
 
automata() - Method in class org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
 
automatic() - Static method in class org.apache.lucene.util.OfflineSorter.BufferSize
Approximately half of the currently available free heap, but no less than OfflineSorter.ABSOLUTE_MIN_SORT_BUFFER_SIZE.
automaton - Variable in class org.apache.lucene.search.AutomatonQuery
the automaton to match index terms against
Automaton - Class in org.apache.lucene.util.automaton
Finite-state automaton with regular expression operations.
Automaton(State) - Constructor for class org.apache.lucene.util.automaton.Automaton
Constructs a new automaton that accepts the empty language.
Automaton() - Constructor for class org.apache.lucene.util.automaton.Automaton
 
AUTOMATON - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables named automata (<identifier>).
AutomatonProvider - Interface in org.apache.lucene.util.automaton
Automaton provider for RegExp. RegExp.toAutomaton(AutomatonProvider)
AutomatonQuery - Class in org.apache.lucene.search
A Query that will match terms against a finite-state machine.
AutomatonQuery(Term, Automaton) - Constructor for class org.apache.lucene.search.AutomatonQuery
Create a new AutomatonQuery from an Automaton.
available() - Method in class org.apache.lucene.replicator.IndexInputInputStream
 
availableCharFilters() - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
returns a list of all available charfilter names
availableCodecs() - Static method in class org.apache.lucene.codecs.Codec
returns a list of all available codec names
availableDocValuesFormats() - Static method in class org.apache.lucene.codecs.DocValuesFormat
returns a list of all available format names
availablePostingsFormats() - Static method in class org.apache.lucene.codecs.PostingsFormat
returns a list of all available format names
availableServices() - Method in class org.apache.lucene.util.NamedSPILoader
 
availableTokenFilters() - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
returns a list of all available tokenfilter names from context classpath
availableTokenizers() - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
returns a list of all available tokenizer names from context classpath
AveragePayloadFunction - Class in org.apache.lucene.search.payloads
Calculate the final score as the average score of all payloads seen.
AveragePayloadFunction() - Constructor for class org.apache.lucene.search.payloads.AveragePayloadFunction
 
avgFieldLength - Variable in class org.apache.lucene.search.similarities.BasicStats
The average field length.
avgFieldLength(CollectionStatistics) - Method in class org.apache.lucene.search.similarities.BM25Similarity
The default implementation computes the average as sumTotalTermFreq / maxDoc, or returns 1 if the index does not store sumTotalTermFreq (Lucene 3.x indexes or any field that omits frequency information).
AVOID_BAD_URL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 

B

b - Variable in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
b - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
backToValue(long) - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
Given a target value, go back to the first smaller or equal value and return it if it is available.
backup(int) - Method in interface org.apache.lucene.queryparser.classic.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
backup(int) - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
backup(int) - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
balance() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Balance the tree for best search performance
balancedTree(Object[], Object[], int, int, TernaryTreeNode) - Method in class org.apache.lucene.search.suggest.tst.TSTAutocomplete
Inserting keys in TST in the order middle,small,big (lexicographic measure) recursively creates a balanced tree which reduces insertion and search times significantly.
BAREOPER - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
base - Variable in class org.apache.lucene.index.UpgradeIndexMergePolicy
Wrapped MergePolicy.
base - Variable in class org.apache.lucene.search.CachingCollector
 
BaseCharFilter - Class in org.apache.lucene.analysis.charfilter
Base utility class for implementing a CharFilter.
BaseCharFilter(Reader) - Constructor for class org.apache.lucene.analysis.charfilter.BaseCharFilter
 
BaseCompositeReader<R extends IndexReader> - Class in org.apache.lucene.index
Base class for implementing CompositeReaders based on an array of sub-readers.
BaseCompositeReader(R[]) - Constructor for class org.apache.lucene.index.BaseCompositeReader
Constructs a BaseCompositeReader on the given subReaders.
BaseDirectory - Class in org.apache.lucene.store
Base implementation for a concrete Directory.
BaseDirectory() - Constructor for class org.apache.lucene.store.BaseDirectory
Sole constructor.
BaseFragListBuilder - Class in org.apache.lucene.search.vectorhighlight
A abstract implementation of FragListBuilder.
BaseFragListBuilder(int) - Constructor for class org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
 
BaseFragListBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
 
BaseFragmentsBuilder - Class in org.apache.lucene.search.vectorhighlight
Base FragmentsBuilder implementation that supports colored pre/post tags and multivalued fields.
BaseFragmentsBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
BaseFragmentsBuilder(String[], String[]) - Constructor for class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
BaseFragmentsBuilder(BoundaryScanner) - Constructor for class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
BaseFragmentsBuilder(String[], String[], BoundaryScanner) - Constructor for class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
baselineTf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as: (x <= min) ? base : sqrt(x+(base**2)-min) ...but with a special case check for 0.
baseRamBytesUsed() - Method in class org.apache.lucene.util.packed.PagedGrowableWriter
 
baseRamBytesUsed() - Method in class org.apache.lucene.util.packed.PagedMutable
 
BasicAutomata - Class in org.apache.lucene.util.automaton
Construction of basic automata.
BasicModel - Class in org.apache.lucene.search.similarities
This class acts as the base class for the specific basic model implementations in the DFR framework.
BasicModel() - Constructor for class org.apache.lucene.search.similarities.BasicModel
Sole constructor.
basicModel - Variable in class org.apache.lucene.search.similarities.DFRSimilarity
The basic model for information content.
BasicModelBE - Class in org.apache.lucene.search.similarities
Limiting form of the Bose-Einstein model.
BasicModelBE() - Constructor for class org.apache.lucene.search.similarities.BasicModelBE
Sole constructor: parameter-free
BasicModelD - Class in org.apache.lucene.search.similarities
Implements the approximation of the binomial model with the divergence for DFR.
BasicModelD() - Constructor for class org.apache.lucene.search.similarities.BasicModelD
Sole constructor: parameter-free
BasicModelG - Class in org.apache.lucene.search.similarities
Geometric as limiting form of the Bose-Einstein model.
BasicModelG() - Constructor for class org.apache.lucene.search.similarities.BasicModelG
Sole constructor: parameter-free
BasicModelIF - Class in org.apache.lucene.search.similarities
An approximation of the I(ne) model.
BasicModelIF() - Constructor for class org.apache.lucene.search.similarities.BasicModelIF
Sole constructor: parameter-free
BasicModelIn - Class in org.apache.lucene.search.similarities
The basic tf-idf model of randomness.
BasicModelIn() - Constructor for class org.apache.lucene.search.similarities.BasicModelIn
Sole constructor: parameter-free
BasicModelIne - Class in org.apache.lucene.search.similarities
Tf-idf model of randomness, based on a mixture of Poisson and inverse document frequency.
BasicModelIne() - Constructor for class org.apache.lucene.search.similarities.BasicModelIne
Sole constructor: parameter-free
BasicModelP - Class in org.apache.lucene.search.similarities
Implements the Poisson approximation for the binomial model for DFR.
BasicModelP() - Constructor for class org.apache.lucene.search.similarities.BasicModelP
Sole constructor: parameter-free
BasicOperations - Class in org.apache.lucene.util.automaton
Basic automata operations.
BasicQueryFactory - Class in org.apache.lucene.queryparser.surround.query
Factory for creating basic term queries
BasicQueryFactory(int) - Constructor for class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
BasicQueryFactory() - Constructor for class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
BasicStats - Class in org.apache.lucene.search.similarities
Stores all statistics commonly used ranking methods.
BasicStats(String, float) - Constructor for class org.apache.lucene.search.similarities.BasicStats
Constructor.
BasqueAnalyzer - Class in org.apache.lucene.analysis.eu
Analyzer for Basque.
BasqueAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.eu.BasqueAnalyzer
Builds an analyzer with the default stop words: BasqueAnalyzer.DEFAULT_STOPWORD_FILE.
BasqueAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.eu.BasqueAnalyzer
Builds an analyzer with the given stop words.
BasqueAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.eu.BasqueAnalyzer
Builds an analyzer with the given stop words.
BasqueStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
BasqueStemmer() - Constructor for class org.tartarus.snowball.ext.BasqueStemmer
 
beforeRefresh() - Method in class org.apache.lucene.search.LiveFieldValues
 
beforeRefresh() - Method in interface org.apache.lucene.search.ReferenceManager.RefreshListener
Called right before a refresh attempt starts.
begin - Variable in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
The term's begin position.
beginColumn - Variable in class org.apache.lucene.queryparser.classic.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.apache.lucene.queryparser.surround.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.queryparser.classic.Token
The line number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
The line number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.queryparser.surround.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
BeginToken() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
BeginToken() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
BEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
BeiderMorseFilter - Class in org.apache.lucene.analysis.phonetic
TokenFilter for Beider-Morse phonetic encoding.
BeiderMorseFilter(TokenStream, PhoneticEngine) - Constructor for class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
BeiderMorseFilter(TokenStream, PhoneticEngine, Languages.LanguageSet) - Constructor for class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
Create a new BeiderMorseFilter
BeiderMorseFilterFactory - Class in org.apache.lucene.analysis.phonetic
Factory for BeiderMorseFilter.
BeiderMorseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.phonetic.BeiderMorseFilterFactory
Creates a new BeiderMorseFilterFactory
BIG_TERM - Static variable in class org.apache.lucene.util.UnicodeUtil
A binary term consisting of a number of 0xff bytes, likely to be bigger than other terms (e.g.
BINARY_FIXED_UNCOMPRESSED - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Uncompressed binary, written directly (fixed length).
BINARY_PREFIX_COMPRESSED - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Compressed binary with shared prefixes
BINARY_VARIABLE_UNCOMPRESSED - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Uncompressed binary, written directly (variable length).
BinaryDocValues - Class in org.apache.lucene.index
A per-document byte[]
BinaryDocValues() - Constructor for class org.apache.lucene.index.BinaryDocValues
Sole constructor.
BinaryDocValuesField - Class in org.apache.lucene.document
Field that stores a per-document BytesRef value.
BinaryDocValuesField(String, BytesRef) - Constructor for class org.apache.lucene.document.BinaryDocValuesField
Create a new binary DocValues field.
binaryField(FieldInfo, byte[]) - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
 
binaryField(FieldInfo, byte[]) - Method in class org.apache.lucene.index.StoredFieldVisitor
Process a binary field.
binaryValue() - Method in class org.apache.lucene.document.Field
 
binaryValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
binaryValue() - Method in interface org.apache.lucene.index.IndexableField
Non-null if this field has a binary value
bitCount(byte) - Static method in class org.apache.lucene.util.BitUtil
Return the number of bits sets in b.
bitList(byte) - Static method in class org.apache.lucene.util.BitUtil
Return the list of bits which are set in b encoded as followed: (i >>> (4 * n)) & 0x0F is the offset of the n-th set bit of the given byte plus one, or 0 if there are n or less bits set in the given byte.
bits - Variable in class org.apache.lucene.facet.FacetsCollector.MatchingDocs
Which documents were seen.
bits() - Method in class org.apache.lucene.search.DocIdSet
Optionally provides a Bits interface for random access to matching documents.
bits() - Method in class org.apache.lucene.search.FieldCacheDocIdSet
 
bits() - Method in class org.apache.lucene.search.FilteredDocIdSet
 
Bits - Interface in org.apache.lucene.util
Interface for Bitset-like structures.
bits() - Method in class org.apache.lucene.util.DocIdBitSet
 
bits() - Method in class org.apache.lucene.util.FixedBitSet
 
bits - Variable in class org.apache.lucene.util.OpenBitSet
 
bits() - Method in class org.apache.lucene.util.OpenBitSet
 
Bits.MatchAllBits - Class in org.apache.lucene.util
Bits impl of the specified length with all bits set.
Bits.MatchAllBits(int) - Constructor for class org.apache.lucene.util.Bits.MatchAllBits
 
Bits.MatchNoBits - Class in org.apache.lucene.util
Bits impl of the specified length with no bits set.
Bits.MatchNoBits(int) - Constructor for class org.apache.lucene.util.Bits.MatchNoBits
 
bits2words(int) - Static method in class org.apache.lucene.util.FixedBitSet
returns the number of 64 bit words it would take to hold numBits
bits2words(long) - Static method in class org.apache.lucene.util.LongBitSet
returns the number of 64 bit words it would take to hold numBits
bits2words(long) - Static method in class org.apache.lucene.util.OpenBitSet
returns the number of 64 bit words it would take to hold numBits
BitsFilteredDocIdSet - Class in org.apache.lucene.search
This implementation supplies a filtered DocIdSet, that excludes all docids which are not in a Bits instance.
BitsFilteredDocIdSet(DocIdSet, Bits) - Constructor for class org.apache.lucene.search.BitsFilteredDocIdSet
Constructor.
bitsPerValue - Variable in class org.apache.lucene.util.packed.PackedInts.FormatAndBits
 
bitsPerValue - Variable in class org.apache.lucene.util.packed.PackedInts.Writer
 
bitsPerValue() - Method in class org.apache.lucene.util.packed.PackedInts.Writer
The number of bits per value.
bitsRequired(long) - Static method in class org.apache.lucene.util.packed.PackedInts
Returns how many bits are required to hold values up to and including maxValue
BitUtil - Class in org.apache.lucene.util
A variety of high efficiency bit twiddling routines.
BlendedInfixSuggester - Class in org.apache.lucene.search.suggest.analyzing
Extension of the AnalyzingInfixSuggester which transforms the weight after search to take into account the position of the searched term into the indexed text.
BlendedInfixSuggester(Version, Directory, Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
Create a new instance, loading from a previously built directory, if it exists.
BlendedInfixSuggester(Version, Directory, Analyzer, Analyzer, int, BlendedInfixSuggester.BlenderType, int) - Constructor for class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
Create a new instance, loading from a previously built directory, if it exists.
BlendedInfixSuggester.BlenderType - Enum in org.apache.lucene.search.suggest.analyzing
The different types of blender.
BLOCK_SIZE - Static variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
BLOCK_SIZE - Static variable in class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
Fixed packed block size, number of integers encoded in a single packed block.
blockCountByPrefixLen - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Number of blocks at each prefix depth.
blockFilePointer - Variable in class org.apache.lucene.codecs.BlockTermState
fp into the terms dict primary file (_X.tim) that holds this term
BlockGroupingCollector - Class in org.apache.lucene.search.grouping
BlockGroupingCollector performs grouping with a single pass collector, as long as you are grouping by a doc block field, ie all documents sharing a given group value were indexed as a doc block using the atomic IndexWriter.addDocuments() or IndexWriter.updateDocuments() API.
BlockGroupingCollector(Sort, int, boolean, Filter) - Constructor for class org.apache.lucene.search.grouping.BlockGroupingCollector
Create the single pass collector.
BlockJoinComparatorSource - Class in org.apache.lucene.index.sorter
Helper class to sort readers that contain blocks of documents.
BlockJoinComparatorSource(Filter, Sort) - Constructor for class org.apache.lucene.index.sorter.BlockJoinComparatorSource
Create a new BlockJoinComparatorSource, sorting only blocks of documents with parentSort and not reordering children with a block.
BlockJoinComparatorSource(Filter, Sort, Sort) - Constructor for class org.apache.lucene.index.sorter.BlockJoinComparatorSource
Create a new BlockJoinComparatorSource, specifying the sort order for both blocks of documents and children within a block.
BlockPackedReader - Class in org.apache.lucene.util.packed
Provides random access to a stream written with BlockPackedWriter.
BlockPackedReader(IndexInput, int, int, long, boolean) - Constructor for class org.apache.lucene.util.packed.BlockPackedReader
Sole constructor.
BlockPackedReaderIterator - Class in org.apache.lucene.util.packed
Reader for sequences of longs written with BlockPackedWriter.
BlockPackedReaderIterator(DataInput, int, int, long) - Constructor for class org.apache.lucene.util.packed.BlockPackedReaderIterator
Sole constructor.
BlockPackedWriter - Class in org.apache.lucene.util.packed
A writer for large sequences of longs.
BlockPackedWriter(DataOutput, int) - Constructor for class org.apache.lucene.util.packed.BlockPackedWriter
Sole constructor.
blockSize - Variable in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput
 
blockSize - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
packed ints blocksize
blockSize - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.NumericEntry
packed ints blocksize
blockSize - Variable in class org.apache.lucene.util.ByteBlockPool.Allocator
 
blockSize - Variable in class org.apache.lucene.util.IntBlockPool.Allocator
 
BlockTermsReader - Class in org.apache.lucene.codecs.blockterms
Handles a terms dict, but decouples all details of doc/freqs/positions reading to an instance of PostingsReaderBase.
BlockTermsReader(TermsIndexReaderBase, Directory, FieldInfos, SegmentInfo, PostingsReaderBase, IOContext, String) - Constructor for class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
BlockTermState - Class in org.apache.lucene.codecs
Holds all state required for PostingsReaderBase to produce a DocsEnum without re-seeking the terms dict.
BlockTermState() - Constructor for class org.apache.lucene.codecs.BlockTermState
Sole constructor.
BlockTermsWriter - Class in org.apache.lucene.codecs.blockterms
Writes terms dict, block-encoding (column stride) each term's metadata for each set of terms between two index terms.
BlockTermsWriter(TermsIndexWriterBase, SegmentWriteState, PostingsWriterBase) - Constructor for class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
blockTreeStats - Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Holds details of block allocations in the block tree terms dictionary (this is only set if the PostingsFormat for this segment uses block tree.
BlockTreeTermsReader - Class in org.apache.lucene.codecs
A block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes.
BlockTreeTermsReader(Directory, FieldInfos, SegmentInfo, PostingsReaderBase, IOContext, String, int) - Constructor for class org.apache.lucene.codecs.BlockTreeTermsReader
Sole constructor.
BlockTreeTermsReader.FieldReader - Class in org.apache.lucene.codecs
BlockTree's implementation of Terms.
BlockTreeTermsReader.Stats - Class in org.apache.lucene.codecs
BlockTree statistics for a single field returned by BlockTreeTermsReader.FieldReader.computeStats().
BlockTreeTermsWriter - Class in org.apache.lucene.codecs
Block-based terms index and dictionary writer.
BlockTreeTermsWriter(SegmentWriteState, PostingsWriterBase, int, int) - Constructor for class org.apache.lucene.codecs.BlockTreeTermsWriter
Create a new writer.
BLOOM_CODEC_NAME - Static variable in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
BloomFilterFactory - Class in org.apache.lucene.codecs.bloom
Class used to create index-time FuzzySet appropriately configured for each field.
BloomFilterFactory() - Constructor for class org.apache.lucene.codecs.bloom.BloomFilterFactory
 
BloomFilteringPostingsFormat - Class in org.apache.lucene.codecs.bloom
A PostingsFormat useful for low doc-frequency fields such as primary keys.
BloomFilteringPostingsFormat(PostingsFormat, BloomFilterFactory) - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
Creates Bloom filters for a selection of fields created in the index.
BloomFilteringPostingsFormat(PostingsFormat) - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
Creates Bloom filters for a selection of fields created in the index.
BloomFilteringPostingsFormat() - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer - Class in org.apache.lucene.codecs.bloom
 
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer(SegmentReadState) - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
BM25Similarity - Class in org.apache.lucene.search.similarities
BM25 Similarity.
BM25Similarity(float, float) - Constructor for class org.apache.lucene.search.similarities.BM25Similarity
BM25 with the supplied parameter values.
BM25Similarity() - Constructor for class org.apache.lucene.search.similarities.BM25Similarity
BM25 with these default values: k1 = 1.2, b = 0.75.
BOKMAAL - Static variable in class org.apache.lucene.analysis.no.NorwegianLightStemmer
Constant to remove Bokmål-specific endings
BOLD - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BOLD_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BOLD_ITALICS - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BOLD_ITALICS_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BoolDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving boolean values.
BoolDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
BooleanClause - Class in org.apache.lucene.search
A clause in a BooleanQuery.
BooleanClause(Query, BooleanClause.Occur) - Constructor for class org.apache.lucene.search.BooleanClause
Constructs a BooleanClause.
BooleanClause.Occur - Enum in org.apache.lucene.search
Specifies how clauses are to occur in matching documents.
BooleanFilter - Class in org.apache.lucene.queries
A container Filter that allows Boolean composition of Filters.
BooleanFilter() - Constructor for class org.apache.lucene.queries.BooleanFilter
 
BooleanFilterBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for BooleanFilter
BooleanFilterBuilder(FilterBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.BooleanFilterBuilder
 
BooleanModifierNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
A BooleanModifierNode has the same behaviour as ModifierQueryNode, it only indicates that this modifier was added by GroupQueryNodeProcessor and not by the user.
BooleanModifierNode(QueryNode, ModifierQueryNode.Modifier) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.BooleanModifierNode
 
BooleanModifiersQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.precedence.processors
This processor is used to apply the correct ModifierQueryNode to BooleanQueryNodes children.
BooleanModifiersQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.precedence.processors.BooleanModifiersQueryNodeProcessor
 
BooleanQuery - Class in org.apache.lucene.search
A Query that matches documents matching boolean combinations of other queries, e.g.
BooleanQuery() - Constructor for class org.apache.lucene.search.BooleanQuery
Constructs an empty boolean query.
BooleanQuery(boolean) - Constructor for class org.apache.lucene.search.BooleanQuery
Constructs an empty boolean query.
BooleanQuery.BooleanWeight - Class in org.apache.lucene.search
Expert: the Weight for BooleanQuery, used to normalize, score and explain these queries.
BooleanQuery.BooleanWeight(IndexSearcher, boolean) - Constructor for class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
BooleanQuery.TooManyClauses - Exception in org.apache.lucene.search
Thrown when an attempt is made to add more than BooleanQuery.getMaxClauseCount() clauses.
BooleanQuery.TooManyClauses() - Constructor for exception org.apache.lucene.search.BooleanQuery.TooManyClauses
 
BooleanQuery2ModifierNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor is used to apply the correct ModifierQueryNode to BooleanQueryNodes children.
BooleanQuery2ModifierNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
BooleanQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for BooleanQuery
BooleanQueryBuilder(QueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.BooleanQueryBuilder
 
BooleanQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A BooleanQueryNode represents a list of elements which do not have an explicit boolean operator defined between them.
BooleanQueryNode(List<QueryNode>) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode
 
BooleanQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a BooleanQuery object from a BooleanQueryNode object.
BooleanQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.BooleanQueryNodeBuilder
 
BooleanSingleChildOptimizationQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor removes every BooleanQueryNode that contains only one child and returns this child.
BooleanSingleChildOptimizationQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
BoolFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract parent class for those ValueSource implementations which apply boolean logic to their values
BoolFunction() - Constructor for class org.apache.lucene.queries.function.valuesource.BoolFunction
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
boolVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
boost - Variable in class org.apache.lucene.document.Field
Field's boost
boost() - Method in class org.apache.lucene.document.Field
Returns the field's index-time boost.
boost() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
boost() - Method in interface org.apache.lucene.index.IndexableField
Returns the field's index-time boost.
Boost - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
Lexical state.
BOOST - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the boost value in FieldConfig objects.
Boost - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
Lexical state.
Boost - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
Lexical state.
boost - Variable in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
The boost representing the similarity from the FuzzyTermsEnum (internal similarity score)
boost(float) - Static method in class org.apache.lucene.util.ToStringUtils
for printing boost only if not 1.0
BoostAttribute - Interface in org.apache.lucene.search
Add this Attribute to a TermsEnum returned by MultiTermQuery.getTermsEnum(Terms,AttributeSource) and update the boost on each returned term.
BoostAttributeImpl - Class in org.apache.lucene.search
Implementation class for BoostAttribute.
BoostAttributeImpl() - Constructor for class org.apache.lucene.search.BoostAttributeImpl
 
BoostedQuery - Class in org.apache.lucene.queries.function
Query that is boosted by a ValueSource
BoostedQuery(Query, ValueSource) - Constructor for class org.apache.lucene.queries.function.BoostedQuery
 
BoostingQuery - Class in org.apache.lucene.queries
The BoostingQuery class can be used to effectively demote results that match a given query.
BoostingQuery(Query, Query, float) - Constructor for class org.apache.lucene.queries.BoostingQuery
 
BoostingQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for BoostingQuery
BoostingQueryBuilder(QueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.BoostingQueryBuilder
 
BoostingTermBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for PayloadTermQuery
BoostingTermBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.BoostingTermBuilder
 
BoostQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A BoostQueryNode boosts the QueryNode tree which is under this node.
BoostQueryNode(QueryNode, float) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.BoostQueryNode
Constructs a boost node
BoostQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
This builder basically reads the Query object set on the BoostQueryNode child using QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID and applies the boost value defined in the BoostQueryNode.
BoostQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.BoostQueryNodeBuilder
 
BoostQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor iterates the query node tree looking for every FieldableNode that has StandardQueryConfigHandler.ConfigurationKeys.BOOST in its config.
BoostQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.BoostQueryNodeProcessor
 
boosts - Variable in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
BOTH - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Output the both the untokenized token and the splits
boundaryChars - Variable in class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
BoundaryScanner - Interface in org.apache.lucene.search.vectorhighlight
Finds fragment boundaries: pluggable into BaseFragmentsBuilder
bra - Variable in class org.tartarus.snowball.SnowballProgram
 
BrazilianAnalyzer - Class in org.apache.lucene.analysis.br
Analyzer for Brazilian Portuguese language.
BrazilianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the default stop words (BrazilianAnalyzer.getDefaultStopSet()).
BrazilianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words
BrazilianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words and stemming exclusion words
BrazilianStemFilter - Class in org.apache.lucene.analysis.br
BrazilianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilter
Creates a new BrazilianStemFilter
BrazilianStemFilterFactory - Class in org.apache.lucene.analysis.br
Factory for BrazilianStemFilter.
BrazilianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilterFactory
Creates a new BrazilianStemFilterFactory
BrazilianStemmer - Class in org.apache.lucene.analysis.br
A stemmer for Brazilian Portuguese words.
BrazilianStemmer() - Constructor for class org.apache.lucene.analysis.br.BrazilianStemmer
 
BreakIteratorBoundaryScanner - Class in org.apache.lucene.search.vectorhighlight
A BoundaryScanner implementation that uses BreakIterator to find boundaries in the text.
BreakIteratorBoundaryScanner(BreakIterator) - Constructor for class org.apache.lucene.search.vectorhighlight.BreakIteratorBoundaryScanner
 
BroadWord - Class in org.apache.lucene.util
Methods and constants inspired by the article "Broadword Implementation of Rank/Select Queries" by Sebastiano Vigna, January 30, 2012: algorithm 1: BroadWord.bitCount(long), count of set bits in a long algorithm 2: BroadWord.select(long, int), selection of a set bit in a long, bytewise signed smaller <8 operator: BroadWord.smallerUpTo7_8(long,long).
bucket - Variable in class org.apache.lucene.search.suggest.fst.FSTCompletion.Completion
source bucket (weight) of the suggestion
buf - Variable in class org.apache.lucene.analysis.util.OpenStringBuilder
 
BUF_SIZE_INT - Static variable in class org.apache.lucene.util.NumericUtils
The maximum term length (used for byte[] buffer size) for encoding int values.
BUF_SIZE_LONG - Static variable in class org.apache.lucene.util.NumericUtils
The maximum term length (used for byte[] buffer size) for encoding long values.
buffer() - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Returns the internal termBuffer character array which you can then directly alter.
buffer() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
buffer - Variable in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
 
buffer - Variable in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexOutput
 
buffer - Variable in class org.apache.lucene.store.BufferedIndexInput
 
buffer - Variable in class org.apache.lucene.util.ByteBlockPool
Current head buffer
buffer - Variable in class org.apache.lucene.util.IntBlockPool
Current head buffer
BUFFER_SIZE - Static variable in class org.apache.lucene.store.BufferedIndexInput
Default buffer size set to 1024.
BufferedChecksum - Class in org.apache.lucene.store
Wraps another Checksum with an internal buffer to speed up checksum calculations.
BufferedChecksum(Checksum) - Constructor for class org.apache.lucene.store.BufferedChecksum
Create a new BufferedChecksum with BufferedChecksum.DEFAULT_BUFFERSIZE
BufferedChecksum(Checksum, int) - Constructor for class org.apache.lucene.store.BufferedChecksum
Create a new BufferedChecksum with the specified bufferSize
BufferedChecksumIndexInput - Class in org.apache.lucene.store
Simple implementation of ChecksumIndexInput that wraps another input and delegates calls.
BufferedChecksumIndexInput(IndexInput) - Constructor for class org.apache.lucene.store.BufferedChecksumIndexInput
Creates a new BufferedChecksumIndexInput
BufferedIndexInput - Class in org.apache.lucene.store
Base implementation class for buffered IndexInput.
BufferedIndexInput(String) - Constructor for class org.apache.lucene.store.BufferedIndexInput
 
BufferedIndexInput(String, IOContext) - Constructor for class org.apache.lucene.store.BufferedIndexInput
 
BufferedIndexInput(String, int) - Constructor for class org.apache.lucene.store.BufferedIndexInput
Inits BufferedIndexInput with a specific bufferSize
BufferedIndexOutput - Class in org.apache.lucene.store
Base implementation class for buffered IndexOutput.
BufferedIndexOutput() - Constructor for class org.apache.lucene.store.BufferedIndexOutput
Creates a new BufferedIndexOutput with the default buffer size (16384 bytes see BufferedIndexOutput.DEFAULT_BUFFER_SIZE)
BufferedIndexOutput(int) - Constructor for class org.apache.lucene.store.BufferedIndexOutput
Creates a new BufferedIndexOutput with the given buffer size.
BufferedInputIterator - Class in org.apache.lucene.search.suggest
This wrapper buffers incoming elements.
BufferedInputIterator(InputIterator) - Constructor for class org.apache.lucene.search.suggest.BufferedInputIterator
Creates a new iterator, buffering entries from the specified iterator
BufferingTermFreqIteratorWrapper - Class in org.apache.lucene.search.suggest
This wrapper buffers incoming elements.
BufferingTermFreqIteratorWrapper(TermFreqIterator) - Constructor for class org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
Creates a new iterator, buffering entries from the specified iterator
BUFFERMAX - Static variable in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
 
buffers - Variable in class org.apache.lucene.store.RAMFile
 
buffers - Variable in class org.apache.lucene.util.ByteBlockPool
array of buffers currently used in the pool.
buffers - Variable in class org.apache.lucene.util.IntBlockPool
array of buffers currently used in the pool.
bufferSize(IOContext) - Static method in class org.apache.lucene.store.BufferedIndexInput
Returns default buffer sizes for the given IOContext
bufferSize - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
read buffer size (in bytes)
bufferSkip(int) - Method in class org.apache.lucene.codecs.MultiLevelSkipListWriter
Writes the current skip data to the buffers.
build() - Method in class org.apache.lucene.analysis.charfilter.NormalizeCharMap.Builder
Builds the NormalizeCharMap; call this once you are done calling NormalizeCharMap.Builder.add(java.lang.String, java.lang.String).
build() - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
build() - Method in class org.apache.lucene.analysis.synonym.SynonymMap.Builder
Builds an SynonymMap and returns it.
build(Document) - Method in class org.apache.lucene.facet.FacetsConfig
Translates any added FacetFields into normal fields for indexing; only use this version if you did not add any taxonomy-based fields ( FacetField or AssociationFacetField).
build(TaxonomyWriter, Document) - Method in class org.apache.lucene.facet.FacetsConfig
Translates any added FacetFields into normal fields for indexing.
build(AtomicReader) - Static method in class org.apache.lucene.index.MergeState.DocMap
Creates a MergeState.DocMap instance appropriate for this reader.
build(IndexReaderContext, Term) - Static method in class org.apache.lucene.index.TermContext
Creates a TermContext from a top-level IndexReaderContext and the given Term.
build(QueryNode) - Method in interface org.apache.lucene.queryparser.flexible.core.builders.QueryBuilder
Builds some kind of object from a query tree.
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.builders.QueryTreeBuilder
Builds some kind of object from a query tree.
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.AnyQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.BooleanQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.BoostQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.DummyQueryNodeBuilder
Always return null.
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.FieldQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.FuzzyQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.GroupQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.MatchAllDocsQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.MatchNoDocsQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.ModifierQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.MultiPhraseQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.NumericRangeQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.PhraseQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.PrefixWildcardQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.RegexpQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.SlopQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.StandardBooleanQueryNodeBuilder
 
build(QueryNode) - Method in interface org.apache.lucene.queryparser.flexible.standard.builders.StandardQueryBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.StandardQueryTreeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.TermRangeQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.builders.WildcardQueryNodeBuilder
 
build(InputIterator) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
 
build(InputIterator) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
 
build(InputIterator) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
 
build(InputIterator, double) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Build the suggest index, using up to the specified amount of temporary RAM while building.
build() - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionBuilder
Builds the final automaton from a list of added entries.
build(InputIterator) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
 
build(InputIterator) - Method in class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
 
build(InputIterator) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
 
build(Dictionary) - Method in class org.apache.lucene.search.suggest.Lookup
Build lookup from a dictionary.
build(InputIterator) - Method in class org.apache.lucene.search.suggest.Lookup
Builds up a new internal Lookup representation based on the given InputIterator.
build(InputIterator) - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
 
build() - Method in class org.apache.lucene.util.PForDeltaDocIdSet.Builder
Build the PForDeltaDocIdSet instance.
build() - Method in class org.apache.lucene.util.WAH8DocIdSet.Builder
 
Builder<T> - Class in org.apache.lucene.util.fst
Builds a minimal FST (maps an IntsRef term to an arbitrary output) from pre-sorted terms with outputs.
Builder(FST.INPUT_TYPE, Outputs<T>) - Constructor for class org.apache.lucene.util.fst.Builder
Instantiates an FST/FSA builder without any pruning.
Builder(FST.INPUT_TYPE, int, int, boolean, boolean, int, Outputs<T>, Builder.FreezeTail<T>, boolean, float, boolean, int) - Constructor for class org.apache.lucene.util.fst.Builder
Instantiates an FST/FSA builder with all the possible tuning and construction tweaks.
Builder.Arc<T> - Class in org.apache.lucene.util.fst
Expert: holds a pending (seen but not yet serialized) arc.
Builder.Arc() - Constructor for class org.apache.lucene.util.fst.Builder.Arc
 
Builder.FreezeTail<T> - Class in org.apache.lucene.util.fst
Expert: this is invoked by Builder whenever a suffix is serialized.
Builder.FreezeTail() - Constructor for class org.apache.lucene.util.fst.Builder.FreezeTail
 
Builder.UnCompiledNode<T> - Class in org.apache.lucene.util.fst
Expert: holds a pending (seen but not yet serialized) Node.
Builder.UnCompiledNode(Builder<T>, int) - Constructor for class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
buildExtensionField(String) - Method in class org.apache.lucene.queryparser.ext.Extensions
Builds an extension field string from a given extension key and the default query field.
buildExtensionField(String, String) - Method in class org.apache.lucene.queryparser.ext.Extensions
Builds an extension field string from a given extension key and the extensions field.
buildFacetsResult(FacetsCollector, FacetsCollector[], String[]) - Method in class org.apache.lucene.facet.DrillSideways
Subclass can override to customize per-dim Facets impl.
buildFieldConfig(FieldConfig) - Method in interface org.apache.lucene.queryparser.flexible.core.config.FieldConfigListener
This method is called ever time a field configuration is requested.
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryparser.flexible.standard.config.FieldBoostMapFCListener
 
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryparser.flexible.standard.config.FieldDateResolutionFCListener
 
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericFieldConfigListener
 
buildQuery(int, TermContext[], Term[]) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
BulgarianAnalyzer - Class in org.apache.lucene.analysis.bg
Analyzer for Bulgarian.
BulgarianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Builds an analyzer with the default stop words: BulgarianAnalyzer.DEFAULT_STOPWORD_FILE.
BulgarianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Builds an analyzer with the given stop words.
BulgarianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Builds an analyzer with the given stop words and a stem exclusion set.
BulgarianStemFilter - Class in org.apache.lucene.analysis.bg
A TokenFilter that applies BulgarianStemmer to stem Bulgarian words.
BulgarianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.bg.BulgarianStemFilter
 
BulgarianStemFilterFactory - Class in org.apache.lucene.analysis.bg
Factory for BulgarianStemFilter.
BulgarianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.bg.BulgarianStemFilterFactory
Creates a new BulgarianStemFilterFactory
BulgarianStemmer - Class in org.apache.lucene.analysis.bg
Light Stemmer for Bulgarian.
BulgarianStemmer() - Constructor for class org.apache.lucene.analysis.bg.BulgarianStemmer
 
bulkScorer(AtomicReaderContext, boolean, Bits) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
BulkScorer - Class in org.apache.lucene.search
This class is used to score a range of documents at once, and is returned by Weight.bulkScorer(org.apache.lucene.index.AtomicReaderContext, boolean, org.apache.lucene.util.Bits).
BulkScorer() - Constructor for class org.apache.lucene.search.BulkScorer
 
bulkScorer(AtomicReaderContext, boolean, Bits) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
bulkScorer(AtomicReaderContext, boolean, Bits) - Method in class org.apache.lucene.search.Weight
Optional method, to return a BulkScorer to score the query and send hits to a Collector.
byId(int) - Static method in enum org.apache.lucene.util.packed.PackedInts.Format
Get a format according to its ID.
byte315ToFloat(byte) - Static method in class org.apache.lucene.util.SmallFloat
byteToFloat(b, mantissaBits=3, zeroExponent=15)
byte52ToFloat(byte) - Static method in class org.apache.lucene.util.SmallFloat
byteToFloat(b, mantissaBits=5, zeroExponent=2)
BYTE_BLOCK_MASK - Static variable in class org.apache.lucene.util.ByteBlockPool
 
BYTE_BLOCK_SHIFT - Static variable in class org.apache.lucene.util.ByteBlockPool
 
BYTE_BLOCK_SIZE - Static variable in class org.apache.lucene.util.ByteBlockPool
 
byteArray(StringBuilder, byte[]) - Static method in class org.apache.lucene.util.ToStringUtils
 
ByteArrayDataInput - Class in org.apache.lucene.store
DataInput backed by a byte array.
ByteArrayDataInput(byte[]) - Constructor for class org.apache.lucene.store.ByteArrayDataInput
 
ByteArrayDataInput(byte[], int, int) - Constructor for class org.apache.lucene.store.ByteArrayDataInput
 
ByteArrayDataInput() - Constructor for class org.apache.lucene.store.ByteArrayDataInput
 
ByteArrayDataOutput - Class in org.apache.lucene.store
DataOutput backed by a byte array.
ByteArrayDataOutput(byte[]) - Constructor for class org.apache.lucene.store.ByteArrayDataOutput
 
ByteArrayDataOutput(byte[], int, int) - Constructor for class org.apache.lucene.store.ByteArrayDataOutput
 
ByteArrayDataOutput() - Constructor for class org.apache.lucene.store.ByteArrayDataOutput
 
byteBlockCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
The minimum number of byte blocks to encode in a single iteration, when using byte encoding.
byteBlockCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
The minimum number of byte blocks to encode in a single iteration, when using byte encoding.
ByteBlockPool - Class in org.apache.lucene.util
Class that Posting and PostingVector use to write byte streams into shared fixed-size byte[] arrays.
ByteBlockPool(ByteBlockPool.Allocator) - Constructor for class org.apache.lucene.util.ByteBlockPool
 
ByteBlockPool.Allocator - Class in org.apache.lucene.util
Abstract class for allocating and freeing byte blocks.
ByteBlockPool.Allocator(int) - Constructor for class org.apache.lucene.util.ByteBlockPool.Allocator
 
ByteBlockPool.DirectAllocator - Class in org.apache.lucene.util
A simple ByteBlockPool.Allocator that never recycles.
ByteBlockPool.DirectAllocator() - Constructor for class org.apache.lucene.util.ByteBlockPool.DirectAllocator
 
ByteBlockPool.DirectAllocator(int) - Constructor for class org.apache.lucene.util.ByteBlockPool.DirectAllocator
 
ByteBlockPool.DirectTrackingAllocator - Class in org.apache.lucene.util
A simple ByteBlockPool.Allocator that never recycles, but tracks how much total RAM is in use.
ByteBlockPool.DirectTrackingAllocator(Counter) - Constructor for class org.apache.lucene.util.ByteBlockPool.DirectTrackingAllocator
 
ByteBlockPool.DirectTrackingAllocator(int, Counter) - Constructor for class org.apache.lucene.util.ByteBlockPool.DirectTrackingAllocator
 
byteCount(int, int, int) - Method in enum org.apache.lucene.util.packed.PackedInts.Format
Computes how many byte blocks are needed to store values values of size bitsPerValue.
ByteDocValuesField - Class in org.apache.lucene.document
Deprecated.
ByteDocValuesField(String, byte) - Constructor for class org.apache.lucene.document.ByteDocValuesField
Deprecated.
Creates a new DocValues field with the specified 8-bit byte value
ByteFieldSource - Class in org.apache.lucene.queries.function.valuesource
Deprecated.
ByteFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
ByteFieldSource(String, FieldCache.ByteParser) - Constructor for class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
byteOffset - Variable in class org.apache.lucene.util.ByteBlockPool
Current head offset
ByteRunAutomaton - Class in org.apache.lucene.util.automaton
Automaton representation for matching UTF-8 byte[].
ByteRunAutomaton(Automaton) - Constructor for class org.apache.lucene.util.automaton.ByteRunAutomaton
 
ByteRunAutomaton(Automaton, boolean) - Constructor for class org.apache.lucene.util.automaton.ByteRunAutomaton
expert: if utf8 is true, the input is already byte-based
bytes() - Method in class org.apache.lucene.index.Term
Returns the bytes of this term.
bytes - Variable in class org.apache.lucene.util.BytesRef
The contents of the BytesRef.
bytes - Variable in class org.apache.lucene.util.GrowableByteArrayDataOutput
The bytes
bytesDifference(BytesRef, BytesRef) - Static method in class org.apache.lucene.util.StringHelper
Compares two BytesRef, element by element, and returns the number of elements common to both arrays.
bytesEquals(BytesRef) - Method in class org.apache.lucene.util.BytesRef
Expert: compares the bytes against another BytesRef, returning true if the bytes are equal.
ByteSequenceOutputs - Class in org.apache.lucene.util.fst
An FST Outputs implementation where each output is a sequence of bytes.
bytesRef - Variable in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
BytesRef - Class in org.apache.lucene.util
Represents byte[], as a slice (offset + length) into an existing byte[].
BytesRef() - Constructor for class org.apache.lucene.util.BytesRef
Create a BytesRef with BytesRef.EMPTY_BYTES
BytesRef(byte[], int, int) - Constructor for class org.apache.lucene.util.BytesRef
This instance will directly reference bytes w/o making a copy.
BytesRef(byte[]) - Constructor for class org.apache.lucene.util.BytesRef
This instance will directly reference bytes w/o making a copy.
BytesRef(int) - Constructor for class org.apache.lucene.util.BytesRef
Create a BytesRef pointing to a new array of size capacity.
BytesRef(CharSequence) - Constructor for class org.apache.lucene.util.BytesRef
Initialize the byte[] from the UTF8 bytes for the provided String.
BytesRefArray - Class in org.apache.lucene.util
A simple append only random-access BytesRef array that stores full copies of the appended bytes in a ByteBlockPool.
BytesRefArray(Counter) - Constructor for class org.apache.lucene.util.BytesRefArray
Creates a new BytesRefArray with a counter to track allocated bytes
BytesRefFieldSource - Class in org.apache.lucene.queries.function.valuesource
An implementation for retrieving FunctionValues instances for string based fields.
BytesRefFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.BytesRefFieldSource
 
BytesRefFSTEnum<T> - Class in org.apache.lucene.util.fst
Enumerates all input (BytesRef) + output pairs in an FST.
BytesRefFSTEnum(FST<T>) - Constructor for class org.apache.lucene.util.fst.BytesRefFSTEnum
doFloor controls the behavior of advance: if it's true doFloor is true, advance positions to the biggest term before target.
BytesRefFSTEnum.InputOutput<T> - Class in org.apache.lucene.util.fst
Holds a single input (BytesRef) + output pair.
BytesRefFSTEnum.InputOutput() - Constructor for class org.apache.lucene.util.fst.BytesRefFSTEnum.InputOutput
 
BytesRefHash - Class in org.apache.lucene.util
BytesRefHash is a special purpose hash-map like data-structure optimized for BytesRef instances.
BytesRefHash() - Constructor for class org.apache.lucene.util.BytesRefHash
BytesRefHash(ByteBlockPool) - Constructor for class org.apache.lucene.util.BytesRefHash
Creates a new BytesRefHash
BytesRefHash(ByteBlockPool, int, BytesRefHash.BytesStartArray) - Constructor for class org.apache.lucene.util.BytesRefHash
Creates a new BytesRefHash
BytesRefHash.BytesStartArray - Class in org.apache.lucene.util
Manages allocation of the per-term addresses.
BytesRefHash.BytesStartArray() - Constructor for class org.apache.lucene.util.BytesRefHash.BytesStartArray
 
BytesRefHash.DirectBytesStartArray - Class in org.apache.lucene.util
A simple BytesRefHash.BytesStartArray that tracks memory allocation using a private Counter instance.
BytesRefHash.DirectBytesStartArray(int, Counter) - Constructor for class org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
 
BytesRefHash.DirectBytesStartArray(int) - Constructor for class org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
 
BytesRefHash.MaxBytesLengthExceededException - Exception in org.apache.lucene.util
Thrown if a BytesRef exceeds the BytesRefHash limit of ByteBlockPool.BYTE_BLOCK_SIZE-2.
BytesRefIterator - Interface in org.apache.lucene.util
A simple iterator interface for BytesRef iteration.
BytesRefSorter - Interface in org.apache.lucene.search.suggest.fst
Collects BytesRef and then allows one to iterate over their sorted order.
bytesRefToFloat(BytesRef) - Static method in class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
Decodes a previously encoded float.
bytesRefToInt(BytesRef) - Static method in class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
Decodes a previously encoded int.
byteStart(int) - Method in class org.apache.lucene.util.BytesRefHash
Returns the bytesStart offset into the internally used ByteBlockPool for the given bytesID
bytesUsed() - Method in class org.apache.lucene.util.BytesRefHash.BytesStartArray
A Counter reference holding the number of bytes used by this BytesRefHash.BytesStartArray.
bytesUsed() - Method in class org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
 
bytesUsed() - Method in class org.apache.lucene.util.RecyclingByteBlockAllocator
 
bytesUsed() - Method in class org.apache.lucene.util.RecyclingIntBlockAllocator
 
bytesVal(int, BytesRef) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
bytesVal(int, BytesRef) - Method in class org.apache.lucene.queries.function.FunctionValues
returns the bytes representation of the string val - TODO: should this return the indexed raw bytes not?
byteToFloat(byte, int, int) - Static method in class org.apache.lucene.util.SmallFloat
Converts an 8 bit float to a 32 bit float.
byteUpto - Variable in class org.apache.lucene.util.ByteBlockPool
Where we are in head buffer
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
byteVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
byteVal(int, byte[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
byteValueCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
The number of values that can be stored in PackedInts.Decoder.byteBlockCount() byte blocks.
byteValueCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
The number of values that can be stored in PackedInts.Encoder.byteBlockCount() byte blocks.
ByteVector - Class in org.apache.lucene.analysis.compound.hyphenation
This class implements a simple byte vector with access to the underlying array.
ByteVector() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
ByteVector(int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
ByteVector(byte[]) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
ByteVector(byte[], int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 

C

cache - Variable in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
cachedDocs - Variable in class org.apache.lucene.search.CachingCollector
 
CachedFilterBuilder - Class in org.apache.lucene.queryparser.xml.builders
Filters are cached in an LRU Cache keyed on the contained query or filter object.
CachedFilterBuilder(QueryBuilderFactory, FilterBuilderFactory, int) - Constructor for class org.apache.lucene.queryparser.xml.builders.CachedFilterBuilder
 
CachedOrdinalsReader - Class in org.apache.lucene.facet.taxonomy
A per-segment cache of documents' facet ordinals.
CachedOrdinalsReader(OrdinalsReader) - Constructor for class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader
Sole constructor.
CachedOrdinalsReader.CachedOrds - Class in org.apache.lucene.facet.taxonomy
Holds the cached ordinals in two parallel int[] arrays.
CachedOrdinalsReader.CachedOrds(OrdinalsReader.OrdinalsSegmentReader, int) - Constructor for class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader.CachedOrds
cachedSegs - Variable in class org.apache.lucene.search.CachingCollector
 
cacheImpl(DocIdSetIterator, AtomicReader) - Method in class org.apache.lucene.search.CachingWrapperFilter
Default cache implementation: uses WAH8DocIdSet.
CachingCollector - Class in org.apache.lucene.search
Caches all docs, and optionally also scores, coming from a search, and is then able to replay them to another collector.
CachingTokenFilter - Class in org.apache.lucene.analysis
This class can be used if the token attributes of a TokenStream are intended to be consumed more than once.
CachingTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.CachingTokenFilter
Create a new CachingTokenFilter around input, caching its token attributes, which can be replayed again after a call to CachingTokenFilter.reset().
CachingWrapperFilter - Class in org.apache.lucene.search
Wraps another Filter's result and caches it.
CachingWrapperFilter(Filter) - Constructor for class org.apache.lucene.search.CachingWrapperFilter
Wraps another filter's result and caches it.
calcHighFreqMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
calcLowFreqMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
calculateCoefficient(int) - Method in class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
Calculate the weight coefficient based on the position of the first matching word.
calibrateSizeByDeletes - Variable in class org.apache.lucene.index.LogMergePolicy
If true, we pro-rate a segment's size by the percentage of non-deleted documents.
canReuse(MultiTermsEnum) - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
Returns true if this instance can be reused by the provided MultiTermsEnum.
canReuse(MultiTermsEnum) - Method in class org.apache.lucene.index.MultiDocsEnum
Returns true if this instance can be reused by the provided MultiTermsEnum.
cantOpenSegments - Variable in class org.apache.lucene.index.CheckIndex.Status
True if we were unable to open the segments_N file.
capacity() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
returns current capacity of array
capacity() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
returns current capacity of array
capacity() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
capacity() - Method in class org.apache.lucene.facet.taxonomy.writercache.CollisionMap
How many slots are allocated.
capacity() - Method in class org.apache.lucene.util.OpenBitSet
Returns the current capacity in bits (1 greater than the index of the last bit)
CapitalizationFilter - Class in org.apache.lucene.analysis.miscellaneous
A filter to apply normal capitalization rules to Tokens.
CapitalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
Creates a CapitalizationFilter with the default parameters.
CapitalizationFilter(TokenStream, boolean, CharArraySet, boolean, Collection<char[]>, int, int, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
Creates a CapitalizationFilter with the specified parameters.
CapitalizationFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
CapitalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
Creates a new CapitalizationFilterFactory
captureState() - Method in class org.apache.lucene.util.AttributeSource
Captures the state of all Attributes.
CARAT - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
CARAT - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
CARAT - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
cardinality() - Method in class org.apache.lucene.index.RandomAccessOrds
Returns the cardinality for the current document (previously set by SortedSetDocValues.setDocument(int).
cardinality() - Method in class org.apache.lucene.util.FixedBitSet
Returns number of set bits.
cardinality() - Method in class org.apache.lucene.util.LongBitSet
Returns number of set bits.
cardinality() - Method in class org.apache.lucene.util.OpenBitSet
 
cardinality() - Method in class org.apache.lucene.util.PForDeltaDocIdSet
Return the number of documents in this DocIdSet in constant time.
cardinality() - Method in class org.apache.lucene.util.WAH8DocIdSet
Return the number of documents in this DocIdSet in constant time.
CatalanAnalyzer - Class in org.apache.lucene.analysis.ca
Analyzer for Catalan.
CatalanAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ca.CatalanAnalyzer
Builds an analyzer with the default stop words: CatalanAnalyzer.DEFAULT_STOPWORD_FILE.
CatalanAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ca.CatalanAnalyzer
Builds an analyzer with the given stop words.
CatalanAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ca.CatalanAnalyzer
Builds an analyzer with the given stop words.
CatalanStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
CatalanStemmer() - Constructor for class org.tartarus.snowball.ext.CatalanStemmer
 
CATEGORY - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
CATEGORY_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
CategoryPath - Class in org.apache.lucene.facet.taxonomy
Holds a sequence of string components, specifying the hierarchical name of a category.
CategoryPath(String...) - Constructor for class org.apache.lucene.facet.taxonomy.CategoryPath
Construct from the given path components.
CategoryPath(String, char) - Constructor for class org.apache.lucene.facet.taxonomy.CategoryPath
Construct from a given path, separating path components with delimiter.
CATENATE_ALL - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Causes all subword parts to be catenated:

"wi-fi-4000" => "wifi4000"

CATENATE_ALL - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Causes all subword parts to be catenated:

"wi-fi-4000" => "wifi4000"

CATENATE_NUMBERS - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Causes maximum runs of word parts to be catenated:

"wi-fi" => "wifi"

CATENATE_NUMBERS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Causes maximum runs of word parts to be catenated:

"wi-fi" => "wifi"

CATENATE_WORDS - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Causes maximum runs of word parts to be catenated:

"wi-fi" => "wifi"

CATENATE_WORDS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Causes maximum runs of word parts to be catenated:

"wi-fi" => "wifi"

ChainedFilter - Class in org.apache.lucene.queries
Allows multiple Filters to be chained.
ChainedFilter(Filter[]) - Constructor for class org.apache.lucene.queries.ChainedFilter
Ctor.
ChainedFilter(Filter[], int[]) - Constructor for class org.apache.lucene.queries.ChainedFilter
Ctor.
ChainedFilter(Filter[], int) - Constructor for class org.apache.lucene.queries.ChainedFilter
Ctor.
changed() - Method in class org.apache.lucene.index.SegmentInfos
Call this before committing if changes have been made to the segments.
changeToken(BytesRef) - Method in class org.apache.lucene.analysis.TokenStreamToAutomaton
Subclass & implement this if you need to change the token (such as escaping certain bytes) before it's turned into a graph.
channel - Variable in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
the file channel we will read from
CharacterRunAutomaton - Class in org.apache.lucene.util.automaton
Automaton representation for matching char[].
CharacterRunAutomaton(Automaton) - Constructor for class org.apache.lucene.util.automaton.CharacterRunAutomaton
 
characters(char[], int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
CharacterUtils - Class in org.apache.lucene.analysis.util
CharacterUtils provides a unified interface to Character-related operations to implement backwards compatible character operations based on a Version instance.
CharacterUtils() - Constructor for class org.apache.lucene.analysis.util.CharacterUtils
 
CharacterUtils.CharacterBuffer - Class in org.apache.lucene.analysis.util
A simple IO buffer to use with CharacterUtils.fill(CharacterBuffer, Reader).
charArray - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
Character array containing token text
CharArrayIterator - Class in org.apache.lucene.analysis.util
A CharacterIterator used internally for use with BreakIterator
CharArrayIterator() - Constructor for class org.apache.lucene.analysis.util.CharArrayIterator
 
CharArrayMap<V> - Class in org.apache.lucene.analysis.util
A simple class that stores key Strings as char[]'s in a hash table.
CharArrayMap(Version, int, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArrayMap
Create map with enough capacity to hold startSize terms
CharArrayMap(Version, Map<?, ? extends V>, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArrayMap
Creates a map from the mappings in another map.
CharArrayMap.EntryIterator - Class in org.apache.lucene.analysis.util
public iterator class so efficient methods are exposed to users
CharArrayMap.EntrySet - Class in org.apache.lucene.analysis.util
public EntrySet class so efficient methods are exposed to users
CharArraySet - Class in org.apache.lucene.analysis.util
A simple class that stores Strings as char[]'s in a hash table.
CharArraySet(Version, int, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArraySet
Create set with enough capacity to hold startSize terms
CharArraySet(Version, Collection<?>, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArraySet
Creates a set from a Collection of objects.
charAt(int) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
charAt(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
charAt(int) - Method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
 
charAt(int) - Method in class org.apache.lucene.util.CharsRef
 
CharFilter - Class in org.apache.lucene.analysis
Subclasses of CharFilter can be chained to filter a Reader They can be used as Reader with additional offset correction.
CharFilter(Reader) - Constructor for class org.apache.lucene.analysis.CharFilter
Create a new CharFilter wrapping the provided reader.
CharFilterFactory - Class in org.apache.lucene.analysis.util
Abstract parent class for analysis factories that create CharFilter instances.
CharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.CharFilterFactory
Initialize this factory via a set of key-value pairs.
chars - Variable in class org.apache.lucene.util.CharsRef
The contents of the CharsRef.
charsEquals(CharsRef) - Method in class org.apache.lucene.util.CharsRef
 
CHARSEQUENCE_COMPARATOR - Static variable in class org.apache.lucene.search.suggest.Lookup
A simple char-by-char comparator for CharSequence
CharSequenceOutputs - Class in org.apache.lucene.util.fst
An FST Outputs implementation where each output is a sequence of characters.
charset - Variable in class org.apache.lucene.analysis.payloads.IdentityEncoder
 
CHARSET_UTF_8 - Static variable in class org.apache.lucene.util.IOUtils
Deprecated.
CharsRef - Class in org.apache.lucene.util
Represents char[], as a slice (offset + length) into an existing char[].
CharsRef() - Constructor for class org.apache.lucene.util.CharsRef
Creates a new CharsRef initialized an empty array zero-length
CharsRef(int) - Constructor for class org.apache.lucene.util.CharsRef
Creates a new CharsRef initialized with an array of the given capacity
CharsRef(char[], int, int) - Constructor for class org.apache.lucene.util.CharsRef
Creates a new CharsRef initialized with the given array, offset and length
CharsRef(String) - Constructor for class org.apache.lucene.util.CharsRef
Creates a new CharsRef initialized with the given Strings character array
CharStream - Interface in org.apache.lucene.queryparser.classic
This interface describes a character stream that maintains line and column number positions of the characters.
CharStream - Interface in org.apache.lucene.queryparser.flexible.standard.parser
This interface describes a character stream that maintains line and column number positions of the characters.
CharStream - Interface in org.apache.lucene.queryparser.surround.parser
This interface describes a character stream that maintains line and column number positions of the characters.
CharTermAttribute - Interface in org.apache.lucene.analysis.tokenattributes
The term text of a Token.
CharTermAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of CharTermAttribute.
CharTermAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
Initialize this attribute with empty term text
CharTokenizer - Class in org.apache.lucene.analysis.util
An abstract base class for simple, character-oriented tokenizers.
CharTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.util.CharTokenizer
Creates a new CharTokenizer instance
CharTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.util.CharTokenizer
Creates a new CharTokenizer instance
CharType - Class in org.apache.lucene.analysis.cn.smart
Internal SmartChineseAnalyzer character type constants.
CharType() - Constructor for class org.apache.lucene.analysis.cn.smart.CharType
 
CharVector - Class in org.apache.lucene.analysis.compound.hyphenation
This class implements a simple char vector with access to the underlying array.
CharVector() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
CharVector(int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
CharVector(char[]) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
CharVector(char[], int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
check(FieldCache.CacheEntry...) - Method in class org.apache.lucene.util.FieldCacheSanityChecker
Tests a CacheEntry[] for indication of "insane" cache usage.
checkAbort - Variable in class org.apache.lucene.index.MergeState
Holds the CheckAbort instance, which is invoked periodically to see if the merge has been aborted.
checkAborted(Directory) - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Called periodically by IndexWriter while merging to see if the merge is aborted.
checkDeletes - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
checkDistanceSubQueries(DistanceQuery, String) - Static method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
checkEOF(IndexInput) - Static method in class org.apache.lucene.codecs.CodecUtil
Deprecated.
Use CodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput) instead, this should only used for files without checksums
checkFooter(ChecksumIndexInput) - Static method in class org.apache.lucene.codecs.CodecUtil
Validates the codec footer previously written by CodecUtil.writeFooter(org.apache.lucene.store.IndexOutput).
checkForUpdate(String) - Method in class org.apache.lucene.replicator.http.HttpReplicator
 
checkForUpdate(String) - Method in class org.apache.lucene.replicator.LocalReplicator
 
checkForUpdate(String) - Method in interface org.apache.lucene.replicator.Replicator
Check whether the given version is up-to-date and returns a SessionToken which can be used for fetching the revision files, otherwise returns null.
checkHeader(DataInput, String, int, int) - Static method in class org.apache.lucene.codecs.CodecUtil
Reads and validates a header previously written with CodecUtil.writeHeader(DataOutput, String, int).
checkHeaderNoMagic(DataInput, String, int, int) - Static method in class org.apache.lucene.codecs.CodecUtil
Like CodecUtil.checkHeader(DataInput,String,int,int) except this version assumes the first int has already been read and validated from the input.
CheckIndex - Class in org.apache.lucene.index
Basic tool and API to check the health of an index and write a new segments file that removes reference to problematic segments.
CheckIndex(Directory) - Constructor for class org.apache.lucene.index.CheckIndex
Create a new CheckIndex on the directory.
checkIndex() - Method in class org.apache.lucene.index.CheckIndex
Returns a CheckIndex.Status instance detailing the state of the index.
checkIndex(List<String>) - Method in class org.apache.lucene.index.CheckIndex
Returns a CheckIndex.Status instance detailing the state of the index.
CheckIndex.Status - Class in org.apache.lucene.index
Returned from CheckIndex.checkIndex() detailing the health and status of the index.
CheckIndex.Status.DocValuesStatus - Class in org.apache.lucene.index
Status from testing DocValues
CheckIndex.Status.FieldNormStatus - Class in org.apache.lucene.index
Status from testing field norms.
CheckIndex.Status.SegmentInfoStatus - Class in org.apache.lucene.index
Holds the status of each segment in the index.
CheckIndex.Status.StoredFieldStatus - Class in org.apache.lucene.index
Status from testing stored fields.
CheckIndex.Status.TermIndexStatus - Class in org.apache.lucene.index
Status from testing term index.
CheckIndex.Status.TermVectorStatus - Class in org.apache.lucene.index
Status from testing stored fields.
checkIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
checkIntegrity() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
checkIntegrity() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.DocValuesProducer
Checks consistency of this producer
checkIntegrity() - Method in class org.apache.lucene.codecs.FieldsProducer
Checks consistency of this reader.
checkIntegrity() - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
checkIntegrity() - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
checkIntegrity() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.PostingsReaderBase
Checks consistency of this reader.
checkIntegrity() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.StoredFieldsReader
Checks consistency of this reader.
checkIntegrity() - Method in class org.apache.lucene.codecs.TermVectorsReader
Checks consistency of this reader.
checkIntegrity() - Method in class org.apache.lucene.index.AtomicReader
Checks consistency of this reader.
checkIntegrity() - Method in class org.apache.lucene.index.FilterAtomicReader
 
checkIntegrity() - Method in class org.apache.lucene.index.ParallelAtomicReader
 
checkIntegrity() - Method in class org.apache.lucene.index.SegmentReader
 
checkIntegrity() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
checkIntegrityAtMerge - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
True if merging should check integrity of segments before merge
checkMax() - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
checkMaxClauseCount(int) - Method in class org.apache.lucene.search.ScoringRewrite
This method is called after every new term to check if the number of max clauses (e.g.
checkPosition(int) - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
Checks to see if this term is valid at position.
checkSanity(FieldCache) - Static method in class org.apache.lucene.util.FieldCacheSanityChecker
Quick and dirty convenience method
checkSanity(FieldCache.CacheEntry...) - Static method in class org.apache.lucene.util.FieldCacheSanityChecker
Quick and dirty convenience method that instantiates an instance with "good defaults" and uses it to test the CacheEntrys
checkServiceName(String) - Static method in class org.apache.lucene.util.NamedSPILoader
Validates that a service name meets the requirements of NamedSPILoader.NamedSPI
checksumEntireFile(IndexInput) - Static method in class org.apache.lucene.codecs.CodecUtil
Clones the provided input, reads all bytes from the file, and calls CodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput)
ChecksumIndexInput - Class in org.apache.lucene.store
Extension of IndexInput, computing checksum as it goes.
ChecksumIndexInput(String) - Constructor for class org.apache.lucene.store.ChecksumIndexInput
resourceDescription should be a non-null, opaque string describing this resource; it's returned from IndexInput.toString().
checkVersion(int) - Static method in class org.apache.lucene.util.packed.PackedInts
Check the validity of a version number.
child - Variable in class org.apache.lucene.search.Scorer.ChildScorer
Child Scorer.
childCount - Variable in class org.apache.lucene.facet.FacetResult
How many child labels were encountered.
children() - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
Returns the children array, where children[i] denotes a child of category ordinal i.
children - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacets
Maps parent ordinal to its child, or -1 if the parent is childless.
children() - Method in class org.apache.lucene.index.AtomicReaderContext
 
children() - Method in class org.apache.lucene.index.CompositeReaderContext
 
children() - Method in class org.apache.lucene.index.IndexReaderContext
Returns the context's children iff this context is a composite context otherwise null.
CHINESE_WORD - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
Chinese Word
ChineseAnalyzer - Class in org.apache.lucene.analysis.cn
Deprecated.
(3.1) Use StandardAnalyzer instead, which has the same functionality. This analyzer will be removed in Lucene 5.0
ChineseAnalyzer() - Constructor for class org.apache.lucene.analysis.cn.ChineseAnalyzer
Deprecated.
 
ChineseFilter - Class in org.apache.lucene.analysis.cn
Deprecated.
(3.1) Use StopFilter instead, which has the same functionality. This filter will be removed in Lucene 5.0
ChineseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cn.ChineseFilter
Deprecated.
 
ChineseFilterFactory - Class in org.apache.lucene.analysis.cn
Deprecated.
Use StopFilterFactory instead.
ChineseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cn.ChineseFilterFactory
Deprecated.
Creates a new ChineseFilterFactory
ChineseTokenizer - Class in org.apache.lucene.analysis.cn
Deprecated.
(3.1) Use StandardTokenizer instead, which has the same functionality. This filter will be removed in Lucene 5.0
ChineseTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
Deprecated.
 
ChineseTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
Deprecated.
 
ChineseTokenizerFactory - Class in org.apache.lucene.analysis.cn
Deprecated.
ChineseTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizerFactory
Deprecated.
Creates a new ChineseTokenizerFactory
CITATION - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
CITATION_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
CJ - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
CJ - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
CJ_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
CJKAnalyzer - Class in org.apache.lucene.analysis.cjk
An Analyzer that tokenizes text with StandardTokenizer, normalizes content with CJKWidthFilter, folds case with LowerCaseFilter, forms bigrams of CJK with CJKBigramFilter, and filters stopwords with StopFilter
CJKAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Builds an analyzer which removes words in CJKAnalyzer.getDefaultStopSet().
CJKAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Builds an analyzer with the given stop words
CJKBigramFilter - Class in org.apache.lucene.analysis.cjk
Forms bigrams of CJK terms that are generated from StandardTokenizer or ICUTokenizer.
CJKBigramFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilter
CJKBigramFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilter
CJKBigramFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilter
Create a new CJKBigramFilter, specifying which writing systems should be bigrammed, and whether or not unigrams should also be output.
CJKBigramFilterFactory - Class in org.apache.lucene.analysis.cjk
Factory for CJKBigramFilter.
CJKBigramFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilterFactory
Creates a new CJKBigramFilterFactory
CJKTokenizer - Class in org.apache.lucene.analysis.cjk
Deprecated.
Use StandardTokenizer, CJKWidthFilter, CJKBigramFilter, and LowerCaseFilter instead.
CJKTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
Deprecated.
Construct a token stream processing the given input.
CJKTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
Deprecated.
 
CJKTokenizerFactory - Class in org.apache.lucene.analysis.cjk
Deprecated.
CJKTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizerFactory
Deprecated.
Creates a new CJKTokenizerFactory
CJKWidthFilter - Class in org.apache.lucene.analysis.cjk
A TokenFilter that normalizes CJK width differences: Folds fullwidth ASCII variants into the equivalent basic latin Folds halfwidth Katakana variants into the equivalent kana
CJKWidthFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cjk.CJKWidthFilter
 
CJKWidthFilterFactory - Class in org.apache.lucene.analysis.cjk
Factory for CJKWidthFilter.
CJKWidthFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cjk.CJKWidthFilterFactory
Creates a new CJKWidthFilterFactory
Cl2oTaxonomyWriterCache - Class in org.apache.lucene.facet.taxonomy.writercache
Cl2oTaxonomyWriterCache(int, float, int) - Constructor for class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache
Sole constructor.
ClassicAnalyzer - Class in org.apache.lucene.analysis.standard
Filters ClassicTokenizer with ClassicFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
ClassicAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.standard.ClassicAnalyzer
Builds an analyzer with the given stop words.
ClassicAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.ClassicAnalyzer
Builds an analyzer with the default stop words (ClassicAnalyzer.STOP_WORDS_SET).
ClassicAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicAnalyzer
Builds an analyzer with the stop words from the given reader.
ClassicFilter - Class in org.apache.lucene.analysis.standard
Normalizes tokens extracted with ClassicTokenizer.
ClassicFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.standard.ClassicFilter
Construct filtering in.
ClassicFilterFactory - Class in org.apache.lucene.analysis.standard
Factory for ClassicFilter.
ClassicFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.ClassicFilterFactory
Creates a new ClassicFilterFactory
ClassicTokenizer - Class in org.apache.lucene.analysis.standard
A grammar-based tokenizer constructed with JFlex
ClassicTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizer
Creates a new instance of the ClassicTokenizer.
ClassicTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizer
Creates a new ClassicTokenizer with a given AttributeSource.AttributeFactory
ClassicTokenizerFactory - Class in org.apache.lucene.analysis.standard
Factory for ClassicTokenizer.
ClassicTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizerFactory
Creates a new ClassicTokenizerFactory
ClassificationResult<T> - Class in org.apache.lucene.classification
The result of a call to Classifier.assignClass(String) holding an assigned class of type T and a score.
ClassificationResult(T, double) - Constructor for class org.apache.lucene.classification.ClassificationResult
Constructor
Classifier<T> - Interface in org.apache.lucene.classification
A classifier, see http://en.wikipedia.org/wiki/Classifier_(mathematics), which assign classes of type T
classmap - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
This map stores the character classes
ClasspathResourceLoader - Class in org.apache.lucene.analysis.util
Simple ResourceLoader that uses ClassLoader.getResourceAsStream(String) and Class.forName(String,boolean,ClassLoader) to open resources and classes, respectively.
ClasspathResourceLoader() - Constructor for class org.apache.lucene.analysis.util.ClasspathResourceLoader
Creates an instance using the context classloader to load Resources and classes.
ClasspathResourceLoader(ClassLoader) - Constructor for class org.apache.lucene.analysis.util.ClasspathResourceLoader
Creates an instance using the given classloader to load Resources and classes.
ClasspathResourceLoader(Class<?>) - Constructor for class org.apache.lucene.analysis.util.ClasspathResourceLoader
Creates an instance using the context classloader to load Resources and classes Resources are resolved relative to the given class, if path is not absolute.
Clause(String) - Method in class org.apache.lucene.queryparser.classic.QueryParser
 
Clause(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
clauses() - Method in class org.apache.lucene.queries.BooleanFilter
Returns the list of clauses
clauses() - Method in class org.apache.lucene.search.BooleanQuery
Returns the list of clauses in this query.
clauses - Variable in class org.apache.lucene.search.spans.SpanNearQuery
 
clean - Variable in class org.apache.lucene.index.CheckIndex.Status
True if no problems were found with the index.
cleanupFilesOnFailure(Directory, List<String>) - Static method in class org.apache.lucene.replicator.IndexReplicationHandler
Cleanup the index directory by deleting all given files.
cleanupOldIndexFiles(Directory, String) - Static method in class org.apache.lucene.replicator.IndexReplicationHandler
Cleans up the index directory from old index files.
cleanupSession(String) - Method in class org.apache.lucene.replicator.PerSessionDirectoryFactory
 
cleanupSession(String) - Method in interface org.apache.lucene.replicator.ReplicationClient.SourceDirectoryFactory
Called to denote that the replication actions for this session were finished and the directory is no longer needed.
clear() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
Reset Vector but don't resize or clear elements
clear() - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.Token
Resets the term text, payload, flags, and positionIncrement, startOffset, endOffset and token type to default.
clear() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.KeywordAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.PositionLengthAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.util.CharArrayMap
Clears all entries in this map.
clear() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
 
clear() - Method in class org.apache.lucene.analysis.util.CharArraySet
Clears all entries in this set.
clear() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader.PulsingEnumAttributeImpl
 
clear() - Method in class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache
 
clear() - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
 
clear() - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
Clears the content of the cache.
clear() - Method in class org.apache.lucene.index.SegmentInfos
Clear all SegmentCommitInfos.
clear() - Method in class org.apache.lucene.index.TermContext
Clears the TermContext internal state and removes all registered TermStates
clear() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
clear() - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
clear() - Method in class org.apache.lucene.search.BoostAttributeImpl
 
clear() - Method in class org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
 
clear() - Method in class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
 
clear() - Method in class org.apache.lucene.util.AttributeImpl
Clears the values in this AttributeImpl and resets it to its default value.
clear() - Method in class org.apache.lucene.util.BytesRefArray
Clears this BytesRefArray
clear() - Method in class org.apache.lucene.util.BytesRefHash.BytesStartArray
clears the BytesRefHash.BytesStartArray and returns the cleared instance.
clear(boolean) - Method in class org.apache.lucene.util.BytesRefHash
Clears the BytesRef which maps to the given BytesRef
clear() - Method in class org.apache.lucene.util.BytesRefHash
 
clear() - Method in class org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
 
clear(int) - Method in class org.apache.lucene.util.FixedBitSet
 
clear(int, int) - Method in class org.apache.lucene.util.FixedBitSet
Clears a range of bits.
clear() - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
clear(long) - Method in class org.apache.lucene.util.LongBitSet
 
clear(long, long) - Method in class org.apache.lucene.util.LongBitSet
Clears a range of bits.
clear(int) - Method in interface org.apache.lucene.util.MutableBits
Sets the bit specified by index to false.
clear(long) - Method in class org.apache.lucene.util.OpenBitSet
clears a bit, allowing access beyond the current set size without changing the size.
clear(int, int) - Method in class org.apache.lucene.util.OpenBitSet
Clears a range of bits.
clear(long, long) - Method in class org.apache.lucene.util.OpenBitSet
Clears a range of bits.
clear() - Method in class org.apache.lucene.util.packed.GrowableWriter
 
clear() - Method in class org.apache.lucene.util.packed.PackedInts.Mutable
Sets all values to 0.
clear() - Method in class org.apache.lucene.util.PriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.apache.lucene.util.SentinelIntSet
 
clear() - Method in class org.apache.lucene.util.WeakIdentityMap
Removes all of the mappings from this map.
clearAttributes() - Method in class org.apache.lucene.util.AttributeSource
Resets all Attributes in this AttributeSource by calling AttributeImpl.clear() on each Attribute implementation.
clearIndex() - Method in class org.apache.lucene.search.spell.SpellChecker
Removes all terms from the spell check index.
clearLock(String) - Method in class org.apache.lucene.store.BaseDirectory
 
clearLock(String) - Method in class org.apache.lucene.store.Directory
Attempt to clear (forcefully unlock and remove) the specified lock.
clearLock(String) - Method in class org.apache.lucene.store.FilterDirectory
 
clearLock(String) - Method in class org.apache.lucene.store.LockFactory
Attempt to clear (forcefully unlock and remove) the specified lock.
clearLock(String) - Method in class org.apache.lucene.store.NativeFSLockFactory
 
clearLock(String) - Method in class org.apache.lucene.store.NoLockFactory
 
clearLock(String) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
clearLock(String) - Method in class org.apache.lucene.store.SimpleFSLockFactory
 
clearLock(String) - Method in class org.apache.lucene.store.SingleInstanceLockFactory
 
clearLock(String) - Method in class org.apache.lucene.store.VerifyingLockFactory
 
clearNumberedStates() - Method in class org.apache.lucene.util.automaton.Automaton
 
clone() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
clone() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
clone() - Method in class org.apache.lucene.analysis.Token
 
clone(char[], int, int, int, int) - Method in class org.apache.lucene.analysis.Token
Makes a clone, but replaces the term buffer & start/end offset in the process.
clone() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
clone() - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
 
clone() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
clone() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader
 
clone() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader
 
clone() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsReader
 
clone() - Method in class org.apache.lucene.codecs.compressing.Decompressor
 
clone() - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
Returns a cloned FieldsReader that shares open IndexInputs with the original one.
clone() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
 
clone() - Method in class org.apache.lucene.codecs.sep.IntIndexInput.Index
 
clone() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
clone() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
clone() - Method in class org.apache.lucene.codecs.StoredFieldsReader
 
clone() - Method in class org.apache.lucene.codecs.TermVectorsReader
Create a clone that one caller at a time may use to read term vectors.
clone() - Method in class org.apache.lucene.facet.DrillDownQuery
 
clone() - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
 
clone() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
clone() - Method in class org.apache.lucene.index.IndexDeletionPolicy
 
clone() - Method in class org.apache.lucene.index.IndexWriterConfig
 
clone() - Method in class org.apache.lucene.index.MergePolicy
 
clone() - Method in class org.apache.lucene.index.MergeScheduler
 
clone() - Method in class org.apache.lucene.index.NoDeletionPolicy
 
clone() - Method in class org.apache.lucene.index.NoMergeScheduler
 
clone() - Method in class org.apache.lucene.index.SegmentCommitInfo
 
clone() - Method in class org.apache.lucene.index.SegmentInfos
Returns a copy of this instance, also copying each SegmentInfo.
clone() - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
 
clone() - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
clone() - Method in class org.apache.lucene.index.TermState
 
clone() - Method in class org.apache.lucene.queries.CustomScoreQuery
 
clone() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
 
clone() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
clone() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
clone() - Method in class org.apache.lucene.search.BooleanQuery
 
clone() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Create a shallow copy of us -- used in rewriting if necessary
clone() - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
clone() - Method in class org.apache.lucene.search.payloads.PayloadNearQuery
 
clone() - Method in class org.apache.lucene.search.Query
Returns a clone of this query.
clone() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
clone() - Method in class org.apache.lucene.search.spans.SpanNearPayloadCheckQuery
 
clone() - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
clone() - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
clone() - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
clone() - Method in class org.apache.lucene.search.spans.SpanPayloadCheckQuery
 
clone() - Method in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
clone() - Method in class org.apache.lucene.store.BufferedChecksumIndexInput
 
clone() - Method in class org.apache.lucene.store.BufferedIndexInput
 
clone() - Method in class org.apache.lucene.store.DataInput
Returns a clone of this stream.
clone() - Method in class org.apache.lucene.store.IndexInput
Returns a clone of this stream.
clone() - Method in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
clone() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
clone() - Method in class org.apache.lucene.util.AttributeImpl
Shallow clone.
clone() - Method in class org.apache.lucene.util.AttributeSource.State
 
clone() - Method in class org.apache.lucene.util.automaton.Automaton
Returns a clone of this automaton.
clone() - Method in class org.apache.lucene.util.automaton.Transition
Clones this transition.
clone() - Method in class org.apache.lucene.util.BytesRef
Returns a shallow clone of this instance (the underlying bytes are not copied and will be shared by both the returned object and this object.
clone() - Method in class org.apache.lucene.util.CharsRef
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.
clone() - Method in class org.apache.lucene.util.DoubleBarrelLRUCache.CloneableKey
 
clone() - Method in class org.apache.lucene.util.FixedBitSet
 
clone() - Method in class org.apache.lucene.util.InfoStream
 
clone() - Method in class org.apache.lucene.util.IntsRef
Returns a shallow clone of this instance (the underlying ints are not copied and will be shared by both the returned object and this object.
clone() - Method in class org.apache.lucene.util.LongBitSet
 
clone() - Method in class org.apache.lucene.util.LongsRef
Returns a shallow clone of this instance (the underlying longs are not copied and will be shared by both the returned object and this object.
clone() - Method in class org.apache.lucene.util.OpenBitSet
 
clone() - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataInput
 
clone() - Method in class org.apache.lucene.util.SetOnce
 
cloneAttributes() - Method in class org.apache.lucene.util.AttributeSource
Performs a clone of all AttributeImpl instances returned in a new AttributeSource instance.
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BoostQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.DeletedQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.GroupQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.MatchAllDocsQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.NoTokenFoundQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.OpaqueQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
cloneTree() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
Recursive clone the QueryNode tree The tags are not copied to the new tree when you call the cloneTree() method
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QuotedFieldQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.TokenizedPhraseQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.MultiPhraseQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.PrefixWildcardQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.WildcardQueryNode
 
close() - Method in class org.apache.lucene.analysis.Analyzer
Frees persistent resources used by this Analyzer
close() - Method in class org.apache.lucene.analysis.CharFilter
Closes the underlying input stream.
close() - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
 
close() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
close() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
close() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
close() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
close() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
close() - Method in class org.apache.lucene.analysis.TokenFilter
Releases resources associated with this stream.
close() - Method in class org.apache.lucene.analysis.Tokenizer
Releases resources associated with this stream.
close() - Method in class org.apache.lucene.analysis.TokenStream
Releases resources associated with this stream.
close() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
close() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
close() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
close() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
close() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
close() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
close() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
close() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 
close() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
 
close() - Method in class org.apache.lucene.codecs.BlockTreeTermsWriter
 
close() - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
close() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter
 
close() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader
Close the underlying IndexInputs.
close() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
 
close() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsReader
 
close() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
close() - Method in class org.apache.lucene.codecs.FieldsConsumer
Called when we are done adding everything.
close() - Method in class org.apache.lucene.codecs.FieldsProducer
 
close() - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput
 
close() - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexOutput
 
close() - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput
 
close() - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexOutput
 
close() - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
close() - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
Closes the underlying IndexInput streams.
close() - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
 
close() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
 
close() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
Close all streams.
close() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
close() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
close() - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
 
close() - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
close() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
close() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
close() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
close() - Method in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
close() - Method in class org.apache.lucene.codecs.MultiLevelSkipListReader
 
close() - Method in class org.apache.lucene.codecs.PostingsReaderBase
 
close() - Method in class org.apache.lucene.codecs.PostingsWriterBase
 
close() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
close() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
close() - Method in class org.apache.lucene.codecs.sep.IntIndexInput
 
close() - Method in class org.apache.lucene.codecs.sep.IntIndexOutput
 
close() - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
close() - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
close() - Method in class org.apache.lucene.codecs.StoredFieldsWriter
 
close() - Method in class org.apache.lucene.codecs.TermVectorsWriter
 
close() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Frees used resources as well as closes the underlying IndexWriter, which commits whatever changes made to it to the underlying Directory.
close() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
 
close() - Method in class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache
 
close() - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
 
close() - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
Let go of whatever resources the cache is holding.
close() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
close() - Method in class org.apache.lucene.index.IndexReader
Closes files associated with this index.
close() - Method in class org.apache.lucene.index.IndexWriter
Commits all changes to an index, waits for pending merges to complete, and closes all associated files.
close(boolean) - Method in class org.apache.lucene.index.IndexWriter
Closes the index with or without waiting for currently running merges to finish.
close() - Method in class org.apache.lucene.index.LogMergePolicy
 
close() - Method in class org.apache.lucene.index.MergePolicy
Release all resources for the policy.
close() - Method in class org.apache.lucene.index.MergeScheduler
Close this MergeScheduler.
close() - Method in class org.apache.lucene.index.NoMergePolicy
 
close() - Method in class org.apache.lucene.index.NoMergeScheduler
 
close() - Method in class org.apache.lucene.index.SerialMergeScheduler
 
close() - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
close() - Method in class org.apache.lucene.index.TieredMergePolicy
 
close() - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
 
close() - Method in class org.apache.lucene.replicator.http.HttpClientBase
 
close() - Method in class org.apache.lucene.replicator.IndexInputInputStream
 
close() - Method in class org.apache.lucene.replicator.LocalReplicator
 
close() - Method in class org.apache.lucene.replicator.ReplicationClient
 
close() - Method in class org.apache.lucene.search.ControlledRealTimeReopenThread
 
close() - Method in class org.apache.lucene.search.LiveFieldValues
 
close() - Method in class org.apache.lucene.search.ReferenceManager
Closes this ReferenceManager to prevent future acquiring.
close() - Method in class org.apache.lucene.search.SearcherLifetimeManager
Close this to future searching; any searches still in process in other threads won't be affected, and they should still call SearcherLifetimeManager.release(org.apache.lucene.search.IndexSearcher) after they are done.
close() - Method in class org.apache.lucene.search.spell.SpellChecker
Close the IndexSearcher used by this SpellChecker
close() - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
 
close() - Method in class org.apache.lucene.search.suggest.fst.ExternalRefSorter
Removes any written temporary files.
close() - Method in class org.apache.lucene.store.BufferedChecksumIndexInput
 
close() - Method in class org.apache.lucene.store.BufferedIndexOutput
 
close() - Method in class org.apache.lucene.store.CompoundFileDirectory
 
close() - Method in class org.apache.lucene.store.Directory
Closes the store.
close() - Method in class org.apache.lucene.store.FileSwitchDirectory
 
close() - Method in class org.apache.lucene.store.FilterDirectory
 
close() - Method in class org.apache.lucene.store.FSDirectory
Closes the store to future operations.
close() - Method in class org.apache.lucene.store.FSDirectory.FSIndexOutput
 
close() - Method in class org.apache.lucene.store.IndexInput
Closes the stream to further operations.
close() - Method in class org.apache.lucene.store.IndexOutput
Closes this stream to further operations.
close() - Method in class org.apache.lucene.store.InputStreamDataInput
 
close() - Method in class org.apache.lucene.store.Lock
Releases exclusive access.
close() - Method in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
close() - Method in class org.apache.lucene.store.NRTCachingDirectory
Close this directory, which flushes any cached files to the delegate and then closes the delegate.
close() - Method in class org.apache.lucene.store.OutputStreamDataOutput
 
close() - Method in class org.apache.lucene.store.RAMDirectory
Closes the store to future operations, releasing associated memory.
close() - Method in class org.apache.lucene.store.RAMInputStream
 
close() - Method in class org.apache.lucene.store.RAMOutputStream
 
close() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
close() - Method in class org.apache.lucene.util.BytesRefHash
Closes the BytesRefHash and releases all internally used memory
close() - Method in class org.apache.lucene.util.CloseableThreadLocal
 
close(Closeable...) - Static method in class org.apache.lucene.util.IOUtils
Closes all given Closeables.
close(Iterable<? extends Closeable>) - Static method in class org.apache.lucene.util.IOUtils
Closes all given Closeables.
close() - Method in class org.apache.lucene.util.OfflineSorter.ByteSequencesReader
Closes the provided DataInput if it is Closeable.
close() - Method in class org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Closes the provided DataOutput if it is Closeable.
close() - Method in class org.apache.lucene.util.PrintStreamInfoStream
 
CloseableThreadLocal<T> - Class in org.apache.lucene.util
Java's builtin ThreadLocal has a serious flaw: it can take an arbitrarily long amount of time to dereference the things you had stored in it, even once the ThreadLocal instance itself is no longer referenced.
CloseableThreadLocal() - Constructor for class org.apache.lucene.util.CloseableThreadLocal
 
closeResources() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
A hook for extending classes to close additional resources that were used.
closeWhileHandlingException(E, Closeable...) - Static method in class org.apache.lucene.util.IOUtils
Closes all given Closeables, suppressing all thrown exceptions.
closeWhileHandlingException(E, Iterable<? extends Closeable>) - Static method in class org.apache.lucene.util.IOUtils
Closes all given Closeables, suppressing all thrown exceptions.
closeWhileHandlingException(Closeable...) - Static method in class org.apache.lucene.util.IOUtils
Closes all given Closeables, suppressing all thrown exceptions.
closeWhileHandlingException(Iterable<? extends Closeable>) - Static method in class org.apache.lucene.util.IOUtils
Closes all given Closeables, suppressing all thrown exceptions.
Codec - Class in org.apache.lucene.codecs
Encodes/decodes an inverted index segment.
Codec(String) - Constructor for class org.apache.lucene.codecs.Codec
Creates a new codec.
codec - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Codec used to read this segment.
codec - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
Codec used to write new segments.
CODEC_FILE_PATTERN - Static variable in class org.apache.lucene.index.IndexFileNames
All files created by codecs much match this pattern (checked in SegmentInfo).
CODEC_MAGIC - Static variable in class org.apache.lucene.codecs.CodecUtil
Constant to identify the start of a codec header.
CODEC_NAME - Static variable in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Codec name used in the header for the saved model.
CODEC_NAME - Static variable in class org.apache.lucene.util.packed.PackedInts
 
CodecUtil - Class in org.apache.lucene.codecs
Utility class for reading and writing versioned headers.
codePointAt(CharSequence, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Returns the code point at the given index of the CharSequence.
codePointAt(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Returns the code point at the given index of the char array where only elements with index less than the limit are used.
codePointCount(CharSequence) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Return the number of characters in seq.
codePointCount(BytesRef) - Static method in class org.apache.lucene.util.UnicodeUtil
Returns the number of code points in this UTF8 sequence.
CodepointCountFilter - Class in org.apache.lucene.analysis.miscellaneous
Removes words that are too long or too short from the stream.
CodepointCountFilter(Version, TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.CodepointCountFilter
Create a new CodepointCountFilter.
CodepointCountFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
CodepointCountFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.CodepointCountFilterFactory
Creates a new CodepointCountFilterFactory
CollatedTermAttributeImpl - Class in org.apache.lucene.collation.tokenattributes
Extension of CharTermAttributeImpl that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.
CollatedTermAttributeImpl(Collator) - Constructor for class org.apache.lucene.collation.tokenattributes.CollatedTermAttributeImpl
Create a new CollatedTermAttributeImpl
CollationAttributeFactory - Class in org.apache.lucene.collation
Converts each token into its CollationKey, and then encodes the bytes as an index term.
CollationAttributeFactory(Collator) - Constructor for class org.apache.lucene.collation.CollationAttributeFactory
Create a CollationAttributeFactory, using AttributeSource.AttributeFactory.DEFAULT_ATTRIBUTE_FACTORY as the factory for all other attributes.
CollationAttributeFactory(AttributeSource.AttributeFactory, Collator) - Constructor for class org.apache.lucene.collation.CollationAttributeFactory
Create a CollationAttributeFactory, using the supplied Attribute Factory as the factory for all other attributes.
CollationKeyAnalyzer - Class in org.apache.lucene.collation
CollationKeyAnalyzer(Version, Collator) - Constructor for class org.apache.lucene.collation.CollationKeyAnalyzer
Create a new CollationKeyAnalyzer, using the specified collator.
CollationKeyAnalyzer(Collator) - Constructor for class org.apache.lucene.collation.CollationKeyAnalyzer
Deprecated.
Use CollationKeyAnalyzer.CollationKeyAnalyzer(Version, Collator) and specify a version instead. This ctor will be removed in Lucene 5.0
CollationKeyFilter - Class in org.apache.lucene.collation
Deprecated.
Use CollationAttributeFactory instead, which encodes terms directly as bytes. This filter will be removed in Lucene 5.0
CollationKeyFilter(TokenStream, Collator) - Constructor for class org.apache.lucene.collation.CollationKeyFilter
Deprecated.
 
CollationKeyFilterFactory - Class in org.apache.lucene.collation
Deprecated.
CollationKeyFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.collation.CollationKeyFilterFactory
Deprecated.
 
collect(int) - Method in class org.apache.lucene.facet.FacetsCollector
 
collect(int) - Method in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
 
collect(int) - Method in class org.apache.lucene.search.Collector
Called once for every document matching a query, with the unbased document number.
collect(int) - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
collect(int) - Method in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
 
collect(int) - Method in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
collect(int) - Method in class org.apache.lucene.search.grouping.BlockGroupingCollector
 
collect(int) - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupsCollector
 
collect(int) - Method in class org.apache.lucene.search.grouping.function.FunctionDistinctValuesCollector
 
collect(int) - Method in class org.apache.lucene.search.grouping.term.TermAllGroupsCollector
 
collect(int) - Method in class org.apache.lucene.search.grouping.term.TermDistinctValuesCollector
 
collect(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 
collect(int) - Method in class org.apache.lucene.search.MultiCollector
 
collect(int) - Method in class org.apache.lucene.search.PositiveScoresOnlyCollector
 
collect(int) - Method in class org.apache.lucene.search.TimeLimitingCollector
Calls Collector.collect(int) on the decorated Collector unless the allowed time has passed, in which case it throws an exception.
collect(int) - Method in class org.apache.lucene.search.TotalHitCountCollector
 
CollectedSearchGroup<T> - Class in org.apache.lucene.search.grouping
Expert: representation of a group in AbstractFirstPassGroupingCollector, tracking the top doc and FieldComparator slot.
CollectedSearchGroup() - Constructor for class org.apache.lucene.search.grouping.CollectedSearchGroup
 
collectionModel - Variable in class org.apache.lucene.search.similarities.LMSimilarity
The collection model.
CollectionStatistics - Class in org.apache.lucene.search
Contains statistics for a collection (field)
CollectionStatistics(String, long, long, long, long) - Constructor for class org.apache.lucene.search.CollectionStatistics
 
collectionStatistics(String) - Method in class org.apache.lucene.search.IndexSearcher
Returns CollectionStatistics for a field.
CollectionTerminatedException - Exception in org.apache.lucene.search
Throw this exception in Collector.collect(int) to prematurely terminate collection of the current leaf.
CollectionTerminatedException() - Constructor for exception org.apache.lucene.search.CollectionTerminatedException
Sole constructor.
CollectionUtil - Class in org.apache.lucene.util
Methods for manipulating (sorting) collections.
Collector - Class in org.apache.lucene.search
Expert: Collectors are primarily meant to be used to gather raw results from a search, and implement sorting or custom result filtering, collation, etc.
Collector() - Constructor for class org.apache.lucene.search.Collector
 
collector - Variable in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector.SearchGroupDocs
 
collectSpanQueryFields(SpanQuery, Set<String>) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
collectTermContext(IndexReader, List<AtomicReaderContext>, TermContext[], Term[]) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
CollisionMap - Class in org.apache.lucene.facet.taxonomy.writercache
HashMap to store colliding labels.
COLON - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
COLON - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
COLORED_POST_TAGS - Static variable in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
COLORED_PRE_TAGS - Static variable in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
combine(float, boolean, float) - Method in class org.apache.lucene.search.QueryRescorer
Implement this in a subclass to combine the first pass and second pass scores.
CombineSuggestion - Class in org.apache.lucene.search.spell
A suggestion generated by combining one or more original query terms
CombineSuggestion(SuggestWord, int[]) - Constructor for class org.apache.lucene.search.spell.CombineSuggestion
Creates a new CombineSuggestion from a suggestion and an array of term ids (referencing the indexes to the original terms that form this combined suggestion)
COMMA - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
CommandLineUtil - Class in org.apache.lucene.util
Class containing some useful methods used by command line tools
commit() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
 
commit() - Method in class org.apache.lucene.index.IndexWriter
Commits all pending changes (added & deleted documents, segment merges, added indexes, etc.) to the index, and syncs all referenced index files, such that a reader will see the changes and the index updates will survive an OS or machine crash or power loss.
commit - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
IndexCommit that IndexWriter is opened on.
commit() - Method in interface org.apache.lucene.index.TwoPhaseCommit
The second phase of a 2-phase commit.
common(BytesRef, BytesRef) - Method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
common(CharsRef, CharsRef) - Method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
common(IntsRef, IntsRef) - Method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
common(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
common(Object, Object) - Method in class org.apache.lucene.util.fst.NoOutputs
 
common(T, T) - Method in class org.apache.lucene.util.fst.Outputs
Eg common("foobar", "food") -> "foo"
common(PairOutputs.Pair<A, B>, PairOutputs.Pair<A, B>) - Method in class org.apache.lucene.util.fst.PairOutputs
 
common(Long, Long) - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
common(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
COMMON_DELIMITER - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
Delimiters will be filtered to this character by SegTokenFilter
CommonGramsFilter - Class in org.apache.lucene.analysis.commongrams
Construct bigrams for frequently occurring terms while indexing.
CommonGramsFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsFilter
Construct a token stream filtering the given input using a Set of common words to create bigrams.
CommonGramsFilterFactory - Class in org.apache.lucene.analysis.commongrams
Constructs a CommonGramsFilter.
CommonGramsFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
Creates a new CommonGramsFilterFactory
CommonGramsQueryFilter - Class in org.apache.lucene.analysis.commongrams
Wrap a CommonGramsFilter optimizing phrase queries by only returning single words when they are not a member of a bigram.
CommonGramsQueryFilter(CommonGramsFilter) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
Constructs a new CommonGramsQueryFilter based on the provided CommomGramsFilter
CommonGramsQueryFilterFactory - Class in org.apache.lucene.analysis.commongrams
CommonGramsQueryFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
Creates a new CommonGramsQueryFilterFactory
CommonQueryParserConfiguration - Interface in org.apache.lucene.queryparser.flexible.standard
Configuration options common across queryparser implementations.
commonSuffixRef - Variable in class org.apache.lucene.util.automaton.CompiledAutomaton
Shared common suffix accepted by the automaton.
CommonTermsQuery - Class in org.apache.lucene.queries
A query that executes high-frequency terms in a optional sub-query to prevent slow queries due to "common" terms like stopwords.
CommonTermsQuery(BooleanClause.Occur, BooleanClause.Occur, float) - Constructor for class org.apache.lucene.queries.CommonTermsQuery
Creates a new CommonTermsQuery
CommonTermsQuery(BooleanClause.Occur, BooleanClause.Occur, float, boolean) - Constructor for class org.apache.lucene.queries.CommonTermsQuery
Creates a new CommonTermsQuery
COMPACT - Static variable in class org.apache.lucene.util.packed.PackedInts
No memory overhead at all, but the returned implementation may be slow.
CompactLabelToOrdinal - Class in org.apache.lucene.facet.taxonomy.writercache
This is a very efficient LabelToOrdinal implementation that uses a CharBlockArray to store all labels and a configurable number of HashArrays to reference the labels.
CompactLabelToOrdinal(int, float, int) - Constructor for class org.apache.lucene.facet.taxonomy.writercache.CompactLabelToOrdinal
Sole constructor.
COMPANY - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
COMPANY - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
COMPANY_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
comparators - Variable in class org.apache.lucene.search.FieldValueHitQueue
 
compare(TermStats, TermStats) - Method in class org.apache.lucene.misc.HighFreqTerms.DocFreqComparator
 
compare(TermStats, TermStats) - Method in class org.apache.lucene.misc.HighFreqTerms.TotalTermFreqComparator
 
compare(int, int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator
Compare hit at slot1 with hit at slot2.
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
compare(int, int) - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.GroupHead
Compares the specified document for a specified comparator against the current most relevant document.
compare(int, int) - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupHeadsCollector.GroupHead
 
compare(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
compare(SuggestWord, SuggestWord) - Method in class org.apache.lucene.search.spell.SuggestWordFrequencyComparator
 
compare(SuggestWord, SuggestWord) - Method in class org.apache.lucene.search.spell.SuggestWordScoreComparator
 
compare(FieldFragList.WeightedFragInfo, FieldFragList.WeightedFragInfo) - Method in class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder.ScoreComparator
 
compare(int, int) - Method in class org.apache.lucene.util.Sorter
Compare entries found in slots i and j.
compareArray(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.cn.smart.Utility
compare two arrays starting at the specified offsets.
compareArrayByPrefix(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.cn.smart.Utility
Compare two arrays, starting at the specified offsets, but treating shortArray as a prefix to longArray.
compareBottom(int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator
Compare the bottom of the queue with this doc.
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
 
compareBottom(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
 
CompareByDestThenMinMax - Static variable in class org.apache.lucene.util.automaton.Transition
 
compareByMergeDocCount - Static variable in class org.apache.lucene.index.ConcurrentMergeScheduler
Sorts ConcurrentMergeScheduler.MergeThreads; larger merges come first.
CompareByMinMaxThenDest - Static variable in class org.apache.lucene.util.automaton.Transition
 
compareImplementationDistance(Class<? extends C>, VirtualMethod<C>, VirtualMethod<C>) - Static method in class org.apache.lucene.util.VirtualMethod
Utility method that compares the implementation/override distance of two methods.
comparePivot(int) - Method in class org.apache.lucene.util.IntroSorter
Compare the pivot with the slot at j, similarly to compare(i, j).
compareSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValue
 
compareSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueBool
 
compareSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueDouble
 
compareSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueFloat
 
compareSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueInt
 
compareSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueLong
 
compareSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueStr
 
compareSaved(int, int) - Method in class org.apache.lucene.util.TimSorter
Compare element i from the temporary storage with element j from the slice to sort, similarly to Sorter.compare(int, int).
compareTo(CategoryPath) - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
Compares this path with another CategoryPath for lexicographic order.
compareTo(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
Compares this path with another FacetLabel for lexicographic order.
compareTo(IndexCommit) - Method in class org.apache.lucene.index.IndexCommit
 
compareTo(Term) - Method in class org.apache.lucene.index.Term
Compares two terms, returning a negative integer if this term belongs before the argument, zero if this term is equal to the argument, and a positive integer if this term belongs after the argument.
compareTo(SimpleTerm) - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
Deprecated.
(March 2011) Not normally used, to be removed from Lucene 4.0. This class implementing Comparable is to be removed at the same time.
compareTo(String) - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
compareTo(Revision) - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
compareTo(String) - Method in class org.apache.lucene.replicator.IndexRevision
 
compareTo(Revision) - Method in class org.apache.lucene.replicator.IndexRevision
 
compareTo(String) - Method in interface org.apache.lucene.replicator.Revision
Compares the revision to the given version string.
compareTo(DirectSpellChecker.ScoreTerm) - Method in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
 
compareTo(FSTCompletion.Completion) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletion.Completion
 
compareTo(Lookup.LookupResult) - Method in class org.apache.lucene.search.suggest.Lookup.LookupResult
Compare alphabetically.
compareTo(FieldPhraseList.WeightedPhraseInfo) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
compareTo(FieldPhraseList.WeightedPhraseInfo.Toffs) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
compareTo(FieldTermStack.TermInfo) - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
compareTo(State) - Method in class org.apache.lucene.util.automaton.State
Compares this object with the specified object for order.
compareTo(BytesRef) - Method in class org.apache.lucene.util.BytesRef
Unsigned byte order comparison
compareTo(CharsRef) - Method in class org.apache.lucene.util.CharsRef
Signed int order comparison
compareTo(IntsRef) - Method in class org.apache.lucene.util.IntsRef
Signed int order comparison
compareTo(LongsRef) - Method in class org.apache.lucene.util.LongsRef
Signed int order comparison
compareTo(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValue
 
compareTop(int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator
Compare the top value with this doc.
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
compareTop(int) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
compareTop(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
 
compareTop(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
 
compareValues(String, String) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compareValues(T, T) - Method in class org.apache.lucene.search.FieldComparator
Returns -1 if first is less than second.
compareValues(Float, Float) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
compareValues(BytesRef, BytesRef) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
compareValues(BytesRef, BytesRef) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
compIDXEnd - Variable in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
compile(String) - Method in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
 
compile(String) - Method in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
compile(String) - Method in interface org.apache.lucene.sandbox.queries.regex.RegexCapabilities
Called by the constructor of RegexTermsEnum allowing implementations to cache a compiled version of the regular expression pattern.
Compile - Class in org.egothor.stemmer
The Compile class is used to compile a stemmer table.
compiled - Variable in class org.apache.lucene.search.AutomatonQuery
 
CompiledAutomaton - Class in org.apache.lucene.util.automaton
Immutable class holding compiled details for a given Automaton.
CompiledAutomaton(Automaton) - Constructor for class org.apache.lucene.util.automaton.CompiledAutomaton
 
CompiledAutomaton(Automaton, Boolean, boolean) - Constructor for class org.apache.lucene.util.automaton.CompiledAutomaton
 
CompiledAutomaton.AUTOMATON_TYPE - Enum in org.apache.lucene.util.automaton
Automata are compiled into different internal forms for the most efficient execution depending upon the language they accept.
complement() - Method in class org.apache.lucene.util.automaton.Automaton
complement(Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns a (deterministic) automaton that accepts the complement of the language of the given automaton.
COMPLEMENT - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables complement (~).
ComplexExplanation - Class in org.apache.lucene.search
Expert: Describes the score computation for document and query, and can distinguish a match independent of a positive value.
ComplexExplanation() - Constructor for class org.apache.lucene.search.ComplexExplanation
 
ComplexExplanation(boolean, float, String) - Constructor for class org.apache.lucene.search.ComplexExplanation
 
ComplexPhraseQueryParser - Class in org.apache.lucene.queryparser.complexPhrase
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*".
ComplexPhraseQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
components - Variable in class org.apache.lucene.facet.taxonomy.CategoryPath
The components of this CategoryPath.
components - Variable in class org.apache.lucene.facet.taxonomy.FacetLabel
The components of this FacetLabel.
ComposedQuery - Class in org.apache.lucene.queryparser.surround.query
Base class for composite queries (such as AND/OR/NOT)
ComposedQuery(List<SrndQuery>, boolean, String) - Constructor for class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
CompositeReader - Class in org.apache.lucene.index
Instances of this reader type can only be used to get stored fields from the underlying AtomicReaders, but it is not possible to directly retrieve postings.
CompositeReader() - Constructor for class org.apache.lucene.index.CompositeReader
Sole constructor.
CompositeReaderContext - Class in org.apache.lucene.index
compound - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
True if segment is compound file format.
COMPOUND_FILE_ENTRIES_EXTENSION - Static variable in class org.apache.lucene.index.IndexFileNames
Extension of compound file entries
COMPOUND_FILE_EXTENSION - Static variable in class org.apache.lucene.index.IndexFileNames
Extension of compound file
COMPOUND_FILES - Static variable in class org.apache.lucene.index.NoMergePolicy
A singleton NoMergePolicy which indicates the index uses compound files.
CompoundFileDirectory - Class in org.apache.lucene.store
Class for accessing a compound stream.
CompoundFileDirectory(Directory, String, IOContext, boolean) - Constructor for class org.apache.lucene.store.CompoundFileDirectory
Create a new CompoundFileDirectory.
CompoundFileDirectory.FileEntry - Class in org.apache.lucene.store
Offset/Length for a slice inside of a compound file
CompoundFileDirectory.FileEntry() - Constructor for class org.apache.lucene.store.CompoundFileDirectory.FileEntry
 
CompoundFileExtractor - Class in org.apache.lucene.index
Command-line tool for extracting sub-files out of a compound file.
CompoundFileExtractor() - Constructor for class org.apache.lucene.index.CompoundFileExtractor
 
CompoundWordTokenFilterBase - Class in org.apache.lucene.analysis.compound
Base class for decomposition token filters.
CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase.CompoundToken - Class in org.apache.lucene.analysis.compound
Helper class to hold decompounded token information
CompoundWordTokenFilterBase.CompoundToken(int, int) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
Construct the compound token based on a slice of the current CompoundWordTokenFilterBase.termAtt.
compress(byte[], int, int, DataOutput) - Method in class org.apache.lucene.codecs.compressing.Compressor
Compress bytes into out.
compress(byte[], int, int, int) - Static method in class org.apache.lucene.document.CompressionTools
Compresses the specified byte range using the specified compressionLevel (constants are defined in java.util.zip.Deflater).
compress(byte[], int, int) - Static method in class org.apache.lucene.document.CompressionTools
Compresses the specified byte range, with default BEST_COMPRESSION level
compress(byte[]) - Static method in class org.apache.lucene.document.CompressionTools
Compresses all bytes in the array, with default BEST_COMPRESSION level
CompressingStoredFieldsFormat - Class in org.apache.lucene.codecs.compressing
A StoredFieldsFormat that is very similar to Lucene40StoredFieldsFormat but compresses documents in chunks in order to improve the compression ratio.
CompressingStoredFieldsFormat(String, CompressionMode, int) - Constructor for class org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat
Create a new CompressingStoredFieldsFormat with an empty segment suffix.
CompressingStoredFieldsFormat(String, String, CompressionMode, int) - Constructor for class org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat
CompressingStoredFieldsIndexReader - Class in org.apache.lucene.codecs.compressing
Random-access reader for CompressingStoredFieldsIndexWriter.
CompressingStoredFieldsIndexWriter - Class in org.apache.lucene.codecs.compressing
Efficient index format for block-based Codecs.
CompressingStoredFieldsReader - Class in org.apache.lucene.codecs.compressing
CompressingStoredFieldsReader(Directory, SegmentInfo, String, FieldInfos, IOContext, String, CompressionMode) - Constructor for class org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader
Sole constructor.
CompressingStoredFieldsWriter - Class in org.apache.lucene.codecs.compressing
CompressingStoredFieldsWriter(Directory, SegmentInfo, String, IOContext, String, CompressionMode, int) - Constructor for class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
Sole constructor.
CompressingTermVectorsFormat - Class in org.apache.lucene.codecs.compressing
A TermVectorsFormat that compresses chunks of documents together in order to improve the compression ratio.
CompressingTermVectorsFormat(String, String, CompressionMode, int) - Constructor for class org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat
CompressingTermVectorsReader - Class in org.apache.lucene.codecs.compressing
CompressingTermVectorsReader(Directory, SegmentInfo, String, FieldInfos, IOContext, String, CompressionMode) - Constructor for class org.apache.lucene.codecs.compressing.CompressingTermVectorsReader
Sole constructor.
CompressingTermVectorsWriter - Class in org.apache.lucene.codecs.compressing
CompressingTermVectorsWriter(Directory, SegmentInfo, String, IOContext, String, CompressionMode, int) - Constructor for class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
Sole constructor.
CompressionMode - Class in org.apache.lucene.codecs.compressing
A compression mode.
CompressionMode() - Constructor for class org.apache.lucene.codecs.compressing.CompressionMode
Sole constructor.
CompressionTools - Class in org.apache.lucene.document
Simple utility class providing static methods to compress and decompress binary data for stored fields.
Compressor - Class in org.apache.lucene.codecs.compressing
A data compressor.
Compressor() - Constructor for class org.apache.lucene.codecs.compressing.Compressor
Sole constructor, typically called from sub-classes.
compressString(String) - Static method in class org.apache.lucene.document.CompressionTools
Compresses the String value, with default BEST_COMPRESSION level
compressString(String, int) - Static method in class org.apache.lucene.document.CompressionTools
Compresses the String value using the specified compressionLevel (constants are defined in java.util.zip.Deflater).
computeLengthNorm(int) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as: 1/sqrt( steepness * (abs(x-min) + abs(x-max) - (max-min)) + 1 ) .
computeNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.BM25Similarity
 
computeNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.MultiSimilarity
 
computeNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.PerFieldSimilarityWrapper
 
computeNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.Similarity
Computes the normalization value for a field, given the accumulated state of term processing for this field (see FieldInvertState).
computeNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Encodes the document length in the same way as TFIDFSimilarity.
computeNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
 
computePayloadFactor(int, int, int, BytesRef) - Method in class org.apache.lucene.search.similarities.Similarity.SimScorer
Calculate a scoring factor based on the data in the payload.
computeProbability(BasicStats) - Method in interface org.apache.lucene.search.similarities.LMSimilarity.CollectionModel
Computes the probability p(w|C) according to the language model strategy for the current term.
computeProbability(BasicStats) - Method in class org.apache.lucene.search.similarities.LMSimilarity.DefaultCollectionModel
 
computeSlopFactor(int) - Method in class org.apache.lucene.search.similarities.Similarity.SimScorer
Computes the amount of a sloppy phrase match, based on an edit distance.
computeStats() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
For debugging -- used by CheckIndex too
computeWeight(float, CollectionStatistics, TermStatistics...) - Method in class org.apache.lucene.search.similarities.BM25Similarity
 
computeWeight(float, CollectionStatistics, TermStatistics...) - Method in class org.apache.lucene.search.similarities.MultiSimilarity
 
computeWeight(float, CollectionStatistics, TermStatistics...) - Method in class org.apache.lucene.search.similarities.PerFieldSimilarityWrapper
 
computeWeight(float, CollectionStatistics, TermStatistics...) - Method in class org.apache.lucene.search.similarities.Similarity
Compute any collection-level weight (e.g.
computeWeight(float, CollectionStatistics, TermStatistics...) - Method in class org.apache.lucene.search.similarities.SimilarityBase
 
computeWeight(float, CollectionStatistics, TermStatistics...) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
 
concatenate(Automaton) - Method in class org.apache.lucene.util.automaton.Automaton
concatenate(List<Automaton>) - Static method in class org.apache.lucene.util.automaton.Automaton
concatenate(Automaton, Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts the concatenation of the languages of the given automata.
concatenate(List<Automaton>) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts the concatenation of the languages of the given automata.
ConcurrentMergeScheduler - Class in org.apache.lucene.index
A MergeScheduler that runs each merge using a separate thread.
ConcurrentMergeScheduler() - Constructor for class org.apache.lucene.index.ConcurrentMergeScheduler
Sole constructor, with all settings set to default values.
ConcurrentMergeScheduler.MergeThread - Class in org.apache.lucene.index
Runs a merge thread, which may run one or more merges in sequence.
ConcurrentMergeScheduler.MergeThread(IndexWriter, MergePolicy.OneMerge) - Constructor for class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
Sole constructor.
config - Variable in class org.apache.lucene.facet.DrillSideways
FacetsConfig passed to constructor.
config - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacets
FacetsConfig provided to the constructor.
ConfigurationKey<T> - Class in org.apache.lucene.queryparser.flexible.core.config
An instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig.
ConjQuery(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
Conjunction() - Method in class org.apache.lucene.queryparser.classic.QueryParser
 
Conjunction() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
CONSTANT_SCORE_AUTO_REWRITE_DEFAULT - Static variable in class org.apache.lucene.search.MultiTermQuery
Read-only default instance of MultiTermQuery.ConstantScoreAutoRewrite, with ConstantScoreAutoRewrite.setTermCountCutoff(int) set to ConstantScoreAutoRewrite.DEFAULT_TERM_COUNT_CUTOFF and ConstantScoreAutoRewrite.setDocCountPercent(double) set to ConstantScoreAutoRewrite.DEFAULT_DOC_COUNT_PERCENT.
CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE - Static variable in class org.apache.lucene.search.MultiTermQuery
Like MultiTermQuery.SCORING_BOOLEAN_QUERY_REWRITE except scores are not computed.
CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE - Static variable in class org.apache.lucene.search.ScoringRewrite
Like ScoringRewrite.SCORING_BOOLEAN_QUERY_REWRITE except scores are not computed.
CONSTANT_SCORE_FILTER_REWRITE - Static variable in class org.apache.lucene.search.MultiTermQuery
A rewrite method that first creates a private Filter, by visiting each term in sequence and marking all docs for that term.
Constants - Class in org.apache.lucene.util
Some useful constants.
ConstantScoreQuery - Class in org.apache.lucene.search
A query that wraps another query or a filter and simply returns a constant score equal to the query boost for every document that matches the filter or query.
ConstantScoreQuery(Query) - Constructor for class org.apache.lucene.search.ConstantScoreQuery
Strips off scores from the passed in Query.
ConstantScoreQuery(Filter) - Constructor for class org.apache.lucene.search.ConstantScoreQuery
Wraps a Filter as a Query.
ConstantScoreQuery.ConstantBulkScorer - Class in org.apache.lucene.search
We return this as our BulkScorer so that if the CSQ wraps a query with its own optimized top-level scorer (e.g.
ConstantScoreQuery.ConstantBulkScorer(BulkScorer, Weight, float) - Constructor for class org.apache.lucene.search.ConstantScoreQuery.ConstantBulkScorer
 
ConstantScoreQuery.ConstantScorer - Class in org.apache.lucene.search
 
ConstantScoreQuery.ConstantScorer(DocIdSetIterator, Weight, float) - Constructor for class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
ConstantScoreQuery.ConstantWeight - Class in org.apache.lucene.search
 
ConstantScoreQuery.ConstantWeight(IndexSearcher) - Constructor for class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
ConstantScoreQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for ConstantScoreQuery
ConstantScoreQueryBuilder(FilterBuilderFactory) - Constructor for class org.apache.lucene.queryparser.xml.builders.ConstantScoreQueryBuilder
 
ConstNumberSource - Class in org.apache.lucene.queries.function.valuesource
ConstNumberSource is the base class for all constant numbers
ConstNumberSource() - Constructor for class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
ConstValueSource - Class in org.apache.lucene.queries.function.valuesource
ConstValueSource returns a constant for all documents
ConstValueSource(float) - Constructor for class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
CONSUME_ALL_TOKENS_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
 
CONSUME_ALL_TOKENS_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilterFactory
 
consumeAllTokens() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
TeeSinkTokenFilter passes all tokens to the added sinks when itself is consumed.
contains(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
 
contains(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArraySet
true if the len chars of text starting at off are in the set
contains(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArraySet
true if the CharSequence is in the set
contains(Object) - Method in class org.apache.lucene.analysis.util.CharArraySet
 
contains(BytesRef) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
The main method required for a Bloom filter which, given a value determines set membership.
contains(Object) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
containsAll(Collection<?>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
containsKey(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayMap
true if the len chars of text starting at off are in the CharArrayMap.keySet()
containsKey(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArrayMap
true if the CharSequence is in the CharArrayMap.keySet()
containsKey(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
containsKey(Object) - Method in class org.apache.lucene.util.WeakIdentityMap
Returns true if this map contains a mapping for the specified key.
containsTag(String) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
verify if a node contains a tag
containsTag(String) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
verify if a node contains a tag
context - Variable in class org.apache.lucene.facet.FacetsCollector.MatchingDocs
Context for this segment.
context - Variable in class org.apache.lucene.index.SegmentReadState
context - Variable in class org.apache.lucene.index.SegmentWriteState
IOContext for all writes; you should pass this to Directory.createOutput(String,IOContext).
context - Variable in class org.apache.lucene.queries.CustomScoreProvider
 
context - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
context - Variable in class org.apache.lucene.store.IOContext
An object of a enumerator Context type
contexts() - Method in class org.apache.lucene.search.suggest.BufferedInputIterator
 
contexts() - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
 
contexts() - Method in interface org.apache.lucene.search.suggest.InputIterator
A term's contexts context can be used to filter suggestions.
contexts() - Method in class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
 
contexts - Variable in class org.apache.lucene.search.suggest.Lookup.LookupResult
the key's contexts (null if not present)
contexts() - Method in class org.apache.lucene.search.suggest.SortedInputIterator
 
contexts() - Method in class org.apache.lucene.search.suggest.UnsortedInputIterator
 
CONTEXTS_FIELD_NAME - Static variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Field name used for the indexed context, as a StringField and a SortedSetDVField, for filtering.
contextSets - Variable in class org.apache.lucene.search.suggest.BufferedInputIterator
buffered context set entries
contextsField - Variable in class org.apache.lucene.search.suggest.DocumentDictionary
Field to read contexts from
ControlledRealTimeReopenThread<T> - Class in org.apache.lucene.search
Utility class that runs a thread to manage periodicc reopens of a ReferenceManager, with methods to wait for a specific index changes to become visible.
ControlledRealTimeReopenThread(TrackingIndexWriter, ReferenceManager<T>, double, double) - Constructor for class org.apache.lucene.search.ControlledRealTimeReopenThread
Create ControlledRealTimeReopenThread, to periodically reopen the a ReferenceManager.
convert(Automaton) - Method in class org.apache.lucene.util.automaton.UTF32ToUTF8
Converts an incoming utf32 automaton to an equivalent utf8 one.
convertAutomaton(Automaton) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
Used by subclass to change the lookup automaton, if necessary.
convertAutomaton(Automaton) - Method in class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
 
coord(int, int) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
coord(int, int) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Implemented as overlap / maxOverlap.
coord(int, int) - Method in class org.apache.lucene.search.similarities.Similarity
Hook to integrate coordinate-level matching.
coord(int, int) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Computes a score factor based on the fraction of all query terms that a document contains.
copy(Version, Map<?, ? extends V>) - Static method in class org.apache.lucene.analysis.util.CharArrayMap
Returns a copy of the given map as a CharArrayMap.
copy(Version, Set<?>) - Static method in class org.apache.lucene.analysis.util.CharArraySet
Returns a copy of the given set as a CharArraySet.
copy(int, int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator
This method is called when a new hit is competitive.
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
copy(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
 
copy(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
 
copy(Directory, String, String, IOContext) - Method in class org.apache.lucene.store.Directory
Copies the file src to Directory to under the new file name dest.
copy(Directory, String, String, IOContext) - Method in class org.apache.lucene.store.RateLimitedDirectoryWrapper
 
copy(Directory, String, String, IOContext) - Method in class org.apache.lucene.store.TrackingDirectoryWrapper
 
copy(File, File) - Static method in class org.apache.lucene.util.IOUtils
Copy one file's contents to another file.
copy(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValue
 
copy(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValueBool
 
copy(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValueDouble
 
copy(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValueFloat
 
copy(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValueInt
 
copy(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValueLong
 
copy(MutableValue) - Method in class org.apache.lucene.util.mutable.MutableValueStr
 
copy(PackedInts.Reader, int, PackedInts.Mutable, int, int, int) - Static method in class org.apache.lucene.util.packed.PackedInts
Copy src[srcPos:srcPos+len] into dest[destPos:destPos+len] using at most mem bytes.
copy(IndexInput, long) - Method in class org.apache.lucene.util.PagedBytes
Read this many bytes from in
copy(BytesRef, BytesRef) - Method in class org.apache.lucene.util.PagedBytes
Copy BytesRef in, setting BytesRef out to the result.
copy(int, int) - Method in class org.apache.lucene.util.TimSorter
Copy data from slot src to slot dest.
copy_from(SnowballProgram) - Method in class org.tartarus.snowball.SnowballProgram
 
copyBuffer(char[], int, int) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.
copyBuffer(char[], int, int) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
copyBytes(DataInput, long) - Method in class org.apache.lucene.store.DataOutput
Copy numBytes bytes from input to ourself.
copyBytes(BytesRef) - Method in class org.apache.lucene.util.BytesRef
Copies the bytes from the given BytesRef
copyChars(CharSequence) - Method in class org.apache.lucene.util.BytesRef
Copies the UTF8 bytes for this string.
copyChars(CharsRef) - Method in class org.apache.lucene.util.CharsRef
Copies the given CharsRef referenced content into this instance.
copyChars(char[], int, int) - Method in class org.apache.lucene.util.CharsRef
Copies the given array into this CharsRef.
copyDocGroupValue(GROUP_VALUE_TYPE, GROUP_VALUE_TYPE) - Method in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
Returns a copy of the specified group value by creating a new instance and copying the value from the specified groupValue in the new instance.
copyDocGroupValue(MutableValue, MutableValue) - Method in class org.apache.lucene.search.grouping.function.FunctionFirstPassGroupingCollector
 
copyDocGroupValue(BytesRef, BytesRef) - Method in class org.apache.lucene.search.grouping.term.TermFirstPassGroupingCollector
 
copyFiles(Directory, Directory, List<String>) - Static method in class org.apache.lucene.replicator.IndexReplicationHandler
Copies the files from the source directory to the target one, if they are not the same.
copyFrom(TermState) - Method in class org.apache.lucene.codecs.BlockTermState
 
copyFrom(IntIndexInput.Index) - Method in class org.apache.lucene.codecs.sep.IntIndexInput.Index
 
copyFrom(IntIndexOutput.Index, boolean) - Method in class org.apache.lucene.codecs.sep.IntIndexOutput.Index
Copies index from other
copyFrom(TermState) - Method in class org.apache.lucene.index.OrdTermState
 
copyFrom(TermState) - Method in class org.apache.lucene.index.TermState
Copies the content of the given TermState to this instance
copyFrom(FST.Arc<T>) - Method in class org.apache.lucene.util.fst.FST.Arc
Returns this
copyFullPath(char[], int, char) - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
Copies the path components to the given char[], starting at index start.
copyInts(IntsRef) - Method in class org.apache.lucene.util.IntsRef
 
copyLongs(LongsRef) - Method in class org.apache.lucene.util.LongsRef
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.Token
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.KeywordAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.PositionLengthAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader.PulsingEnumAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.search.BoostAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.util.AttributeImpl
Copies the values from this Attribute into the passed-in target attribute.
copyTo(AttributeSource) - Method in class org.apache.lucene.util.AttributeSource
Copies the contents of this AttributeSource to the given target AttributeSource.
copyUsingLengthPrefix(BytesRef) - Method in class org.apache.lucene.util.PagedBytes
Copy bytes in, writing the length as a 1 or 2 byte vInt prefix.
CoreParser - Class in org.apache.lucene.queryparser.xml
Assembles a QueryBuilder which uses only core Lucene Query objects
CoreParser(Analyzer, QueryParser) - Constructor for class org.apache.lucene.queryparser.xml.CoreParser
Construct an XML parser that uses a single instance QueryParser for handling UserQuery tags - all parse operations are synchronised on this parser
CoreParser(String, Analyzer) - Constructor for class org.apache.lucene.queryparser.xml.CoreParser
Constructs an XML parser that creates a QueryParser for each UserQuery request.
CoreParser(String, Analyzer, QueryParser) - Constructor for class org.apache.lucene.queryparser.xml.CoreParser
 
CorePlusExtensionsParser - Class in org.apache.lucene.queryparser.xml
Assembles a QueryBuilder which uses Query objects from Lucene's sandbox and queries modules in addition to core queries.
CorePlusExtensionsParser(Analyzer, QueryParser) - Constructor for class org.apache.lucene.queryparser.xml.CorePlusExtensionsParser
Construct an XML parser that uses a single instance QueryParser for handling UserQuery tags - all parse operations are synchronized on this parser
CorePlusExtensionsParser(String, Analyzer) - Constructor for class org.apache.lucene.queryparser.xml.CorePlusExtensionsParser
Constructs an XML parser that creates a QueryParser for each UserQuery request.
correct(int) - Method in class org.apache.lucene.analysis.charfilter.BaseCharFilter
Retrieve the corrected offset.
correct(int) - Method in class org.apache.lucene.analysis.CharFilter
Subclasses override to correct the current offset.
correct(int) - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
 
correct(int) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
correctOffset(int) - Method in class org.apache.lucene.analysis.CharFilter
Chains the corrected offset through the input CharFilter(s).
correctOffset(int) - Method in class org.apache.lucene.analysis.Tokenizer
Return the corrected offset.
CorruptIndexException - Exception in org.apache.lucene.index
This exception is thrown when Lucene detects an inconsistency in the index.
CorruptIndexException(String) - Constructor for exception org.apache.lucene.index.CorruptIndexException
Sole constructor.
cos(double) - Static method in class org.apache.lucene.util.SloppyMath
Returns the trigonometric cosine of an angle.
cost() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
cost() - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
 
cost() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
cost() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
 
cost() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
cost() - Method in class org.apache.lucene.index.MultiDocsEnum
 
cost() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
cost() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
cost() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
cost() - Method in class org.apache.lucene.search.DocIdSetIterator
Returns the estimated cost of this DocIdSetIterator.
cost() - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
 
cost() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
cost() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
cost() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
cost() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
cost() - Method in class org.apache.lucene.search.spans.Spans
Returns the estimated cost of this spans.
cost() - Method in class org.apache.lucene.search.spans.SpanScorer
 
cost() - Method in class org.apache.lucene.search.spans.TermSpans
 
cost() - Method in class org.apache.lucene.util.FixedBitSet.FixedBitSetIterator
 
cost - Variable in class org.apache.lucene.util.fst.Util.FSTPath
 
cost() - Method in class org.apache.lucene.util.OpenBitSetIterator
 
COULD_NOT_PARSE_NUMBER - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
count - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
count of values written
count - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.NumericEntry
count of values written
count - Variable in class org.apache.lucene.search.spans.TermSpans
 
count - Variable in class org.apache.lucene.util.SentinelIntSet
 
counter - Variable in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
How many ordinals we've seen.
counter - Variable in class org.apache.lucene.index.SegmentInfos
Used to name new segments.
Counter - Class in org.apache.lucene.util
Simple counter class
Counter() - Constructor for class org.apache.lucene.util.Counter
 
counts - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ar.ArabicNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ar.ArabicStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.bg.BulgarianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.br.BrazilianStemFilterFactory
 
create(Reader) - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilterFactory
 
create(Reader) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.cjk.CJKTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.lucene.analysis.cjk.CJKWidthFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ckb.SoraniNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ckb.SoraniStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.cn.ChineseFilterFactory
Deprecated.
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.cn.ChineseTokenizerFactory
Deprecated.
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizerFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.cn.smart.SmartChineseSentenceTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.lucene.analysis.cn.smart.SmartChineseWordTokenFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
Create a CommonGramsFilter and wrap it with a CommonGramsQueryFilter
create(TokenStream) - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.core.KeywordTokenizerFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.core.LetterTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.core.LowerCaseFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.core.StopFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.core.UpperCaseFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.core.WhitespaceTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.cz.CzechStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.el.GreekStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.en.EnglishMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.en.EnglishPossessiveFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.en.KStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.en.PorterStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.es.SpanishLightStemFilterFactory
 
create(Reader) - Method in class org.apache.lucene.analysis.fa.PersianCharFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.fi.FinnishLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.fr.FrenchLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.fr.FrenchMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ga.IrishLowerCaseFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.gl.GalicianMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.gl.GalicianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.hi.HindiNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.hi.HindiStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.hu.HungarianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.id.IndonesianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.in.IndicNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.it.ItalianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.lv.LatvianStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.CodepointCountFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.ScandinavianFoldingFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.ScandinavianNormalizationFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.TrimFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.TruncateTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ngram.NGramFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizerFactory
Creates the TokenStream of n-grams from the given Reader and AttributeSource.AttributeFactory.
create(TokenStream) - Method in class org.apache.lucene.analysis.no.NorwegianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.pattern.PatternCaptureGroupFilterFactory
 
create(Reader) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
Split the input using configured pattern
create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.phonetic.BeiderMorseFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.position.PositionFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.lucene.analysis.pt.PortugueseLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.pt.PortugueseStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.reverse.ReverseStringFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ru.RussianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.shingle.ShingleFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.standard.ClassicFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.standard.ClassicTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.standard.StandardFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.stempel.StempelPolishStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.sv.SwedishLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.synonym.SynonymFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.th.ThaiTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.th.ThaiWordFilterFactory
Deprecated.
 
create(TokenStream) - Method in class org.apache.lucene.analysis.tr.ApostropheFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.tr.TurkishLowerCaseFilterFactory
 
create(Reader) - Method in class org.apache.lucene.analysis.util.CharFilterFactory
Wraps the given Reader with a CharFilter.
create(TokenStream) - Method in class org.apache.lucene.analysis.util.ElisionFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.util.TokenFilterFactory
Transform the specified input TokenStream
create(Reader) - Method in class org.apache.lucene.analysis.util.TokenizerFactory
Creates a TokenStream of the specified input using the default attribute factory.
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.util.TokenizerFactory
Creates a TokenStream of the specified input using the given AttributeFactory
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.collation.CollationKeyFilterFactory
Deprecated.
 
create(boolean, boolean, double) - Static method in class org.apache.lucene.search.CachingCollector
Creates a CachingCollector which does not wrap another collector.
create(Collector, boolean, double) - Static method in class org.apache.lucene.search.CachingCollector
Create a new CachingCollector that wraps the given collector and caches documents and scores up to the specified RAM threshold.
create(Collector, boolean, int) - Static method in class org.apache.lucene.search.CachingCollector
Create a new CachingCollector that wraps the given collector and caches documents and scores up to the specified max docs threshold.
create(SortField[], int) - Static method in class org.apache.lucene.search.FieldValueHitQueue
Creates a hit queue sorted by the given list of fields.
create(String, Sort) - Static method in class org.apache.lucene.search.grouping.term.TermAllGroupHeadsCollector
Creates an AbstractAllGroupHeadsCollector instance based on the supplied arguments.
create(String, Sort, int) - Static method in class org.apache.lucene.search.grouping.term.TermAllGroupHeadsCollector
Creates an AbstractAllGroupHeadsCollector instance based on the supplied arguments.
create(Sort, int, boolean, boolean, boolean, boolean) - Static method in class org.apache.lucene.search.TopFieldCollector
Creates a new TopFieldCollector from the given arguments.
create(Sort, int, FieldDoc, boolean, boolean, boolean, boolean) - Static method in class org.apache.lucene.search.TopFieldCollector
Creates a new TopFieldCollector from the given arguments.
create(int, boolean) - Static method in class org.apache.lucene.search.TopScoreDocCollector
Creates a new TopScoreDocCollector given the number of hits to collect and whether documents are scored in order by the input Scorer to TopScoreDocCollector.setScorer(Scorer).
create(int, ScoreDoc, boolean) - Static method in class org.apache.lucene.search.TopScoreDocCollector
Creates a new TopScoreDocCollector given the number of hits to collect, the bottom of the previous page, and whether documents are scored in order by the input Scorer to TopScoreDocCollector.setScorer(Scorer).
createAttributeInstance(Class<? extends Attribute>) - Method in class org.apache.lucene.analysis.Token.TokenAttributeFactory
 
createAttributeInstance(Class<? extends Attribute>) - Method in class org.apache.lucene.collation.CollationAttributeFactory
 
createAttributeInstance(Class<? extends Attribute>) - Method in class org.apache.lucene.util.AttributeSource.AttributeFactory
returns an AttributeImpl for the supplied Attribute interface class.
createBooleanQuery(String, String) - Method in class org.apache.lucene.util.QueryBuilder
Creates a boolean query from the query text.
createBooleanQuery(String, String, BooleanClause.Occur) - Method in class org.apache.lucene.util.QueryBuilder
Creates a boolean query from the query text.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.Analyzer
Creates a new Analyzer.TokenStreamComponents instance for this analyzer.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.AnalyzerWrapper
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ca.CatalanAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ckb.SoraniAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cn.ChineseAnalyzer
Deprecated.
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.KeywordAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.SimpleAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.StopAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.WhitespaceAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.da.DanishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.el.GreekAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.en.EnglishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.es.SpanishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.eu.BasqueAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fi.FinnishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ga.IrishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.gl.GalicianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hi.HindiAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hu.HungarianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hy.ArmenianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.id.IndonesianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.it.ItalianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.lv.LatvianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader, String) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
Creates a token stream that tokenizes the given string into token terms (aka words).
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
Creates a token stream that tokenizes all the text in the given Reader; This implementation forwards to tokenStream(String, Reader, String) and is less efficient than tokenStream(String, Reader, String).
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.no.NorwegianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.pl.PolishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.pt.PortugueseAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ro.RomanianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ru.RussianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Deprecated.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.standard.ClassicAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.sv.SwedishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.th.ThaiAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.tr.TurkishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.collation.CollationKeyAnalyzer
 
createDocs(int) - Method in class org.apache.lucene.facet.FacetsCollector
Creates a FacetsCollector.Docs to record hits.
createFieldFragList(FieldPhraseList, FieldFragList, int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
 
createFieldFragList(FieldPhraseList, int) - Method in interface org.apache.lucene.search.vectorhighlight.FragListBuilder
create a FieldFragList.
createFieldFragList(FieldPhraseList, int) - Method in class org.apache.lucene.search.vectorhighlight.SimpleFragListBuilder
 
createFieldFragList(FieldPhraseList, int) - Method in class org.apache.lucene.search.vectorhighlight.SingleFragListBuilder
 
createFieldFragList(FieldPhraseList, int) - Method in class org.apache.lucene.search.vectorhighlight.WeightedFragListBuilder
 
createFieldQuery(Analyzer, BooleanClause.Occur, String, String, boolean, int) - Method in class org.apache.lucene.util.QueryBuilder
Creates a query from the analysis chain.
createFragment(IndexReader, int, String, FieldFragList) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
createFragment(IndexReader, int, String, FieldFragList, String[], String[], Encoder) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
createFragment(IndexReader, int, String, FieldFragList) - Method in interface org.apache.lucene.search.vectorhighlight.FragmentsBuilder
create a fragment.
createFragment(IndexReader, int, String, FieldFragList, String[], String[], Encoder) - Method in interface org.apache.lucene.search.vectorhighlight.FragmentsBuilder
create a fragment.
createFragments(IndexReader, int, String, FieldFragList, int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
createFragments(IndexReader, int, String, FieldFragList, int, String[], String[], Encoder) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
createFragments(IndexReader, int, String, FieldFragList, int) - Method in interface org.apache.lucene.search.vectorhighlight.FragmentsBuilder
create multiple fragments.
createFragments(IndexReader, int, String, FieldFragList, int, String[], String[], Encoder) - Method in interface org.apache.lucene.search.vectorhighlight.FragmentsBuilder
create multiple fragments.
createIndexWriterConfig(IndexWriterConfig.OpenMode) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Create the IndexWriterConfig that would be used for opening the internal index writer.
createIndexWriterConfig(IndexWriterConfig.OpenMode) - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
 
createJoinQuery(String, boolean, String, Query, IndexSearcher, ScoreMode) - Static method in class org.apache.lucene.search.join.JoinUtil
Method for query time joining.
createMinShouldMatchQuery(String, String, float) - Method in class org.apache.lucene.util.QueryBuilder
Creates a minimum-should-match query from the query text.
createNormalizedWeight(Query) - Method in class org.apache.lucene.search.IndexSearcher
Creates a normalized weight for a top-level Query.
createOutput(Directory, String, IOContext) - Method in class org.apache.lucene.codecs.sep.IntStreamFactory
Create an IntIndexOutput on the provided fileName.
createOutput(String, IOContext) - Method in class org.apache.lucene.store.CompoundFileDirectory
 
createOutput(String, IOContext) - Method in class org.apache.lucene.store.Directory
Creates a new, empty file in the directory with the given name.
createOutput(String, IOContext) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
createOutput(String, IOContext) - Method in class org.apache.lucene.store.FilterDirectory
 
createOutput(String, IOContext) - Method in class org.apache.lucene.store.FSDirectory
Creates an IndexOutput for the file with the given name.
createOutput(String, IOContext) - Method in class org.apache.lucene.store.NativeUnixDirectory
 
createOutput(String, IOContext) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
createOutput(String, IOContext) - Method in class org.apache.lucene.store.RAMDirectory
Creates a new, empty file in the directory with the given name.
createOutput(String, IOContext) - Method in class org.apache.lucene.store.RateLimitedDirectoryWrapper
 
createOutput(String, IOContext) - Method in class org.apache.lucene.store.TrackingDirectoryWrapper
 
createPhraseQuery(String, String) - Method in class org.apache.lucene.util.QueryBuilder
Creates a phrase query from the query text.
createPhraseQuery(String, String, int) - Method in class org.apache.lucene.util.QueryBuilder
Creates a phrase query from the query text.
createQueryParser(String, Analyzer) - Method in class org.apache.lucene.queryparser.xml.builders.UserInputQueryBuilder
Method to create a QueryParser - designed to be overridden
createResults(IndexSearcher, TopFieldDocs, int, CharSequence, boolean, Set<String>, String) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Create the results based on the search hits.
createResults(IndexSearcher, TopFieldDocs, int, CharSequence, boolean, Set<String>, String) - Method in class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
 
createSearcher() - Method in class org.apache.lucene.index.memory.MemoryIndex
Creates and returns a searcher that can be used to execute arbitrary Lucene queries and to collect the resulting query results as hits.
createSegmentResult() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
createSetBasedOnMaxMemory(int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
createSetBasedOnQuality(int, float) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.CompoundFileDirectory
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.Directory
Creates an Directory.IndexInputSlicer for the given file name.
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.MMapDirectory
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.NIOFSDirectory
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.RateLimitedDirectoryWrapper
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.SimpleFSDirectory
 
createSlicer(String, IOContext) - Method in class org.apache.lucene.store.TrackingDirectoryWrapper
 
createTermGroupFacetCollector(String, String, boolean, BytesRef, int) - Static method in class org.apache.lucene.search.grouping.term.TermGroupFacetCollector
Factory method for creating the right implementation based on the fact whether the facet field contains multiple tokens per documents.
createWeight(IndexSearcher) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.queries.function.FunctionQuery
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.ValueSource
Implementations should propagate createWeight to sub-ValueSources which can optionally store weight info in the context.
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
createWeight(Map, IndexSearcher) - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.BooleanQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.ConstantScoreQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Create the Weight used to score us
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.FilteredQuery
Returns a Weight that applies the filter to the enclosed query's Weight.
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.MatchAllDocsQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.MultiPhraseQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.PhraseQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.Query
Expert: Constructs an appropriate Weight implementation for this query.
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.spans.SpanQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.TermQuery
 
cud - Variable in class org.apache.lucene.queryparser.ext.Extensions.Pair
 
cur - Variable in class org.apache.lucene.queryparser.ext.Extensions.Pair
 
curChar - Variable in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
 
curChar - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
 
curChar - Variable in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
 
curDocs - Variable in class org.apache.lucene.search.CachingCollector
 
curPos - Variable in class org.apache.lucene.search.suggest.BufferedInputIterator
current buffer position
curPos - Variable in class org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
current buffer position
current() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
current() - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
current - Variable in class org.apache.lucene.search.ReferenceManager
 
current() - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
 
current() - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
 
currentIndex() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
The current decoding index.
currentRevisionFiles() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyReplicationHandler
 
currentRevisionFiles() - Method in class org.apache.lucene.replicator.IndexReplicationHandler
 
currentRevisionFiles() - Method in interface org.apache.lucene.replicator.ReplicationClient.ReplicationHandler
Returns the current revision files held by the handler.
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.search.payloads.AveragePayloadFunction
 
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.search.payloads.MaxPayloadFunction
 
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.search.payloads.MinPayloadFunction
 
currentScore(int, String, int, int, int, float, float) - Method in class org.apache.lucene.search.payloads.PayloadFunction
Calculate the score up to this point for this doc and field
currentToken - Variable in exception org.apache.lucene.queryparser.classic.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.apache.lucene.queryparser.flexible.standard.parser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.apache.lucene.queryparser.surround.parser.ParseException
This is the last token that has been consumed successfully.
currentValue() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
returns the value associated with the last key returned
currentValue() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
The value at the current decoding index.
currentVersion() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyReplicationHandler
 
currentVersion() - Method in class org.apache.lucene.replicator.IndexReplicationHandler
 
currentVersion() - Method in interface org.apache.lucene.replicator.ReplicationClient.ReplicationHandler
Returns the current revision version held by the handler.
cursor - Variable in class org.tartarus.snowball.SnowballProgram
 
customExplain(int, Explanation, Explanation[]) - Method in class org.apache.lucene.queries.CustomScoreProvider
Explain the custom score.
customExplain(int, Explanation, Explanation) - Method in class org.apache.lucene.queries.CustomScoreProvider
Explain the custom score.
customScore(int, float, float[]) - Method in class org.apache.lucene.queries.CustomScoreProvider
Compute a custom score by the subQuery score and a number of FunctionQuery scores.
customScore(int, float, float) - Method in class org.apache.lucene.queries.CustomScoreProvider
Compute a custom score by the subQuery score and the FunctionQuery score.
CustomScoreProvider - Class in org.apache.lucene.queries
An instance of this subclass should be returned by CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.AtomicReaderContext), if you want to modify the custom score calculation of a CustomScoreQuery.
CustomScoreProvider(AtomicReaderContext) - Constructor for class org.apache.lucene.queries.CustomScoreProvider
Creates a new instance of the provider class for the given IndexReader.
CustomScoreQuery - Class in org.apache.lucene.queries
Query that sets document score as a programmatic function of several (sub) scores: the score of its subQuery (any query) (optional) the score of its FunctionQuery (or queries). Subclasses can modify the computation by overriding CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.AtomicReaderContext).
CustomScoreQuery(Query) - Constructor for class org.apache.lucene.queries.CustomScoreQuery
Create a CustomScoreQuery over input subQuery.
CustomScoreQuery(Query, FunctionQuery) - Constructor for class org.apache.lucene.queries.CustomScoreQuery
Create a CustomScoreQuery over input subQuery and a FunctionQuery.
CustomScoreQuery(Query, FunctionQuery...) - Constructor for class org.apache.lucene.queries.CustomScoreQuery
Create a CustomScoreQuery over input subQuery and a FunctionQuery.
CzechAnalyzer - Class in org.apache.lucene.analysis.cz
Analyzer for Czech language.
CzechAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the default stop words (CzechAnalyzer.getDefaultStopSet()).
CzechAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the given stop words.
CzechAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the given stop words and a set of work to be excluded from the CzechStemFilter.
CzechStemFilter - Class in org.apache.lucene.analysis.cz
A TokenFilter that applies CzechStemmer to stem Czech words.
CzechStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cz.CzechStemFilter
 
CzechStemFilterFactory - Class in org.apache.lucene.analysis.cz
Factory for CzechStemFilter.
CzechStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cz.CzechStemFilterFactory
Creates a new CzechStemFilterFactory
CzechStemmer - Class in org.apache.lucene.analysis.cz
Light Stemmer for Czech.
CzechStemmer() - Constructor for class org.apache.lucene.analysis.cz.CzechStemmer
 

D

DAMMA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DAMMATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DanishAnalyzer - Class in org.apache.lucene.analysis.da
Analyzer for Danish.
DanishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.da.DanishAnalyzer
Builds an analyzer with the default stop words: DanishAnalyzer.DEFAULT_STOPWORD_FILE.
DanishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.da.DanishAnalyzer
Builds an analyzer with the given stop words.
DanishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.da.DanishAnalyzer
Builds an analyzer with the given stop words.
DanishStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
DanishStemmer() - Constructor for class org.tartarus.snowball.ext.DanishStemmer
 
data - Variable in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
The key to the node.
DATA_CODEC - Static variable in class org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
 
DATA_EXTENSION - Static variable in class org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
 
DataInput - Class in org.apache.lucene.store
Abstract base class for performing read operations of Lucene's low-level data types.
DataInput() - Constructor for class org.apache.lucene.store.DataInput
 
DataOutput - Class in org.apache.lucene.store
Abstract base class for performing write operations of Lucene's low-level data types.
DataOutput() - Constructor for class org.apache.lucene.store.DataOutput
 
DatasetSplitter - Class in org.apache.lucene.classification.utils
Utility class for creating training / test / cross validation indexes from the original index.
DatasetSplitter(double, double) - Constructor for class org.apache.lucene.classification.utils.DatasetSplitter
Create a DatasetSplitter by giving test and cross validation IDXs sizes
DATE_RESOLUTION - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set default DateTools.Resolution.
DATE_TYPE - Static variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
dateFormat - Variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
DateRecognizerSinkFilter - Class in org.apache.lucene.analysis.sinks
Attempts to parse the CharTermAttribute.buffer() as a Date using a DateFormat.
DateRecognizerSinkFilter() - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
DateRecognizerSinkFilter(DateFormat) - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
DateTools - Class in org.apache.lucene.document
Provides support for converting dates to strings and vice-versa.
DateTools.Resolution - Enum in org.apache.lucene.document
Specifies the time granularity.
dateToString(Date, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
Converts a Date to a string suitable for indexing.
DBBI_AVAILABLE - Static variable in class org.apache.lucene.analysis.th.ThaiTokenizer
True if the JRE supports a working dictionary-based breakiterator for Thai.
DBBI_AVAILABLE - Static variable in class org.apache.lucene.analysis.th.ThaiWordFilter
Deprecated.
True if the JRE supports a working dictionary-based breakiterator for Thai.
debugStream - Variable in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Debug output.
debugStream - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Debug output.
debugStream - Variable in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Debug output.
decode(BytesRef, IntsRef) - Method in class org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader
Subclass & override if you change the encoding.
decode(BytesRef, ByteArrayDataInput) - Method in class org.apache.lucene.search.suggest.SortedInputIterator
decodes the weight at the current position
decode(BytesRef, ByteArrayDataInput) - Method in class org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
decodes the weight at the current position
decode(char[], int, int, byte[], int, int) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Deprecated.
Decodes the input char sequence into the output byte sequence.
decode(long[], int, long[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
Read iterations * blockCount() blocks from blocks, decode them and write iterations * valueCount() values into values.
decode(byte[], int, long[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
Read 8 * iterations * blockCount() blocks from blocks, decode them and write iterations * valueCount() values into values.
decode(long[], int, int[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
Read iterations * blockCount() blocks from blocks, decode them and write iterations * valueCount() values into values.
decode(byte[], int, int[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
Read 8 * iterations * blockCount() blocks from blocks, decode them and write iterations * valueCount() values into values.
decodeContexts(BytesRef, ByteArrayDataInput) - Method in class org.apache.lucene.search.suggest.SortedInputIterator
decodes the contexts at the current position
decodeFloat(byte[]) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
 
decodeFloat(byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
Decode the payload that was encoded using PayloadHelper.encodeFloat(float).
decodeInt(byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
 
decodeNormValue(byte) - Method in class org.apache.lucene.search.similarities.BM25Similarity
The default implementation returns 1 / f2 where f is SmallFloat.byte315ToFloat(byte).
decodeNormValue(long) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Decodes the norm value, assuming it is a single byte.
decodeNormValue(byte) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Decodes a normalization factor (document length) stored in an index.
decodeNormValue(long) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Decodes a normalization factor stored in an index.
decodePayload(BytesRef, ByteArrayDataInput) - Method in class org.apache.lucene.search.suggest.SortedInputIterator
decodes the payload at the current position
decodeTerm(long[], DataInput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
decodeTerm(long[], DataInput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
decodeTerm(long[], DataInput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.PostingsReaderBase
Actually decode metadata for next term
decodeTerm(long[], DataInput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
decodeTerm(long[], DataInput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
decompose() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
decompose() - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
decompose() - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
decompose(CharSequence) - Method in class org.egothor.stemmer.MultiTrie2
Break the given patch command into its constituent pieces.
decompress(DataInput, int, int, int, BytesRef) - Method in class org.apache.lucene.codecs.compressing.Decompressor
Decompress bytes that were stored between offsets offset and offset+length in the original stream from the compressed stream in to bytes.
decompress(BytesRef) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array previously returned by compress (referenced by the provided BytesRef)
decompress(byte[]) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array previously returned by compress
decompress(byte[], int, int) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array previously returned by compress
Decompressor - Class in org.apache.lucene.codecs.compressing
A decompressor.
Decompressor() - Constructor for class org.apache.lucene.codecs.compressing.Decompressor
Sole constructor, typically called from sub-classes.
decompressString(byte[]) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array previously returned by compressString back into a String
decompressString(byte[], int, int) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array previously returned by compressString back into a String
decompressString(BytesRef) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array (referenced by the provided BytesRef) previously returned by compressString back into a String
decRef(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
 
decRef() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Expert: decreases the refCount of this TaxonomyReader instance.
decRef() - Method in class org.apache.lucene.index.IndexReader
Expert: decreases the refCount of this IndexReader instance.
decRef(DirectoryReader) - Method in class org.apache.lucene.index.ReaderManager
 
decRef(G) - Method in class org.apache.lucene.search.ReferenceManager
Decrement reference counting on the given reference.
decRef(IndexSearcher) - Method in class org.apache.lucene.search.SearcherManager
 
decRef() - Method in class org.apache.lucene.util.RefCount
Decrements the reference counting of this object.
dedupAndEncode(IntsRef) - Method in class org.apache.lucene.facet.FacetsConfig
Encodes ordinals into a BytesRef; expert: subclass can override this to change encoding.
deepCopyOf(BytesRef) - Static method in class org.apache.lucene.util.BytesRef
Creates a new BytesRef that points to a copy of the bytes from other
deepCopyOf(CharsRef) - Static method in class org.apache.lucene.util.CharsRef
Creates a new CharsRef that points to a copy of the chars from other
deepCopyOf(IntsRef) - Static method in class org.apache.lucene.util.IntsRef
Creates a new IntsRef that points to a copy of the ints from other
deepCopyOf(LongsRef) - Static method in class org.apache.lucene.util.LongsRef
Creates a new IntsRef that points to a copy of the longs from other
DEFAULT - Static variable in class org.apache.lucene.queries.ChainedFilter
Logical operation when none is declared.
DEFAULT - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
Lexical state.
DEFAULT - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
Lexical state.
DEFAULT - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
Lexical state.
DEFAULT - Static variable in interface org.apache.lucene.search.FieldCache
Expert: The cache used internally by sorting and range query classes.
DEFAULT - Static variable in class org.apache.lucene.store.IOContext
 
DEFAULT - Static variable in class org.apache.lucene.util.packed.PackedInts
At most 20% memory overhead.
DEFAULT_ACCURACY - Static variable in class org.apache.lucene.search.spell.SpellChecker
The default minimum score to use, if not specified by calling SpellChecker.setAccuracy(float) .
DEFAULT_ANALYZER - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
A lower-casing word analyzer with English stop words (can be shared freely across threads without harm); global per class loader.
DEFAULT_ARTICLES - Static variable in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Default set of articles for ElisionFilter
DEFAULT_ATTRIBUTE_FACTORY - Static variable in class org.apache.lucene.util.AttributeSource.AttributeFactory
This is the default factory that creates AttributeImpls using the class name of the supplied Attribute interface class by appending Impl to it.
DEFAULT_BOOST - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Boost terms in query based on score.
DEFAULT_BOUNDARY_CHARS - Static variable in class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
DEFAULT_BUCKETS - Static variable in class org.apache.lucene.search.suggest.fst.FSTCompletion
Default number of buckets.
DEFAULT_BUCKETS - Static variable in class org.apache.lucene.search.suggest.fst.FSTCompletionBuilder
Default number of buckets.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.lucene.analysis.core.KeywordTokenizer
Default read buffer size
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.lucene.store.BufferedIndexOutput
The default buffer size in bytes (16384).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.lucene.util.packed.PackedInts
Default amount of memory to use for bulk operations.
DEFAULT_BUFFERED_BLOCKS - Static variable in class org.apache.lucene.util.RecyclingByteBlockAllocator
 
DEFAULT_BUFFERED_BLOCKS - Static variable in class org.apache.lucene.util.RecyclingIntBlockAllocator
 
DEFAULT_BUFFERSIZE - Static variable in class org.apache.lucene.store.BufferedChecksum
Default buffer size: 256
DEFAULT_BYTE_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
Deprecated.
DEFAULT_CAPACITY - Static variable in class org.apache.lucene.util.BytesRefHash
 
DEFAULT_CHECK_INTEGRITY_AT_MERGE - Static variable in class org.apache.lucene.index.IndexWriterConfig
Default value for calling AtomicReader.checkIntegrity() before merging segments (set to false).
DEFAULT_COMPARATOR - Static variable in class org.apache.lucene.search.spell.SuggestWordQueue
Default comparator: score then frequency.
DEFAULT_COMPARATOR - Static variable in class org.apache.lucene.util.OfflineSorter
Default comparator: sorts in binary (codepoint) order
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.lucene.replicator.http.HttpClientBase
Default connection timeout for this client, in milliseconds.
DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
DEFAULT_DIM_CONFIG - Static variable in class org.apache.lucene.facet.FacetsConfig
Default per-dimension configuration.
DEFAULT_DOUBLE_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
Deprecated.
DEFAULT_EXTENSION_FIELD_DELIMITER - Static variable in class org.apache.lucene.queryparser.ext.Extensions
The default extension field delimiter character.
DEFAULT_FIELD_DELIMITER - Static variable in class org.apache.lucene.search.suggest.FileDictionary
Tab-delimited fields are most common thus the default, but one can override this via the constructor
DEFAULT_FIELD_MATCH - Static variable in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
 
DEFAULT_FIELD_NAMES - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Default field names.
DEFAULT_FILLER_TOKEN - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
filler token for when positionIncrement is more than 1
DEFAULT_FLOAT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
Deprecated.
DEFAULT_GRAMS - Static variable in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
By default we use a bigram model.
DEFAULT_INDEX_FIELD_NAME - Static variable in class org.apache.lucene.facet.FacetsConfig
Which Lucene field holds the drill-downs and ords (as doc values).
DEFAULT_INDEX_INTERVAL - Static variable in class org.apache.lucene.util.packed.EliasFanoEncoder
The default index interval for zero upper bits.
DEFAULT_INDEX_INTERVAL - Static variable in class org.apache.lucene.util.WAH8DocIdSet
Default index interval.
DEFAULT_INDEX_INTERVAL_BITS - Static variable in class org.apache.lucene.index.DocTermOrds
Every 128th term is indexed, by default.
DEFAULT_INT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
Deprecated.
DEFAULT_LONG_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
Deprecated.
DEFAULT_MAX_BLOCK_BITS - Static variable in class org.apache.lucene.util.fst.FST
 
DEFAULT_MAX_BLOCK_CHARS - Static variable in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
Deprecated.
DEFAULT_MAX_BLOCK_SIZE - Static variable in class org.apache.lucene.codecs.BlockTreeTermsWriter
Suggested default value for the maxItemsInBlock parameter to BlockTreeTermsWriter.BlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int).
DEFAULT_MAX_BUFF - Static variable in class org.apache.lucene.store.MMapDirectory
Default max chunk size.
DEFAULT_MAX_BUFFERED_DELETE_TERMS - Static variable in class org.apache.lucene.index.IndexWriterConfig
Disabled by default (because IndexWriter flushes by RAM usage by default).
DEFAULT_MAX_BUFFERED_DOCS - Static variable in class org.apache.lucene.index.IndexWriterConfig
Disabled by default (because IndexWriter flushes by RAM usage by default).
DEFAULT_MAX_CFS_SEGMENT_SIZE - Static variable in class org.apache.lucene.index.MergePolicy
Default max segment size in order to use compound file system.
DEFAULT_MAX_CHARS_TO_ANALYZE - Static variable in class org.apache.lucene.search.highlight.Highlighter
 
DEFAULT_MAX_CODE_LENGTH - Static variable in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
default maxCodeLength if not specified
DEFAULT_MAX_DOC_FREQ - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words which occur in more than this many docs.
DEFAULT_MAX_EDITS - Static variable in class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
The default maximum number of edits for fuzzy suggestions.
DEFAULT_MAX_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
DEFAULT_MAX_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
DEFAULT_MAX_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
 
DEFAULT_MAX_LENGTH - Static variable in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Default maximum content size to process.
DEFAULT_MAX_MERGE_COUNT - Static variable in class org.apache.lucene.index.ConcurrentMergeScheduler
Default maxMergeCount.
DEFAULT_MAX_MERGE_DOCS - Static variable in class org.apache.lucene.index.LogMergePolicy
Default maximum segment size.
DEFAULT_MAX_MERGE_MB - Static variable in class org.apache.lucene.index.LogByteSizeMergePolicy
Default maximum segment size.
DEFAULT_MAX_MERGE_MB_FOR_FORCED_MERGE - Static variable in class org.apache.lucene.index.LogByteSizeMergePolicy
Default maximum segment size.
DEFAULT_MAX_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
 
DEFAULT_MAX_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
 
DEFAULT_MAX_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
DEFAULT_MAX_NUM_TOKENS_PARSED - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
DEFAULT_MAX_QUERY_TERMS - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Return a Query with no more than this many terms.
DEFAULT_MAX_SCAN - Static variable in class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
DEFAULT_MAX_SHINGLE_SIZE - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
default maximum shingle size is 2.
DEFAULT_MAX_SUBWORD_SIZE - Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
The default for maximal length of subwords that get propagated to the output of this filter
DEFAULT_MAX_THREAD_COUNT - Static variable in class org.apache.lucene.index.ConcurrentMergeScheduler
Default maxThreadCount.
DEFAULT_MAX_THREAD_STATES - Static variable in class org.apache.lucene.index.IndexWriterConfig
The maximum number of simultaneous threads that may be indexing documents at once in IndexWriter; if more than this many threads arrive they will wait for others to finish.
DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
 
DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.standard.ClassicAnalyzer
Default maximum allowed token length
DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
Default maximum allowed token length
DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Default maximum allowed token length
DEFAULT_MAX_WORD_COUNT - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
 
DEFAULT_MAX_WORD_LENGTH - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words greater than this length or if 0 then this has no effect.
DEFAULT_MERGE_BUFFER_SIZE - Static variable in class org.apache.lucene.store.NativeUnixDirectory
Default buffer size before writing to disk (256 KB); larger means less IO load but more RAM and direct buffer storage space consumed during merging.
DEFAULT_MERGE_FACTOR - Static variable in class org.apache.lucene.index.LogMergePolicy
Default merge factor, which is how many segments are merged at a time
DEFAULT_MIN_BLOCK_SIZE - Static variable in class org.apache.lucene.codecs.BlockTreeTermsWriter
Suggested default value for the minItemsInBlock parameter to BlockTreeTermsWriter.BlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int).
DEFAULT_MIN_BYTES_DIRECT - Static variable in class org.apache.lucene.store.NativeUnixDirectory
Default min expected merge size before direct IO is used (10 MB):
DEFAULT_MIN_DOC_FREQ - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words which do not occur in at least this many docs.
DEFAULT_MIN_FUZZY_LENGTH - Static variable in class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
The default minimum length of the key passed to AnalyzingSuggester.lookup(java.lang.CharSequence, java.util.Set<org.apache.lucene.util.BytesRef>, boolean, int) before any edits are allowed.
DEFAULT_MIN_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
DEFAULT_MIN_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
DEFAULT_MIN_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
 
DEFAULT_MIN_LENGTH - Static variable in class org.apache.lucene.analysis.stempel.StempelFilter
Minimum length of input words to be processed.
DEFAULT_MIN_MERGE_DOCS - Static variable in class org.apache.lucene.index.LogDocMergePolicy
Default minimum segment size.
DEFAULT_MIN_MERGE_MB - Static variable in class org.apache.lucene.index.LogByteSizeMergePolicy
Default minimum segment size.
DEFAULT_MIN_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
 
DEFAULT_MIN_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
 
DEFAULT_MIN_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
DEFAULT_MIN_PREFIX_CHARS - Static variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Default minimum number of leading characters before PrefixQuery is used (4).
DEFAULT_MIN_SHINGLE_SIZE - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
default minimum shingle size is 2.
DEFAULT_MIN_SUBWORD_SIZE - Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
The default for minimal length of subwords that get propagated to the output of this filter
DEFAULT_MIN_TERM_FREQ - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore terms with less than this frequency in the source doc.
DEFAULT_MIN_WORD_LENGTH - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Ignore words less than this length or if 0 then this has no effect.
DEFAULT_MIN_WORD_SIZE - Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
The default for minimal word length that gets decomposed
DEFAULT_NO_CFS_RATIO - Static variable in class org.apache.lucene.index.LogMergePolicy
Default noCFSRatio.
DEFAULT_NO_CFS_RATIO - Static variable in class org.apache.lucene.index.MergePolicy
Default ratio for compound file system usage.
DEFAULT_NO_CFS_RATIO - Static variable in class org.apache.lucene.index.TieredMergePolicy
Default noCFSRatio.
DEFAULT_NON_FUZZY_PREFIX - Static variable in class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
The default prefix length where edits are not allowed.
DEFAULT_NUM_FACTOR - Static variable in class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
Default factor
DEFAULT_NUMTERMS - Static variable in class org.apache.lucene.misc.HighFreqTerms
 
DEFAULT_OPERATOR - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the default boolean operator
DEFAULT_PHRASE_HIGHLIGHT - Static variable in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
 
DEFAULT_RAM_BUFFER_SIZE_MB - Static variable in class org.apache.lucene.index.IndexWriterConfig
Default value is 16 MB (which means flush when buffered docs consume approximately 16 MB RAM).
DEFAULT_RAM_PER_THREAD_HARD_LIMIT_MB - Static variable in class org.apache.lucene.index.IndexWriterConfig
Default value is 1945.
DEFAULT_READ_CHUNK_SIZE - Static variable in class org.apache.lucene.store.FSDirectory
Deprecated.
This constant is no longer used since Lucene 4.5.
DEFAULT_READER_POOLING - Static variable in class org.apache.lucene.index.IndexWriterConfig
DEFAULT_READER_TERMS_INDEX_DIVISOR - Static variable in class org.apache.lucene.index.IndexWriterConfig
Default value is 1.
DEFAULT_RESOLUTION - Static variable in class org.apache.lucene.search.TimeLimitingCollector.TimerThread
 
DEFAULT_SEPARATOR - Static variable in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
The default character used to join multiple tokens into a single ngram token.
DEFAULT_SESSION_EXPIRATION_THRESHOLD - Static variable in class org.apache.lucene.replicator.LocalReplicator
Threshold for expiring inactive sessions.
DEFAULT_SHORT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
Deprecated.
DEFAULT_SIDE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
DEFAULT_SIDE - Static variable in class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
 
DEFAULT_SKIP - Static variable in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
DEFAULT_SKIP - Static variable in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
DEFAULT_SO_TIMEOUT - Static variable in class org.apache.lucene.replicator.http.HttpClientBase
Default socket timeout for this client, in milliseconds.
DEFAULT_STEMMER_FILE - Static variable in class org.apache.lucene.analysis.pl.PolishAnalyzer
File containing default Polish stemmer table.
DEFAULT_STOP_WORDS - Static variable in class org.apache.lucene.queries.mlt.MoreLikeThis
Default set of stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ar.ArabicAnalyzer
File containing default Arabic stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.bg.BulgarianAnalyzer
File containing default Bulgarian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.br.BrazilianAnalyzer
File containing default Brazilian Portuguese stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ca.CatalanAnalyzer
File containing default Catalan stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.cjk.CJKAnalyzer
File containing default CJK stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ckb.SoraniAnalyzer
File containing default Kurdish stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.cz.CzechAnalyzer
File containing default Czech stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.da.DanishAnalyzer
File containing default Danish stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.de.GermanAnalyzer
File containing default German stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.el.GreekAnalyzer
File containing default Greek stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.es.SpanishAnalyzer
File containing default Spanish stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.eu.BasqueAnalyzer
File containing default Basque stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.fa.PersianAnalyzer
File containing default Persian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.fi.FinnishAnalyzer
File containing default Italian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.fr.FrenchAnalyzer
File containing default French stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ga.IrishAnalyzer
File containing default Irish stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.gl.GalicianAnalyzer
File containing default Galician stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.hi.HindiAnalyzer
File containing default Hindi stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.hu.HungarianAnalyzer
File containing default Hungarian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.hy.ArmenianAnalyzer
File containing default Armenian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.id.IndonesianAnalyzer
File containing default Indonesian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.it.ItalianAnalyzer
File containing default Italian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.lv.LatvianAnalyzer
File containing default Latvian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.nl.DutchAnalyzer
File containing default Dutch stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.no.NorwegianAnalyzer
File containing default Norwegian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.pl.PolishAnalyzer
File containing default Polish stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.pt.PortugueseAnalyzer
File containing default Portuguese stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ro.RomanianAnalyzer
File containing default Romanian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ru.RussianAnalyzer
File containing default Russian stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.sv.SwedishAnalyzer
File containing default Swedish stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.th.ThaiAnalyzer
File containing default Thai stopwords.
DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.tr.TurkishAnalyzer
File containing default Turkish stopwords.
DEFAULT_TERM_INDEX_INTERVAL - Static variable in class org.apache.lucene.index.IndexWriterConfig
Default value is 32.
DEFAULT_TERMS_INDEX_DIVISOR - Static variable in class org.apache.lucene.index.DirectoryReader
Default termInfosIndexDivisor.
DEFAULT_TOKEN_SEPARATOR - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
The default string to use when joining adjacent tokens to form a shingle
DEFAULT_TOKEN_TYPE - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
default token type attribute value is "shingle"
DEFAULT_TRANSPOSITIONS - Static variable in class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
The default transposition value passed to LevenshteinAutomata
DEFAULT_TYPE - Static variable in interface org.apache.lucene.analysis.tokenattributes.TypeAttribute
the default type
DEFAULT_UNICODE_AWARE - Static variable in class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
Measure maxEdits, minFuzzyLength, transpositions and nonFuzzyPrefix parameters in Unicode code points (actual letters) instead of bytes.
DEFAULT_USE_COMPOUND_FILE_SYSTEM - Static variable in class org.apache.lucene.index.IndexWriterConfig
Default value for compound file system for newly written segments (set to true).
DEFAULT_WORD_DELIM_TABLE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterIterator
 
DefaultBloomFilterFactory - Class in org.apache.lucene.codecs.bloom
Default policy is to allocate a bitset with 10% saturation given a unique term per document.
DefaultBloomFilterFactory() - Constructor for class org.apache.lucene.codecs.bloom.DefaultBloomFilterFactory
 
DefaultEncoder - Class in org.apache.lucene.search.highlight
Simple Encoder implementation that does not modify the output
DefaultEncoder() - Constructor for class org.apache.lucene.search.highlight.DefaultEncoder
 
DefaultLoadFactor - Static variable in class org.apache.lucene.facet.taxonomy.writercache.CompactLabelToOrdinal
Default maximum load factor.
defaultMaxDocFreqPercent - Static variable in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
defaultMaxEdits - Static variable in class org.apache.lucene.search.FuzzyQuery
 
defaultMaxExpansions - Static variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
defaultMaxExpansions - Static variable in class org.apache.lucene.search.FuzzyQuery
 
defaultMinSimilarity - Static variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
defaultMinSimilarity - Static variable in class org.apache.lucene.search.FuzzyQuery
Deprecated.
pass integer edit distances instead.
DefaultPassageFormatter - Class in org.apache.lucene.search.postingshighlight
Creates a formatted snippet from the top passages.
DefaultPassageFormatter() - Constructor for class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
Creates a new DefaultPassageFormatter with the default tags.
DefaultPassageFormatter(String, String, String, boolean) - Constructor for class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
Creates a new DefaultPassageFormatter with custom tags.
DefaultPhraseSlopQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
DefaultPhraseSlopQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
defaultPrefixLength - Static variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
defaultPrefixLength - Static variable in class org.apache.lucene.search.FuzzyQuery
 
DefaultSimilarity - Class in org.apache.lucene.search.similarities
Expert: Default scoring implementation which encodes norm values as a single byte before being stored.
DefaultSimilarity() - Constructor for class org.apache.lucene.search.similarities.DefaultSimilarity
Sole constructor: parameter-free
DefaultSortedSetDocValuesReaderState - Class in org.apache.lucene.facet.sortedset
Default implementation of SortedSetDocValuesFacetCounts
DefaultSortedSetDocValuesReaderState(IndexReader) - Constructor for class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
Creates this, pulling doc values from the default FacetsConfig.DEFAULT_INDEX_FIELD_NAME.
DefaultSortedSetDocValuesReaderState(IndexReader, String) - Constructor for class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
Creates this, pulling doc values from the specified field.
defaultTaxonomyWriterCache() - Static method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Defines the default TaxonomyWriterCache to use in constructors which do not specify one.
defaultTempDir() - Static method in class org.apache.lucene.util.OfflineSorter
Returns the default temporary directory.
defaultTranspositions - Static variable in class org.apache.lucene.search.FuzzyQuery
 
defaultVal - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
DefFunction - Class in org.apache.lucene.queries.function.valuesource
ValueSource implementation which only returns the values from the provided ValueSources which are available for a particular docId.
DefFunction(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.DefFunction
 
delCountOnFlush - Variable in class org.apache.lucene.index.SegmentWriteState
Number of deleted documents set while flushing the segment.
delegate - Variable in class org.apache.lucene.codecs.FilterCodec
The codec to filter.
delete(char[], int, int) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
Delete a character in-place
delete() - Method in class org.apache.lucene.index.IndexCommit
Delete this commit point.
delete(String) - Method in class org.apache.lucene.search.LiveFieldValues
Call this after you've successfully deleted a document from the index.
deleteAll() - Method in class org.apache.lucene.index.IndexWriter
Delete all documents in the index.
deleteAll() - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.deleteAll() and returns the generation that reflects this change.
deleteDocuments(Term) - Method in class org.apache.lucene.index.IndexWriter
Deletes the document(s) containing term.
deleteDocuments(Term...) - Method in class org.apache.lucene.index.IndexWriter
Deletes the document(s) containing any of the terms.
deleteDocuments(Query) - Method in class org.apache.lucene.index.IndexWriter
Deletes the document(s) matching the provided query.
deleteDocuments(Query...) - Method in class org.apache.lucene.index.IndexWriter
Deletes the document(s) matching any of the provided queries.
deleteDocuments(Term) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.deleteDocuments(Term) and returns the generation that reflects this change.
deleteDocuments(Term...) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.deleteDocuments(Term...) and returns the generation that reflects this change.
deleteDocuments(Query) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.deleteDocuments(Query) and returns the generation that reflects this change.
deleteDocuments(Query...) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.deleteDocuments(Query...) and returns the generation that reflects this change.
DeletedQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A DeletedQueryNode represents a node that was deleted from the query node tree.
DeletedQueryNode() - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.DeletedQueryNode
 
deleteFile(String) - Method in class org.apache.lucene.store.CompoundFileDirectory
Not implemented
deleteFile(String) - Method in class org.apache.lucene.store.Directory
Removes an existing file in the directory.
deleteFile(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
deleteFile(String) - Method in class org.apache.lucene.store.FilterDirectory
 
deleteFile(String) - Method in class org.apache.lucene.store.FSDirectory
Removes an existing file in the directory.
deleteFile(String) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
deleteFile(String) - Method in class org.apache.lucene.store.RAMDirectory
Removes an existing file in the directory.
deleteFile(String) - Method in class org.apache.lucene.store.TrackingDirectoryWrapper
 
deleteFilesIgnoringExceptions(Directory, String...) - Static method in class org.apache.lucene.util.IOUtils
Deletes all given files, suppressing all thrown IOExceptions.
deleteLast(int, Builder.Node) - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
deleteN(char[], int, int, int) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
Delete n characters in-place
deleteUnusedFiles() - Method in class org.apache.lucene.index.IndexWriter
Expert: remove any index files that are no longer used.
deletionsGen - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Current deletions generation.
DelimitedPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Characters before the delimiter are the "token", those after are the payload.
DelimitedPayloadTokenFilter(TokenStream, char, PayloadEncoder) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
DelimitedPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
DelimitedPayloadTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
Creates a new DelimitedPayloadTokenFilterFactory
DELIMITER - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Punctuation Characters
DELIMITER - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
Punctuation Symbol
DELIMITER_ATTR - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
 
delPolicy - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
IndexDeletionPolicy controlling when commit points are deleted.
DELTA_COMPRESSED - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Compressed using packed blocks of ints.
delTermCount - Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Number of terms with zero live docs docs.
depth - Variable in class org.apache.lucene.util.fst.Builder.UnCompiledNode
This node's depth, starting from the automaton root.
DerefBytesDocValuesField - Class in org.apache.lucene.document
Deprecated.
DerefBytesDocValuesField(String, BytesRef) - Constructor for class org.apache.lucene.document.DerefBytesDocValuesField
Deprecated.
Create a new fixed or variable-length DocValues field.
DerefBytesDocValuesField(String, BytesRef, boolean) - Constructor for class org.apache.lucene.document.DerefBytesDocValuesField
Deprecated.
Create a new fixed or variable length DocValues field.
describeParams() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Describe the parameters that control how the "more like this" query is formed.
description() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource.ScoreValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
description() - Method in class org.apache.lucene.queries.function.ValueSource
description of field, used in explain()
description() - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
description(String, List<ValueSource>) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
description() - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
description() - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
description() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
description - Variable in enum org.apache.lucene.util.RamUsageEstimator.JvmFeature
 
deserialize(DataInput) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
determinize() - Method in class org.apache.lucene.util.automaton.Automaton
determinize(Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Determinizes the given automaton.
DFRSimilarity - Class in org.apache.lucene.search.similarities
Implements the divergence from randomness (DFR) framework introduced in Gianni Amati and Cornelis Joost Van Rijsbergen.
DFRSimilarity(BasicModel, AfterEffect, Normalization) - Constructor for class org.apache.lucene.search.similarities.DFRSimilarity
Creates DFRSimilarity from the three components.
diagnostics - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Map that includes certain debugging details that IndexWriter records into each segment it creates
dictionary - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
Dictionary - Class in org.apache.lucene.analysis.hunspell
In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.
Dictionary(InputStream, InputStream) - Constructor for class org.apache.lucene.analysis.hunspell.Dictionary
Creates a new Dictionary containing the information read from the provided InputStreams to hunspell affix and dictionary files.
Dictionary(InputStream, List<InputStream>, boolean) - Constructor for class org.apache.lucene.analysis.hunspell.Dictionary
Creates a new Dictionary containing the information read from the provided InputStreams to hunspell affix and dictionary files.
Dictionary - Interface in org.apache.lucene.search.spell
A simple interface representing a Dictionary.
DictionaryCompoundWordTokenFilter - Class in org.apache.lucene.analysis.compound
A TokenFilter that decomposes compound words found in many Germanic languages.
DictionaryCompoundWordTokenFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
DictionaryCompoundWordTokenFilter(Version, TokenStream, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
DictionaryCompoundWordTokenFilterFactory - Class in org.apache.lucene.analysis.compound
DictionaryCompoundWordTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
Creates a new DictionaryCompoundWordTokenFilterFactory
Diff - Class in org.egothor.stemmer
The Diff object generates a patch string.
Diff() - Constructor for class org.egothor.stemmer.Diff
Constructor for the Diff object.
Diff(int, int, int, int) - Constructor for class org.egothor.stemmer.Diff
Constructor for the Diff object
DiffIt - Class in org.egothor.stemmer
The DiffIt class is a means generate patch commands from an already prepared stemmer table.
DIGIT - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Numeric Digits
DIGIT - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
 
DIGIT - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
dim - Variable in class org.apache.lucene.facet.FacetField
Dimension for this field.
dim - Variable in class org.apache.lucene.facet.FacetResult
Dimension that was requested.
dim - Variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
Dimension.
dim - Variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
Dimension for this field.
dimension() - Method in class org.apache.lucene.queries.function.valuesource.MultiValueSource
 
dimension() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
dir - Variable in class org.apache.lucene.index.CheckIndex.Status
Directory index is in.
dir - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
Directory that holds the index.
dir - Variable in class org.apache.lucene.index.SegmentInfo
Where this segment resides.
DirectDocValuesFormat - Class in org.apache.lucene.codecs.memory
In-memory docvalues format that does no (or very little) compression.
DirectDocValuesFormat() - Constructor for class org.apache.lucene.codecs.memory.DirectDocValuesFormat
Sole constructor.
directory - Variable in class org.apache.lucene.index.DirectoryReader
The index directory.
directory() - Method in class org.apache.lucene.index.DirectoryReader
Returns the directory this index resides in.
directory() - Method in class org.apache.lucene.index.SegmentReader
Returns the directory this index resides in.
directory - Variable in class org.apache.lucene.index.SegmentReadState
Directory where this segment is read from.
directory - Variable in class org.apache.lucene.index.SegmentWriteState
Directory where this segment will be written to.
Directory - Class in org.apache.lucene.store
A Directory is a flat list of files.
Directory() - Constructor for class org.apache.lucene.store.Directory
 
directory - Variable in class org.apache.lucene.store.FSDirectory
 
Directory.IndexInputSlicer - Class in org.apache.lucene.store
Allows to create one or more sliced IndexInput instances from a single file handle.
Directory.IndexInputSlicer() - Constructor for class org.apache.lucene.store.Directory.IndexInputSlicer
 
DirectoryReader - Class in org.apache.lucene.index
DirectoryReader is an implementation of CompositeReader that can read indexes in a Directory.
DirectoryReader(Directory, AtomicReader[]) - Constructor for class org.apache.lucene.index.DirectoryReader
Expert: Constructs a DirectoryReader on the given subReaders.
DirectoryTaxonomyReader - Class in org.apache.lucene.facet.taxonomy.directory
A TaxonomyReader which retrieves stored taxonomy information from a Directory.
DirectoryTaxonomyReader(Directory) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Open for reading a taxonomy stored in a given Directory.
DirectoryTaxonomyReader(DirectoryTaxonomyWriter) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Opens a DirectoryTaxonomyReader over the given DirectoryTaxonomyWriter (for NRT).
DirectoryTaxonomyWriter - Class in org.apache.lucene.facet.taxonomy.directory
TaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.
DirectoryTaxonomyWriter(Directory, IndexWriterConfig.OpenMode, TaxonomyWriterCache) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Construct a Taxonomy writer.
DirectoryTaxonomyWriter(Directory, IndexWriterConfig.OpenMode) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Creates a new instance with a default cache as defined by DirectoryTaxonomyWriter.defaultTaxonomyWriterCache().
DirectoryTaxonomyWriter(Directory) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Create this with OpenMode.CREATE_OR_APPEND.
DirectoryTaxonomyWriter.DiskOrdinalMap - Class in org.apache.lucene.facet.taxonomy.directory
DirectoryTaxonomyWriter.OrdinalMap maintained on file system
DirectoryTaxonomyWriter.DiskOrdinalMap(File) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
Sole constructor.
DirectoryTaxonomyWriter.MemoryOrdinalMap - Class in org.apache.lucene.facet.taxonomy.directory
DirectoryTaxonomyWriter.MemoryOrdinalMap() - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
Sole constructor.
DirectoryTaxonomyWriter.OrdinalMap - Interface in org.apache.lucene.facet.taxonomy.directory
Mapping from old ordinal to new ordinals, used when merging indexes wit separate taxonomies.
DirectPostingsFormat - Class in org.apache.lucene.codecs.memory
Wraps Lucene41PostingsFormat format for on-disk storage, but then at read time loads and stores all terms & postings directly in RAM as byte[], int[].
DirectPostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.DirectPostingsFormat
 
DirectPostingsFormat(int, int) - Constructor for class org.apache.lucene.codecs.memory.DirectPostingsFormat
minSkipCount is how many terms in a row must have the same prefix before we put a skip pointer down.
DirectSpellChecker - Class in org.apache.lucene.search.spell
Simple automaton-based spellchecker.
DirectSpellChecker() - Constructor for class org.apache.lucene.search.spell.DirectSpellChecker
Creates a DirectSpellChecker with default configuration values
DirectSpellChecker.ScoreTerm - Class in org.apache.lucene.search.spell
Holds a spelling correction for internal usage inside DirectSpellChecker.
DirectSpellChecker.ScoreTerm() - Constructor for class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
Constructor.
DISABLE_AUTO_FLUSH - Static variable in class org.apache.lucene.index.IndexWriterConfig
Denotes a flush trigger is disabled.
disable_tracing() - Method in class org.apache.lucene.queryparser.classic.QueryParser
Disable tracing.
disable_tracing() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Disable tracing.
disable_tracing() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
Disable tracing.
disableCaching() - Method in class org.apache.lucene.search.grouping.GroupingSearch
Disables any enabled cache.
disableCoord - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
discardEscapeChar(CharSequence) - Static method in class org.apache.lucene.queryparser.flexible.standard.parser.EscapeQuerySyntaxImpl
Returns a String where the escape char has been removed, or kept only once if there was a double escape.
discountOverlaps - Variable in class org.apache.lucene.search.similarities.BM25Similarity
True if overlap tokens (tokens with a position of increment of zero) are discounted from the document's length.
discountOverlaps - Variable in class org.apache.lucene.search.similarities.DefaultSimilarity
True if overlap tokens (tokens with a position of increment of zero) are discounted from the document's length.
discountOverlaps - Variable in class org.apache.lucene.search.similarities.SimilarityBase
True if overlap tokens (tokens with a position of increment of zero) are discounted from the document's length.
discreteMultiValueHighlighting(List<FieldFragList.WeightedFragInfo>, Field[]) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
DisjQuery(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
DisjunctionMaxQuery - Class in org.apache.lucene.search
A query that generates the union of documents produced by its subqueries, and that scores each document with the maximum score for that document as produced by any subquery, plus a tie breaking increment for any additional matching subqueries.
DisjunctionMaxQuery(float) - Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
Creates a new empty DisjunctionMaxQuery.
DisjunctionMaxQuery(Collection<Query>, float) - Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
Creates a new DisjunctionMaxQuery
DisjunctionMaxQuery.DisjunctionMaxWeight - Class in org.apache.lucene.search
Expert: the Weight for DisjunctionMaxQuery, used to normalize, score and explain these queries.
DisjunctionMaxQuery.DisjunctionMaxWeight(IndexSearcher) - Constructor for class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
Construct the Weight for this Query searched by searcher.
DisjunctionMaxQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
DisjunctionMaxQueryBuilder(QueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.DisjunctionMaxQueryBuilder
 
DiskDocValuesFormat - Class in org.apache.lucene.codecs.diskdv
DocValues format that keeps most things on disk.
DiskDocValuesFormat() - Constructor for class org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
 
DiskNormsFormat - Class in org.apache.lucene.codecs.diskdv
Norms format that keeps all norms on disk
DiskNormsFormat() - Constructor for class org.apache.lucene.codecs.diskdv.DiskNormsFormat
 
DistanceQuery - Class in org.apache.lucene.queryparser.surround.query
Factory for NEAR queries
DistanceQuery(List<SrndQuery>, boolean, int, String, boolean) - Constructor for class org.apache.lucene.queryparser.surround.query.DistanceQuery
 
DistanceSubQuery - Interface in org.apache.lucene.queryparser.surround.query
Interface for queries that can be nested as subqueries into a span near.
distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryparser.surround.query.DistanceQuery
 
distanceSubQueryNotAllowed() - Method in interface org.apache.lucene.queryparser.surround.query.DistanceSubQuery
When distanceSubQueryNotAllowed() returns non null, the reason why the subquery is not allowed as a distance subquery is returned.
distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryparser.surround.query.OrQuery
 
distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
Distribution - Class in org.apache.lucene.search.similarities
The probabilistic distribution used to model term occurrence in information-based models.
Distribution() - Constructor for class org.apache.lucene.search.similarities.Distribution
Sole constructor.
distribution - Variable in class org.apache.lucene.search.similarities.IBSimilarity
The probabilistic distribution used to model term occurrence.
DistributionLL - Class in org.apache.lucene.search.similarities
Log-logistic distribution.
DistributionLL() - Constructor for class org.apache.lucene.search.similarities.DistributionLL
Sole constructor: parameter-free
DistributionSPL - Class in org.apache.lucene.search.similarities
The smoothed power-law (SPL) distribution for the information-based framework that is described in the original paper.
DistributionSPL() - Constructor for class org.apache.lucene.search.similarities.DistributionSPL
Sole constructor: parameter-free
DivFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Function to divide "a" by "b"
DivFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.DivFloatFunction
 
doAction(HttpResponse, Callable<T>) - Method in class org.apache.lucene.replicator.http.HttpClientBase
Same as HttpClientBase.doAction(HttpResponse, boolean, Callable) but always do consume at the end.
doAction(HttpResponse, boolean, Callable<T>) - Method in class org.apache.lucene.replicator.http.HttpClientBase
Do a specific action and validate after the action that the status is still OK, and if not, attempt to extract the actual server side exception.
doAfterFlush() - Method in class org.apache.lucene.index.IndexWriter
A hook for extending classes to execute operations after pending added and deleted documents have been flushed to the Directory but before the change is committed (new segments_N file written).
doBeforeFlush() - Method in class org.apache.lucene.index.IndexWriter
A hook for extending classes to execute operations before pending added and deleted documents are flushed to the Directory.
doBody(String) - Method in class org.apache.lucene.index.SegmentInfos.FindSegmentsFile
Subclass must implement this.
doBody() - Method in class org.apache.lucene.store.Lock.With
Code to execute with exclusive access.
doc - Variable in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.GroupHead
 
doc(int) - Method in class org.apache.lucene.search.IndexSearcher
Sugar for .getIndexReader().document(docID)
doc(int, StoredFieldVisitor) - Method in class org.apache.lucene.search.IndexSearcher
Sugar for .getIndexReader().document(docID, fieldVisitor)
doc(int, Set<String>) - Method in class org.apache.lucene.search.IndexSearcher
Sugar for .getIndexReader().document(docID, fieldsToLoad)
doc - Variable in class org.apache.lucene.search.ScoreDoc
A hit document's number.
doc() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
doc() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
doc() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
doc() - Method in class org.apache.lucene.search.spans.Spans
Returns the document number of the current match.
doc - Variable in class org.apache.lucene.search.spans.SpanScorer
 
doc - Variable in class org.apache.lucene.search.spans.TermSpans
 
doc() - Method in class org.apache.lucene.search.spans.TermSpans
 
DOC_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
Filename extension for document number, frequencies, and skip data.
doCacheWrite(String, IOContext) - Method in class org.apache.lucene.store.NRTCachingDirectory
Subclass can override this to customize logic; return true if this file should be written to the RAMDirectory.
docBase - Variable in class org.apache.lucene.index.AtomicReaderContext
The readers absolute doc base
docBase - Variable in class org.apache.lucene.index.MergeState
New docID base per reader.
docBaseInParent - Variable in class org.apache.lucene.index.IndexReaderContext
the doc base for this reader in the parent, 0 if parent is null
docCount - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Document count (does not take deletions into account).
docCount - Variable in class org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus
Number of documents tested.
docCount - Variable in class org.apache.lucene.index.CheckIndex.Status.TermVectorStatus
Number of documents tested.
docCount() - Method in class org.apache.lucene.search.CollectionStatistics
returns the total number of documents that have at least one term for this field.
docFreq - Variable in class org.apache.lucene.codecs.BlockTermState
how many docs have this term
docFreq - Variable in class org.apache.lucene.codecs.TermStats
How many documents have at least one occurrence of this term.
docFreq(Term) - Method in class org.apache.lucene.index.AtomicReader
 
docFreq(Term) - Method in class org.apache.lucene.index.BaseCompositeReader
 
docFreq() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
docFreq() - Method in class org.apache.lucene.index.FilteredTermsEnum
 
docFreq(Term) - Method in class org.apache.lucene.index.IndexReader
Returns the number of documents containing the term.
docFreq() - Method in class org.apache.lucene.index.MultiTermsEnum
 
docFreq() - Method in class org.apache.lucene.index.TermContext
Returns the accumulated document frequency of all TermState instances passed to TermContext.register(TermState, int, int, long).
docFreq() - Method in class org.apache.lucene.index.TermsEnum
Returns the number of documents containing the current term.
docFreq - Variable in class org.apache.lucene.misc.TermStats
 
docFreq() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
docFreq - Variable in class org.apache.lucene.search.similarities.BasicStats
The document frequency.
docfreq - Variable in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
The df of the spellcheck correction.
docFreq() - Method in class org.apache.lucene.search.TermStatistics
returns the number of documents this term occurs in
DocFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
DocFreqValueSource returns the number of documents containing the term.
DocFreqValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
docID() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
docID() - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
 
docID() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
docID() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
 
docID() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
docID() - Method in class org.apache.lucene.index.MultiDocsEnum
 
docID() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
docID() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
docID() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
docID() - Method in class org.apache.lucene.search.DocIdSetIterator
Returns the following: -1 or DocIdSetIterator.NO_MORE_DOCS if DocIdSetIterator.nextDoc() or DocIdSetIterator.advance(int) were not called yet.
docID() - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
 
docID() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
docID() - Method in class org.apache.lucene.search.spans.SpanScorer
 
docID() - Method in class org.apache.lucene.util.FixedBitSet.FixedBitSetIterator
 
docID() - Method in class org.apache.lucene.util.OpenBitSetIterator
 
DocIdBitSet - Class in org.apache.lucene.util
Simple DocIdSet and DocIdSetIterator backed by a BitSet
DocIdBitSet(BitSet) - Constructor for class org.apache.lucene.util.DocIdBitSet
 
DocIdSet - Class in org.apache.lucene.search
A DocIdSet contains a set of doc ids.
DocIdSet() - Constructor for class org.apache.lucene.search.DocIdSet
 
DocIdSetIterator - Class in org.apache.lucene.search
This abstract class defines methods to iterate over a set of non-decreasing doc ids.
DocIdSetIterator() - Constructor for class org.apache.lucene.search.DocIdSetIterator
 
docIdSetToCache(DocIdSet, AtomicReader) - Method in class org.apache.lucene.search.CachingWrapperFilter
Provide the DocIdSet to be cached, using the DocIdSet provided by the wrapped Filter.
docIdSetToCache(DocIdSet, AtomicReader) - Method in class org.apache.lucene.search.join.FixedBitSetCachingWrapperFilter
 
doClose() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
 
doClose() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
performs the actual task of closing the resources that are used by the taxonomy reader.
doClose() - Method in class org.apache.lucene.index.FilterAtomicReader
 
doClose() - Method in class org.apache.lucene.index.FilterDirectoryReader
 
doClose() - Method in class org.apache.lucene.index.IndexReader
Implements close.
doClose() - Method in class org.apache.lucene.index.MultiReader
 
doClose() - Method in class org.apache.lucene.index.ParallelAtomicReader
 
doClose() - Method in class org.apache.lucene.index.ParallelCompositeReader
 
doClose() - Method in class org.apache.lucene.index.SegmentReader
 
doClose() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
docMaps - Variable in class org.apache.lucene.index.MergeState
Maps docIDs around deletions.
docs(FieldInfo, BlockTermState, Bits, DocsEnum, int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
docs(FieldInfo, BlockTermState, Bits, DocsEnum, int) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
docs(FieldInfo, BlockTermState, Bits, DocsEnum, int) - Method in class org.apache.lucene.codecs.PostingsReaderBase
Must fully consume state, since after this call that TermState may be reused.
docs(FieldInfo, BlockTermState, Bits, DocsEnum, int) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
docs(FieldInfo, BlockTermState, Bits, DocsEnum, int) - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
docs(Bits, DocsEnum, int) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
docs(Bits, DocsEnum, int) - Method in class org.apache.lucene.index.FilteredTermsEnum
 
docs(Bits, DocsEnum, int) - Method in class org.apache.lucene.index.MultiTermsEnum
 
docs(Bits, DocsEnum) - Method in class org.apache.lucene.index.TermsEnum
Get DocsEnum for the current term.
docs(Bits, DocsEnum, int) - Method in class org.apache.lucene.index.TermsEnum
Get DocsEnum for the current term, with control over whether freqs are required.
docs(Bits, DocsEnum, int) - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
docsAndPositions(FieldInfo, BlockTermState, Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
docsAndPositions(FieldInfo, BlockTermState, Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
docsAndPositions(FieldInfo, BlockTermState, Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.codecs.PostingsReaderBase
Must fully consume state, since after this call that TermState may be reused.
docsAndPositions(FieldInfo, BlockTermState, Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
docsAndPositions(FieldInfo, BlockTermState, Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
docsAndPositions(Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
docsAndPositions(Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.index.FilteredTermsEnum
 
docsAndPositions(Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.index.MultiTermsEnum
 
docsAndPositions(Bits, DocsAndPositionsEnum) - Method in class org.apache.lucene.index.TermsEnum
Get DocsAndPositionsEnum for the current term.
docsAndPositions(Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.index.TermsEnum
Get DocsAndPositionsEnum for the current term, with control over whether offsets and payloads are required.
docsAndPositions(Bits, DocsAndPositionsEnum, int) - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
DocsAndPositionsEnum - Class in org.apache.lucene.index
Also iterates through positions.
DocsAndPositionsEnum() - Constructor for class org.apache.lucene.index.DocsAndPositionsEnum
Sole constructor.
docsAndPositionsEnum - Variable in class org.apache.lucene.index.MultiDocsAndPositionsEnum.EnumWithSlice
DocsAndPositionsEnum for this sub-reader.
docScore(int, String, int, float) - Method in class org.apache.lucene.search.payloads.AveragePayloadFunction
 
docScore(int, String, int, float) - Method in class org.apache.lucene.search.payloads.MaxPayloadFunction
 
docScore(int, String, int, float) - Method in class org.apache.lucene.search.payloads.MinPayloadFunction
 
docScore(int, String, int, float) - Method in class org.apache.lucene.search.payloads.PayloadFunction
Calculate the final score for all the payloads seen so far for this doc/field
docScorer - Variable in class org.apache.lucene.search.spans.SpanScorer
 
DocsEnum - Class in org.apache.lucene.index
Iterates through the documents and term freqs.
DocsEnum() - Constructor for class org.apache.lucene.index.DocsEnum
Sole constructor.
docsEnum - Variable in class org.apache.lucene.index.DocTermOrds
Used while uninverting.
docsEnum - Variable in class org.apache.lucene.index.MultiDocsEnum.EnumWithSlice
DocsEnum of this sub-reader.
docStarts - Variable in class org.apache.lucene.index.MultiDocValues.MultiSortedDocValues
docbase for each leaf: parallel with MultiDocValues.MultiSortedDocValues.values
docStarts - Variable in class org.apache.lucene.index.MultiDocValues.MultiSortedSetDocValues
docbase for each leaf: parallel with MultiDocValues.MultiSortedSetDocValues.values
docStoreCompoundFile - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
True if the shared doc store files are compound file format.
docStoreOffset - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Doc store offset, if this segment shares the doc store files (stored fields and term vectors) with other segments.
docStoreSegment - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
String of the shared doc store segment, or null if this segment does not share the doc store files.
docsWithField - Variable in class org.apache.lucene.search.FieldComparator.NumericComparator
 
docsWithValue(SortedDocValues, int) - Static method in class org.apache.lucene.index.DocValues
Returns a Bits representing all documents from dv that have a value.
docsWithValue(SortedSetDocValues, int) - Static method in class org.apache.lucene.index.DocValues
Returns a Bits representing all documents from dv that have a value.
DocTermOrds - Class in org.apache.lucene.index
This class enables fast access to multiple term ords for a specified field across all docIDs.
DocTermOrds(AtomicReader, Bits, String) - Constructor for class org.apache.lucene.index.DocTermOrds
Inverts all terms
DocTermOrds(AtomicReader, Bits, String, BytesRef) - Constructor for class org.apache.lucene.index.DocTermOrds
Inverts only terms starting w/ prefix
DocTermOrds(AtomicReader, Bits, String, BytesRef, int) - Constructor for class org.apache.lucene.index.DocTermOrds
Inverts only terms starting w/ prefix, and only terms whose docFreq (not taking deletions into account) is <= maxTermDocFreq
DocTermOrds(AtomicReader, Bits, String, BytesRef, int, int) - Constructor for class org.apache.lucene.index.DocTermOrds
Inverts only terms starting w/ prefix, and only terms whose docFreq (not taking deletions into account) is <= maxTermDocFreq, with a custom indexing interval (default is every 128nd term).
DocTermOrds(String, int, int) - Constructor for class org.apache.lucene.index.DocTermOrds
Subclass inits w/ this, but be sure you then call uninvert, only once
DocTermOrdsRangeFilter - Class in org.apache.lucene.search
A range filter built on top of a cached multi-valued term field (in FieldCache).
DocTermOrdsRewriteMethod - Class in org.apache.lucene.search
Rewrites MultiTermQueries into a filter, using DocTermOrds for term enumeration.
DocTermOrdsRewriteMethod() - Constructor for class org.apache.lucene.search.DocTermOrdsRewriteMethod
 
DocTermsIndexDocValues - Class in org.apache.lucene.queries.function.docvalues
Serves as base class for FunctionValues based on DocTermsIndex.
DocTermsIndexDocValues(ValueSource, AtomicReaderContext, String) - Constructor for class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
DocTermsIndexDocValues.DocTermsIndexException - Exception in org.apache.lucene.queries.function.docvalues
Custom Exception to be thrown when the DocTermsIndex for a field cannot be generated
DocTermsIndexDocValues.DocTermsIndexException(String, RuntimeException) - Constructor for exception org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues.DocTermsIndexException
 
Document - Class in org.apache.lucene.document
Documents are the unit of indexing and search.
Document() - Constructor for class org.apache.lucene.document.Document
Constructs a new document with no fields.
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.BaseCompositeReader
 
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.FilterAtomicReader
 
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.IndexReader
Expert: visits the fields of a stored document, for custom processing/loading of each field.
document(int) - Method in class org.apache.lucene.index.IndexReader
Returns the stored fields of the nth Document in this index.
document(int, Set<String>) - Method in class org.apache.lucene.index.IndexReader
Like IndexReader.document(int) but only loads the specified fields.
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.SegmentReader
 
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
document(int, Set<String>) - Method in class org.apache.lucene.search.IndexSearcher
Deprecated.
DocumentDictionary - Class in org.apache.lucene.search.suggest
Dictionary with terms, weights, payload (optional) and contexts (optional) information taken from stored/indexed fields in a Lucene index.
DocumentDictionary(IndexReader, String, String) - Constructor for class org.apache.lucene.search.suggest.DocumentDictionary
Creates a new dictionary with the contents of the fields named field for the terms and weightField for the weights that will be used for the corresponding terms.
DocumentDictionary(IndexReader, String, String, String) - Constructor for class org.apache.lucene.search.suggest.DocumentDictionary
Creates a new dictionary with the contents of the fields named field for the terms, weightField for the weights that will be used for the the corresponding terms and payloadField for the corresponding payloads for the entry.
DocumentDictionary(IndexReader, String, String, String, String) - Constructor for class org.apache.lucene.search.suggest.DocumentDictionary
Creates a new dictionary with the contents of the fields named field for the terms, weightField for the weights that will be used for the the corresponding terms, payloadField for the corresponding payloads for the entry and contextsFeild for associated contexts.
DocumentDictionary.DocumentInputIterator - Class in org.apache.lucene.search.suggest
Implements InputIterator from stored fields.
DocumentDictionary.DocumentInputIterator(boolean, boolean) - Constructor for class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
Creates an iterator over term, weight and payload fields from the lucene index.
DocumentStoredFieldVisitor - Class in org.apache.lucene.document
A StoredFieldVisitor that creates a Document containing all stored fields, or only specific requested fields provided to DocumentStoredFieldVisitor.DocumentStoredFieldVisitor(Set).
DocumentStoredFieldVisitor(Set<String>) - Constructor for class org.apache.lucene.document.DocumentStoredFieldVisitor
Load only fields named in the provided Set<String>.
DocumentStoredFieldVisitor(String...) - Constructor for class org.apache.lucene.document.DocumentStoredFieldVisitor
Load only fields named in the provided fields.
DocumentStoredFieldVisitor() - Constructor for class org.apache.lucene.document.DocumentStoredFieldVisitor
Load all stored fields.
DocumentValueSourceDictionary - Class in org.apache.lucene.search.suggest
Dictionary with terms and optionally payload information taken from stored fields in a Lucene index.
DocumentValueSourceDictionary(IndexReader, String, ValueSource, String, String) - Constructor for class org.apache.lucene.search.suggest.DocumentValueSourceDictionary
Creates a new dictionary with the contents of the fields named field for the terms, payload for the corresponding payloads, contexts for the associated contexts and uses the weightsValueSource supplied to determine the score.
DocumentValueSourceDictionary(IndexReader, String, ValueSource, String) - Constructor for class org.apache.lucene.search.suggest.DocumentValueSourceDictionary
Creates a new dictionary with the contents of the fields named field for the terms, payloadField for the corresponding payloads and uses the weightsValueSource supplied to determine the score.
DocumentValueSourceDictionary(IndexReader, String, ValueSource) - Constructor for class org.apache.lucene.search.suggest.DocumentValueSourceDictionary
Creates a new dictionary with the contents of the fields named field for the terms and uses the weightsValueSource supplied to determine the score.
DocValues - Class in org.apache.lucene.index
This class contains utility methods and constants for DocValues
DocValuesConsumer - Class in org.apache.lucene.codecs
Abstract API that consumes numeric, binary and sorted docvalues.
DocValuesConsumer() - Constructor for class org.apache.lucene.codecs.DocValuesConsumer
Sole constructor.
docValuesFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes docvalues
DocValuesFormat - Class in org.apache.lucene.codecs
Encodes/decodes per-document values.
DocValuesFormat(String) - Constructor for class org.apache.lucene.codecs.DocValuesFormat
Creates a new docvalues format.
docValuesFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
docValuesFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
docValuesFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
docValuesFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
docValuesFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
docValuesFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
docValuesFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
docValuesFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
DocValuesOrdinalsReader - Class in org.apache.lucene.facet.taxonomy
Decodes ordinals previously indexed into a BinaryDocValues field
DocValuesOrdinalsReader() - Constructor for class org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader
Default constructor.
DocValuesOrdinalsReader(String) - Constructor for class org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader
Create this, with the specified indexed field name.
DocValuesProducer - Class in org.apache.lucene.codecs
Abstract API that produces numeric, binary and sorted docvalues.
DocValuesProducer() - Constructor for class org.apache.lucene.codecs.DocValuesProducer
Sole constructor.
docValuesStatus - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Status for testing of DocValues (null if DocValues could not be tested).
docValuesType(String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosReader
 
docValueType() - Method in class org.apache.lucene.document.FieldType
DocValues FieldInfo.DocValuesType: if non-null then the field's value will be indexed into docValues.
docValueType() - Method in interface org.apache.lucene.index.IndexableFieldType
DocValues FieldInfo.DocValuesType: if non-null then the field's value will be indexed into docValues.
doMerge(MergePolicy.OneMerge) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
DOMUtils - Class in org.apache.lucene.queryparser.xml
Helper methods for parsing XML
DOMUtils() - Constructor for class org.apache.lucene.queryparser.xml.DOMUtils
 
DONE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterIterator
Indicates the end of iteration
Done() - Method in interface org.apache.lucene.queryparser.classic.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
Done() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
Done() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
doNext() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
DONTNEED - Static variable in class org.apache.lucene.store.NativePosixUtil
 
doOpenIfChanged() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Implements the opening of a new DirectoryTaxonomyReader instance if the taxonomy has changed.
doOpenIfChanged() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Implements the actual opening of a new TaxonomyReader instance if the taxonomy has changed.
doOpenIfChanged() - Method in class org.apache.lucene.index.DirectoryReader
Implement this method to support DirectoryReader.openIfChanged(DirectoryReader).
doOpenIfChanged(IndexCommit) - Method in class org.apache.lucene.index.DirectoryReader
doOpenIfChanged(IndexWriter, boolean) - Method in class org.apache.lucene.index.DirectoryReader
doOpenIfChanged() - Method in class org.apache.lucene.index.FilterDirectoryReader
 
doOpenIfChanged(IndexCommit) - Method in class org.apache.lucene.index.FilterDirectoryReader
 
doOpenIfChanged(IndexWriter, boolean) - Method in class org.apache.lucene.index.FilterDirectoryReader
 
doPrune(double, IndexSearcher) - Method in class org.apache.lucene.search.SearcherLifetimeManager.PruneByAge
 
doPrune(double, IndexSearcher) - Method in interface org.apache.lucene.search.SearcherLifetimeManager.Pruner
Return true if this searcher should be removed.
DOTLESS_YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DOUBLE_TYPE - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
when we emit a bigram, its then marked as this type
DoubleBarrelLRUCache<K extends DoubleBarrelLRUCache.CloneableKey,V> - Class in org.apache.lucene.util
Simple concurrent LRU cache, using a "double barrel" approach where two ConcurrentHashMaps record entries.
DoubleBarrelLRUCache(int) - Constructor for class org.apache.lucene.util.DoubleBarrelLRUCache
 
DoubleBarrelLRUCache.CloneableKey - Class in org.apache.lucene.util
Object providing clone(); the key class must subclass this.
DoubleBarrelLRUCache.CloneableKey() - Constructor for class org.apache.lucene.util.DoubleBarrelLRUCache.CloneableKey
 
DoubleConstValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns a constant double value for every document.
DoubleConstValueSource(double) - Constructor for class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
DoubleDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving double values.
DoubleDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
DoubleDocValuesField - Class in org.apache.lucene.document
Syntactic sugar for encoding doubles as NumericDocValues via Double.doubleToRawLongBits(double).
DoubleDocValuesField(String, double) - Constructor for class org.apache.lucene.document.DoubleDocValuesField
Creates a new DocValues field with the specified 64-bit double value
doubleField(FieldInfo, double) - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
 
DoubleField - Class in org.apache.lucene.document
Field that indexes double values for efficient range filtering and sorting.
DoubleField(String, double, Field.Store) - Constructor for class org.apache.lucene.document.DoubleField
Creates a stored or un-stored DoubleField with the provided value and default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
DoubleField(String, double, FieldType) - Constructor for class org.apache.lucene.document.DoubleField
Expert: allows you to customize the FieldType.
doubleField(FieldInfo, double) - Method in class org.apache.lucene.index.StoredFieldVisitor
Process a double numeric field.
DoubleFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains double field values from FieldCache.getDoubles(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and makes those values available as other numeric types, casting as needed.
DoubleFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
DoubleFieldSource(String, FieldCache.DoubleParser) - Constructor for class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
DoubleMetaphoneFilter - Class in org.apache.lucene.analysis.phonetic
Filter for DoubleMetaphone (supporting secondary codes)
DoubleMetaphoneFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilter
Creates a DoubleMetaphoneFilter with the specified maximum code length, and either adding encoded forms as synonyms (inject=true) or replacing them.
DoubleMetaphoneFilterFactory - Class in org.apache.lucene.analysis.phonetic
DoubleMetaphoneFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
Creates a new DoubleMetaphoneFilterFactory
DoubleRange - Class in org.apache.lucene.facet.range
Represents a range over double values.
DoubleRange(String, double, boolean, double, boolean) - Constructor for class org.apache.lucene.facet.range.DoubleRange
Create a DoubleRange.
DoubleRangeFacetCounts - Class in org.apache.lucene.facet.range
Facets implementation that computes counts for dynamic double ranges from a provided ValueSource, using FunctionValues.doubleVal(int).
DoubleRangeFacetCounts(String, FacetsCollector, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
Create RangeFacetCounts, using DoubleFieldSource from the specified field.
DoubleRangeFacetCounts(String, ValueSource, FacetsCollector, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
Create RangeFacetCounts, using the provided ValueSource.
DoubleRangeFacetCounts(String, ValueSource, FacetsCollector, Filter, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
Create RangeFacetCounts, using the provided ValueSource, and using the provided Filter as a fastmatch: only documents passing the filter are checked for the matching ranges.
doubleToSortableLong(double) - Static method in class org.apache.lucene.util.NumericUtils
Converts a double value to a sortable signed long.
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
doubleVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
doubleVal(int, double[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
downsize(FieldInfo, FuzzySet) - Method in class org.apache.lucene.codecs.bloom.BloomFilterFactory
Called when downsizing bitsets for serialization
downsize(float) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
doWrapDirectoryReader(DirectoryReader) - Method in class org.apache.lucene.index.FilterDirectoryReader
Called by the doOpenIfChanged() methods to return a new wrapped DirectoryReader.
DrillDownQuery - Class in org.apache.lucene.facet
A Query for drill-down over facet categories.
DrillDownQuery(FacetsConfig) - Constructor for class org.apache.lucene.facet.DrillDownQuery
Creates a new DrillDownQuery without a base query, to perform a pure browsing query (equivalent to using MatchAllDocsQuery as base).
DrillDownQuery(FacetsConfig, Query) - Constructor for class org.apache.lucene.facet.DrillDownQuery
Creates a new DrillDownQuery over the given base query.
DrillSideways - Class in org.apache.lucene.facet
Computes drill down and sideways counts for the provided DrillDownQuery.
DrillSideways(IndexSearcher, FacetsConfig, TaxonomyReader) - Constructor for class org.apache.lucene.facet.DrillSideways
Create a new DrillSideways instance.
DrillSideways(IndexSearcher, FacetsConfig, SortedSetDocValuesReaderState) - Constructor for class org.apache.lucene.facet.DrillSideways
Create a new DrillSideways instance, assuming the categories were indexed with SortedSetDocValuesFacetField.
DrillSideways(IndexSearcher, FacetsConfig, TaxonomyReader, SortedSetDocValuesReaderState) - Constructor for class org.apache.lucene.facet.DrillSideways
Create a new DrillSideways instance, where some dimensions were indexed with SortedSetDocValuesFacetField and others were indexed with FacetField.
DrillSideways.DrillSidewaysResult - Class in org.apache.lucene.facet
Result of a drill sideways search, including the Facets and TopDocs.
DrillSideways.DrillSidewaysResult(Facets, TopDocs) - Constructor for class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
Sole constructor.
DS_COMPOUND_KEY - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
DS_NAME_KEY - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
DS_OFFSET_KEY - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
DualFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract ValueSource implementation which wraps two ValueSources and applies an extendible float function to their values.
DualFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
DummyQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
This builder does nothing.
DummyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.DummyQueryNodeBuilder
Constructs a DummyQueryNodeBuilder object.
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValue
 
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValueBool
 
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValueDate
 
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValueDouble
 
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValueFloat
 
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValueInt
 
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValueLong
 
duplicate() - Method in class org.apache.lucene.util.mutable.MutableValueStr
 
DuplicateFilter - Class in org.apache.lucene.sandbox.queries
Filter to remove duplicate values from search results.
DuplicateFilter(String) - Constructor for class org.apache.lucene.sandbox.queries.DuplicateFilter
 
DuplicateFilter(String, DuplicateFilter.KeepMode, DuplicateFilter.ProcessingMode) - Constructor for class org.apache.lucene.sandbox.queries.DuplicateFilter
 
DuplicateFilter.KeepMode - Enum in org.apache.lucene.sandbox.queries
KeepMode determines which document id to consider as the master, all others being identified as duplicates.
DuplicateFilter.ProcessingMode - Enum in org.apache.lucene.sandbox.queries
"Full" processing mode starts by setting all bits to false and only setting bits for documents that contain the given field and are identified as none-duplicates.
DuplicateFilterBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for DuplicateFilter
DuplicateFilterBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.DuplicateFilterBuilder
 
DutchAnalyzer - Class in org.apache.lucene.analysis.nl
Analyzer for Dutch language.
DutchAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an analyzer with the default stop words (DutchAnalyzer.getDefaultStopSet()) and a few default entries for the stem exclusion table.
DutchAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
 
DutchAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
 
DutchAnalyzer(Version, CharArraySet, CharArraySet, CharArrayMap<String>) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
 
DutchStemFilter - Class in org.apache.lucene.analysis.nl
Deprecated.
(3.1) Use SnowballFilter with DutchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0
DutchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
Deprecated.
 
DutchStemFilter(TokenStream, Map<?, ?>) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
Deprecated.
 
DutchStemmer - Class in org.apache.lucene.analysis.nl
Deprecated.
(3.1) Use DutchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0
DutchStemmer() - Constructor for class org.apache.lucene.analysis.nl.DutchStemmer
Deprecated.
 
DutchStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
DutchStemmer() - Constructor for class org.tartarus.snowball.ext.DutchStemmer
 

E

EarlyTerminatingSortingCollector - Class in org.apache.lucene.index.sorter
A Collector that early terminates collection of documents on a per-segment basis, if the segment was sorted according to the given Sort.
EarlyTerminatingSortingCollector(Collector, Sort, int) - Constructor for class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
Create a new EarlyTerminatingSortingCollector instance.
earthDiameter(double) - Static method in class org.apache.lucene.util.SloppyMath
Return an approximate value of the diameter of the earth at the given latitude, in kilometers.
eat(Row, int[]) - Method in class org.egothor.stemmer.Gener
Test whether the given Row of Cells in a Trie should be included in an optimized Trie.
EdgeNGramFilterFactory - Class in org.apache.lucene.analysis.ngram
Creates new instances of EdgeNGramTokenFilter.
EdgeNGramFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramFilterFactory
Creates a new EdgeNGramFilterFactory
EdgeNGramTokenFilter - Class in org.apache.lucene.analysis.ngram
Tokenizes the given token into n-grams of given size(s).
EdgeNGramTokenFilter(Version, TokenStream, EdgeNGramTokenFilter.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
Deprecated.
EdgeNGramTokenFilter(Version, TokenStream, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
Deprecated.
EdgeNGramTokenFilter(Version, TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
Creates EdgeNGramTokenFilter that can generate n-grams in the sizes of the given range
EdgeNGramTokenFilter.Side - Enum in org.apache.lucene.analysis.ngram
Specifies which side of the input the n-gram should be generated from
EdgeNGramTokenizer - Class in org.apache.lucene.analysis.ngram
Tokenizes the input from an edge into n-grams of given size(s).
EdgeNGramTokenizer(Version, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizer(Version, AttributeSource.AttributeFactory, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizerFactory - Class in org.apache.lucene.analysis.ngram
Creates new instances of EdgeNGramTokenizer.
EdgeNGramTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizerFactory
Creates a new EdgeNGramTokenizerFactory
EliasFanoDecoder - Class in org.apache.lucene.util.packed
A decoder for an EliasFanoEncoder.
EliasFanoDecoder(EliasFanoEncoder) - Constructor for class org.apache.lucene.util.packed.EliasFanoDecoder
Construct a decoder for a given EliasFanoEncoder.
EliasFanoDocIdSet - Class in org.apache.lucene.util.packed
A DocIdSet in Elias-Fano encoding.
EliasFanoDocIdSet(int, int) - Constructor for class org.apache.lucene.util.packed.EliasFanoDocIdSet
Construct an EliasFanoDocIdSet.
EliasFanoEncoder - Class in org.apache.lucene.util.packed
Encode a non decreasing sequence of non negative whole numbers in the Elias-Fano encoding that was introduced in the 1970's by Peter Elias and Robert Fano.
EliasFanoEncoder(long, long, long) - Constructor for class org.apache.lucene.util.packed.EliasFanoEncoder
Construct an Elias-Fano encoder.
EliasFanoEncoder(long, long) - Constructor for class org.apache.lucene.util.packed.EliasFanoEncoder
Construct an Elias-Fano encoder using EliasFanoEncoder.DEFAULT_INDEX_INTERVAL.
ElisionFilter - Class in org.apache.lucene.analysis.util
Removes elisions from a TokenStream.
ElisionFilter(TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.util.ElisionFilter
Constructs an elision filter with a Set of stop words
ElisionFilterFactory - Class in org.apache.lucene.analysis.util
Factory for ElisionFilter.
ElisionFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.ElisionFilterFactory
Creates a new ElisionFilterFactory
ellipsis - Variable in class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
text that will appear between two unconnected passages
EMAIL - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
EMAIL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
EMAIL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
EMAIL_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
 
EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
EMPTY - Static variable in class org.apache.lucene.codecs.PostingsFormat
Zero-length PostingsFormat array.
EMPTY - Static variable in class org.apache.lucene.facet.taxonomy.CategoryPath
An empty CategoryPath
EMPTY - Static variable in class org.apache.lucene.index.TermsEnum
An empty TermsEnum for quickly returning an empty instance e.g.
empty() - Static method in class org.apache.lucene.search.DocIdSetIterator
An empty DocIdSetIterator instance
EMPTY - Static variable in class org.apache.lucene.search.FieldCache.Bytes
Zero value for every document
EMPTY - Static variable in class org.apache.lucene.search.FieldCache.Doubles
Zero value for every document
EMPTY - Static variable in class org.apache.lucene.search.FieldCache.Floats
Zero value for every document
EMPTY - Static variable in class org.apache.lucene.search.FieldCache.Ints
Zero value for every document
EMPTY - Static variable in class org.apache.lucene.search.FieldCache.Longs
Zero value for every document
EMPTY - Static variable in class org.apache.lucene.search.FieldCache.Shorts
Zero value for every document
EMPTY - Static variable in interface org.apache.lucene.search.suggest.InputIterator
Singleton InputIterator that iterates over 0 BytesRefs.
EMPTY - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables empty language (#).
EMPTY - Static variable in interface org.apache.lucene.util.BytesRefIterator
Singleton BytesRefIterator that iterates over 0 BytesRefs.
EMPTY_ARRAY - Static variable in class org.apache.lucene.index.Fields
Zero-length Fields array.
EMPTY_ARRAY - Static variable in class org.apache.lucene.index.ReaderSlice
Zero-length ReaderSlice array.
EMPTY_ARRAY - Static variable in class org.apache.lucene.index.Terms
Zero-length array of Terms.
EMPTY_ARRAY - Static variable in interface org.apache.lucene.util.Bits
 
EMPTY_BINARY - Static variable in class org.apache.lucene.index.DocValues
An empty BinaryDocValues which returns BytesRef.EMPTY_BYTES for every document
EMPTY_BYTES - Static variable in class org.apache.lucene.util.BytesRef
An empty byte array for convenience
EMPTY_CHARS - Static variable in class org.apache.lucene.util.CharsRef
An empty character array for convenience
EMPTY_DOCIDSET - Static variable in class org.apache.lucene.search.CachingWrapperFilter
An empty DocIdSet instance
EMPTY_INTS - Static variable in class org.apache.lucene.util.IntsRef
An empty integer array for convenience
EMPTY_LONGS - Static variable in class org.apache.lucene.util.LongsRef
An empty long array for convenience
EMPTY_MESSAGE - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
EMPTY_NUMERIC - Static variable in class org.apache.lucene.index.DocValues
An empty NumericDocValues which returns zero for every document
EMPTY_SET - Static variable in class org.apache.lucene.analysis.util.CharArraySet
 
EMPTY_SORTED - Static variable in class org.apache.lucene.index.DocValues
An empty SortedDocValues which returns BytesRef.EMPTY_BYTES for every document
EMPTY_SORTED_SET - Static variable in class org.apache.lucene.index.DocValues
An empty SortedDocValues which returns SortedSetDocValues.NO_MORE_ORDS for every document
EMPTY_TERM_SPANS - Static variable in class org.apache.lucene.search.spans.TermSpans
 
EMPTY_TOPDOCS - Static variable in class org.apache.lucene.search.TopDocsCollector
This is used in case topDocs() is called with illegal parameters, or there simply aren't (enough) results.
emptyMap() - Static method in class org.apache.lucene.analysis.util.CharArrayMap
Returns an empty, unmodifiable map.
EmptyTokenStream - Class in org.apache.lucene.analysis.miscellaneous
An always exhausted token stream.
EmptyTokenStream() - Constructor for class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
 
emptyVal - Variable in class org.apache.lucene.util.SentinelIntSet
 
ENABLE_POSITION_INCREMENTS - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set whether position increments is enabled
enable_tracing() - Method in class org.apache.lucene.queryparser.classic.QueryParser
Enable tracing.
enable_tracing() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Enable tracing.
enable_tracing() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
Enable tracing.
encode(char[]) - Method in class org.apache.lucene.analysis.payloads.AbstractEncoder
 
encode(char[], int, int) - Method in class org.apache.lucene.analysis.payloads.FloatEncoder
 
encode(char[], int, int) - Method in class org.apache.lucene.analysis.payloads.IdentityEncoder
 
encode(char[], int, int) - Method in class org.apache.lucene.analysis.payloads.IntegerEncoder
 
encode(char[]) - Method in interface org.apache.lucene.analysis.payloads.PayloadEncoder
 
encode(char[], int, int) - Method in interface org.apache.lucene.analysis.payloads.PayloadEncoder
Convert a char array to a BytesRef
encode(OfflineSorter.ByteSequencesWriter, ByteArrayDataOutput, byte[], BytesRef, BytesRef, Set<BytesRef>, long) - Method in class org.apache.lucene.search.suggest.SortedInputIterator
encodes an entry (bytes+(contexts)+(payload)+weight) to the provided writer
encode(OfflineSorter.ByteSequencesWriter, ByteArrayDataOutput, byte[], BytesRef, long) - Method in class org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
encodes an entry (bytes+weight) to the provided writer
encode(byte[], int, int, char[], int, int) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Deprecated.
Encodes the input byte sequence into the output char sequence.
encode(long[], int, long[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
Read iterations * valueCount() values from values, encode them and write iterations * blockCount() blocks into blocks.
encode(long[], int, byte[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
Read iterations * valueCount() values from values, encode them and write 8 * iterations * blockCount() blocks into blocks.
encode(int[], int, long[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
Read iterations * valueCount() values from values, encode them and write iterations * blockCount() blocks into blocks.
encode(int[], int, byte[], int, int) - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
Read iterations * valueCount() values from values, encode them and write 8 * iterations * blockCount() blocks into blocks.
encodeFloat(float) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
 
encodeFloat(float, byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
 
encodeFromDisi(DocIdSetIterator) - Method in class org.apache.lucene.util.packed.EliasFanoDocIdSet
Encode the document ids from a DocIdSetIterator.
encodeInt(int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
 
encodeInt(int, byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
 
encodeNext(long) - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
Call at most numValues times to encode a non decreasing sequence of non negative numbers.
encodeNormValue(float, int) - Method in class org.apache.lucene.search.similarities.BM25Similarity
The default implementation encodes boost / sqrt(length) with SmallFloat.floatToByte315(float).
encodeNormValue(float) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Encodes a normalization factor for storage in an index.
encodeNormValue(float, float) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Encodes the length to a byte via SmallFloat.
encodeNormValue(float) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Encodes a normalization factor for storage in an index.
encoder - Variable in class org.apache.lucene.analysis.phonetic.PhoneticFilter
phonetic encoder
ENCODER - Static variable in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
parameter name: either a short name or a full class name
Encoder - Interface in org.apache.lucene.search.highlight
Encodes original text.
ENCODER_ATTR - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
 
encodeTerm(long[], DataOutput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
encodeTerm(long[], DataOutput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.PostingsWriterBase
Encode metadata as long[] and byte[].
encodeTerm(long[], DataOutput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
encodeTerm(long[], DataOutput, FieldInfo, BlockTermState, boolean) - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
 
encodeText(String) - Method in class org.apache.lucene.search.highlight.DefaultEncoder
 
encodeText(String) - Method in interface org.apache.lucene.search.highlight.Encoder
 
encodeText(String) - Method in class org.apache.lucene.search.highlight.SimpleHTMLEncoder
 
end() - Method in class org.apache.lucene.analysis.CachingTokenFilter
 
end() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
Deprecated.
 
end() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
Deprecated.
 
end() - Method in class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
Deprecated.
 
end() - Method in class org.apache.lucene.analysis.core.KeywordTokenizer
 
end() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
end() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
end() - Method in class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
 
end() - Method in class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
 
end() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
end() - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
end() - Method in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
end() - Method in class org.apache.lucene.analysis.pattern.PatternTokenizer
 
end() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
end() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
 
end() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream
 
end() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
end() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
end() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
end() - Method in class org.apache.lucene.analysis.TokenFilter
This method is called by the consumer after the last token has been consumed, after TokenStream.incrementToken() returned false (using the new TokenStream API).
end() - Method in class org.apache.lucene.analysis.TokenStream
This method is called by the consumer after the last token has been consumed, after TokenStream.incrementToken() returned false (using the new TokenStream API).
end() - Method in class org.apache.lucene.analysis.util.CharTokenizer
 
end() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
 
end() - Method in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
 
end() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
end - Variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
End of range, inclusive:
end - Variable in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
The term's end position.
end() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
end() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
end() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
end - Variable in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
end() - Method in class org.apache.lucene.search.spans.Spans
Returns the end position of the current match.
end() - Method in class org.apache.lucene.search.spans.TermSpans
 
end() - Method in class org.apache.lucene.search.suggest.analyzing.SuggestStopFilter
 
end - Variable in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
end offset (start+length)
end - Variable in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
end offset (start+length)
END_CHAR_ARRAY - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
 
END_LABEL - Static variable in class org.apache.lucene.util.fst.FST
If arc has this label then that arc is final/accepted
endColumn - Variable in class org.apache.lucene.queryparser.classic.Token
The column number of the last character of this Token.
endColumn - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
The column number of the last character of this Token.
endColumn - Variable in class org.apache.lucene.queryparser.surround.parser.Token
The column number of the last character of this Token.
endElement(String, String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
endFacetOrd - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
endLine - Variable in class org.apache.lucene.queryparser.classic.Token
The line number of the last character of this Token.
endLine - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
The line number of the last character of this Token.
endLine - Variable in class org.apache.lucene.queryparser.surround.parser.Token
The line number of the last character of this Token.
endOffset - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
end offset into original sentence
endOffset - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
 
endOffset() - Method in class org.apache.lucene.analysis.Token
Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text.
endOffset() - Method in interface org.apache.lucene.analysis.tokenattributes.OffsetAttribute
Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text.
endOffset() - Method in class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
endOffset() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
endOffset() - Method in class org.apache.lucene.index.DocsAndPositionsEnum
Returns end offset for the current position, or -1 if offsets were not indexed.
endOffset() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
endOffset() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
endOfSlice() - Method in class org.apache.lucene.util.IntBlockPool.SliceReader
Returns true iff the current slice is fully read.
endsWith(char[], int, String) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
Returns true if the character array ends with the suffix.
endsWith(char[], int, char[]) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
Returns true if the character array ends with the suffix.
endsWith(BytesRef, BytesRef) - Static method in class org.apache.lucene.util.StringHelper
Returns true iff the ref ends with the given suffix.
ENGLISH_STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.core.StopAnalyzer
An unmodifiable set containing some common English words that are not usually useful for searching.
EnglishAnalyzer - Class in org.apache.lucene.analysis.en
Analyzer for English.
EnglishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.en.EnglishAnalyzer
Builds an analyzer with the default stop words: EnglishAnalyzer.getDefaultStopSet().
EnglishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.en.EnglishAnalyzer
Builds an analyzer with the given stop words.
EnglishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.en.EnglishAnalyzer
Builds an analyzer with the given stop words.
EnglishMinimalStemFilter - Class in org.apache.lucene.analysis.en
A TokenFilter that applies EnglishMinimalStemmer to stem English words.
EnglishMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemFilter
 
EnglishMinimalStemFilterFactory - Class in org.apache.lucene.analysis.en
EnglishMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemFilterFactory
Creates a new EnglishMinimalStemFilterFactory
EnglishMinimalStemmer - Class in org.apache.lucene.analysis.en
Minimal plural stemmer for English.
EnglishMinimalStemmer() - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemmer
 
EnglishPossessiveFilter - Class in org.apache.lucene.analysis.en
TokenFilter that removes possessives (trailing 's) from words.
EnglishPossessiveFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.EnglishPossessiveFilter
EnglishPossessiveFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.en.EnglishPossessiveFilter
 
EnglishPossessiveFilterFactory - Class in org.apache.lucene.analysis.en
EnglishPossessiveFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.EnglishPossessiveFilterFactory
Creates a new EnglishPossessiveFilterFactory
EnglishStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
EnglishStemmer() - Constructor for class org.tartarus.snowball.ext.EnglishStemmer
 
ensureCanWrite(String) - Method in class org.apache.lucene.store.FSDirectory
 
ensureCapacity(FixedBitSet, int) - Static method in class org.apache.lucene.util.FixedBitSet
If the given FixedBitSet is large enough to hold numBits, returns the given bits, otherwise returns a new FixedBitSet which can hold the requested number of bits.
ensureCapacity(LongBitSet, long) - Static method in class org.apache.lucene.util.LongBitSet
If the given LongBitSet is large enough to hold numBits, returns the given bits, otherwise returns a new LongBitSet which can hold the requested number of bits.
ensureCapacity(long) - Method in class org.apache.lucene.util.OpenBitSet
Ensure that the long[] is big enough to hold numBits, expanding it if necessary.
ensureCapacityWords(int) - Method in class org.apache.lucene.util.OpenBitSet
Expand the long[] with the size given as a number of words (64 bit longs).
ensureOpen() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Verifies that this instance wasn't closed, or throws AlreadyClosedException if it is.
ensureOpen() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Throws AlreadyClosedException if this IndexReader is closed
ensureOpen() - Method in class org.apache.lucene.index.IndexReader
Throws AlreadyClosedException if this IndexReader or any of its child readers is closed, otherwise returns.
ensureOpen(boolean) - Method in class org.apache.lucene.index.IndexWriter
Used internally to throw an AlreadyClosedException if this IndexWriter has been closed or is in the process of closing.
ensureOpen() - Method in class org.apache.lucene.index.IndexWriter
Used internally to throw an AlreadyClosedException if this IndexWriter has been closed (closed=true) or is in the process of closing (closing=true).
ensureOpen() - Method in class org.apache.lucene.replicator.http.HttpClientBase
Throws AlreadyClosedException if this client is already closed.
ensureOpen() - Method in class org.apache.lucene.replicator.LocalReplicator
Ensure that replicator is still open, or throw AlreadyClosedException otherwise.
ensureOpen() - Method in class org.apache.lucene.replicator.ReplicationClient
Throws AlreadyClosedException if the client has already been closed.
ensureOpen() - Method in class org.apache.lucene.store.BaseDirectory
 
ensureOpen() - Method in class org.apache.lucene.store.Directory
 
entries - Variable in class org.apache.lucene.search.suggest.BufferedInputIterator
buffered term entries
entries - Variable in class org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
buffered term entries
entrySet() - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
EnumFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains int field values from FieldCache.getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and makes those values available as other numeric types, casting as needed.
EnumFieldSource(String, FieldCache.IntParser, Map<Integer, String>, Map<String, Integer>) - Constructor for class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
enums() - Method in interface org.apache.lucene.codecs.pulsing.PulsingPostingsReader.PulsingEnumAttribute
 
enums() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader.PulsingEnumAttributeImpl
 
EOF - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
End of File.
EOF - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
End of File.
EOF - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
End of File.
eof() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
eol - Variable in exception org.apache.lucene.queryparser.classic.ParseException
The end of line string for this machine.
eol - Variable in exception org.apache.lucene.queryparser.flexible.standard.parser.ParseException
The end of line string for this machine.
eol - Variable in exception org.apache.lucene.queryparser.surround.parser.ParseException
The end of line string for this machine.
eq - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Pointer to equal branch and to data when this node is a string terminator.
eq_s(int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
eq_s_b(int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
eq_v(CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
eq_v_b(CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
EQKID - Static variable in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
Index values for accessing relatives array.
equals(Object) - Method in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
 
equals(Object) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.lucene.analysis.Token
 
equals(Object) - Method in class org.apache.lucene.analysis.Token.TokenAttributeFactory
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.KeywordAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.PositionLengthAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.facet.DrillDownQuery
 
equals(Object) - Method in class org.apache.lucene.facet.FacetResult
 
equals(Object) - Method in class org.apache.lucene.facet.LabelAndValue
 
equals(Object) - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
 
equals(Object) - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
 
equals(Object) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource.ScoreValueSource
 
equals(Object) - Method in class org.apache.lucene.index.IndexCommit
Two IndexCommits are equal if both their Directory and versions are equal.
equals(Object) - Method in class org.apache.lucene.index.IndexReader
equals(Object) - Method in class org.apache.lucene.index.SegmentInfo
We consider another SegmentInfo instance equal if it has the same dir and same name.
equals(Object) - Method in class org.apache.lucene.index.Term
 
equals(Object) - Method in class org.apache.lucene.queries.BooleanFilter
 
equals(Object) - Method in class org.apache.lucene.queries.BoostingQuery
 
equals(Object) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
equals(Object) - Method in class org.apache.lucene.queries.CustomScoreQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.queries.FilterClause
 
equals(Object) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
equals(Object) - Method in class org.apache.lucene.queries.function.FunctionQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.ValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
equals(Object) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
equals(Object) - Method in class org.apache.lucene.queries.TermFilter
 
equals(Object) - Method in class org.apache.lucene.queries.TermsFilter
 
equals(Object) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
 
equals(Object) - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
Two BasicQueryFactory's are equal when they generate the same types of basic queries, or both cannot generate queries anymore.
equals(Object) - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
For subclasses of SrndQuery within the package org.apache.lucene.queryparser.surround.query it is not necessary to override this method,
equals(Object) - Method in class org.apache.lucene.replicator.RevisionFile
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.SortedSetSortField
 
equals(Object) - Method in class org.apache.lucene.search.AutomatonQuery
 
equals(Object) - Method in class org.apache.lucene.search.BooleanClause
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.BooleanQuery
Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.CachingWrapperFilter
 
equals(Object) - Method in class org.apache.lucene.search.ConstantScoreQuery
 
equals(Object) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Return true iff we represent the same query as o
equals(Object) - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
 
equals(Object) - Method in class org.apache.lucene.search.DocTermOrdsRewriteMethod
 
equals(Object) - Method in class org.apache.lucene.search.FieldCacheRangeFilter
 
equals(Object) - Method in class org.apache.lucene.search.FieldCacheRewriteMethod
 
equals(Object) - Method in class org.apache.lucene.search.FieldValueFilter
 
equals(Object) - Method in class org.apache.lucene.search.FilteredQuery
Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.FuzzyQuery
 
equals(Object) - Method in class org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.FacetEntry
 
equals(Object) - Method in class org.apache.lucene.search.grouping.SearchGroup
 
equals(Object) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
equals(Object) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 
equals(Object) - Method in class org.apache.lucene.search.MatchAllDocsQuery
 
equals(Object) - Method in class org.apache.lucene.search.MultiPhraseQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.MultiTermQuery
 
equals(Object) - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
 
equals(Object) - Method in class org.apache.lucene.search.NGramPhraseQuery
Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.NumericRangeQuery
 
equals(Object) - Method in class org.apache.lucene.search.payloads.AveragePayloadFunction
 
equals(Object) - Method in class org.apache.lucene.search.payloads.MaxPayloadFunction
 
equals(Object) - Method in class org.apache.lucene.search.payloads.MinPayloadFunction
 
equals(Object) - Method in class org.apache.lucene.search.payloads.PayloadFunction
 
equals(Object) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery
 
equals(Object) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery
 
equals(Object) - Method in class org.apache.lucene.search.PhraseQuery
Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.PrefixQuery
 
equals(Object) - Method in class org.apache.lucene.search.Query
 
equals(Object) - Method in class org.apache.lucene.search.QueryWrapperFilter
 
equals(Object) - Method in class org.apache.lucene.search.Sort
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.SortField
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanNearPayloadCheckQuery
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanNearQuery
Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.spans.SpanNotQuery
Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanPayloadCheckQuery
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
equals(Object) - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
equals(Object) - Method in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
 
equals(Object) - Method in class org.apache.lucene.search.spell.JaroWinklerDistance
 
equals(Object) - Method in class org.apache.lucene.search.spell.LevensteinDistance
 
equals(Object) - Method in class org.apache.lucene.search.spell.NGramDistance
 
equals(Object) - Method in class org.apache.lucene.search.TermQuery
Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.TermRangeQuery
 
equals(Object) - Method in class org.apache.lucene.search.TopTermsRewrite
 
equals(Object) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
equals(Object) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
equals(Object) - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
equals(Object) - Method in class org.apache.lucene.store.FlushInfo
 
equals(Object) - Method in class org.apache.lucene.store.IOContext
 
equals(Object) - Method in class org.apache.lucene.store.MergeInfo
 
equals(char[], int, char[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
See if two array slices are the same.
equals(byte[], int, byte[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
See if two array slices are the same.
equals(int[], int, int[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
See if two array slices are the same.
equals(Object) - Method in class org.apache.lucene.util.AttributeSource
 
equals(Object) - Method in class org.apache.lucene.util.automaton.Automaton
 
equals(Object) - Method in class org.apache.lucene.util.automaton.CompiledAutomaton
 
equals(Object) - Method in class org.apache.lucene.util.automaton.RunAutomaton
 
equals(Object) - Method in class org.apache.lucene.util.automaton.StatePair
Checks for equality.
equals(Object) - Method in class org.apache.lucene.util.automaton.Transition
Checks for equality.
equals(Object) - Method in class org.apache.lucene.util.BytesRef
 
equals(Object) - Method in class org.apache.lucene.util.CharsRef
 
equals(Object) - Method in class org.apache.lucene.util.FixedBitSet
returns true if both sets have the same bits set
equals(Object) - Method in class org.apache.lucene.util.fst.PairOutputs.Pair
 
equals(Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
equals(Object) - Method in class org.apache.lucene.util.IntsRef
 
equals(Object) - Method in class org.apache.lucene.util.LongBitSet
returns true if both sets have the same bits set
equals(Object) - Method in class org.apache.lucene.util.LongsRef
 
equals(Object) - Method in class org.apache.lucene.util.mutable.MutableValue
 
equals(Object) - Method in class org.apache.lucene.util.OpenBitSet
returns true if both sets have the same bits set
equals(Object) - Method in class org.apache.lucene.util.packed.EliasFanoDocIdSet
 
equals(Object) - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
 
equals(String, String) - Static method in class org.apache.lucene.util.StringHelper
 
equals(Object) - Method in class org.tartarus.snowball.ext.ArmenianStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.BasqueStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.CatalanStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.DanishStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.DutchStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.EnglishStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.FinnishStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.FrenchStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.German2Stemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.GermanStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.HungarianStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.IrishStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.ItalianStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.KpStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.LovinsStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.NorwegianStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.PorterStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.PortugueseStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.RomanianStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.RussianStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.SpanishStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.SwedishStemmer
 
equals(Object) - Method in class org.tartarus.snowball.ext.TurkishStemmer
 
equalsSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValue
 
equalsSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueBool
 
equalsSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueDouble
 
equalsSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueFloat
 
equalsSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueInt
 
equalsSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueLong
 
equalsSameType(Object) - Method in class org.apache.lucene.util.mutable.MutableValueStr
 
error - Variable in class org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Exception thrown during doc values test (null on success)
error - Variable in class org.apache.lucene.index.CheckIndex.Status.FieldNormStatus
Exception thrown during term index test (null on success)
error - Variable in class org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus
Exception thrown during stored fields test (null on success)
error - Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Exception thrown during term index test (null on success)
error - Variable in class org.apache.lucene.index.CheckIndex.Status.TermVectorStatus
Exception thrown during term vector test (null on success)
escape(String) - Static method in class org.apache.lucene.queryparser.classic.QueryParserBase
Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.
escape(CharSequence, Locale, EscapeQuerySyntax.Type) - Method in interface org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax
 
escape(CharSequence, Locale, EscapeQuerySyntax.Type) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.EscapeQuerySyntaxImpl
 
escape(String) - Static method in class org.apache.lucene.queryparser.flexible.standard.QueryParserUtil
Returns a String where those characters that TextParser expects to be escaped are escaped by a preceding \.
escape - Variable in class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
true if we should escape for html
ESCAPE_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables ESCAPE operator (\)
escapeExtensionField(String) - Method in class org.apache.lucene.queryparser.ext.Extensions
Escapes an extension field.
EscapeQuerySyntax - Interface in org.apache.lucene.queryparser.flexible.core.parser
A parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.
EscapeQuerySyntax.Type - Enum in org.apache.lucene.queryparser.flexible.core.parser
Type of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in terms
EscapeQuerySyntaxImpl - Class in org.apache.lucene.queryparser.flexible.standard.parser
Implementation of EscapeQuerySyntax for the standard lucene syntax.
EscapeQuerySyntaxImpl() - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.EscapeQuerySyntaxImpl
 
estimatedMergeBytes - Variable in class org.apache.lucene.index.MergePolicy.OneMerge
Estimated size in bytes of the merged segment.
estimatedMergeBytes - Variable in class org.apache.lucene.store.MergeInfo
 
estimatedSegmentSize - Variable in class org.apache.lucene.store.FlushInfo
 
estimateSize() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
Computes (and stores) the estimated size of the cache Value
EXACT_FIRST - Static variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
Include this flag in the options parameter to AnalyzingSuggester.AnalyzingSuggester(Analyzer,Analyzer,int,int,int,boolean) to always return the exact match first, regardless of score.
EXACT_TEXT_FIELD_NAME - Static variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Field name used for the indexed text, as a StringField, for exact lookup.
exceptions - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
 
exceptions - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSuffixExceptions
 
exec(String, String) - Method in class org.egothor.stemmer.Diff
Construct a patch string that transforms a to b.
execute(TwoPhaseCommit...) - Static method in class org.apache.lucene.index.TwoPhaseCommitTool
Executes a 2-phase commit algorithm by first TwoPhaseCommit.prepareCommit() all objects and only if all succeed, it proceeds with TwoPhaseCommit.commit().
executeGET(String, String...) - Method in class org.apache.lucene.replicator.http.HttpClientBase
internal: execute a request and return its result The params argument is treated as: name1,value1,name2,value2,...
executePOST(String, HttpEntity, String...) - Method in class org.apache.lucene.replicator.http.HttpClientBase
internal: execute a request and return its result The params argument is treated as: name1,value1,name2,value2,...
exist(String) - Method in class org.apache.lucene.search.spell.SpellChecker
Check whether the word exists in the index.
exists(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
exists(int) - Method in class org.apache.lucene.queries.function.FunctionValues
Returns true if there is a value for this document
exists - Variable in class org.apache.lucene.util.mutable.MutableValue
 
exists() - Method in class org.apache.lucene.util.mutable.MutableValue
 
exists(int) - Method in class org.apache.lucene.util.SentinelIntSet
Does this set contain the specified integer?
expandingWordNum(long) - Method in class org.apache.lucene.util.OpenBitSet
 
expandSingleton() - Method in class org.apache.lucene.util.automaton.Automaton
Expands singleton representation to normal representation.
EXPECTED - Static variable in class org.apache.lucene.util.FieldCacheSanityChecker.InsanityType
Indicates an expected bit of "insanity".
expectedTokenSequences - Variable in exception org.apache.lucene.queryparser.classic.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.apache.lucene.queryparser.flexible.standard.parser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.apache.lucene.queryparser.surround.parser.ParseException
Each entry in this array is an array of integers.
explain(int) - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
explain(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
Explain the score we computed for doc
explain(Query, int) - Method in class org.apache.lucene.search.IndexSearcher
Returns an Explanation that describes how doc scored against query.
explain(Weight, int) - Method in class org.apache.lucene.search.IndexSearcher
Expert: low-level implementation method Returns an Explanation that describes how doc scored against weight.
explain(int, String, int, float) - Method in class org.apache.lucene.search.payloads.PayloadFunction
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanWeight
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight
 
explain(IndexSearcher, Explanation, int) - Method in class org.apache.lucene.search.QueryRescorer
 
explain(IndexSearcher, Explanation, int) - Method in class org.apache.lucene.search.Rescorer
Explains how the score for the specified document was computed.
explain(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffect
Returns an explanation for the score.
explain(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffect.NoAfterEffect
 
explain(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffectB
 
explain(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffectL
 
explain(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModel
Returns an explanation for the score.
explain(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelIn
 
explain(Explanation, BasicStats, int, float, float) - Method in class org.apache.lucene.search.similarities.DFRSimilarity
 
explain(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.Distribution
Explains the score.
explain(Explanation, BasicStats, int, float, float) - Method in class org.apache.lucene.search.similarities.IBSimilarity
 
explain(BasicStats) - Method in class org.apache.lucene.search.similarities.Lambda
Explains the lambda parameter.
explain(BasicStats) - Method in class org.apache.lucene.search.similarities.LambdaDF
 
explain(BasicStats) - Method in class org.apache.lucene.search.similarities.LambdaTTF
 
explain(Explanation, BasicStats, int, float, float) - Method in class org.apache.lucene.search.similarities.LMDirichletSimilarity
 
explain(Explanation, BasicStats, int, float, float) - Method in class org.apache.lucene.search.similarities.LMJelinekMercerSimilarity
 
explain(Explanation, BasicStats, int, float, float) - Method in class org.apache.lucene.search.similarities.LMSimilarity
 
explain(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.Normalization
Returns an explanation for the normalized term frequency.
explain(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.Normalization.NoNormalization
 
explain(int, Explanation) - Method in class org.apache.lucene.search.similarities.Similarity.SimScorer
Explain the score for a single document
explain(Explanation, BasicStats, int, float, float) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Subclasses should implement this method to explain the score.
explain(BasicStats, int, Explanation, float) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Explains the score.
explain(IndexSearcher, Explanation, int) - Method in class org.apache.lucene.search.SortRescorer
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.search.spans.SpanWeight
 
explain(AtomicReaderContext, int) - Method in class org.apache.lucene.search.Weight
An explanation of the score computation for the named document.
Explanation - Class in org.apache.lucene.search
Expert: Describes the score computation for document and query.
Explanation() - Constructor for class org.apache.lucene.search.Explanation
 
Explanation(float, String) - Constructor for class org.apache.lucene.search.Explanation
 
ExtendableQueryParser - Class in org.apache.lucene.queryparser.ext
The ExtendableQueryParser enables arbitrary query parser extension based on a customizable field naming scheme.
ExtendableQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryparser.ext.ExtendableQueryParser
Creates a new ExtendableQueryParser instance
ExtendableQueryParser(Version, String, Analyzer, Extensions) - Constructor for class org.apache.lucene.queryparser.ext.ExtendableQueryParser
Creates a new ExtendableQueryParser instance
EXTENDED_ANALYZER - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
A lower-casing word analyzer with extended English stop words (can be shared freely across threads without harm); global per class loader.
ExtensionQuery - Class in org.apache.lucene.queryparser.ext
ExtensionQuery holds all query components extracted from the original query string like the query field and the extension query string.
ExtensionQuery(QueryParser, String, String) - Constructor for class org.apache.lucene.queryparser.ext.ExtensionQuery
Creates a new ExtensionQuery
Extensions - Class in org.apache.lucene.queryparser.ext
The Extensions class represents an extension mapping to associate ParserExtension instances with extension keys.
Extensions() - Constructor for class org.apache.lucene.queryparser.ext.Extensions
Creates a new Extensions instance with the Extensions.DEFAULT_EXTENSION_FIELD_DELIMITER as a delimiter character.
Extensions(char) - Constructor for class org.apache.lucene.queryparser.ext.Extensions
Creates a new Extensions instance
Extensions.Pair<Cur,Cud> - Class in org.apache.lucene.queryparser.ext
This class represents a generic pair.
Extensions.Pair(Cur, Cud) - Constructor for class org.apache.lucene.queryparser.ext.Extensions.Pair
Creates a new Pair
EXTERNAL_LINK - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
EXTERNAL_LINK_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
EXTERNAL_LINK_URL - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
EXTERNAL_LINK_URL_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
ExternalRefSorter - Class in org.apache.lucene.search.suggest.fst
Builds and iterates over sequences stored on disk.
ExternalRefSorter(OfflineSorter) - Constructor for class org.apache.lucene.search.suggest.fst.ExternalRefSorter
Will buffer all sequences to a temporary file and then sort (all on-disk).
externalToLong(String) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
externalToLong(String) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
extract(Query, Map<String, WeightedSpanTerm>) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
Fills a Map with <@link WeightedSpanTerm>s using the terms from the supplied Query.
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.queries.function.FunctionQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.BooleanQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.ConstantScoreQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.FilteredQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.MatchAllDocsQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.MultiPhraseQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.PhraseQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.Query
Expert: adds all terms occurring in this query to the terms set.
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.TermQuery
 
extractUnknownQuery(Query, Map<String, WeightedSpanTerm>) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
extractWeightedSpanTerms(Map<String, WeightedSpanTerm>, SpanQuery) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
Fills a Map with <@link WeightedSpanTerm>s using the terms from the supplied SpanQuery.
extractWeightedTerms(Map<String, WeightedSpanTerm>, Query) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
Fills a Map with <@link WeightedSpanTerm>s using the terms from the supplied Query.

F

F_WORD - Static variable in class org.apache.lucene.search.spell.SpellChecker
Field name for each word in the ngram index.
FacetField - Class in org.apache.lucene.facet
Add an instance of this to your Document for every facet label.
FacetField(String, String...) - Constructor for class org.apache.lucene.facet.FacetField
Creates the this from dim and path.
facetField - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
FacetLabel - Class in org.apache.lucene.facet.taxonomy
Holds a sequence of string components, specifying the hierarchical name of a category.
FacetLabel(String...) - Constructor for class org.apache.lucene.facet.taxonomy.FacetLabel
Construct from the given path components.
FacetLabel(String, String[]) - Constructor for class org.apache.lucene.facet.taxonomy.FacetLabel
Construct from the dimension plus the given path components.
facetPrefix - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
FacetResult - Class in org.apache.lucene.facet
Counts or aggregates for a single dimension.
FacetResult(String, String[], Number, LabelAndValue[], int) - Constructor for class org.apache.lucene.facet.FacetResult
Sole constructor.
facets - Variable in class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
Combined drill down & sideways results.
Facets - Class in org.apache.lucene.facet
Common base class for all facets implementations.
Facets() - Constructor for class org.apache.lucene.facet.Facets
Default constructor.
FacetsCollector - Class in org.apache.lucene.facet
Collects hits for subsequent faceting.
FacetsCollector() - Constructor for class org.apache.lucene.facet.FacetsCollector
Default constructor
FacetsCollector(boolean) - Constructor for class org.apache.lucene.facet.FacetsCollector
Create this; if keepScores is true then a float[] is allocated to hold score of all hits.
FacetsCollector.Docs - Class in org.apache.lucene.facet
Used during collection to record matching docs and then return a DocIdSet that contains them.
FacetsCollector.Docs() - Constructor for class org.apache.lucene.facet.FacetsCollector.Docs
Solr constructor.
FacetsCollector.MatchingDocs - Class in org.apache.lucene.facet
Holds the documents that were matched in the AtomicReaderContext.
FacetsCollector.MatchingDocs(AtomicReaderContext, DocIdSet, int, float[]) - Constructor for class org.apache.lucene.facet.FacetsCollector.MatchingDocs
Sole constructor.
FacetsConfig - Class in org.apache.lucene.facet
Records per-dimension configuration.
FacetsConfig() - Constructor for class org.apache.lucene.facet.FacetsConfig
Default constructor.
FacetsConfig.DimConfig - Class in org.apache.lucene.facet
Holds the configuration for one dimension
FacetsConfig.DimConfig() - Constructor for class org.apache.lucene.facet.FacetsConfig.DimConfig
Default constructor.
failNoMatch() - Method in class org.apache.lucene.facet.range.Range
Invoke this for a useless range.
failureReason - Variable in class org.apache.lucene.store.Lock
If a lock obtain called, this failureReason may be set with the "root cause" Exception as to why the lock was not obtained.
FARSI_YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
FAST - Static variable in class org.apache.lucene.codecs.compressing.CompressionMode
A compression mode that trades compression ratio for speed.
FAST - Static variable in class org.apache.lucene.util.packed.PackedInts
At most 50% memory overhead, always select a reasonably fast implementation.
FAST_DECOMPRESSION - Static variable in class org.apache.lucene.codecs.compressing.CompressionMode
This compression mode is similar to CompressionMode.FAST but it spends more time compressing in order to improve the compression ratio.
FastCharStream - Class in org.apache.lucene.queryparser.classic
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.lucene.queryparser.classic.FastCharStream
Constructs from a Reader.
FastCharStream - Class in org.apache.lucene.queryparser.flexible.standard.parser
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
Constructs from a Reader.
FastCharStream - Class in org.apache.lucene.queryparser.surround.parser
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.lucene.queryparser.surround.parser.FastCharStream
Constructs from a Reader.
fastClear(int) - Method in class org.apache.lucene.util.OpenBitSet
clears a bit.
fastClear(long) - Method in class org.apache.lucene.util.OpenBitSet
clears a bit.
FASTEST - Static variable in class org.apache.lucene.util.packed.PackedInts
At most 700% memory overhead, always select a direct implementation.
fastestFormatAndBits(int, int, float) - Static method in class org.apache.lucene.util.packed.PackedInts
Try to find the PackedInts.Format and number of bits per value that would restore from disk the fastest reader whose overhead is less than acceptableOverheadRatio.
fastFlip(int) - Method in class org.apache.lucene.util.OpenBitSet
flips a bit.
fastFlip(long) - Method in class org.apache.lucene.util.OpenBitSet
flips a bit.
fastGet(int) - Method in class org.apache.lucene.util.OpenBitSet
Returns true or false for the specified bit index.
fastGet(long) - Method in class org.apache.lucene.util.OpenBitSet
Returns true or false for the specified bit index.
fastSet(int) - Method in class org.apache.lucene.util.OpenBitSet
Sets the bit at the specified index.
fastSet(long) - Method in class org.apache.lucene.util.OpenBitSet
Sets the bit at the specified index.
FastTaxonomyFacetCounts - Class in org.apache.lucene.facet.taxonomy
Computes facets counts, assuming the default encoding into DocValues was used.
FastTaxonomyFacetCounts(TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
Create FastTaxonomyFacetCounts, which also counts all facet labels.
FastTaxonomyFacetCounts(String, TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
Create FastTaxonomyFacetCounts, using the specified indexFieldName for ordinals.
FastVectorHighlighter - Class in org.apache.lucene.search.vectorhighlight
Another highlighter implementation.
FastVectorHighlighter() - Constructor for class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
the default constructor.
FastVectorHighlighter(boolean, boolean) - Constructor for class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
a constructor.
FastVectorHighlighter(boolean, boolean, FragListBuilder, FragmentsBuilder) - Constructor for class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
a constructor.
FATHA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
FATHATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
FEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
field - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Field name.
Field - Class in org.apache.lucene.document
Expert: directly create a field for a document.
Field(String, FieldType) - Constructor for class org.apache.lucene.document.Field
Expert: creates a field with no initial value.
Field(String, Reader, FieldType) - Constructor for class org.apache.lucene.document.Field
Create field with Reader value.
Field(String, TokenStream, FieldType) - Constructor for class org.apache.lucene.document.Field
Create field with TokenStream value.
Field(String, byte[], FieldType) - Constructor for class org.apache.lucene.document.Field
Create field with binary value.
Field(String, byte[], int, int, FieldType) - Constructor for class org.apache.lucene.document.Field
Create field with binary value.
Field(String, BytesRef, FieldType) - Constructor for class org.apache.lucene.document.Field
Create field with binary value.
Field(String, String, FieldType) - Constructor for class org.apache.lucene.document.Field
Create field with String value.
Field(String, String, Field.Store, Field.Index) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use StringField, TextField instead.
Field(String, String, Field.Store, Field.Index, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use StringField, TextField instead.
Field(String, Reader) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use TextField instead.
Field(String, Reader, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use TextField instead.
Field(String, TokenStream) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use TextField instead
Field(String, TokenStream, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use TextField instead
Field(String, byte[]) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use StoredField instead.
Field(String, byte[], int, int) - Constructor for class org.apache.lucene.document.Field
Deprecated.
Use StoredField instead.
field - Variable in class org.apache.lucene.index.DocTermOrds
Field we are uninverting.
field() - Method in class org.apache.lucene.index.Term
Returns the field of this term.
field - Variable in class org.apache.lucene.misc.TermStats
 
field - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
field - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
field - Variable in class org.apache.lucene.queryparser.classic.QueryParserBase
 
field - Variable in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
The term's field
field() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
field() - Method in class org.apache.lucene.search.CollectionStatistics
returns the field name
field - Variable in class org.apache.lucene.search.FieldComparator.NumericComparator
 
field() - Method in class org.apache.lucene.search.FieldValueFilter
Returns the field this filter is applied on.
field - Variable in class org.apache.lucene.search.MultiTermQuery
 
field - Variable in class org.apache.lucene.search.spans.SpanNearQuery
 
Field.Index - Enum in org.apache.lucene.document
Deprecated.
This is here only to ease transition from the pre-4.0 APIs.
Field.Store - Enum in org.apache.lucene.document
Specifies whether and how a field should be stored.
Field.TermVector - Enum in org.apache.lucene.document
Deprecated.
This is here only to ease transition from the pre-4.0 APIs.
FIELD_BOOST_MAP - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set a field to boost map that is used to set the boost for each field
FIELD_DATE_RESOLUTION_MAP - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set a field to DateTools.Resolution map that is used to normalize each date field value.
FIELD_DOC - Static variable in class org.apache.lucene.search.SortField
Represents sorting by document number (index order).
FIELD_SCORE - Static variable in class org.apache.lucene.search.SortField
Represents sorting by document score (relevance).
FieldableNode - Interface in org.apache.lucene.queryparser.flexible.core.nodes
A query node implements FieldableNode interface to indicate that its children and itself are associated to a specific field.
FieldBoostMapFCListener - Class in org.apache.lucene.queryparser.flexible.standard.config
This listener listens for every field configuration request and assign a StandardQueryConfigHandler.ConfigurationKeys.BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_BOOST_MAP.
FieldBoostMapFCListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.FieldBoostMapFCListener
 
FieldCache - Interface in org.apache.lucene.search
Expert: Maintains caches of term values.
FieldCache.ByteParser - Interface in org.apache.lucene.search
Deprecated.
FieldCache.Bytes - Class in org.apache.lucene.search
Field values as 8-bit signed bytes
FieldCache.Bytes() - Constructor for class org.apache.lucene.search.FieldCache.Bytes
 
FieldCache.CacheEntry - Class in org.apache.lucene.search
EXPERT: A unique Identifier/Description for each item in the FieldCache.
FieldCache.CacheEntry(Object, String, Class<?>, Object, Object) - Constructor for class org.apache.lucene.search.FieldCache.CacheEntry
 
FieldCache.CreationPlaceholder - Class in org.apache.lucene.search
Placeholder indicating creation of this cache is currently in-progress.
FieldCache.CreationPlaceholder() - Constructor for class org.apache.lucene.search.FieldCache.CreationPlaceholder
 
FieldCache.DoubleParser - Interface in org.apache.lucene.search
Interface to parse doubles from document fields.
FieldCache.Doubles - Class in org.apache.lucene.search
Field values as 64-bit doubles
FieldCache.Doubles() - Constructor for class org.apache.lucene.search.FieldCache.Doubles
 
FieldCache.FloatParser - Interface in org.apache.lucene.search
Interface to parse floats from document fields.
FieldCache.Floats - Class in org.apache.lucene.search
Field values as 32-bit floats
FieldCache.Floats() - Constructor for class org.apache.lucene.search.FieldCache.Floats
 
FieldCache.IntParser - Interface in org.apache.lucene.search
Interface to parse ints from document fields.
FieldCache.Ints - Class in org.apache.lucene.search
Field values as 32-bit signed integers
FieldCache.Ints() - Constructor for class org.apache.lucene.search.FieldCache.Ints
 
FieldCache.LongParser - Interface in org.apache.lucene.search
Interface to parse long from document fields.
FieldCache.Longs - Class in org.apache.lucene.search
Field values as 64-bit signed long integers
FieldCache.Longs() - Constructor for class org.apache.lucene.search.FieldCache.Longs
 
FieldCache.Parser - Interface in org.apache.lucene.search
Marker interface as super-interface to all parsers.
FieldCache.ShortParser - Interface in org.apache.lucene.search
Deprecated.
FieldCache.Shorts - Class in org.apache.lucene.search
Field values as 16-bit signed shorts
FieldCache.Shorts() - Constructor for class org.apache.lucene.search.FieldCache.Shorts
 
FieldCacheDocIdSet - Class in org.apache.lucene.search
Base class for DocIdSet to be used with FieldCache.
FieldCacheDocIdSet(int, Bits) - Constructor for class org.apache.lucene.search.FieldCacheDocIdSet
 
FieldCacheRangeFilter<T> - Class in org.apache.lucene.search
A range filter built on top of a cached single term field (in FieldCache).
FieldCacheRewriteMethod - Class in org.apache.lucene.search
Rewrites MultiTermQueries into a filter, using the FieldCache for term enumeration.
FieldCacheRewriteMethod() - Constructor for class org.apache.lucene.search.FieldCacheRewriteMethod
 
FieldCacheSanityChecker - Class in org.apache.lucene.util
Provides methods for sanity checking that entries in the FieldCache are not wasteful or inconsistent.
FieldCacheSanityChecker() - Constructor for class org.apache.lucene.util.FieldCacheSanityChecker
 
FieldCacheSanityChecker.Insanity - Class in org.apache.lucene.util
Simple container for a collection of related CacheEntry objects that in conjunction with each other represent some "insane" usage of the FieldCache.
FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType, String, FieldCache.CacheEntry...) - Constructor for class org.apache.lucene.util.FieldCacheSanityChecker.Insanity
 
FieldCacheSanityChecker.InsanityType - Class in org.apache.lucene.util
An Enumeration of the different types of "insane" behavior that may be detected in a FieldCache.
FieldCacheSource - Class in org.apache.lucene.queries.function.valuesource
A base class for ValueSource implementations that retrieve values for a single field from the FieldCache.
FieldCacheSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
FieldCacheTermsFilter - Class in org.apache.lucene.search
A Filter that only accepts documents whose single term value in the specified field is contained in the provided set of allowed terms.
FieldCacheTermsFilter(String, BytesRef...) - Constructor for class org.apache.lucene.search.FieldCacheTermsFilter
 
FieldCacheTermsFilter(String, String...) - Constructor for class org.apache.lucene.search.FieldCacheTermsFilter
 
FieldComparator<T> - Class in org.apache.lucene.search
Expert: a FieldComparator compares hits so as to determine their sort order when collecting the top results with TopFieldCollector.
FieldComparator() - Constructor for class org.apache.lucene.search.FieldComparator
 
FieldComparator.ByteComparator - Class in org.apache.lucene.search
Deprecated.
FieldComparator.DocComparator - Class in org.apache.lucene.search
Sorts by ascending docID
FieldComparator.DoubleComparator - Class in org.apache.lucene.search
Parses field's values as double (using FieldCache.getDoubles(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
FieldComparator.FloatComparator - Class in org.apache.lucene.search
Parses field's values as float (using FieldCache.getFloats(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
FieldComparator.IntComparator - Class in org.apache.lucene.search
Parses field's values as int (using FieldCache.getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
FieldComparator.LongComparator - Class in org.apache.lucene.search
Parses field's values as long (using FieldCache.getLongs(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
FieldComparator.NumericComparator<T extends Number> - Class in org.apache.lucene.search
Base FieldComparator class for numeric types
FieldComparator.NumericComparator(String, T) - Constructor for class org.apache.lucene.search.FieldComparator.NumericComparator
 
FieldComparator.RelevanceComparator - Class in org.apache.lucene.search
Sorts by descending relevance.
FieldComparator.ShortComparator - Class in org.apache.lucene.search
Deprecated.
FieldComparator.TermOrdValComparator - Class in org.apache.lucene.search
Sorts by field's natural Term sort order, using ordinals.
FieldComparator.TermOrdValComparator(int, String) - Constructor for class org.apache.lucene.search.FieldComparator.TermOrdValComparator
Creates this, sorting missing values first.
FieldComparator.TermOrdValComparator(int, String, boolean) - Constructor for class org.apache.lucene.search.FieldComparator.TermOrdValComparator
Creates this, with control over how missing values are sorted.
FieldComparator.TermValComparator - Class in org.apache.lucene.search
Sorts by field's natural Term sort order.
FieldComparatorSource - Class in org.apache.lucene.search
Provides a FieldComparator for custom field sorting.
FieldComparatorSource() - Constructor for class org.apache.lucene.search.FieldComparatorSource
 
FieldConfig - Class in org.apache.lucene.queryparser.flexible.core.config
This class represents a field configuration.
FieldConfig(String) - Constructor for class org.apache.lucene.queryparser.flexible.core.config.FieldConfig
Constructs a FieldConfig
FieldConfigListener - Interface in org.apache.lucene.queryparser.flexible.core.config
This interface should be implemented by classes that wants to listen for field configuration requests.
FieldDateResolutionFCListener - Class in org.apache.lucene.queryparser.flexible.standard.config
This listener listens for every field configuration request and assign a StandardQueryConfigHandler.ConfigurationKeys.DATE_RESOLUTION to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_DATE_RESOLUTION_MAP.
FieldDateResolutionFCListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.FieldDateResolutionFCListener
 
FieldDoc - Class in org.apache.lucene.search
Expert: A ScoreDoc which also contains information about how to sort the referenced document.
FieldDoc(int, float) - Constructor for class org.apache.lucene.search.FieldDoc
Expert: Creates one of these objects with empty sort information.
FieldDoc(int, float, Object[]) - Constructor for class org.apache.lucene.search.FieldDoc
Expert: Creates one of these objects with the given sort information.
FieldDoc(int, float, Object[], int) - Constructor for class org.apache.lucene.search.FieldDoc
Expert: Creates one of these objects with the given sort information.
FieldFragList - Class in org.apache.lucene.search.vectorhighlight
FieldFragList has a list of "frag info" that is used by FragmentsBuilder class to create fragments (snippets).
FieldFragList(int) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldFragList
a constructor.
FieldFragList.WeightedFragInfo - Class in org.apache.lucene.search.vectorhighlight
List of term offsets + weight for a frag info
FieldFragList.WeightedFragInfo(int, int, List<FieldFragList.WeightedFragInfo.SubInfo>, float) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
 
FieldFragList.WeightedFragInfo.SubInfo - Class in org.apache.lucene.search.vectorhighlight
Represents the list of term offsets for some text
FieldFragList.WeightedFragInfo.SubInfo(String, List<FieldPhraseList.WeightedPhraseInfo.Toffs>, int, float) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo
 
FieldInfo - Class in org.apache.lucene.index
Access to the Field Info file that describes document fields and whether or not they are indexed.
FieldInfo(String, boolean, int, boolean, boolean, boolean, FieldInfo.IndexOptions, FieldInfo.DocValuesType, FieldInfo.DocValuesType, Map<String, String>) - Constructor for class org.apache.lucene.index.FieldInfo
Sole Constructor.
fieldInfo(String) - Method in class org.apache.lucene.index.FieldInfos
Return the fieldinfo object referenced by the field name
fieldInfo(int) - Method in class org.apache.lucene.index.FieldInfos
Return the fieldinfo object referenced by the fieldNumber.
FieldInfo.DocValuesType - Enum in org.apache.lucene.index
DocValues types.
FieldInfo.IndexOptions - Enum in org.apache.lucene.index
Controls how much information is stored in the postings lists.
FieldInfos - Class in org.apache.lucene.index
Collection of FieldInfos (accessible by number or by name).
FieldInfos(FieldInfo[]) - Constructor for class org.apache.lucene.index.FieldInfos
Constructs a new FieldInfos from an array of FieldInfo objects
fieldInfos - Variable in class org.apache.lucene.index.MergeState
FieldInfos of the newly merged segment.
fieldInfos - Variable in class org.apache.lucene.index.SegmentReadState
FieldInfos describing all fields in this segment.
fieldInfos - Variable in class org.apache.lucene.index.SegmentWriteState
FieldInfos describing all fields in this segment.
fieldInfosFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes field infos file
FieldInfosFormat - Class in org.apache.lucene.codecs
Encodes/decodes FieldInfos
FieldInfosFormat() - Constructor for class org.apache.lucene.codecs.FieldInfosFormat
Sole constructor.
fieldInfosFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
FieldInfosReader - Class in org.apache.lucene.codecs
Codec API for reading FieldInfos.
FieldInfosReader() - Constructor for class org.apache.lucene.codecs.FieldInfosReader
Sole constructor.
FieldInfosWriter - Class in org.apache.lucene.codecs
Codec API for writing FieldInfos.
FieldInfosWriter() - Constructor for class org.apache.lucene.codecs.FieldInfosWriter
Sole constructor.
FieldInvertState - Class in org.apache.lucene.index
This class tracks the number and position / offset parameters of terms being added to the index.
FieldInvertState(String) - Constructor for class org.apache.lucene.index.FieldInvertState
Creates {code FieldInvertState} for the specified field name.
FieldInvertState(String, int, int, int, int, float) - Constructor for class org.apache.lucene.index.FieldInvertState
Creates {code FieldInvertState} for the specified field name and values for all fields.
FieldMaskingSpanQuery - Class in org.apache.lucene.search.spans
Wrapper to allow SpanQuery objects participate in composite single-field SpanQueries by 'lying' about their search field.
FieldMaskingSpanQuery(SpanQuery, String) - Constructor for class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
fieldName - Variable in class org.apache.lucene.search.payloads.PayloadNearQuery
 
fieldNameComparator(String) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
Necessary to implement matches for queries against defaultField
fieldNamesToString(StringBuilder) - Method in class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
fieldNormStatus - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Status for testing of field norms (null if field norms could not be tested).
FieldPhraseList - Class in org.apache.lucene.search.vectorhighlight
FieldPhraseList has a list of WeightedPhraseInfo that is used by FragListBuilder to create a FieldFragList object.
FieldPhraseList(FieldTermStack, FieldQuery) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldPhraseList
create a FieldPhraseList that has no limit on the number of phrases to analyze
FieldPhraseList(FieldTermStack, FieldQuery, int) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldPhraseList
a constructor.
FieldPhraseList(FieldPhraseList[]) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldPhraseList
Merging constructor.
FieldPhraseList.WeightedPhraseInfo - Class in org.apache.lucene.search.vectorhighlight
Represents the list of term offsets and boost for some text
FieldPhraseList.WeightedPhraseInfo(LinkedList<FieldTermStack.TermInfo>, float) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
FieldPhraseList.WeightedPhraseInfo(LinkedList<FieldTermStack.TermInfo>, float, int) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
FieldPhraseList.WeightedPhraseInfo(Collection<FieldPhraseList.WeightedPhraseInfo>) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
Merging constructor.
FieldPhraseList.WeightedPhraseInfo.Toffs - Class in org.apache.lucene.search.vectorhighlight
Term offsets (start + end)
FieldPhraseList.WeightedPhraseInfo.Toffs(int, int) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
FieldQuery - Class in org.apache.lucene.search.vectorhighlight
FieldQuery breaks down query object into terms/phrases and keeps them in a QueryPhraseMap structure.
FieldQuery.QueryPhraseMap - Class in org.apache.lucene.search.vectorhighlight
Internal structure of a query for highlighting: represents a nested query structure
FieldQuery.QueryPhraseMap(FieldQuery) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
FieldQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A FieldQueryNode represents a element that contains field/text tuple
FieldQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
FieldQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a TermQuery object from a FieldQueryNode object.
FieldQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.FieldQueryNodeBuilder
 
fields() - Method in class org.apache.lucene.index.AtomicReader
Returns Fields for this reader.
Fields - Class in org.apache.lucene.index
Flex API for access to fields and terms
Fields() - Constructor for class org.apache.lucene.index.Fields
Sole constructor.
fields() - Method in class org.apache.lucene.index.FilterAtomicReader
 
fields() - Method in class org.apache.lucene.index.ParallelAtomicReader
 
fields() - Method in class org.apache.lucene.index.SegmentReader
 
fields() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
fields() - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
fields - Variable in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
fields - Variable in class org.apache.lucene.search.FieldDoc
Expert: The values which are used to sort the referenced document.
fields - Variable in class org.apache.lucene.search.FieldValueHitQueue
Stores the sort criteria being used.
fields - Variable in class org.apache.lucene.search.TopFieldDocs
The fields which were used to sort results by.
FIELDS_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
Extension of stored fields file
FIELDS_INDEX_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
Extension of stored fields index file
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.DocValuesFormat
Returns a DocValuesConsumer to write docvalues to the index.
FieldsConsumer - Class in org.apache.lucene.codecs
Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.
FieldsConsumer() - Constructor for class org.apache.lucene.codecs.FieldsConsumer
Sole constructor.
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40DocValuesFormat
Deprecated.
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
Deprecated.
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
Deprecated.
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.DirectPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.FSTOrdPulsing41PostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.FSTPulsing41PostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.MemoryDocValuesFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.MemoryPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.perfield.PerFieldPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.PostingsFormat
Writes a new segment
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextDocValuesFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextPostingsFormat
 
fieldsData - Variable in class org.apache.lucene.document.Field
Field's value
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.DocValuesFormat
Returns a DocValuesProducer to read docvalues from the index.
FieldsProducer - Class in org.apache.lucene.codecs
Abstract API that produces terms, doc, freq, prox, offset and payloads postings.
FieldsProducer() - Constructor for class org.apache.lucene.codecs.FieldsProducer
Sole constructor.
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40DocValuesFormat
Deprecated.
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
Deprecated.
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
Deprecated.
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.DirectPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.FSTOrdPulsing41PostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.FSTPulsing41PostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.MemoryDocValuesFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.MemoryPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.perfield.PerFieldPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.PostingsFormat
Reads a segment.
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextDocValuesFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextPostingsFormat
 
FieldsQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
FieldsQuery - Class in org.apache.lucene.queryparser.surround.query
Forms an OR query of the provided query across multiple fields.
FieldsQuery(SrndQuery, List<String>, char) - Constructor for class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
FieldsQuery(SrndQuery, String, char) - Constructor for class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
FieldsQueryList() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
fieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat
 
fieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsFormat
 
fieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsFormat
 
fieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.StoredFieldsFormat
Returns a StoredFieldsReader to load stored fields.
fieldsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat
 
fieldsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsFormat
 
fieldsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsFormat
 
fieldsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.StoredFieldsFormat
Returns a StoredFieldsWriter to write stored fields.
FieldTermStack - Class in org.apache.lucene.search.vectorhighlight
FieldTermStack is a stack that keeps query terms in the specified field of the document to be highlighted.
FieldTermStack(IndexReader, int, String, FieldQuery) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldTermStack
a constructor.
FieldTermStack.TermInfo - Class in org.apache.lucene.search.vectorhighlight
Single term with its position/offsets in the document and IDF weight.
FieldTermStack.TermInfo(String, int, int, int, float) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
fieldType() - Method in class org.apache.lucene.document.Field
Returns the FieldType for this field.
FieldType - Class in org.apache.lucene.document
Describes the properties of a field.
FieldType(FieldType) - Constructor for class org.apache.lucene.document.FieldType
Create a new mutable FieldType with all of the properties from ref
FieldType() - Constructor for class org.apache.lucene.document.FieldType
Create a new FieldType with default properties.
fieldType() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
fieldType() - Method in interface org.apache.lucene.index.IndexableField
IndexableFieldType describing the properties of this field.
FieldType.NumericType - Enum in org.apache.lucene.document
Data type of the numeric value
FieldValueFilter - Class in org.apache.lucene.search
A Filter that accepts all documents that have one or more values in a given field.
FieldValueFilter(String) - Constructor for class org.apache.lucene.search.FieldValueFilter
Creates a new FieldValueFilter
FieldValueFilter(String, boolean) - Constructor for class org.apache.lucene.search.FieldValueFilter
Creates a new FieldValueFilter
FieldValueHitQueue<T extends FieldValueHitQueue.Entry> - Class in org.apache.lucene.search
Expert: A hit queue for sorting by hits by terms in more than one field.
FieldValueHitQueue.Entry - Class in org.apache.lucene.search
Extension of ScoreDoc to also store the FieldComparator slot.
FieldValueHitQueue.Entry(int, int, float) - Constructor for class org.apache.lucene.search.FieldValueHitQueue.Entry
 
FieldValuePairQueryNode<T> - Interface in org.apache.lucene.queryparser.flexible.core.nodes
This interface should be implemented by QueryNode that holds a field and an arbitrary value.
file - Variable in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
the file channel we will read from
FileDictionary - Class in org.apache.lucene.search.suggest
Dictionary represented by a text file.
FileDictionary(InputStream) - Constructor for class org.apache.lucene.search.suggest.FileDictionary
Creates a dictionary based on an inputstream.
FileDictionary(Reader) - Constructor for class org.apache.lucene.search.suggest.FileDictionary
Creates a dictionary based on a reader.
FileDictionary(Reader, String) - Constructor for class org.apache.lucene.search.suggest.FileDictionary
Creates a dictionary based on a reader.
FileDictionary(InputStream, String) - Constructor for class org.apache.lucene.search.suggest.FileDictionary
Creates a dictionary based on an inputstream.
fileExists(String) - Method in class org.apache.lucene.store.CompoundFileDirectory
Returns true iff a file with the given name exists.
fileExists(String) - Method in class org.apache.lucene.store.Directory
Deprecated.
This method will be removed in 5.0
fileExists(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
fileExists(String) - Method in class org.apache.lucene.store.FilterDirectory
 
fileExists(String) - Method in class org.apache.lucene.store.FSDirectory
Returns true iff a file with the given name exists.
fileExists(String) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
fileExists(String) - Method in class org.apache.lucene.store.RAMDirectory
Returns true iff the named file exists in this directory.
fileLength(String) - Method in class org.apache.lucene.store.CompoundFileDirectory
Returns the length of a file in the directory.
fileLength(String) - Method in class org.apache.lucene.store.Directory
Returns the length of a file in the directory.
fileLength(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
fileLength(String) - Method in class org.apache.lucene.store.FilterDirectory
 
fileLength(String) - Method in class org.apache.lucene.store.FSDirectory
Returns the length in bytes of a file in the directory.
fileLength(String) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
fileLength(String) - Method in class org.apache.lucene.store.RAMDirectory
Returns the length in bytes of a file in the directory.
fileMap - Variable in class org.apache.lucene.store.RAMDirectory
 
fileName - Variable in class org.apache.lucene.replicator.RevisionFile
The name of the file.
fileNameFromGeneration(String, String, long) - Static method in class org.apache.lucene.index.IndexFileNames
Computes the full file name from base, extension and generation.
files(SegmentCommitInfo, Collection<String>) - Method in class org.apache.lucene.codecs.LiveDocsFormat
Records all files in use by this SegmentCommitInfo into the files argument.
files(SegmentCommitInfo, Collection<String>) - Method in class org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat
 
files(SegmentCommitInfo, Collection<String>) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
files() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns all files in use by this segment.
files() - Method in class org.apache.lucene.index.SegmentInfo
Return all files referenced by this SegmentInfo.
files(Directory, boolean) - Method in class org.apache.lucene.index.SegmentInfos
Returns all file names referenced by SegmentInfo instances matching the provided Directory (ie files associated with any "external" segments are skipped).
FileSwitchDirectory - Class in org.apache.lucene.store
Expert: A Directory instance that switches files between two other Directory instances.
FileSwitchDirectory(Set<String>, Directory, Directory, boolean) - Constructor for class org.apache.lucene.store.FileSwitchDirectory
 
FilesystemResourceLoader - Class in org.apache.lucene.analysis.util
Simple ResourceLoader that opens resource files from the local file system, optionally resolving against a base directory.
FilesystemResourceLoader() - Constructor for class org.apache.lucene.analysis.util.FilesystemResourceLoader
Creates a resource loader that requires absolute filenames or relative to CWD to resolve resources.
FilesystemResourceLoader(File) - Constructor for class org.apache.lucene.analysis.util.FilesystemResourceLoader
Creates a resource loader that resolves resources against the given base directory (may be null to refer to CWD).
FilesystemResourceLoader(File, ResourceLoader) - Constructor for class org.apache.lucene.analysis.util.FilesystemResourceLoader
Creates a resource loader that resolves resources against the given base directory (may be null to refer to CWD).
fill(CharacterUtils.CharacterBuffer, Reader, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Fills the CharacterUtils.CharacterBuffer with characters read from the given reader Reader.
fill(CharacterUtils.CharacterBuffer, Reader) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Convenience method which calls fill(buffer, reader, buffer.buffer.length).
fill(int, int, long) - Method in class org.apache.lucene.util.packed.GrowableWriter
 
fill(int, int, long) - Method in class org.apache.lucene.util.packed.PackedInts.Mutable
Fill the mutable from fromIndex (inclusive) to toIndex (exclusive) with val.
fill(BytesRef, long) - Method in class org.apache.lucene.util.PagedBytes.Reader
Reads length as 1 or 2 byte vInt prefix, starting at start.
fillBasicStats(BasicStats, CollectionStatistics, TermStatistics) - Method in class org.apache.lucene.search.similarities.LMSimilarity
Computes the collection probability of the current term in addition to the usual statistics.
fillBasicStats(BasicStats, CollectionStatistics, TermStatistics) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Fills all member fields defined in BasicStats in stats.
fillBytesRef() - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
fillBytesRef() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
fillBytesRef() - Method in interface org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute
Updates the bytes TermToBytesRefAttribute.getBytesRef() to contain this term's final encoding.
fillBytesRef() - Method in class org.apache.lucene.collation.tokenattributes.CollatedTermAttributeImpl
 
fillChildrenBufferAndApplyModifiery(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
fillSlice(BytesRef, long, int) - Method in class org.apache.lucene.util.PagedBytes.Reader
Gets a slice out of PagedBytes starting at start with a given length.
fillValue(int) - Method in class org.apache.lucene.queries.function.FunctionValues.ValueFiller
MutableValue will be reused across calls.
filter(SegToken) - Method in class org.apache.lucene.analysis.cn.smart.hhmm.SegTokenFilter
Filter an input SegToken
filter - Variable in class org.apache.lucene.search.ConstantScoreQuery
 
Filter - Class in org.apache.lucene.search
Abstract base class for restricting which documents may be returned during searching.
Filter() - Constructor for class org.apache.lucene.search.Filter
 
FilterAtomicReader - Class in org.apache.lucene.index
A FilterAtomicReader contains another AtomicReader, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterAtomicReader(AtomicReader) - Constructor for class org.apache.lucene.index.FilterAtomicReader
Construct a FilterAtomicReader based on the specified base reader.
FilterAtomicReader.FilterDocsAndPositionsEnum - Class in org.apache.lucene.index
Base class for filtering DocsAndPositionsEnum implementations.
FilterAtomicReader.FilterDocsAndPositionsEnum(DocsAndPositionsEnum) - Constructor for class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
Create a new FilterDocsAndPositionsEnum
FilterAtomicReader.FilterDocsEnum - Class in org.apache.lucene.index
Base class for filtering DocsEnum implementations.
FilterAtomicReader.FilterDocsEnum(DocsEnum) - Constructor for class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
Create a new FilterDocsEnum
FilterAtomicReader.FilterFields - Class in org.apache.lucene.index
Base class for filtering Fields implementations.
FilterAtomicReader.FilterFields(Fields) - Constructor for class org.apache.lucene.index.FilterAtomicReader.FilterFields
Creates a new FilterFields.
FilterAtomicReader.FilterTerms - Class in org.apache.lucene.index
Base class for filtering Terms implementations.
FilterAtomicReader.FilterTerms(Terms) - Constructor for class org.apache.lucene.index.FilterAtomicReader.FilterTerms
Creates a new FilterTerms
FilterAtomicReader.FilterTermsEnum - Class in org.apache.lucene.index
Base class for filtering TermsEnum implementations.
FilterAtomicReader.FilterTermsEnum(TermsEnum) - Constructor for class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
Creates a new FilterTermsEnum
FilterBuilder - Interface in org.apache.lucene.queryparser.xml
Interface for building Filters
FilterBuilderFactory - Class in org.apache.lucene.queryparser.xml
Factory for FilterBuilder
FilterBuilderFactory() - Constructor for class org.apache.lucene.queryparser.xml.FilterBuilderFactory
 
FilterClause - Class in org.apache.lucene.queries
A Filter that wrapped with an indication of how that filter is used when composed with another filter.
FilterClause(Filter, BooleanClause.Occur) - Constructor for class org.apache.lucene.queries.FilterClause
Create a new FilterClause
FilterCodec - Class in org.apache.lucene.codecs
A codec that forwards all its method calls to another codec.
FilterCodec(String, Codec) - Constructor for class org.apache.lucene.codecs.FilterCodec
Sole constructor.
FilterDirectory - Class in org.apache.lucene.store
Directory implementation that delegates calls to another directory.
FilterDirectory(Directory) - Constructor for class org.apache.lucene.store.FilterDirectory
Sole constructor, typically called from sub-classes.
FilterDirectoryReader - Class in org.apache.lucene.index
A FilterDirectoryReader wraps another DirectoryReader, allowing implementations to transform or extend it.
FilterDirectoryReader(DirectoryReader) - Constructor for class org.apache.lucene.index.FilterDirectoryReader
Create a new FilterDirectoryReader that filters a passed in DirectoryReader.
FilterDirectoryReader(DirectoryReader, FilterDirectoryReader.SubReaderWrapper) - Constructor for class org.apache.lucene.index.FilterDirectoryReader
Create a new FilterDirectoryReader that filters a passed in DirectoryReader, using the supplied SubReaderWrapper to wrap its subreader.
FilterDirectoryReader.StandardReaderWrapper - Class in org.apache.lucene.index
A no-op SubReaderWrapper that simply returns the parent DirectoryReader's original subreaders.
FilterDirectoryReader.StandardReaderWrapper() - Constructor for class org.apache.lucene.index.FilterDirectoryReader.StandardReaderWrapper
Constructor
FilterDirectoryReader.SubReaderWrapper - Class in org.apache.lucene.index
Factory class passed to FilterDirectoryReader constructor that allows subclasses to wrap the filtered DirectoryReader's subreaders.
FilterDirectoryReader.SubReaderWrapper() - Constructor for class org.apache.lucene.index.FilterDirectoryReader.SubReaderWrapper
Constructor
filteredBulkScorer(AtomicReaderContext, Weight, boolean, DocIdSet) - Method in class org.apache.lucene.search.FilteredQuery.FilterStrategy
Returns a filtered BulkScorer based on this strategy.
FilteredDocIdSet - Class in org.apache.lucene.search
Abstract decorator class for a DocIdSet implementation that provides on-demand filtering/validation mechanism on a given DocIdSet.
FilteredDocIdSet(DocIdSet) - Constructor for class org.apache.lucene.search.FilteredDocIdSet
Constructor.
FilteredDocIdSetIterator - Class in org.apache.lucene.search
Abstract decorator class of a DocIdSetIterator implementation that provides on-demand filter/validation mechanism on an underlying DocIdSetIterator.
FilteredDocIdSetIterator(DocIdSetIterator) - Constructor for class org.apache.lucene.search.FilteredDocIdSetIterator
Constructor.
FilteredQuery - Class in org.apache.lucene.search
A query that applies a filter to the results of another query.
FilteredQuery(Query, Filter) - Constructor for class org.apache.lucene.search.FilteredQuery
Constructs a new query which applies a filter to the results of the original query.
FilteredQuery(Query, Filter, FilteredQuery.FilterStrategy) - Constructor for class org.apache.lucene.search.FilteredQuery
Expert: Constructs a new query which applies a filter to the results of the original query.
FilteredQuery.FilterStrategy - Class in org.apache.lucene.search
Abstract class that defines how the filter (DocIdSet) applied during document collection.
FilteredQuery.FilterStrategy() - Constructor for class org.apache.lucene.search.FilteredQuery.FilterStrategy
 
FilteredQuery.RandomAccessFilterStrategy - Class in org.apache.lucene.search
A FilteredQuery.FilterStrategy that conditionally uses a random access filter if the given DocIdSet supports random access (returns a non-null value from DocIdSet.bits()) and FilteredQuery.RandomAccessFilterStrategy.useRandomAccess(Bits, int) returns true.
FilteredQuery.RandomAccessFilterStrategy() - Constructor for class org.apache.lucene.search.FilteredQuery.RandomAccessFilterStrategy
 
FilteredQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for FilteredQuery
FilteredQueryBuilder(FilterBuilder, QueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.FilteredQueryBuilder
 
filteredScorer(AtomicReaderContext, Weight, DocIdSet) - Method in class org.apache.lucene.search.FilteredQuery.FilterStrategy
Returns a filtered Scorer based on this strategy.
filteredScorer(AtomicReaderContext, Weight, DocIdSet) - Method in class org.apache.lucene.search.FilteredQuery.RandomAccessFilterStrategy
 
FilteredTermsEnum - Class in org.apache.lucene.index
Abstract class for enumerating a subset of all terms.
FilteredTermsEnum(TermsEnum) - Constructor for class org.apache.lucene.index.FilteredTermsEnum
Creates a filtered TermsEnum on a terms enum.
FilteredTermsEnum(TermsEnum, boolean) - Constructor for class org.apache.lucene.index.FilteredTermsEnum
Creates a filtered TermsEnum on a terms enum.
FilteredTermsEnum.AcceptStatus - Enum in org.apache.lucene.index
Return value, if term should be accepted or the iteration should END.
filterFactory - Variable in class org.apache.lucene.queryparser.xml.CoreParser
 
FilteringTokenFilter - Class in org.apache.lucene.analysis.util
Abstract base class for TokenFilters that may remove tokens.
FilteringTokenFilter(Version, boolean, TokenStream) - Constructor for class org.apache.lucene.analysis.util.FilteringTokenFilter
Deprecated.
enablePositionIncrements=false is not supported anymore as of Lucene 4.4
FilteringTokenFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.util.FilteringTokenFilter
Create a new FilteringTokenFilter.
FilterIterator<T> - Class in org.apache.lucene.util
An Iterator implementation that filters elements with a boolean predicate.
FilterIterator(Iterator<T>) - Constructor for class org.apache.lucene.util.FilterIterator
 
filterPrefixCodedInts(TermsEnum) - Static method in class org.apache.lucene.util.NumericUtils
Filters the given TermsEnum by accepting only prefix coded 32 bit terms with a shift value of 0.
filterPrefixCodedLongs(TermsEnum) - Static method in class org.apache.lucene.util.NumericUtils
Filters the given TermsEnum by accepting only prefix coded 64 bit terms with a shift value of 0.
find(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
find(char[], int) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
find(BytesRef) - Method in class org.apache.lucene.util.BytesRefHash
Returns the id of the given BytesRef.
find(int) - Method in class org.apache.lucene.util.SentinelIntSet
(internal) Returns the slot for this key, or -slot-1 if not found
find_among(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
 
find_among_b(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
 
findCategory(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Look up the given category in the cache and/or the on-disk storage, returning the category's ordinal, or a negative number in case the category does not yet exist in the taxonomy.
findClass(String, Class<T>) - Method in class org.apache.lucene.analysis.util.ClasspathResourceLoader
 
findClass(String, Class<T>) - Method in class org.apache.lucene.analysis.util.FilesystemResourceLoader
 
findClass(String, Class<T>) - Method in interface org.apache.lucene.analysis.util.ResourceLoader
Finds class of the name and expected type
findEndOffset(StringBuilder, int) - Method in interface org.apache.lucene.search.vectorhighlight.BoundaryScanner
Scan forward to find start offset.
findEndOffset(StringBuilder, int) - Method in class org.apache.lucene.search.vectorhighlight.BreakIteratorBoundaryScanner
 
findEndOffset(StringBuilder, int) - Method in class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
findForcedDeletesMerges(SegmentInfos) - Method in class org.apache.lucene.index.LogMergePolicy
Finds merges necessary to force-merge all deletes from the index.
findForcedDeletesMerges(SegmentInfos) - Method in class org.apache.lucene.index.MergePolicy
Determine what set of merge operations is necessary in order to expunge all deletes from the index.
findForcedDeletesMerges(SegmentInfos) - Method in class org.apache.lucene.index.NoMergePolicy
 
findForcedDeletesMerges(SegmentInfos) - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
findForcedDeletesMerges(SegmentInfos) - Method in class org.apache.lucene.index.TieredMergePolicy
 
findForcedDeletesMerges(SegmentInfos) - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
 
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.lucene.index.LogMergePolicy
Returns the merges necessary to merge the index down to a specified number of segments.
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.lucene.index.MergePolicy
Determine what set of merge operations is necessary in order to merge to <= the specified segment count.
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.lucene.index.NoMergePolicy
 
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.lucene.index.TieredMergePolicy
 
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
 
findMerges(MergeTrigger, SegmentInfos) - Method in class org.apache.lucene.index.LogMergePolicy
Checks if any merges are now necessary and returns a MergePolicy.MergeSpecification if so.
findMerges(MergeTrigger, SegmentInfos) - Method in class org.apache.lucene.index.MergePolicy
Determine what set of merge operations are now necessary on the index.
findMerges(MergeTrigger, SegmentInfos) - Method in class org.apache.lucene.index.NoMergePolicy
 
findMerges(MergeTrigger, SegmentInfos) - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
findMerges(MergeTrigger, SegmentInfos) - Method in class org.apache.lucene.index.TieredMergePolicy
 
findMerges(MergeTrigger, SegmentInfos) - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
 
findPattern(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
findStartOffset(StringBuilder, int) - Method in interface org.apache.lucene.search.vectorhighlight.BoundaryScanner
Scan backward to find end offset.
findStartOffset(StringBuilder, int) - Method in class org.apache.lucene.search.vectorhighlight.BreakIteratorBoundaryScanner
 
findStartOffset(StringBuilder, int) - Method in class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
findTargetArc(int, FST.Arc<T>, FST.Arc<T>, FST.BytesReader) - Method in class org.apache.lucene.util.fst.FST
Finds an arc leaving the incoming arc, replacing the arc in place.
finish(long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.StoredFieldsWriter
Called before StoredFieldsWriter.close(), passing in the number of documents that were written.
finish(long, long, int) - Method in class org.apache.lucene.codecs.TermsConsumer
Called when we are done adding terms to this field.
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Called before TermVectorsWriter.close(), passing in the number of documents that were written.
finish() - Method in class org.apache.lucene.util.fst.Builder
Returns final FST.
finish() - Method in class org.apache.lucene.util.packed.PackedInts.Writer
Perform end-of-stream operations.
finishDoc() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
finishDoc() - Method in class org.apache.lucene.codecs.PostingsConsumer
Called when we are done adding positions & payloads for each doc.
finishDoc() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
finishDoc() - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
Called when we are done adding positions & payloads
finishDocument() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
 
finishDocument() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
finishDocument() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
finishDocument() - Method in class org.apache.lucene.codecs.StoredFieldsWriter
Called when a document and all its fields have been added.
finishDocument() - Method in class org.apache.lucene.codecs.TermVectorsWriter
Called after a doc and all its fields have been added.
finishField() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
finishField() - Method in class org.apache.lucene.codecs.TermVectorsWriter
Called after a field and all its terms have been added.
finishQuery(BooleanQuery, boolean) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Subclass can override this to tweak the Query before searching.
finishTerm() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
finishTerm(BlockTermState) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
Called when we are done adding docs to this term
finishTerm(BlockTermState) - Method in class org.apache.lucene.codecs.PostingsWriterBase
Finishes the current term.
finishTerm(BlockTermState) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
Called when we are done adding docs to this term
finishTerm(BlockTermState) - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
Called when we are done adding docs to this term
finishTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.TermsConsumer
Finishes the current term; numDocs must be > 0.
finishTerm() - Method in class org.apache.lucene.codecs.TermVectorsWriter
Called after a term and all its positions have been added.
finite - Variable in class org.apache.lucene.util.automaton.CompiledAutomaton
Indicates if the automaton accepts a finite set of strings.
FinnishAnalyzer - Class in org.apache.lucene.analysis.fi
Analyzer for Finnish.
FinnishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fi.FinnishAnalyzer
Builds an analyzer with the default stop words: FinnishAnalyzer.DEFAULT_STOPWORD_FILE.
FinnishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.fi.FinnishAnalyzer
Builds an analyzer with the given stop words.
FinnishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.fi.FinnishAnalyzer
Builds an analyzer with the given stop words.
FinnishLightStemFilter - Class in org.apache.lucene.analysis.fi
A TokenFilter that applies FinnishLightStemmer to stem Finnish words.
FinnishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fi.FinnishLightStemFilter
 
FinnishLightStemFilterFactory - Class in org.apache.lucene.analysis.fi
FinnishLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fi.FinnishLightStemFilterFactory
Creates a new FinnishLightStemFilterFactory
FinnishLightStemmer - Class in org.apache.lucene.analysis.fi
Light Stemmer for Finnish.
FinnishLightStemmer() - Constructor for class org.apache.lucene.analysis.fi.FinnishLightStemmer
 
FinnishStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
FinnishStemmer() - Constructor for class org.tartarus.snowball.ext.FinnishStemmer
 
first() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
first() - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
first - Variable in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
FIRST_LEVEL_SIZE - Static variable in class org.apache.lucene.util.ByteBlockPool
The first level size for new slices
firstComparator - Variable in class org.apache.lucene.search.FieldValueHitQueue
 
FixedBitSet - Class in org.apache.lucene.util
BitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementing Bits and DocIdSet.
FixedBitSet(int) - Constructor for class org.apache.lucene.util.FixedBitSet
 
FixedBitSet(long[], int) - Constructor for class org.apache.lucene.util.FixedBitSet
 
FixedBitSet.FixedBitSetIterator - Class in org.apache.lucene.util
A DocIdSetIterator which iterates over set bits in a FixedBitSet.
FixedBitSet.FixedBitSetIterator(FixedBitSet) - Constructor for class org.apache.lucene.util.FixedBitSet.FixedBitSetIterator
Creates an iterator over the given FixedBitSet.
FixedBitSet.FixedBitSetIterator(long[], int, int) - Constructor for class org.apache.lucene.util.FixedBitSet.FixedBitSetIterator
Creates an iterator over the given array of bits.
FixedBitSetCachingWrapperFilter - Class in org.apache.lucene.search.join
A CachingWrapperFilter that caches sets using a FixedBitSet, as required for joins.
FixedBitSetCachingWrapperFilter(Filter) - Constructor for class org.apache.lucene.search.join.FixedBitSetCachingWrapperFilter
FixedGapTermsIndexReader - Class in org.apache.lucene.codecs.blockterms
TermsIndexReader for simple every Nth terms indexes.
FixedGapTermsIndexReader(Directory, FieldInfos, String, int, Comparator<BytesRef>, String, IOContext) - Constructor for class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
FixedGapTermsIndexWriter - Class in org.apache.lucene.codecs.blockterms
Selects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory.
FixedGapTermsIndexWriter(SegmentWriteState) - Constructor for class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
FixedIntBlockIndexInput - Class in org.apache.lucene.codecs.intblock
Abstract base class that reads fixed-size blocks of ints from an IndexInput.
FixedIntBlockIndexInput(IndexInput) - Constructor for class org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput
 
FixedIntBlockIndexInput.BlockReader - Interface in org.apache.lucene.codecs.intblock
Interface for fixed-size block decoders.
FixedIntBlockIndexOutput - Class in org.apache.lucene.codecs.intblock
Abstract base class that writes fixed-size blocks of ints to an IndexOutput.
FixedIntBlockIndexOutput(IndexOutput, int) - Constructor for class org.apache.lucene.codecs.intblock.FixedIntBlockIndexOutput
 
fixIndex(CheckIndex.Status) - Method in class org.apache.lucene.index.CheckIndex
Repairs the index using previously returned result from CheckIndex.checkIndex().
FLAG_CANON_EQ - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_CASE_INSENSITIVE - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_COMMENTS - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_DOTALL - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_FREQS - Static variable in class org.apache.lucene.index.DocsEnum
Flag to pass to TermsEnum.docs(Bits,DocsEnum,int) if you require term frequencies in the returned enum.
FLAG_LITERAL - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_MATCH_CASEINDEPENDENT - Static variable in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Flag to specify that matching should be case-independent (folded)
FLAG_MATCH_NORMAL - Static variable in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Flag to specify normal, case-sensitive matching behaviour.
FLAG_MULTILINE - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_NONE - Static variable in class org.apache.lucene.index.DocsEnum
Flag to pass to TermsEnum.docs(Bits,DocsEnum,int) if you don't require term frequencies in the returned enum.
FLAG_OFFSETS - Static variable in class org.apache.lucene.index.DocsAndPositionsEnum
Flag to pass to TermsEnum.docsAndPositions(Bits,DocsAndPositionsEnum,int) if you require offsets in the returned enum.
FLAG_PAYLOADS - Static variable in class org.apache.lucene.index.DocsAndPositionsEnum
Flag to pass to TermsEnum.docsAndPositions(Bits,DocsAndPositionsEnum,int) if you require payloads in the returned enum.
FLAG_UNICODE_CASE - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_UNIX_LINES - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
flags - Variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
flags to the parser (to turn features on/off)
FlagsAttribute - Interface in org.apache.lucene.analysis.tokenattributes
This attribute can be used to pass different flags down the Tokenizer chain, e.g.
FlagsAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of FlagsAttribute.
FlagsAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
Initialize this attribute with no bits set
flip(int, int) - Method in class org.apache.lucene.util.FixedBitSet
Flips a range of bits
flip(long, long) - Method in class org.apache.lucene.util.LongBitSet
Flips a range of bits
flip(long) - Method in class org.apache.lucene.util.OpenBitSet
flips a bit, expanding the set size if necessary
flip(long, long) - Method in class org.apache.lucene.util.OpenBitSet
Flips a range of bits, expanding the set size if necessary
flipAndGet(int) - Method in class org.apache.lucene.util.OpenBitSet
flips a bit and returns the resulting bit value.
flipAndGet(long) - Method in class org.apache.lucene.util.OpenBitSet
flips a bit and returns the resulting bit value.
FloatAssociationFacetField - Class in org.apache.lucene.facet.taxonomy
Add an instance of this to your Document to add a facet label associated with a float.
FloatAssociationFacetField(float, String, String...) - Constructor for class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
Creates this from dim and path and a float association
FloatDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving float values.
FloatDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
FloatDocValuesField - Class in org.apache.lucene.document
Syntactic sugar for encoding floats as NumericDocValues via Float.floatToRawIntBits(float).
FloatDocValuesField(String, float) - Constructor for class org.apache.lucene.document.FloatDocValuesField
Creates a new DocValues field with the specified 32-bit float value
FloatEncoder - Class in org.apache.lucene.analysis.payloads
Encode a character array Float as a BytesRef.
FloatEncoder() - Constructor for class org.apache.lucene.analysis.payloads.FloatEncoder
 
floatField(FieldInfo, float) - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
 
FloatField - Class in org.apache.lucene.document
Field that indexes float values for efficient range filtering and sorting.
FloatField(String, float, Field.Store) - Constructor for class org.apache.lucene.document.FloatField
Creates a stored or un-stored FloatField with the provided value and default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
FloatField(String, float, FieldType) - Constructor for class org.apache.lucene.document.FloatField
Expert: allows you to customize the FieldType.
floatField(FieldInfo, float) - Method in class org.apache.lucene.index.StoredFieldVisitor
Process a float numeric field.
FloatFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains float field values from FieldCache.getFloats(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and makes those values available as other numeric types, casting as needed.
FloatFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
FloatFieldSource(String, FieldCache.FloatParser) - Constructor for class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
FloatTaxonomyFacets - Class in org.apache.lucene.facet.taxonomy
Base class for all taxonomy-based facets that aggregate to a per-ords float[].
FloatTaxonomyFacets(String, TaxonomyReader, FacetsConfig) - Constructor for class org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets
Sole constructor.
floatToByte(float, int, int) - Static method in class org.apache.lucene.util.SmallFloat
Converts a 32 bit float to an 8 bit float.
floatToByte315(float) - Static method in class org.apache.lucene.util.SmallFloat
floatToByte(b, mantissaBits=3, zeroExponent=15)
smallest non-zero value = 5.820766E-10
largest value = 7.5161928E9
epsilon = 0.125
floatToByte52(float) - Static method in class org.apache.lucene.util.SmallFloat
floatToByte(b, mantissaBits=5, zeroExponent=2)
smallest nonzero value = 0.033203125
largest value = 1984.0
epsilon = 0.03125
floatToBytesRef(float) - Static method in class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
Encodes a float as a 4-byte BytesRef.
floatToEdits(float, int) - Static method in class org.apache.lucene.search.FuzzyQuery
Deprecated.
pass integer edit distances instead.
floatToSortableInt(float) - Static method in class org.apache.lucene.util.NumericUtils
Converts a float value to a sortable signed int.
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
floatVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
floatVal(int, float[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
floor(BytesRef, BytesRef) - Method in class org.apache.lucene.util.automaton.CompiledAutomaton
Finds largest term accepted by this Automaton, that's <= the provided input term.
floorBlockCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
The number of floor blocks (meta-blocks larger than the allowed maxItemsPerBlock) in the terms file.
floorSubBlockCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
The number of sub-blocks within the floor blocks.
flush() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
flush(boolean, boolean) - Method in class org.apache.lucene.index.IndexWriter
Flush all in-memory buffered updates (adds and deletes) to the Directory.
flush() - Method in class org.apache.lucene.store.BufferedIndexOutput
 
flush() - Method in class org.apache.lucene.store.IndexOutput
Forces any buffered output to be written.
flush() - Method in class org.apache.lucene.store.RAMOutputStream
 
flush() - Method in class org.apache.lucene.util.packed.BlockPackedWriter
 
flush() - Method in class org.apache.lucene.util.packed.MonotonicBlockPackedWriter
 
flush() - Method in class org.apache.lucene.util.packed.PackedDataOutput
Flush pending bits to the underlying DataOutput.
flushBlock() - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexOutput
 
flushBuffer(IndexOutput, long) - Method in class org.apache.lucene.store.BufferedIndexInput
Flushes the in-memory buffer to the given output, copying at most numBytes.
flushBuffer(byte[], int, int) - Method in class org.apache.lucene.store.BufferedIndexOutput
Expert: implements buffer write.
flushBuffer(byte[], int, int) - Method in class org.apache.lucene.store.FSDirectory.FSIndexOutput
 
FlushInfo - Class in org.apache.lucene.store
A FlushInfo provides information required for a FLUSH context.
FlushInfo(int, long) - Constructor for class org.apache.lucene.store.FlushInfo
Creates a new FlushInfo instance from the values required for a FLUSH IOContext context.
flushInfo - Variable in class org.apache.lucene.store.IOContext
 
flushPolicy - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
FlushPolicy to control when segments are flushed.
foldToASCII(char[], int) - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
Converts characters above ASCII to their ASCII equivalents.
foldToASCII(char[], int, char[], int, int) - Static method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
Converts characters above ASCII to their ASCII equivalents.
following(int) - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
follows(TextFragment) - Method in class org.apache.lucene.search.highlight.TextFragment
 
FOOTER_MAGIC - Static variable in class org.apache.lucene.codecs.CodecUtil
Constant to identify the start of a codec footer.
footerLength() - Static method in class org.apache.lucene.codecs.CodecUtil
Computes the length of a codec footer.
FORCE_FIRST_LETTER - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
forceMerge(int) - Method in class org.apache.lucene.index.IndexWriter
Forces merge policy to merge segments until there are <= maxNumSegments.
forceMerge(int, boolean) - Method in class org.apache.lucene.index.IndexWriter
Just like IndexWriter.forceMerge(int), except you can specify whether the call should block until all merging completes.
forceMergeDeletes(boolean) - Method in class org.apache.lucene.index.IndexWriter
Just like IndexWriter.forceMergeDeletes(), except you can specify whether the call should block until the operation completes.
forceMergeDeletes() - Method in class org.apache.lucene.index.IndexWriter
Forces merging of all segments that have deleted documents.
format(double, StringBuffer, FieldPosition) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
 
format(long, StringBuffer, FieldPosition) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
 
format(Passage[], String) - Method in class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
 
format(Passage[], String) - Method in class org.apache.lucene.search.postingshighlight.PassageFormatter
Formats the top passages from content into a human-readable text snippet.
format - Variable in class org.apache.lucene.util.packed.PackedInts.FormatAndBits
 
FORMAT_3_1 - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
Each segment records the Lucene version that created it.
FORMAT_DIAGNOSTICS - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
This format adds optional per-segment String diagnostics storage, and switches userData to Map
FORMAT_HAS_VECTORS - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
Each segment records whether it has term vectors
FORMAT_SEGMENTS_GEN_CURRENT - Static variable in class org.apache.lucene.index.SegmentInfos
Current format of segments.gen
FORMAT_SNOWBALL - Static variable in class org.apache.lucene.analysis.core.StopFilterFactory
 
FORMAT_WORDSET - Static variable in class org.apache.lucene.analysis.core.StopFilterFactory
 
Formatter - Interface in org.apache.lucene.search.highlight
Processes terms found in the original text, typically by applying some form of mark-up to highlight terms in HTML search results pages.
forName(String, Map<String, String>) - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
looks up a charfilter by name from context classpath
forName(String, Map<String, String>) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
looks up a tokenfilter by name from context classpath
forName(String, Map<String, String>) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
looks up a tokenizer by name from context classpath
forName(String) - Static method in class org.apache.lucene.codecs.Codec
looks up a codec by name
forName(String) - Static method in class org.apache.lucene.codecs.DocValuesFormat
looks up a format by name
forName(String) - Static method in class org.apache.lucene.codecs.PostingsFormat
looks up a format by name
FragListBuilder - Interface in org.apache.lucene.search.vectorhighlight
FragListBuilder is an interface for FieldFragList builder classes.
Fragmenter - Interface in org.apache.lucene.search.highlight
Implements the policy for breaking text into multiple fragments for consideration by the Highlighter class.
FragmentsBuilder - Interface in org.apache.lucene.search.vectorhighlight
FragmentsBuilder is an interface for fragments (snippets) builder classes.
FREE_BSD - Static variable in class org.apache.lucene.util.Constants
True iff running on FreeBSD
freeBefore(int) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
Call this to notify us that no chars before this absolute position are needed anymore.
freeBefore(int) - Method in class org.apache.lucene.util.RollingBuffer
 
freeBlocks(int) - Method in class org.apache.lucene.util.RecyclingByteBlockAllocator
Removes the given number of byte blocks from the buffer if possible.
freeBlocks(int) - Method in class org.apache.lucene.util.RecyclingIntBlockAllocator
Removes the given number of int blocks from the buffer if possible.
freenode - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
FreeTextSuggester - Class in org.apache.lucene.search.suggest.analyzing
Builds an ngram model from the text sent to FreeTextSuggester.build(org.apache.lucene.search.suggest.InputIterator) and predicts based on the last grams-1 tokens in the request sent to FreeTextSuggester.lookup(java.lang.CharSequence, boolean, int).
FreeTextSuggester(Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Instantiate, using the provided analyzer for both indexing and lookup, using bigram model by default.
FreeTextSuggester(Analyzer, Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Instantiate, using the provided indexing and lookup analyzers, using bigram model by default.
FreeTextSuggester(Analyzer, Analyzer, int) - Constructor for class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Instantiate, using the provided indexing and lookup analyzers, with the specified model (2 = bigram, 3 = trigram, etc.).
FreeTextSuggester(Analyzer, Analyzer, int, byte) - Constructor for class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Instantiate, using the provided indexing and lookup analyzers, and specified model (2 = bigram, 3 = trigram ,etc.).
freeze() - Method in class org.apache.lucene.document.FieldType
Prevents future changes.
freeze(Builder.UnCompiledNode<T>[], int, IntsRef) - Method in class org.apache.lucene.util.fst.Builder.FreezeTail
 
freeze(boolean) - Method in class org.apache.lucene.util.PagedBytes
Commits final byte[], trimming it if necessary and if trim=true
FrenchAnalyzer - Class in org.apache.lucene.analysis.fr
Analyzer for French language.
FrenchAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the default stop words (FrenchAnalyzer.getDefaultStopSet()).
FrenchAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words
FrenchAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words
FrenchLightStemFilter - Class in org.apache.lucene.analysis.fr
A TokenFilter that applies FrenchLightStemmer to stem French words.
FrenchLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchLightStemFilter
 
FrenchLightStemFilterFactory - Class in org.apache.lucene.analysis.fr
FrenchLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fr.FrenchLightStemFilterFactory
Creates a new FrenchLightStemFilterFactory
FrenchLightStemmer - Class in org.apache.lucene.analysis.fr
Light Stemmer for French.
FrenchLightStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchLightStemmer
 
FrenchMinimalStemFilter - Class in org.apache.lucene.analysis.fr
A TokenFilter that applies FrenchMinimalStemmer to stem French words.
FrenchMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchMinimalStemFilter
 
FrenchMinimalStemFilterFactory - Class in org.apache.lucene.analysis.fr
FrenchMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fr.FrenchMinimalStemFilterFactory
Creates a new FrenchMinimalStemFilterFactory
FrenchMinimalStemmer - Class in org.apache.lucene.analysis.fr
Light Stemmer for French.
FrenchMinimalStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchMinimalStemmer
 
FrenchStemFilter - Class in org.apache.lucene.analysis.fr
Deprecated.
(3.1) Use SnowballFilter with FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0
FrenchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
Deprecated.
 
FrenchStemmer - Class in org.apache.lucene.analysis.fr
Deprecated.
Use FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 4.0
FrenchStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchStemmer
Deprecated.
 
FrenchStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
FrenchStemmer() - Constructor for class org.tartarus.snowball.ext.FrenchStemmer
 
freq() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
freq() - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
 
freq() - Method in class org.apache.lucene.index.DocsEnum
Returns term frequency in the current document, or 1 if the field was indexed with FieldInfo.IndexOptions.DOCS_ONLY.
freq() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
freq() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
 
freq() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
freq() - Method in class org.apache.lucene.index.MultiDocsEnum
 
freq() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
freq() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
freq() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
freq() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
freq - Variable in class org.apache.lucene.search.spans.SpanScorer
 
freq() - Method in class org.apache.lucene.search.spans.SpanScorer
 
freq - Variable in class org.apache.lucene.search.spans.TermSpans
 
freq - Variable in class org.apache.lucene.search.spell.SuggestWord
The freq of the word
freqs - Variable in class org.apache.lucene.search.suggest.BufferedInputIterator
buffered weights, parallel with BufferedInputIterator.entries
freqs - Variable in class org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
buffered weights, parallel with BufferingTermFreqIteratorWrapper.entries
FSDirectory - Class in org.apache.lucene.store
Base class for Directory implementations that store index files in the file system.
FSDirectory(File, LockFactory) - Constructor for class org.apache.lucene.store.FSDirectory
Create a new FSDirectory for the named location (ctor for subclasses).
FSDirectory.FSIndexOutput - Class in org.apache.lucene.store
FSDirectory.FSIndexOutput(FSDirectory, String) - Constructor for class org.apache.lucene.store.FSDirectory.FSIndexOutput
 
FSLockFactory - Class in org.apache.lucene.store
Base class for file system based locking implementation.
FSLockFactory() - Constructor for class org.apache.lucene.store.FSLockFactory
 
fst - Variable in class org.apache.lucene.analysis.synonym.SynonymMap
map<input word, list<ord>>
FST<T> - Class in org.apache.lucene.util.fst
Represents an finite state machine (FST), using a compact byte[] format.
FST(DataInput, Outputs<T>) - Constructor for class org.apache.lucene.util.fst.FST
Load a previously saved FST.
FST(DataInput, Outputs<T>, int) - Constructor for class org.apache.lucene.util.fst.FST
Load a previously saved FST; maxBlockBits allows you to control the size of the byte[] pages used to hold the FST bytes.
FST.Arc<T> - Class in org.apache.lucene.util.fst
Represents a single arc.
FST.Arc() - Constructor for class org.apache.lucene.util.fst.FST.Arc
 
FST.BytesReader - Class in org.apache.lucene.util.fst
Reads bytes stored in an FST.
FST.BytesReader() - Constructor for class org.apache.lucene.util.fst.FST.BytesReader
 
FST.INPUT_TYPE - Enum in org.apache.lucene.util.fst
Specifies allowed range of each int input label for this FST.
FSTCompletion - Class in org.apache.lucene.search.suggest.fst
Finite state automata based implementation of "autocomplete" functionality.
FSTCompletion(FST<Object>, boolean, boolean) - Constructor for class org.apache.lucene.search.suggest.fst.FSTCompletion
Constructs an FSTCompletion, specifying higherWeightsFirst and exactFirst.
FSTCompletion(FST<Object>) - Constructor for class org.apache.lucene.search.suggest.fst.FSTCompletion
Defaults to higher weights first and exact first.
FSTCompletion.Completion - Class in org.apache.lucene.search.suggest.fst
A single completion for a given key.
FSTCompletionBuilder - Class in org.apache.lucene.search.suggest.fst
Finite state automata based implementation of "autocomplete" functionality.
FSTCompletionBuilder() - Constructor for class org.apache.lucene.search.suggest.fst.FSTCompletionBuilder
Creates an FSTCompletion with default options: 10 buckets, exact match promoted to first position and InMemorySorter with a comparator obtained from BytesRef.getUTF8SortedAsUnicodeComparator().
FSTCompletionBuilder(int, BytesRefSorter, int) - Constructor for class org.apache.lucene.search.suggest.fst.FSTCompletionBuilder
Creates an FSTCompletion with the specified options.
FSTCompletionLookup - Class in org.apache.lucene.search.suggest.fst
An adapter from Lookup API to FSTCompletion.
FSTCompletionLookup() - Constructor for class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
This constructor prepares for creating a suggested FST using the FSTCompletionLookup.build(InputIterator) method.
FSTCompletionLookup(int, boolean) - Constructor for class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
This constructor prepares for creating a suggested FST using the FSTCompletionLookup.build(InputIterator) method.
FSTCompletionLookup(FSTCompletion, boolean) - Constructor for class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
This constructor takes a pre-built automaton.
fstNode - Variable in class org.apache.lucene.search.suggest.analyzing.FSTUtil.Path
Node in the FST where path ends:
FSTOrdPostingsFormat - Class in org.apache.lucene.codecs.memory
FSTOrd term dict + Lucene41PBF
FSTOrdPostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
FSTOrdPulsing41PostingsFormat - Class in org.apache.lucene.codecs.memory
FSTOrd + Pulsing41
FSTOrdPulsing41PostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.FSTOrdPulsing41PostingsFormat
 
FSTOrdPulsing41PostingsFormat(int) - Constructor for class org.apache.lucene.codecs.memory.FSTOrdPulsing41PostingsFormat
 
FSTOrdTermsReader - Class in org.apache.lucene.codecs.memory
FST-based terms dictionary reader.
FSTOrdTermsReader(SegmentReadState, PostingsReaderBase) - Constructor for class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
FSTOrdTermsWriter - Class in org.apache.lucene.codecs.memory
FST-based term dict, using ord as FST output.
FSTOrdTermsWriter(SegmentWriteState, PostingsWriterBase) - Constructor for class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
FSTPostingsFormat - Class in org.apache.lucene.codecs.memory
FST term dict + Lucene41PBF
FSTPostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
FSTPulsing41PostingsFormat - Class in org.apache.lucene.codecs.memory
FST + Pulsing41, test only, since FST does no delta encoding here!
FSTPulsing41PostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.FSTPulsing41PostingsFormat
 
FSTPulsing41PostingsFormat(int) - Constructor for class org.apache.lucene.codecs.memory.FSTPulsing41PostingsFormat
 
fstSizeInBytes() - Method in class org.apache.lucene.util.fst.Builder
 
FSTTermsReader - Class in org.apache.lucene.codecs.memory
FST-based terms dictionary reader.
FSTTermsReader(SegmentReadState, PostingsReaderBase) - Constructor for class org.apache.lucene.codecs.memory.FSTTermsReader
 
FSTTermsWriter - Class in org.apache.lucene.codecs.memory
FST-based term dict, using metadata as FST output.
FSTTermsWriter(SegmentWriteState, PostingsWriterBase) - Constructor for class org.apache.lucene.codecs.memory.FSTTermsWriter
 
FSTUtil - Class in org.apache.lucene.search.suggest.analyzing
Exposes a utility method to enumerate all paths intersecting an Automaton with an FST.
FSTUtil.Path<T> - Class in org.apache.lucene.search.suggest.analyzing
Holds a pair (automaton, fst) of states and accumulated output in the intersected machine.
FSTUtil.Path(State, FST.Arc<T>, T, IntsRef) - Constructor for class org.apache.lucene.search.suggest.analyzing.FSTUtil.Path
Sole constructor.
fsync(String) - Method in class org.apache.lucene.store.FSDirectory
 
fsync(File, boolean) - Static method in class org.apache.lucene.util.IOUtils
Ensure that any writes to the given file is written to the storage device that contains it.
fullPathLength() - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
Returns the number of characters needed to represent the path, including delimiter characters, for using with CategoryPath.copyFullPath(char[], int, char).
FULLWIDTH_DIGIT - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Full-Width alphanumeric characters
FULLWIDTH_LETTER - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Full-Width letters
FULLWIDTH_NUMBER - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
Full-Width Alphanumeric
FULLWIDTH_STRING - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
Full-Width String
func(int, FunctionValues, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.DivFloatFunction
 
func(int, FunctionValues, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MinFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
func(int, FunctionValues, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.PowFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.ProductFloatFunction
 
func(int, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
func(int, FunctionValues) - Method in class org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
 
func(int, FunctionValues[]) - Method in class org.apache.lucene.queries.function.valuesource.SumFloatFunction
 
function - Variable in class org.apache.lucene.search.payloads.PayloadNearQuery
 
function - Variable in class org.apache.lucene.search.payloads.PayloadTermQuery
 
FunctionAllGroupHeadsCollector - Class in org.apache.lucene.search.grouping.function
An implementation of AbstractAllGroupHeadsCollector for retrieving the most relevant groups when grouping by ValueSource.
FunctionAllGroupHeadsCollector(ValueSource, Map<?, ?>, Sort) - Constructor for class org.apache.lucene.search.grouping.function.FunctionAllGroupHeadsCollector
Constructs a FunctionAllGroupHeadsCollector instance.
FunctionAllGroupHeadsCollector.GroupHead - Class in org.apache.lucene.search.grouping.function
Holds current head document for a single group.
FunctionAllGroupsCollector - Class in org.apache.lucene.search.grouping.function
A collector that collects all groups that match the query.
FunctionAllGroupsCollector(ValueSource, Map<?, ?>) - Constructor for class org.apache.lucene.search.grouping.function.FunctionAllGroupsCollector
Constructs a FunctionAllGroupsCollector instance.
FunctionDistinctValuesCollector - Class in org.apache.lucene.search.grouping.function
Function based implementation of AbstractDistinctValuesCollector.
FunctionDistinctValuesCollector(Map<?, ?>, ValueSource, ValueSource, Collection<SearchGroup<MutableValue>>) - Constructor for class org.apache.lucene.search.grouping.function.FunctionDistinctValuesCollector
 
FunctionDistinctValuesCollector.GroupCount - Class in org.apache.lucene.search.grouping.function
Holds distinct values for a single group.
FunctionFirstPassGroupingCollector - Class in org.apache.lucene.search.grouping.function
Concrete implementation of AbstractFirstPassGroupingCollector that groups based on ValueSource instances.
FunctionFirstPassGroupingCollector(ValueSource, Map<?, ?>, Sort, int) - Constructor for class org.apache.lucene.search.grouping.function.FunctionFirstPassGroupingCollector
Creates a first pass collector.
FunctionQuery - Class in org.apache.lucene.queries.function
Returns a score for each document based on a ValueSource, often some function of the value of a field.
FunctionQuery(ValueSource) - Constructor for class org.apache.lucene.queries.function.FunctionQuery
 
FunctionQuery.AllScorer - Class in org.apache.lucene.queries.function
 
FunctionQuery.AllScorer(AtomicReaderContext, Bits, FunctionQuery.FunctionWeight, float) - Constructor for class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
FunctionQuery.FunctionWeight - Class in org.apache.lucene.queries.function
 
FunctionQuery.FunctionWeight(IndexSearcher) - Constructor for class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
FunctionSecondPassGroupingCollector - Class in org.apache.lucene.search.grouping.function
Concrete implementation of AbstractSecondPassGroupingCollector that groups based on ValueSource instances.
FunctionSecondPassGroupingCollector(Collection<SearchGroup<MutableValue>>, Sort, Sort, int, boolean, boolean, boolean, ValueSource, Map<?, ?>) - Constructor for class org.apache.lucene.search.grouping.function.FunctionSecondPassGroupingCollector
FunctionValues - Class in org.apache.lucene.queries.function
Represents field values as different types.
FunctionValues() - Constructor for class org.apache.lucene.queries.function.FunctionValues
 
FunctionValues.ValueFiller - Class in org.apache.lucene.queries.function
Abstraction of the logic required to fill the value of a specified doc into a reusable MutableValue.
FunctionValues.ValueFiller() - Constructor for class org.apache.lucene.queries.function.FunctionValues.ValueFiller
 
FUZZY_CONFIG - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the FuzzyConfig used to create fuzzy queries.
FUZZY_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables FUZZY operators: (~) on single terms
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
FuzzyConfig - Class in org.apache.lucene.queryparser.flexible.standard.config
Configuration parameters for FuzzyQuerys
FuzzyConfig() - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.FuzzyConfig
 
FuzzyLikeThisQuery - Class in org.apache.lucene.sandbox.queries
Fuzzifies ALL terms provided as strings and then picks the best n differentiating terms.
FuzzyLikeThisQuery(int, Analyzer) - Constructor for class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
FuzzyLikeThisQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for FuzzyLikeThisQuery
FuzzyLikeThisQueryBuilder(Analyzer) - Constructor for class org.apache.lucene.queryparser.xml.builders.FuzzyLikeThisQueryBuilder
 
FuzzyQuery - Class in org.apache.lucene.search
Implements the fuzzy search query.
FuzzyQuery(Term, int, int, int, boolean) - Constructor for class org.apache.lucene.search.FuzzyQuery
Create a new FuzzyQuery that will match terms with an edit distance of at most maxEdits to term.
FuzzyQuery(Term, int, int) - Constructor for class org.apache.lucene.search.FuzzyQuery
FuzzyQuery(Term, int) - Constructor for class org.apache.lucene.search.FuzzyQuery
FuzzyQuery(Term) - Constructor for class org.apache.lucene.search.FuzzyQuery
FuzzyQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A FuzzyQueryNode represents a element that contains field/text/similarity tuple
FuzzyQueryNode(CharSequence, CharSequence, float, int, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
FuzzyQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a FuzzyQuery object from a FuzzyQueryNode object.
FuzzyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.FuzzyQueryNodeBuilder
 
FuzzyQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor iterates the query node tree looking for every FuzzyQueryNode, when this kind of node is found, it checks on the query configuration for StandardQueryConfigHandler.ConfigurationKeys.FUZZY_CONFIG, gets the fuzzy prefix length and default similarity from it and set to the fuzzy node.
FuzzyQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.FuzzyQueryNodeProcessor
 
FuzzySet - Class in org.apache.lucene.codecs.bloom
A class used to represent a set of many, potentially large, values (e.g.
FuzzySet.ContainsResult - Enum in org.apache.lucene.codecs.bloom
Result from FuzzySet.contains(BytesRef): can never return definitively YES (always MAYBE), but can sometimes definitely return NO.
FuzzySuggester - Class in org.apache.lucene.search.suggest.analyzing
Implements a fuzzy AnalyzingSuggester.
FuzzySuggester(Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
Creates a FuzzySuggester instance initialized with default values.
FuzzySuggester(Analyzer, Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
Creates a FuzzySuggester instance with an index & a query analyzer initialized with default values.
FuzzySuggester(Analyzer, Analyzer, int, int, int, boolean, int, boolean, int, int, boolean) - Constructor for class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
Creates a FuzzySuggester instance.
FuzzyTermsEnum - Class in org.apache.lucene.search
Subclass of TermsEnum for enumerating all terms that are similar to the specified filter term.
FuzzyTermsEnum(Terms, AttributeSource, Term, float, int, boolean) - Constructor for class org.apache.lucene.search.FuzzyTermsEnum
Constructor for enumeration of all terms from specified reader which share a prefix of length prefixLength with term and which have a fuzzy similarity > minSimilarity.
FuzzyTermsEnum.LevenshteinAutomataAttribute - Interface in org.apache.lucene.search
reuses compiled automata across different segments, because they are independent of the index
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl - Class in org.apache.lucene.search
Stores compiled automata as a list (indexed by edit distance)
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl() - Constructor for class org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
 

G

GalicianAnalyzer - Class in org.apache.lucene.analysis.gl
Analyzer for Galician.
GalicianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.gl.GalicianAnalyzer
Builds an analyzer with the default stop words: GalicianAnalyzer.DEFAULT_STOPWORD_FILE.
GalicianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.gl.GalicianAnalyzer
Builds an analyzer with the given stop words.
GalicianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.gl.GalicianAnalyzer
Builds an analyzer with the given stop words.
GalicianMinimalStemFilter - Class in org.apache.lucene.analysis.gl
A TokenFilter that applies GalicianMinimalStemmer to stem Galician words.
GalicianMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemFilter
 
GalicianMinimalStemFilterFactory - Class in org.apache.lucene.analysis.gl
GalicianMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemFilterFactory
Creates a new GalicianMinimalStemFilterFactory
GalicianMinimalStemmer - Class in org.apache.lucene.analysis.gl
Minimal Stemmer for Galician
GalicianMinimalStemmer() - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemmer
 
GalicianStemFilter - Class in org.apache.lucene.analysis.gl
A TokenFilter that applies GalicianStemmer to stem Galician words.
GalicianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.gl.GalicianStemFilter
 
GalicianStemFilterFactory - Class in org.apache.lucene.analysis.gl
Factory for GalicianStemFilter.
GalicianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.gl.GalicianStemFilterFactory
Creates a new GalicianStemFilterFactory
GalicianStemmer - Class in org.apache.lucene.analysis.gl
Galician stemmer implementing "Regras do lematizador para o galego".
GalicianStemmer() - Constructor for class org.apache.lucene.analysis.gl.GalicianStemmer
 
GB - Static variable in class org.apache.lucene.util.OfflineSorter
Convenience constant for gigabytes
gcd(long, long) - Static method in class org.apache.lucene.util.MathUtil
Return the greatest common divisor of a and b, consistently with BigInteger.gcd(BigInteger).
GCD_COMPRESSED - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Compressed by computing the GCD.
GEN_EXTENSION - Static variable in class org.apache.lucene.index.IndexFileNames
Extension of gen file
Gener - Class in org.egothor.stemmer
The Gener object helps in the discarding of nodes which break the reduction effort and defend the structure against large reductions.
Gener() - Constructor for class org.egothor.stemmer.Gener
Constructor for the Gener object.
GENERATE_NUMBER_PARTS - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Causes number subwords to be generated:

"500-42" => "500" "42"

GENERATE_NUMBER_PARTS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Causes number subwords to be generated:

"500-42" => "500" "42"

GENERATE_WORD_PARTS - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Causes parts of words to be generated:

"PowerShot" => "Power" "Shot"

GENERATE_WORD_PARTS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Causes parts of words to be generated:

"PowerShot" => "Power" "Shot"

generateParseException() - Method in class org.apache.lucene.queryparser.classic.QueryParser
Generate ParseException.
generateParseException() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Generate ParseException.
generateParseException() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
Generate ParseException.
generationFromSegmentsFileName(String) - Static method in class org.apache.lucene.index.SegmentInfos
Parse the generation off the segments file name and return it.
German2Stemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
German2Stemmer() - Constructor for class org.tartarus.snowball.ext.German2Stemmer
 
GermanAnalyzer - Class in org.apache.lucene.analysis.de
Analyzer for German language.
GermanAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the default stop words: GermanAnalyzer.getDefaultStopSet().
GermanAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the given stop words
GermanAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the given stop words
GermanLightStemFilter - Class in org.apache.lucene.analysis.de
A TokenFilter that applies GermanLightStemmer to stem German words.
GermanLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanLightStemFilter
 
GermanLightStemFilterFactory - Class in org.apache.lucene.analysis.de
GermanLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanLightStemFilterFactory
Creates a new GermanLightStemFilterFactory
GermanLightStemmer - Class in org.apache.lucene.analysis.de
Light Stemmer for German.
GermanLightStemmer() - Constructor for class org.apache.lucene.analysis.de.GermanLightStemmer
 
GermanMinimalStemFilter - Class in org.apache.lucene.analysis.de
A TokenFilter that applies GermanMinimalStemmer to stem German words.
GermanMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemFilter
 
GermanMinimalStemFilterFactory - Class in org.apache.lucene.analysis.de
GermanMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemFilterFactory
Creates a new GermanMinimalStemFilterFactory
GermanMinimalStemmer - Class in org.apache.lucene.analysis.de
Minimal Stemmer for German.
GermanMinimalStemmer() - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemmer
 
GermanNormalizationFilter - Class in org.apache.lucene.analysis.de
Normalizes German characters according to the heuristics of the German2 snowball algorithm.
GermanNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanNormalizationFilter
 
GermanNormalizationFilterFactory - Class in org.apache.lucene.analysis.de
GermanNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanNormalizationFilterFactory
Creates a new GermanNormalizationFilterFactory
GermanStemFilter - Class in org.apache.lucene.analysis.de
A TokenFilter that stems German words.
GermanStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
Creates a GermanStemFilter instance
GermanStemFilterFactory - Class in org.apache.lucene.analysis.de
Factory for GermanStemFilter.
GermanStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilterFactory
Creates a new GermanStemFilterFactory
GermanStemmer - Class in org.apache.lucene.analysis.de
A stemmer for German words.
GermanStemmer() - Constructor for class org.apache.lucene.analysis.de.GermanStemmer
 
GermanStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
GermanStemmer() - Constructor for class org.tartarus.snowball.ext.GermanStemmer
 
get(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
get(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
get(char[], int, FST.Arc<BytesRef>, FST.BytesReader) - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.StemmerOverrideMap
Returns the value mapped to the given key or null if the key is not in the FST dictionary.
get(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, Collection<String>) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, Collection<String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, Collection<String>, String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayMap
returns the value of the mapping of len chars of text starting at off
get(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArrayMap
returns the value of the mapping of the chars inside this CharSequence
get(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
get(int) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
 
get(int, int) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
 
get(int) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsReader
 
get(int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
 
get(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
get(int) - Method in class org.apache.lucene.codecs.TermVectorsReader
Returns term vectors for this document, or null if term vectors were not indexed.
get(String) - Method in class org.apache.lucene.document.Document
Returns the string value of the field with the given name if any exist in this document, or null.
get(int, IntsRef) - Method in class org.apache.lucene.facet.taxonomy.OrdinalsReader.OrdinalsSegmentReader
Get the ordinals for this document.
get(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache
 
get(FacetLabel, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.CollisionMap
Return the mapping, or LabelToOrdinal.INVALID_ORDINAL if the label isn't recognized.
get(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
 
get(FacetLabel) - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
Lookup a category in the cache, returning its ordinal, or a negative number if the category is not in the cache.
get(int, BytesRef) - Method in class org.apache.lucene.index.BinaryDocValues
Lookup the value for document.
get(int) - Method in class org.apache.lucene.index.MergeState.DocMap
Returns the mapped docID corresponding to the provided one.
get(int) - Method in class org.apache.lucene.index.NumericDocValues
Returns the numeric value for the specified document ID.
get(int, BytesRef) - Method in class org.apache.lucene.index.SortedDocValues
 
get(int) - Method in class org.apache.lucene.index.TermContext
Returns the TermState for an leaf ordinal or null if no TermState for the ordinal was registered.
get() - Static method in class org.apache.lucene.LucenePackage
Return Lucene's package, including version information.
get(ConfigurationKey<T>) - Method in class org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
Returns the value held by the given key.
get(int) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
get(int) - Method in class org.apache.lucene.search.FieldCache.Bytes
Return a single Byte representation of this field's value.
get(int) - Method in class org.apache.lucene.search.FieldCache.Doubles
Return an double representation of this field's value.
get(int) - Method in class org.apache.lucene.search.FieldCache.Floats
Return an float representation of this field's value.
get(int) - Method in class org.apache.lucene.search.FieldCache.Ints
Return an integer representation of this field's value.
get(int) - Method in class org.apache.lucene.search.FieldCache.Longs
Return an long representation of this field's value.
get(int) - Method in class org.apache.lucene.search.FieldCache.Shorts
Return a short representation of this field's value.
get(String) - Method in class org.apache.lucene.search.LiveFieldValues
Returns the current value for this id, or null if the id isn't in the index or was deleted.
get(String) - Method in class org.apache.lucene.search.similarities.PerFieldSimilarityWrapper
Returns a Similarity for scoring a field.
get(CharSequence) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
Returns the weight associated with an input string, or null if it does not exist.
get(CharSequence) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Returns the weight associated with an input string, or null if it does not exist.
get(CharSequence) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
Returns the bucket (weight) as a Long for the provided key if it exists, otherwise null if it does not.
get(CharSequence) - Method in class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
Returns the weight associated with an input string, or null if it does not exist.
get(CharSequence) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
Returns the value for the specified key, or null if the key does not exist.
get(CharSequence) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Retrieve the object indexed by a key.
get(CharSequence) - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
Returns the value for the specified key, or null if the key does not exist.
get(int) - Method in interface org.apache.lucene.util.Bits
Returns the value of the bit with the specified index.
get(int) - Method in class org.apache.lucene.util.Bits.MatchAllBits
 
get(int) - Method in class org.apache.lucene.util.Bits.MatchNoBits
 
get(BytesRef, int) - Method in class org.apache.lucene.util.BytesRefArray
Returns the n'th element of this BytesRefArray
get(int, BytesRef) - Method in class org.apache.lucene.util.BytesRefHash
Populates and returns a BytesRef with the bytes for the given bytesID.
get() - Method in class org.apache.lucene.util.CloseableThreadLocal
 
get() - Method in class org.apache.lucene.util.Counter
Returns the counters current value
get(int) - Method in class org.apache.lucene.util.DocIdBitSet
 
get(K) - Method in class org.apache.lucene.util.DoubleBarrelLRUCache
 
get(int) - Method in class org.apache.lucene.util.FixedBitSet
 
get(long) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
get(long, long) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
get(FST<T>, IntsRef) - Static method in class org.apache.lucene.util.fst.Util
Looks up the output for this input, or null if the input is not accepted.
get(FST<T>, BytesRef) - Static method in class org.apache.lucene.util.fst.Util
Looks up the output for this input, or null if the input is not accepted
get(long) - Method in class org.apache.lucene.util.LongBitSet
 
get(long) - Method in class org.apache.lucene.util.LongValues
Get value at index.
get(int) - Method in class org.apache.lucene.util.LongValues
 
get(int) - Method in class org.apache.lucene.util.OpenBitSet
Returns true or false for the specified bit index.
get(long) - Method in class org.apache.lucene.util.OpenBitSet
Returns true or false for the specified bit index
get(long) - Method in class org.apache.lucene.util.packed.BlockPackedReader
 
get(int) - Method in class org.apache.lucene.util.packed.GrowableWriter
 
get(int, long[], int, int) - Method in class org.apache.lucene.util.packed.GrowableWriter
 
get(long) - Method in class org.apache.lucene.util.packed.MonotonicBlockPackedReader
 
get(int) - Method in class org.apache.lucene.util.packed.PackedInts.NullReader
 
get(int, long[], int, int) - Method in class org.apache.lucene.util.packed.PackedInts.NullReader
 
get(int, long[], int, int) - Method in class org.apache.lucene.util.packed.PackedInts.Reader
Bulk get: read at least one and at most len longs starting from index into arr[off:off+len] and return the actual number of values that have been read.
get() - Method in class org.apache.lucene.util.RefCount
 
get(int) - Method in class org.apache.lucene.util.RollingBuffer
Get T instance for this absolute position; this is allowed to be arbitrarily far "in the future" but cannot be before the last freeBefore.
get() - Method in class org.apache.lucene.util.SetOnce
Returns the object set by SetOnce.set(Object).
get(Class<S>) - Static method in class org.apache.lucene.util.SPIClassIterator
 
get(Class<S>, ClassLoader) - Static method in class org.apache.lucene.util.SPIClassIterator
 
get(Object) - Method in class org.apache.lucene.util.WeakIdentityMap
Returns the value to which the specified key is mapped.
getAcceptStates() - Method in class org.apache.lucene.util.automaton.Automaton
Returns the set of reachable accept states.
getAccuracy() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the minimal accuracy from the StringDistance for a match
getAccuracy() - Method in class org.apache.lucene.search.spell.SpellChecker
The accuracy (minimum score) to be used, unless overridden in SpellChecker.suggestSimilar(String, int, IndexReader, String, SuggestMode, float), to decide whether a suggestion is included or not.
getAddressInstance(IndexInput, FieldInfo, Lucene45DocValuesProducer.BinaryEntry) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
returns an address instance for variable-length binary values.
getAfterEffect() - Method in class org.apache.lucene.search.similarities.DFRSimilarity
Returns the first normalization
getAll(CharSequence) - Method in class org.egothor.stemmer.Trie
Gets the all attribute of the Trie object
getAllDims(int) - Method in class org.apache.lucene.facet.Facets
Returns topN labels for any dimension that had hits, sorted by the number of hits that dimension matched; this is used for "sparse" faceting, where many different dimensions were indexed, for example depending on the type of document.
getAllDims(int) - Method in class org.apache.lucene.facet.MultiFacets
 
getAllDims(int) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
 
getAllDims(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacets
 
getAllGroupHeads() - Method in class org.apache.lucene.search.grouping.GroupingSearch
Returns the matching group heads if GroupingSearch.setAllGroupHeads(boolean) was set to true or an empty bit set.
getAllMatchingGroups() - Method in class org.apache.lucene.search.grouping.GroupingSearch
If GroupingSearch.setAllGroups(boolean) was set to true then all matching groups are returned, otherwise an empty collection is returned.
getAllowLeadingWildcard() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getAllowLeadingWildcard() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
 
getAllowLeadingWildcard() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
getAnalyzer() - Method in class org.apache.lucene.index.IndexWriter
Returns the analyzer used by this index.
getAnalyzer() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getAnalyzer() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the default analyzer to use for indexing documents.
getAnalyzer() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns an analyzer that will be used to parse source doc with.
getAnalyzer() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getAnalyzer() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
 
getAnalyzer() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
getAnalyzer() - Method in class org.apache.lucene.util.QueryBuilder
Returns the analyzer.
getAnalyzeRangeTerms() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getAndClear(int) - Method in class org.apache.lucene.util.FixedBitSet
 
getAndClear(long) - Method in class org.apache.lucene.util.LongBitSet
 
getAndIncrement(String) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Retrieve the Float indexed by key, increment it by one unit and store the new Float.
getAndIncrementGeneration() - Method in class org.apache.lucene.index.TrackingIndexWriter
Return and increment current gen.
getAndQuery(List<SrndQuery>, boolean, Token) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getAndSet(int) - Method in class org.apache.lucene.util.FixedBitSet
 
getAndSet(long) - Method in class org.apache.lucene.util.LongBitSet
 
getAndSet(int) - Method in class org.apache.lucene.util.OpenBitSet
Sets a bit and returns the previous value.
getAndSet(long) - Method in class org.apache.lucene.util.OpenBitSet
Sets a bit and returns the previous value.
getAnyTokenStream(IndexReader, int, String, Document, Analyzer) - Static method in class org.apache.lucene.search.highlight.TokenSources
A convenience method that tries to first get a TermPositionVector for the specified docId, then, falls back to using the passed in Document to retrieve the TokenStream.
getAnyTokenStream(IndexReader, int, String, Analyzer) - Static method in class org.apache.lucene.search.highlight.TokenSources
A convenience method that tries a number of approaches to getting a token stream.
getArcCount() - Method in class org.apache.lucene.util.fst.FST
 
getArcWithOutputCount() - Method in class org.apache.lucene.util.fst.FST
 
getArguments() - Method in interface org.apache.lucene.queryparser.flexible.messages.Message
 
getArguments() - Method in class org.apache.lucene.queryparser.flexible.messages.MessageImpl
 
getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
getArray() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
getArray() - Method in class org.apache.lucene.util.packed.GrowableWriter
 
getArray() - Method in class org.apache.lucene.util.packed.PackedInts.Reader
Expert: if the bit-width of this reader matches one of java's native types, returns the underlying array (ie, byte[], short[], int[], long[]); else, returns null.
getAssignedClass() - Method in class org.apache.lucene.classification.ClassificationResult
retrieve the result class
getAttribute(String) - Method in class org.apache.lucene.index.FieldInfo
Get a codec attribute value, or null if it does not exist
getAttribute(String) - Method in class org.apache.lucene.index.SegmentInfo
Deprecated.
no longer supported
getAttribute(Element, String, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getAttribute(Element, String, float) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getAttribute(Element, String, int) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getAttribute(Element, String, boolean) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getAttribute(Class<T>) - Method in class org.apache.lucene.util.AttributeSource
The caller must pass in a Class<? extends Attribute> value.
getAttributeClassesIterator() - Method in class org.apache.lucene.util.AttributeSource
Returns a new iterator that iterates the attribute classes in the same order they were added in.
getAttributeFactory() - Method in class org.apache.lucene.util.AttributeSource
returns the used AttributeFactory.
getAttributeImplsIterator() - Method in class org.apache.lucene.util.AttributeSource
Returns a new iterator that iterates all unique Attribute implementations.
getAttributeOrFail(Element, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getAttributeSource() - Method in class org.apache.lucene.index.FieldInvertState
Returns the AttributeSource from the TokenStream that provided the indexed tokens for this field.
getAttributeWithInheritance(Element, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
Returns an attribute value from this node, or first parent node with this attribute defined
getAttributeWithInheritanceOrFail(Element, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getAutoGeneratePhraseQueries() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getAutomaton() - Method in class org.apache.lucene.search.AutomatonQuery
Returns the automaton used to create this query
getAutomaton(String) - Method in interface org.apache.lucene.util.automaton.AutomatonProvider
Returns automaton of the given name.
getAutomatonEnum(int, BytesRef) - Method in class org.apache.lucene.search.FuzzyTermsEnum
return an automata-based enum for matching up to editDistance from lastTerm, if possible
getAvgFieldLength() - Method in class org.apache.lucene.search.similarities.BasicStats
Returns the average field length.
getB() - Method in class org.apache.lucene.search.similarities.BM25Similarity
Returns the b parameter
getBackgroundColorString(float) - Method in class org.apache.lucene.search.highlight.GradientFormatter
 
getBasicModel() - Method in class org.apache.lucene.search.similarities.DFRSimilarity
Returns the basic model of information content
getBasicQueryFactory() - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
getBegin() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getBegin() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
 
getBeginColumn() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
getBeginColumn() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
For EndOfLine and EndOfFile ("<EOF>") parsing problems the last char in the string is returned For the case where the parser is not able to figure out the line and column number -1 will be returned
getBeginColumn() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
getBeginColumn() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getBeginIndex() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
getBeginLine() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
getBeginLine() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
For EndOfLine and EndOfFile ("<EOF>") parsing problems the last char in the string is returned For the case where the parser is not able to figure out the line and column number -1 will be returned
getBeginLine() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
getBeginLine() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getBestFragment(Analyzer, String, String) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant section.
getBestFragment(TokenStream, String) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant section.
getBestFragment(FieldQuery, IndexReader, int, String, int) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
return the best fragment.
getBestFragment(FieldQuery, IndexReader, int, String, int, FragListBuilder, FragmentsBuilder, String[], String[], Encoder) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
return the best fragment.
getBestFragments(Analyzer, String, String, int) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant sections.
getBestFragments(TokenStream, String, int) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant sections.
getBestFragments(TokenStream, String, int, String) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights terms in the text , extracting the most relevant sections and concatenating the chosen fragments with a separator (typically "...").
getBestFragments(FieldQuery, IndexReader, int, String, int, int) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
return the best fragments.
getBestFragments(FieldQuery, IndexReader, int, String, int, int, FragListBuilder, FragmentsBuilder, String[], String[], Encoder) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
return the best fragments.
getBestFragments(FieldQuery, IndexReader, int, String, Set<String>, int, int, FragListBuilder, FragmentsBuilder, String[], String[], Encoder) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
Return the best fragments.
getBestTextFragments(TokenStream, String, boolean, int) - Method in class org.apache.lucene.search.highlight.Highlighter
Low level api to get the most relevant (formatted) sections of the document.
getBinary(FieldInfo) - Method in class org.apache.lucene.codecs.DocValuesProducer
Returns BinaryDocValues for this field.
getBinary(FieldInfo) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
getBinaryDocValues(String) - Method in class org.apache.lucene.index.AtomicReader
Returns BinaryDocValues for this field, or null if no BinaryDocValues were indexed for this field.
getBinaryDocValues(String) - Method in class org.apache.lucene.index.FilterAtomicReader
 
getBinaryDocValues(String) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getBinaryDocValues(String) - Method in class org.apache.lucene.index.SegmentReader
 
getBinaryDocValues(String) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getBinaryDocValues(String) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getBinaryValue(String) - Method in class org.apache.lucene.document.Document
Returns an array of bytes for the first (or only) field that has the name specified as the method parameter.
getBinaryValues(String) - Method in class org.apache.lucene.document.Document
Returns an array of byte arrays for of the fields that have the name specified as the method parameter.
getBinaryValues(IndexReader, String) - Static method in class org.apache.lucene.index.MultiDocValues
Returns a BinaryDocValues for a reader's docvalues (potentially merging on-the-fly)
getBit(int) - Method in class org.apache.lucene.util.OpenBitSet
returns 1 if the bit is set, 0 if not.
getBits() - Method in class org.apache.lucene.util.FixedBitSet
Expert.
getBits() - Method in class org.apache.lucene.util.LongBitSet
Expert.
getBits() - Method in class org.apache.lucene.util.OpenBitSet
Expert: returns the long[] storing the bits
getBitSet() - Method in class org.apache.lucene.util.DocIdBitSet
Returns the underlying BitSet.
getBitsPerValue() - Method in class org.apache.lucene.util.packed.GrowableWriter
 
getBitsPerValue() - Method in class org.apache.lucene.util.packed.PackedInts.NullReader
 
getBitsPerValue() - Method in class org.apache.lucene.util.packed.PackedInts.Reader
 
getBitsPerValue() - Method in interface org.apache.lucene.util.packed.PackedInts.ReaderIterator
Returns number of bits per value
getBlockReader(IndexInput, int[]) - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput
 
getBlockReader(IndexInput, int[]) - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput
 
getBool() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getBool() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getBool() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getBoolean(Map<String, String>, String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getBooleanQuery(List<BooleanClause>) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Factory method for generating query, given a set of clauses.
getBooleanQuery(List<BooleanClause>, boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Factory method for generating query, given a set of clauses.
getBoost() - Method in class org.apache.lucene.index.FieldInvertState
Get boost value.
getBoost() - Method in interface org.apache.lucene.search.BoostAttribute
Retrieves the boost, default is 1.0f.
getBoost() - Method in class org.apache.lucene.search.BoostAttributeImpl
 
getBoost() - Method in class org.apache.lucene.search.Query
Gets the boost for this clause.
getBoost() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo
 
getBoost() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getBoost() - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
getBoostFactor() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the boost factor used when boosting terms
getBracketClose() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
getBracketOpen() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
getBreakIterator(String) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Returns the BreakIterator to use for dividing text into passages.
getBucket(CharSequence) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletion
Returns the bucket assigned to a given key (if found) or -1 if no exact match exists.
getBucketCount() - Method in class org.apache.lucene.search.suggest.fst.FSTCompletion
Returns the bucket count (discretization thresholds).
getBuffer() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
Returns the internal buffer
getBuffer(int) - Method in class org.apache.lucene.store.RAMFile
 
getBufferSize() - Method in class org.apache.lucene.store.BufferedIndexInput
Returns buffer size.
getBufferSize() - Method in class org.apache.lucene.store.BufferedIndexOutput
Returns size of the used output buffer in bytes.
getByOutput(FST<Long>, long) - Static method in class org.apache.lucene.util.fst.Util
Reverse lookup (lookup by output instead of by input), in the special case when your FSTs outputs are strictly ascending.
getByOutput(FST<Long>, long, FST.BytesReader, FST.Arc<Long>, FST.Arc<Long>, IntsRef) - Static method in class org.apache.lucene.util.fst.Util
Expert: like Util.getByOutput(FST, long) except reusing BytesReader, initial and scratch Arc, and result.
getByteBlock() - Method in class org.apache.lucene.util.ByteBlockPool.Allocator
 
getByteBlock() - Method in class org.apache.lucene.util.ByteBlockPool.DirectTrackingAllocator
 
getByteBlock() - Method in class org.apache.lucene.util.RecyclingByteBlockAllocator
 
getBytes(AtomicReader, String, boolean) - Method in interface org.apache.lucene.search.FieldCache
Deprecated.
(4.4) Index as a numeric field using IntField and then use FieldCache.getInts(AtomicReader, String, boolean) instead.
getBytes(AtomicReader, String, FieldCache.ByteParser, boolean) - Method in interface org.apache.lucene.search.FieldCache
Deprecated.
(4.4) Index as a numeric field using IntField and then use FieldCache.getInts(AtomicReader, String, boolean) instead.
getBytesComparator() - Method in class org.apache.lucene.search.SortField
 
getBytesReader() - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.StemmerOverrideMap
getBytesReader() - Method in class org.apache.lucene.util.fst.FST
Returns a FST.BytesReader for this FST, positioned at position 0.
getBytesRef() - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
getBytesRef() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
getBytesRef() - Method in interface org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute
Retrieve this attribute's BytesRef.
getC() - Method in class org.apache.lucene.search.similarities.NormalizationH1
Returns the c parameter.
getC() - Method in class org.apache.lucene.search.similarities.NormalizationH2
Returns the c parameter.
getCacheEntries() - Method in interface org.apache.lucene.search.FieldCache
EXPERT: Generates an array of CacheEntry objects representing all items currently in the FieldCache.
getCacheEntries() - Method in class org.apache.lucene.util.FieldCacheSanityChecker.Insanity
CacheEntry objects which suggest a problem
getCacheType() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getCalibrateSizeByDeletes() - Method in class org.apache.lucene.index.LogMergePolicy
Returns true if the segment size should be calibrated by the number of deletes when choosing segments for merge.
getCells() - Method in class org.egothor.stemmer.Row
Return the number of cells in use.
getCells() - Method in class org.egothor.stemmer.Trie
Return the number of cells in this Trie object.
getCellsPnt() - Method in class org.egothor.stemmer.Row
Return the number of references (how many transitions) to other rows.
getCellsPnt() - Method in class org.egothor.stemmer.Trie
Gets the cellsPnt attribute of the Trie object
getCellsVal() - Method in class org.egothor.stemmer.Row
Return the number of patch commands saved in this Row.
getCellsVal() - Method in class org.egothor.stemmer.Trie
Gets the cellsVal attribute of the Trie object
getChar(Map<String, String>, String, char) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getCharIntervals() - Method in class org.apache.lucene.util.automaton.RunAutomaton
Returns array of codepoint class interval start points.
getCharType(char) - Static method in class org.apache.lucene.analysis.cn.smart.Utility
Return the internal CharType constant of a given character.
getCheckIntegrityAtMerge() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns true if AtomicReader.checkIntegrity() is called before merging segments.
getChecksum() - Method in class org.apache.lucene.store.BufferedChecksumIndexInput
 
getChecksum() - Method in class org.apache.lucene.store.BufferedIndexOutput
 
getChecksum() - Method in class org.apache.lucene.store.ChecksumIndexInput
Returns the current checksum value
getChecksum() - Method in class org.apache.lucene.store.IndexOutput
Returns the current checksum of bytes written so far
getChecksum() - Method in class org.apache.lucene.store.RAMOutputStream
 
getChild() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BoostQueryNode
Returns the single child which this node boosts.
getChild() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.GroupQueryNode
 
getChild() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
 
getChild() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
getChild() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
getChildByTagName(Element, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getChildByTagOrFail(Element, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getChildren(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Returns an iterator over the children of the given ordinal.
getChildren() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
get Children nodes
getChildren() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
getChildren() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
getChildren() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
getChildren() - Method in class org.apache.lucene.search.Scorer
Returns child sub-scorers
getChildTextByTagName(Element, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getClassArg() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getClauses() - Method in class org.apache.lucene.search.BooleanQuery
Returns the set of clauses in this query.
getClauses() - Method in class org.apache.lucene.search.spans.SpanNearQuery
Return the clauses whose spans are matched.
getClauses() - Method in class org.apache.lucene.search.spans.SpanOrQuery
Return the clauses whose spans are matched.
getCmd(Character) - Method in class org.egothor.stemmer.Row
Return the command in the Cell associated with the given Character.
getCnt(Character) - Method in class org.egothor.stemmer.Row
Return the number of patch commands were in the Cell associated with the given Character before the Trie containing this Row was reduced.
getCodec() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getCodec() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the current Codec.
getCodec() - Method in class org.apache.lucene.index.SegmentInfo
Return Codec that wrote this segment.
getCollator() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns the collator used to determine range inclusion, if any.
getCollator() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns the collator used to determine range inclusion
getCollectedGroupHeads() - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
Returns the collected group heads.
getCollectedGroupHeads() - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupHeadsCollector
 
getCollectionProbability() - Method in class org.apache.lucene.search.similarities.LMSimilarity.LMStats
Returns the probability that the current term is generated by the collection.
getColumn() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Deprecated.
getColumn() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
getColumn() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Deprecated.
getColumn() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
getColumn() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Deprecated.
getColumn() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getCombinedCoreAndDeletesKey() - Method in class org.apache.lucene.index.IndexReader
Expert: Returns a key for this IndexReader that also includes deletions, so FieldCache/CachingWrapperFilter can find it again.
getCombinedCoreAndDeletesKey() - Method in class org.apache.lucene.index.SegmentReader
 
getCombinedCoreAndDeletesKey() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getCommitData() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
 
getCommitData() - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
Returns the commit user data map that was set on TaxonomyWriter.setCommitData(Map).
getCommitData() - Method in class org.apache.lucene.index.IndexWriter
Returns the commit user data map that was last committed, or the one that was set on IndexWriter.setCommitData(Map).
getCommitUserData() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
 
getCommitUserData() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Retrieve user committed data.
getCommonPrefix(Automaton) - Static method in class org.apache.lucene.util.automaton.SpecialOperations
Returns the longest string that is a prefix of all accepted strings and visits each state at most once.
getCommonPrefixBytesRef(Automaton) - Static method in class org.apache.lucene.util.automaton.SpecialOperations
 
getCommonSuffix(Automaton) - Static method in class org.apache.lucene.util.automaton.SpecialOperations
Returns the longest string that is a suffix of all accepted strings and visits each state at most once.
getCommonSuffixBytesRef(Automaton) - Static method in class org.apache.lucene.util.automaton.SpecialOperations
 
getCommonWords() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
 
getComparator() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
getComparator() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
getComparator() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
getComparator() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
getComparator() - Method in class org.apache.lucene.codecs.TermsConsumer
Return the BytesRef Comparator used to sort terms before feeding to this API.
getComparator() - Method in class org.apache.lucene.codecs.TermVectorsWriter
Return the BytesRef Comparator used to sort terms before feeding to this API.
getComparator() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
getComparator() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
getComparator() - Method in class org.apache.lucene.index.FilteredTermsEnum
 
getComparator() - Method in class org.apache.lucene.index.MultiTerms
 
getComparator() - Method in class org.apache.lucene.index.MultiTermsEnum
 
getComparator() - Method in class org.apache.lucene.index.Terms
Return the BytesRef Comparator used to sort terms provided by the iterator.
getComparator(int, int) - Method in class org.apache.lucene.sandbox.queries.SortedSetSortField
 
getComparator() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
getComparator(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinSortField
 
getComparator(int, int) - Method in class org.apache.lucene.search.SortField
Returns the FieldComparator to use for sorting.
getComparator() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the current comparator in use.
getComparator() - Method in class org.apache.lucene.search.spell.SpellChecker
Gets the comparator in use for ranking suggestions.
getComparator() - Method in class org.apache.lucene.search.spell.TermFreqIterator.TermFreqIteratorWrapper
 
getComparator() - Method in class org.apache.lucene.search.suggest.BufferedInputIterator
 
getComparator() - Method in class org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
 
getComparator() - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
 
getComparator() - Method in interface org.apache.lucene.search.suggest.fst.BytesRefSorter
Comparator used to determine the sort order of entries.
getComparator() - Method in class org.apache.lucene.search.suggest.fst.ExternalRefSorter
 
getComparator() - Method in class org.apache.lucene.search.suggest.InMemorySorter
 
getComparator() - Method in class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
 
getComparator() - Method in class org.apache.lucene.search.suggest.SortedInputIterator
 
getComparator() - Method in class org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
 
getComparator() - Method in interface org.apache.lucene.util.BytesRefIterator
Return the BytesRef Comparator used to sort terms provided by the iterator.
getComparator() - Method in class org.apache.lucene.util.OfflineSorter
Returns the comparator in use to sort entries
getComparators() - Method in class org.apache.lucene.search.FieldValueHitQueue
 
getComparatorSource() - Method in class org.apache.lucene.search.SortField
Returns the FieldComparatorSource used for custom sorting
getCompetitiveTerm() - Method in interface org.apache.lucene.search.MaxNonCompetitiveBoostAttribute
This is the term or null of the term that triggered the boost change.
getCompetitiveTerm() - Method in class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
 
getConfig() - Method in class org.apache.lucene.index.IndexWriter
Returns a LiveIndexWriterConfig, which can be used to query the IndexWriter current settings, as well as modify "live" ones.
getContext() - Method in class org.apache.lucene.index.AtomicReader
 
getContext() - Method in class org.apache.lucene.index.CompositeReader
 
getContext() - Method in class org.apache.lucene.index.IndexReader
Expert: Returns the root IndexReaderContext for this IndexReader's sub-reader tree.
getCoreCacheKey() - Method in class org.apache.lucene.index.IndexReader
Expert: Returns a key for this IndexReader, so FieldCache/CachingWrapperFilter can find it again.
getCoreCacheKey() - Method in class org.apache.lucene.index.SegmentReader
 
getCoreCacheKey() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getCount() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.FacetEntry
 
getCount() - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
 
getCount() - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
 
getCount() - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
 
getCount() - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
 
getCount() - Method in class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
 
getCount() - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
 
getCount() - Method in class org.apache.lucene.search.suggest.Lookup
Get the number of entries the lookup was built with
getCount() - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
 
getCreatedFiles() - Method in class org.apache.lucene.store.TrackingDirectoryWrapper
 
getCrossCheckTermVectors() - Method in class org.apache.lucene.index.CheckIndex
getCurrent() - Method in class org.tartarus.snowball.SnowballProgram
Get the current string.
getCurrentBuffer() - Method in class org.tartarus.snowball.SnowballProgram
Get the current buffer containing the stem.
getCurrentBufferLength() - Method in class org.tartarus.snowball.SnowballProgram
Get the valid length of the character array in SnowballProgram.getCurrentBuffer().
getCurrentLabel() - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
 
getCurrentLabel() - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
 
getCurrentMerge() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
Return the current merge, or null if this MergeThread is done.
getCurrentOffset() - Method in class org.apache.lucene.util.IntBlockPool.SliceWriter
Returns the offset of the currently written slice.
getCustom() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getCustomScoreProvider(AtomicReaderContext) - Method in class org.apache.lucene.queries.CustomScoreQuery
Returns a CustomScoreProvider that calculates the custom scores for the given IndexReader.
getDataInput() - Method in class org.apache.lucene.util.PagedBytes
Returns a DataInput to read values from this PagedBytes instance.
getDataOutput() - Method in class org.apache.lucene.util.PagedBytes
Returns a DataOutput that you may use to write into this PagedBytes instance.
getDateResolution(String) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Returns the date resolution that is used by RangeQueries for the given field.
getDateResolution() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Returns the default DateTools.Resolution used for certain field when no DateTools.Resolution is defined for this field.
getDateResolutionMap() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Returns the field to DateTools.Resolution map used to normalize each date field.
getDecodedLength(char[], int, int) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Deprecated.
Returns the number of bytes required to decode the given char sequence.
getDecoder() - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
Returns an EliasFanoDecoder to access the encoded values.
getDecoder(PackedInts.Format, int, int) - Static method in class org.apache.lucene.util.packed.PackedInts
getDecodingReader(InputStream, Charset) - Static method in class org.apache.lucene.util.IOUtils
Wrapping the given InputStream in a reader using a CharsetDecoder.
getDecodingReader(File, Charset) - Static method in class org.apache.lucene.util.IOUtils
Opens a Reader for the given File using a CharsetDecoder.
getDecodingReader(Class<?>, String, Charset) - Static method in class org.apache.lucene.util.IOUtils
Opens a Reader for the given resource using a CharsetDecoder.
getDefault() - Static method in class org.apache.lucene.codecs.Codec
expert: returns the default codec used for newly created IndexWriterConfigs.
getDefault() - Static method in class org.apache.lucene.util.InfoStream
The default InfoStream used by a newly instantiated classes.
getDefaultDimConfig() - Method in class org.apache.lucene.facet.FacetsConfig
Get the default configuration for new dimensions.
getDefaultGenLookahedCount() - Static method in class org.apache.lucene.index.SegmentInfos
Returns the defaultGenLookaheadCount.
getDefaultOperator() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Gets implicit operator setting, which will be either AND_OPERATOR or OR_OPERATOR.
getDefaultOperator() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Gets implicit operator setting, which will be either StandardQueryConfigHandler.Operator.AND or StandardQueryConfigHandler.Operator.OR.
getDefaultOperator() - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Returns the implicit operator setting, which will be either SHOULD or MUST.
getDefaultSimilarity() - Static method in class org.apache.lucene.search.IndexSearcher
Expert: returns a default Similarity instance.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ca.CatalanAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ckb.SoraniAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Returns a set of default Czech-stopwords
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.da.DanishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.de.GermanAnalyzer
Returns a set of default German-stopwords
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.el.GreekAnalyzer
Returns a set of default Greek-stopwords
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.en.EnglishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.es.SpanishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.eu.BasqueAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.fi.FinnishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ga.IrishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.gl.GalicianAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.hi.HindiAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.hu.HungarianAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.hy.ArmenianAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.id.IndonesianAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.it.ItalianAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.lv.LatvianAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.no.NorwegianAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.pl.PolishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.pt.PortugueseAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ro.RomanianAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ru.RussianAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.sv.SwedishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.th.ThaiAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultStopSet() - Static method in class org.apache.lucene.analysis.tr.TurkishAnalyzer
Returns an unmodifiable instance of the default stop words set.
getDefaultTable() - Static method in class org.apache.lucene.analysis.pl.PolishAnalyzer
Returns an unmodifiable instance of the default stemmer table.
getDefaultValue() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
getDefaultWriteLockTimeout() - Static method in class org.apache.lucene.index.IndexWriterConfig
Returns the default write lock timeout for newly instantiated IndexWriterConfigs.
getDelCount() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns the number of deleted docs in the segment.
getDelegate() - Method in class org.apache.lucene.store.FilterDirectory
Return the wrapped Directory.
getDelegate() - Method in class org.apache.lucene.store.NRTCachingDirectory
 
getDeletionPolicy() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
Returns the SnapshotDeletionPolicy used by the underlying IndexWriter.
getDelGen() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns generation number of the live docs file or -1 if there are no deletes yet.
getDescription() - Method in class org.apache.lucene.search.Explanation
A description of this explanation node.
getDest() - Method in class org.apache.lucene.util.automaton.Transition
Returns destination of this transition.
getDetails() - Method in class org.apache.lucene.search.Explanation
The sub-nodes of this explanation node.
getDiagnostics() - Method in class org.apache.lucene.index.SegmentInfo
Returns diagnostics saved into the segment when it was written.
getDimConfig(String) - Method in class org.apache.lucene.facet.FacetsConfig
Get the current configuration for a dimension.
getDimConfigs() - Method in class org.apache.lucene.facet.FacetsConfig
Returns map of field name to FacetsConfig.DimConfig.
getDirectory() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Returns the Directory of this taxonomy writer.
getDirectory() - Method in class org.apache.lucene.index.IndexCommit
Returns the Directory for the index.
getDirectory() - Method in class org.apache.lucene.index.IndexWriter
Returns the Directory used by this index.
getDirectory() - Method in exception org.apache.lucene.index.MergePolicy.MergeException
Returns the Directory of the index that hit the exception.
getDirectory(String, String) - Method in class org.apache.lucene.replicator.PerSessionDirectoryFactory
 
getDirectory(String, String) - Method in interface org.apache.lucene.replicator.ReplicationClient.SourceDirectoryFactory
Returns the Directory to use for the given session and source.
getDirectory(File) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Subclass can override to choose a specific Directory implementation.
getDirectory() - Method in class org.apache.lucene.store.CompoundFileDirectory
 
getDirectory() - Method in class org.apache.lucene.store.FSDirectory
 
getDirectReader(IndexInput) - Static method in class org.apache.lucene.util.packed.PackedInts
Construct a direct PackedInts.Reader from an IndexInput.
getDirectReaderNoHeader(IndexInput, PackedInts.Format, int, int, int) - Static method in class org.apache.lucene.util.packed.PackedInts
Expert: Construct a direct PackedInts.Reader from a stream without reading metadata at the beginning of the stream.
getDirectReaderNoHeader(IndexInput, PackedInts.Header) - Static method in class org.apache.lucene.util.packed.PackedInts
Expert: Construct a direct PackedInts.Reader from an IndexInput without reading metadata at the beginning of the stream.
getDiscountOverlaps() - Method in class org.apache.lucene.search.similarities.BM25Similarity
Returns true if overlap tokens are discounted from the document's length.
getDiscountOverlaps() - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Returns true if overlap tokens are discounted from the document's length.
getDiscountOverlaps() - Method in class org.apache.lucene.search.similarities.SimilarityBase
Returns true if overlap tokens are discounted from the document's length.
getDisjuncts() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
 
getDistance() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
getDistance() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the string distance metric in use.
getDistance(String, String) - Method in class org.apache.lucene.search.spell.JaroWinklerDistance
 
getDistance(String, String) - Method in class org.apache.lucene.search.spell.LevensteinDistance
 
getDistance(String, String) - Method in class org.apache.lucene.search.spell.LuceneLevenshteinDistance
 
getDistance(String, String) - Method in class org.apache.lucene.search.spell.NGramDistance
 
getDistance(String, String) - Method in interface org.apache.lucene.search.spell.StringDistance
Returns a float between 0 and 1 based on how similar the specified strings are to one another.
getDistanceQuery(List<SrndQuery>, boolean, Token, boolean) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getDistribution() - Method in class org.apache.lucene.search.similarities.IBSimilarity
Returns the distribution
getDivisor() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
getDivisor() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
getDivisor() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
getDoc() - Method in class org.apache.lucene.codecs.MultiLevelSkipListReader
Returns the id of the doc to which the last call of MultiLevelSkipListReader.skipTo(int) has skipped.
getDocCount() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
getDocCount(String) - Method in class org.apache.lucene.index.AtomicReader
 
getDocCount(String) - Method in class org.apache.lucene.index.BaseCompositeReader
 
getDocCount() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
getDocCount(String) - Method in class org.apache.lucene.index.IndexReader
Returns the number of documents that have at least one term for this field, or -1 if this measure isn't stored by the codec.
getDocCount() - Method in class org.apache.lucene.index.MultiTerms
 
getDocCount() - Method in class org.apache.lucene.index.SegmentInfo
Returns number of documents in this segment (deletions are not taken into account).
getDocCount() - Method in class org.apache.lucene.index.Terms
Returns the number of documents that have at least one term for this field, or -1 if this measure isn't stored by the codec.
getDocFreq() - Method in class org.apache.lucene.search.similarities.BasicStats
Returns the document frequency.
getDocGroupValue(int) - Method in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
Returns the group value for the specified doc.
getDocGroupValue(int) - Method in class org.apache.lucene.search.grouping.function.FunctionFirstPassGroupingCollector
 
getDocGroupValue(int) - Method in class org.apache.lucene.search.grouping.term.TermFirstPassGroupingCollector
 
getDocIdSet() - Method in class org.apache.lucene.facet.FacetsCollector.Docs
Return the DocIdSet which contains all the recorded docs.
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.BooleanFilter
Returns the a DocIdSetIterator representing the Boolean composition of the filters that have been added.
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.ChainedFilter
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.TermFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.TermsFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.CachingWrapperFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
This method is implemented for each data type
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.FieldCacheRangeFilter
This method is implemented for each data type
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.FieldCacheTermsFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.FieldValueFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.Filter
Creates a DocIdSet enumerating the documents that should be permitted in search results.
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
Returns a DocIdSet with documents that should be permitted in search results.
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.QueryWrapperFilter
 
getDocMap(MergeState) - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Expert: If MergePolicy.OneMerge.getMergeReaders() reorders document IDs, this method must be overridden to return a mapping from the natural doc ID (the doc ID that would result from a natural merge) to the actual doc ID.
getDocStoreFiles(SegmentInfo) - Static method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
Returns file names for shared doc stores, if any, else null.
getDocStoreIsCompoundFile(SegmentInfo) - Static method in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
getDocStoreOffset(SegmentInfo) - Static method in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
getDocStoreSegment(SegmentInfo) - Static method in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
getDocsWithField(FieldInfo) - Method in class org.apache.lucene.codecs.DocValuesProducer
Returns a Bits at the size of reader.maxDoc(), with turned on bits for each docid that does have a value for this field.
getDocsWithField(FieldInfo) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
getDocsWithField(String) - Method in class org.apache.lucene.index.AtomicReader
Returns a Bits at the size of reader.maxDoc(), with turned on bits for each docid that does have a value for this field, or null if no DocValues were indexed for this field.
getDocsWithField(String) - Method in class org.apache.lucene.index.FilterAtomicReader
 
getDocsWithField(IndexReader, String) - Static method in class org.apache.lucene.index.MultiDocValues
Returns a Bits for a reader's docsWithField (potentially merging on-the-fly)
getDocsWithField(String) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getDocsWithField(String) - Method in class org.apache.lucene.index.SegmentReader
 
getDocsWithField(String) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getDocsWithField(String) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getDocsWithField(AtomicReader, String) - Method in interface org.apache.lucene.search.FieldCache
Checks the internal cache for an appropriate entry, and if none is found, reads the terms in field and returns a bit set at the size of reader.maxDoc(), with turned on bits for each docid that does have a value for this field.
getDocTermOrds(AtomicReader, String) - Method in interface org.apache.lucene.search.FieldCache
Checks the internal cache for an appropriate entry, and if none is found, reads the term values in field and returns a DocTermOrds instance, providing a method to retrieve the terms (as ords) per document.
getDocument() - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
Retrieve the visited document.
getDocValues() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
Return top-level doc values.
getDocValues() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
Return top-level doc values.
getDocValuesFormatForField(String) - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
Returns the docvalues format that should be used for writing new segments of field.
getDocValuesFormatForField(String) - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
Returns the docvalues format that should be used for writing new segments of field.
getDocValuesFormatForField(String) - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
Returns the docvalues format that should be used for writing new segments of field.
getDocValuesFormatForField(String) - Method in class org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat
Returns the doc values format that should be used for writing new segments of field.
getDocValuesGen() - Method in class org.apache.lucene.index.FieldInfo
Returns the docValues generation of this field, or -1 if no docValues updates exist for it.
getDocValuesType() - Method in class org.apache.lucene.index.FieldInfo
Returns FieldInfo.DocValuesType of the docValues.
getDouble() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getDouble() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getDouble() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getDoubles(AtomicReader, String, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns a FieldCache.Doubles over the values found in documents in the given field.
getDoubles(AtomicReader, String, FieldCache.DoubleParser, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns a FieldCache.Doubles over the values found in documents in the given field.
getEliasFanoEncoder() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
 
getEmptyHighlight(String, BreakIterator, int) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Called to summarize a document when no hits were found.
getEmptyOutput() - Method in class org.apache.lucene.util.fst.FST
 
getEnablePositionIncrements() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
 
getEnablePositionIncrements() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
 
getEnablePositionIncrements() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
getEnablePositionIncrements() - Method in class org.apache.lucene.util.QueryBuilder
Returns true if position increments are enabled.
getEncodedLength(byte[], int, int) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Deprecated.
Returns the number of chars required to encode the given bytes.
getEncoder() - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
Must be thread-safe.
getEncoder() - Method in class org.apache.lucene.search.highlight.Highlighter
 
getEncoder(PackedInts.Format, int, int) - Static method in class org.apache.lucene.util.packed.PackedInts
getEnd() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getEnd() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
 
getEnd() - Method in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
getEndColumn() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
getEndColumn() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
getEndColumn() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getEndIndex() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
getEndLine() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
getEndLine() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
getEndLine() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getEndOffset() - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getEndOffset() - Method in class org.apache.lucene.search.postingshighlight.Passage
End offset of this passage.
getEndOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
 
getEndOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getEndOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
getEndOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getEntryIterator() - Method in interface org.apache.lucene.search.spell.Dictionary
Returns an iterator over all the entries
getEntryIterator() - Method in class org.apache.lucene.search.spell.HighFrequencyDictionary
 
getEntryIterator() - Method in class org.apache.lucene.search.spell.LuceneDictionary
 
getEntryIterator() - Method in class org.apache.lucene.search.spell.PlainTextDictionary
 
getEntryIterator() - Method in class org.apache.lucene.search.suggest.DocumentDictionary
 
getEntryIterator() - Method in class org.apache.lucene.search.suggest.DocumentValueSourceDictionary
 
getEntryIterator() - Method in class org.apache.lucene.search.suggest.FileDictionary
 
getErrorToken() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
getEstimatedNumberUniqueValuesAllowingForCollisions(int, int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
getEstimatedSize() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
The most recently estimated size of the value, null unless estimateSize has been called.
getEstimatedUniqueValues() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
getExceptionWord(ArrayList<?>) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
getExclude() - Method in class org.apache.lucene.search.spans.SpanNotQuery
Return the SpanQuery whose matches must not overlap those returned.
getExpandMultiTermQuery() - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
getExpirationThreshold() - Method in class org.apache.lucene.replicator.LocalReplicator
Returns the expiration threshold.
getExtension(String) - Static method in class org.apache.lucene.index.IndexFileNames
Return the extension (anything after the first '.'), or null if there is no '.' in the file name.
getExtension(String) - Method in class org.apache.lucene.queryparser.ext.Extensions
Returns the ParserExtension instance for the given key or null if no extension can be found for the key.
getExtension(String) - Static method in class org.apache.lucene.store.FileSwitchDirectory
Utility method to return a file's extension.
getExtensionFieldDelimiter() - Method in class org.apache.lucene.queryparser.ext.ExtendableQueryParser
Returns the extension field delimiter character.
getExtensionFieldDelimiter() - Method in class org.apache.lucene.queryparser.ext.Extensions
Returns the extension field delimiter
getFacetEntries(int, int) - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.GroupedFacetResult
Returns a list of facet entries to be rendered based on the specified offset and limit.
getField(String) - Method in class org.apache.lucene.document.Document
Returns a field with the given name if any exist in this document, or null.
getField(FieldInfo) - Method in class org.apache.lucene.document.LazyDocument
Creates an IndexableField whose value will be lazy loaded if and when it is used.
getField() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
Indexed field we are reading.
getField() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
Indexed field we are reading.
getField() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
getField() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getField() - Method in class org.apache.lucene.queryparser.ext.ExtensionQuery
Returns the query field
getField() - Method in class org.apache.lucene.queryparser.flexible.core.config.FieldConfig
Returns the field name this configuration represents.
getField() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
returns null if the field was not specified
getField() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.FieldableNode
Returns the field associated to the node and every node under it.
getField() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getField() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
getField() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
returns null if the field was not specified in the query string
getField() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
getField() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.TokenizedPhraseQueryNode
 
getField() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Returns the field associated with this node.
getField() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.MultiPhraseQueryNode
 
getField() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Returns the field associated with this node.
getField() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
getField() - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
Returns the field name for this filter
getField() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
Returns the field name for this filter
getField() - Method in class org.apache.lucene.search.MultiTermQuery
Returns the field name for this query
getField() - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
Returns the field name for this query
getField() - Method in class org.apache.lucene.search.SortField
Returns the name of the field.
getField() - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
getField() - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
 
getField() - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
getField() - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
getField() - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
getField() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery
 
getField() - Method in class org.apache.lucene.search.spans.SpanQuery
Returns the name of the field matched by this query.
getField() - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
getFieldAsString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
returns - null if the field was not specified
getFieldAsString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
returns null if the field was not specified in the query string
getFieldAsString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
returns null if the field was not specified in the query string
getFieldAsString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
getFieldCache() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
getFieldCache() - Method in class org.apache.lucene.search.FieldCacheTermsFilter
 
getFieldConfig(String) - Method in class org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
Returns an implementation of FieldConfig for a specific field name.
getFieldEnum(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
getFieldEnum(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
getFieldEnum(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
getFieldInfos() - Method in class org.apache.lucene.index.AtomicReader
Get the FieldInfos describing all fields in this reader.
getFieldInfos() - Method in class org.apache.lucene.index.FilterAtomicReader
 
getFieldInfos() - Method in class org.apache.lucene.index.ParallelAtomicReader
Get the FieldInfos describing all fields in this reader.
getFieldInfos() - Method in class org.apache.lucene.index.SegmentReader
 
getFieldInfos() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getFieldInfosGen() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns the generation number of the field infos file or -1 if there are no field updates yet.
getFieldInfosReader() - Method in class org.apache.lucene.codecs.FieldInfosFormat
Returns a FieldInfosReader to read field infos from the index
getFieldInfosReader() - Method in class org.apache.lucene.codecs.lucene40.Lucene40FieldInfosFormat
Deprecated.
 
getFieldInfosReader() - Method in class org.apache.lucene.codecs.lucene42.Lucene42FieldInfosFormat
Deprecated.
 
getFieldInfosReader() - Method in class org.apache.lucene.codecs.lucene46.Lucene46FieldInfosFormat
 
getFieldInfosReader() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
getFieldInfosWriter() - Method in class org.apache.lucene.codecs.FieldInfosFormat
Returns a FieldInfosWriter to write field infos to the index
getFieldInfosWriter() - Method in class org.apache.lucene.codecs.lucene40.Lucene40FieldInfosFormat
Deprecated.
 
getFieldInfosWriter() - Method in class org.apache.lucene.codecs.lucene42.Lucene42FieldInfosFormat
Deprecated.
 
getFieldInfosWriter() - Method in class org.apache.lucene.codecs.lucene46.Lucene46FieldInfosFormat
 
getFieldInfosWriter() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
getFieldName() - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
getFieldName() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getFieldName() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getFieldName() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
 
getFieldNames() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the field names that will be used when generating the 'More Like This' query.
getFieldNames() - Method in class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
getFieldOperator() - Method in class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
getFieldOperator() - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
getFieldQuery(String, String, boolean) - Method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
getFieldQuery(String, String, boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
getFieldQuery(String, String, boolean) - Method in class org.apache.lucene.queryparser.ext.ExtendableQueryParser
 
getFieldQuery(Query) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
create a FieldQuery object.
getFieldQuery(Query, IndexReader) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
create a FieldQuery object.
getFields(String) - Method in class org.apache.lucene.document.Document
Returns an array of IndexableFields with the given name.
getFields() - Method in class org.apache.lucene.document.Document
Returns a List of all the fields in a document.
getFields(IndexReader) - Static method in class org.apache.lucene.index.MultiFields
Returns a single Fields instance for this reader, merging fields/terms/docs/positions on the fly.
getFields(IndexReader, int, String) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getFieldsBoost() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Returns the field to boost map used to set boost for each field.
getFieldsQuery(SrndQuery, ArrayList<String>) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getFieldsReader() - Method in class org.apache.lucene.index.SegmentReader
Expert: retrieve thread-private StoredFieldsReader
getFieldTermMap(String, String) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery
 
getFileNames() - Method in class org.apache.lucene.index.IndexCommit
Returns all index files referenced by this commit point.
getFilePointer() - Method in class org.apache.lucene.store.BufferedChecksumIndexInput
 
getFilePointer() - Method in class org.apache.lucene.store.BufferedIndexInput
 
getFilePointer() - Method in class org.apache.lucene.store.BufferedIndexOutput
 
getFilePointer() - Method in class org.apache.lucene.store.IndexInput
Returns the current position in this file, where the next read will occur.
getFilePointer() - Method in class org.apache.lucene.store.IndexOutput
Returns the current position in this file, where the next write will occur.
getFilePointer() - Method in class org.apache.lucene.store.RAMInputStream
 
getFilePointer() - Method in class org.apache.lucene.store.RAMOutputStream
 
getFillerToken() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
getFilter(Filter, ValueSource) - Method in class org.apache.lucene.facet.range.DoubleRange
 
getFilter(Filter, ValueSource) - Method in class org.apache.lucene.facet.range.LongRange
 
getFilter(Filter, ValueSource) - Method in class org.apache.lucene.facet.range.Range
Returns a new Filter accepting only documents in this range.
getFilter(ValueSource) - Method in class org.apache.lucene.facet.range.Range
Returns a new Filter accepting only documents in this range.
getFilter() - Method in class org.apache.lucene.queries.FilterClause
Returns this FilterClause's filter
getFilter(Element) - Method in class org.apache.lucene.queryparser.xml.builders.BooleanFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.queryparser.xml.builders.CachedFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.queryparser.xml.builders.DuplicateFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.queryparser.xml.builders.NumericRangeFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.queryparser.xml.builders.RangeFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.queryparser.xml.builders.TermsFilterBuilder
 
getFilter(Element) - Method in interface org.apache.lucene.queryparser.xml.FilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.queryparser.xml.FilterBuilderFactory
 
getFilter() - Method in class org.apache.lucene.search.CachingWrapperFilter
Gets the contained filter.
getFilter() - Method in class org.apache.lucene.search.ConstantScoreQuery
Returns the encapsulated filter, returns null if a query is wrapped.
getFilter() - Method in class org.apache.lucene.search.FilteredQuery
Returns this FilteredQuery's filter
getFilterBuilder(String) - Method in class org.apache.lucene.queryparser.xml.FilterBuilderFactory
 
getFilterStrategy() - Method in class org.apache.lucene.search.FilteredQuery
Returns this FilteredQuery's FilteredQuery.FilterStrategy
getFiniteStrings(Automaton, int) - Static method in class org.apache.lucene.util.automaton.SpecialOperations
Returns the set of accepted strings, assuming that at most limit strings are accepted.
getFirstArc(FST.Arc<T>) - Method in class org.apache.lucene.util.fst.FST
Fills virtual 'start' arc, ie, an empty incoming arc to the FST's start node
getFirstChildElement(Element) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getFirstChildOrFail(Element) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getFirstPathElement() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
Returns the CharSequence value of a specific QueryText element
getFirstSegmentNumber(long) - Method in class org.apache.lucene.index.MultiDocValues.OrdinalMap
Given a global ordinal, returns the index of the first segment that contains this term.
getFirstSegmentOrd(long) - Method in class org.apache.lucene.index.MultiDocValues.OrdinalMap
Given global ordinal, returns the ordinal of the first segment which contains this ordinal (the corresponding to the segment return MultiDocValues.OrdinalMap.getFirstSegmentNumber(long)).
getFirstState() - Method in class org.apache.lucene.util.automaton.StatePair
Returns first component of this pair.
getFlags() - Method in class org.apache.lucene.analysis.Token
Get the bitset for any bits that have been set.
getFlags() - Method in interface org.apache.lucene.analysis.tokenattributes.FlagsAttribute
Get the bitset for any bits that have been set.
getFlags() - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
getFloat(Map<String, String>, String, float) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getFloat() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getFloat() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getFloat() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getFloats(AtomicReader, String, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns a FieldCache.Floats over the values found in documents in the given field.
getFloats(AtomicReader, String, FieldCache.FloatParser, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns a FieldCache.Floats over the values found in documents in the given field.
getFloorSegmentMB() - Method in class org.apache.lucene.index.TieredMergePolicy
Returns the current floorSegmentMB.
getForceMergeDeletesPctAllowed() - Method in class org.apache.lucene.index.TieredMergePolicy
Returns the current forceMergeDeletesPctAllowed setting.
getForegroundColorString(float) - Method in class org.apache.lucene.search.highlight.GradientFormatter
 
getFormat() - Method in class org.apache.lucene.util.packed.PackedInts.Writer
The format used to serialize values.
getFormatter(String) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Returns the PassageFormatter to use for formatting passages into highlighted snippets.
getFragInfos() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList
return the list of WeightedFragInfos.
getFragmentScore() - Method in class org.apache.lucene.search.highlight.QueryScorer
 
getFragmentScore() - Method in class org.apache.lucene.search.highlight.QueryTermScorer
 
getFragmentScore() - Method in interface org.apache.lucene.search.highlight.Scorer
Called when the Highlighter has no more tokens for the current fragment - the Scorer returns the weighting it has derived for the most recent fragment, typically based on the results of Scorer.getTokenScore().
getFragmentScorer() - Method in class org.apache.lucene.search.highlight.Highlighter
 
getFragmentSize() - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
 
getFragmentSource(StringBuilder, int[], Field[], int, int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getFragmentSourceMSO(StringBuilder, int[], Field[], int, int, int[]) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getFragNum() - Method in class org.apache.lucene.search.highlight.TextFragment
 
getFreqCutoff() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
 
getFreqPointer() - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
Returns the freq pointer of the doc to which the last call of MultiLevelSkipListReader.skipTo(int) has skipped.
getFST() - Method in class org.apache.lucene.search.suggest.fst.FSTCompletion
Returns the internal automaton.
getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long, BytesRef>>>, Automaton, FST<PairOutputs.Pair<Long, BytesRef>>) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
Returns all prefix paths to initialize the search.
getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long, BytesRef>>>, Automaton, FST<PairOutputs.Pair<Long, BytesRef>>) - Method in class org.apache.lucene.search.suggest.analyzing.FuzzySuggester
 
getFully(CharSequence) - Method in class org.egothor.stemmer.MultiTrie
Return the element that is stored in a cell associated with the given key.
getFully(CharSequence) - Method in class org.egothor.stemmer.MultiTrie2
Return the element that is stored in a cell associated with the given key.
getFully(CharSequence) - Method in class org.egothor.stemmer.Trie
Return the element that is stored in a cell associated with the given key.
getFuzzyMinSim() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Get the minimal similarity for fuzzy queries.
getFuzzyMinSim() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Get the minimal similarity for fuzzy queries.
getFuzzyMinSim() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Get the minimal similarity for fuzzy queries.
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Get the prefix length for fuzzy queries.
getFuzzyPrefixLength() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Get the prefix length for fuzzy queries.
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Get the prefix length for fuzzy queries.
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryparser.analyzing.AnalyzingQueryParser
Called when parser parses an input term that has the fuzzy suffix (~) appended.
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Factory method for generating a query (similar to QueryParserBase.getWildcardQuery(java.lang.String, java.lang.String)).
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
getGeneration() - Method in class org.apache.lucene.index.IndexCommit
Returns the generation (the _N in segments_N) for this IndexCommit
getGeneration() - Method in class org.apache.lucene.index.SegmentInfos
Returns current generation.
getGeneration() - Method in class org.apache.lucene.index.TrackingIndexWriter
Return the current generation being indexed.
getGlobalCounter() - Static method in class org.apache.lucene.search.TimeLimitingCollector
Returns the global TimerThreads Counter
getGlobalOrd(int, long) - Method in class org.apache.lucene.index.MultiDocValues.OrdinalMap
Given a segment number and segment ordinal, returns the corresponding global ordinal.
getGlobalTimerThread() - Static method in class org.apache.lucene.search.TimeLimitingCollector
getGroupCount() - Method in class org.apache.lucene.search.grouping.AbstractAllGroupsCollector
Returns the total number of groups for the executed search.
getGroups() - Method in class org.apache.lucene.search.grouping.AbstractAllGroupsCollector
Returns the group values

This is an unordered collections of group values.

getGroups() - Method in class org.apache.lucene.search.grouping.AbstractDistinctValuesCollector
Returns all unique values for each top N group.
getGroups() - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupsCollector
 
getGroups() - Method in class org.apache.lucene.search.grouping.function.FunctionDistinctValuesCollector
 
getGroups() - Method in class org.apache.lucene.search.grouping.term.TermAllGroupsCollector
 
getGroups() - Method in class org.apache.lucene.search.grouping.term.TermDistinctValuesCollector
 
getHeapArray() - Method in class org.apache.lucene.util.PriorityQueue
This method returns the internal heap array as Object[].
getHighFreqMinimumNumberShouldMatch() - Method in class org.apache.lucene.queries.CommonTermsQuery
Gets the minimum number of the optional high frequent BooleanClauses which must be satisfied.
getHighFreqTerms(IndexReader, int, String, Comparator<TermStats>) - Static method in class org.apache.lucene.misc.HighFreqTerms
Returns TermStats[] ordered by the specified comparator
getHyphenationPoints() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphenation
 
getHyphenationTree(String) - Static method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Create a hyphenator tree
getHyphenationTree(File) - Static method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Create a hyphenator tree
getHyphenationTree(InputSource) - Static method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Create a hyphenator tree
getId() - Method in enum org.apache.lucene.util.packed.PackedInts.Format
Returns the ID of the format.
getIdentifiers() - Method in class org.apache.lucene.util.automaton.RegExp
Returns set of automaton identifiers that occur in this regular expression.
getIdfWeightedTerms(Query, IndexReader, String) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
Extracts all terms texts of a given Query into an array of WeightedTerms
GetImage() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
GetImage() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
GetImage() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getImplementationDistance(Class<? extends C>) - Method in class org.apache.lucene.util.VirtualMethod
Returns the distance from the baseClass in which this method is overridden/implemented in the inheritance path between baseClass and the given subclass subclazz.
getInclude() - Method in class org.apache.lucene.search.spans.SpanNotQuery
Return the SpanQuery whose matches are filtered.
getIndex() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
getIndexAnalyzer(String) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Returns the analyzer originally used to index the content for field.
getIndexBits() - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
Expert.
getIndexCommit() - Method in class org.apache.lucene.index.DirectoryReader
Expert: return the IndexCommit that this reader has opened.
getIndexCommit() - Method in class org.apache.lucene.index.FilterDirectoryReader
 
getIndexCommit() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getIndexCommit() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the IndexCommit as specified in IndexWriterConfig.setIndexCommit(IndexCommit) or the default, null which specifies to open the latest index commit point.
getIndexCommit(long) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Retrieve an IndexCommit from its generation; returns null if this IndexCommit is not currently snapshotted
getIndexDeletionPolicy() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getIndexDeletionPolicy() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
getIndexedFields(IndexReader) - Static method in class org.apache.lucene.index.MultiFields
Call this to get the (merged) FieldInfos representing the set of indexed fields only for a composite reader.
getIndexFieldName() - Method in class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader
 
getIndexFieldName() - Method in class org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader
 
getIndexFieldName() - Method in class org.apache.lucene.facet.taxonomy.OrdinalsReader
Returns the indexed field name this OrdinalsReader is reading from.
getIndexOptions() - Method in class org.apache.lucene.index.FieldInfo
Returns IndexOptions for the field, or null if the field is not indexed
getIndexReader() - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
getIndexReader() - Method in class org.apache.lucene.search.IndexSearcher
Return the IndexReader this searches.
getIndexWriter() - Method in class org.apache.lucene.index.TrackingIndexWriter
Return the wrapped IndexWriter.
getIndexWriter() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
Returns the IndexWriter used by this DirectoryTaxonomyWriter.
getIndexWriterConfig(Version, Analyzer, IndexWriterConfig.OpenMode) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Override this to customize index settings, e.g.
getInfo() - Method in class org.apache.lucene.util.automaton.Automaton
Returns extra information associated with this automaton.
getInfoStream() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getInfoStream() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns InfoStream used for debugging.
getInfoStream() - Static method in class org.apache.lucene.index.SegmentInfos
Returns infoStream.
getInfoStream() - Method in interface org.apache.lucene.search.FieldCache
getInitialState() - Method in class org.apache.lucene.util.automaton.Automaton
Gets initial state.
getInitialState() - Method in class org.apache.lucene.util.automaton.RunAutomaton
Returns initial state.
getInputType() - Method in class org.apache.lucene.util.fst.FST
 
getInstance(Version) - Static method in class org.apache.lucene.analysis.util.CharacterUtils
Returns a CharacterUtils implementation according to the given Version instance.
getInt(Map<String, String>, String, int) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getInt() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getInt() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getInt() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getIntBlock() - Method in class org.apache.lucene.util.IntBlockPool.Allocator
 
getIntBlock() - Method in class org.apache.lucene.util.RecyclingIntBlockAllocator
 
getInterletterValues(String) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
getIntervalInstance(IndexInput, FieldInfo, Lucene45DocValuesProducer.BinaryEntry) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
returns an address instance for prefix-compressed binary values.
getInts(AtomicReader, String, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns an FieldCache.Ints over the values found in documents in the given field.
getInts(AtomicReader, String, FieldCache.IntParser, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns an FieldCache.Ints over the values found in documents in the given field.
getJava4Instance() - Static method in class org.apache.lucene.analysis.util.CharacterUtils
Return a CharacterUtils instance compatible with Java 1.4.
getK1() - Method in class org.apache.lucene.search.similarities.BM25Similarity
Returns the k1 parameter
getKeepMode() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getKeepScores() - Method in class org.apache.lucene.facet.FacetsCollector
True if scores were saved.
getKey() - Method in interface org.apache.lucene.queryparser.flexible.messages.Message
 
getKey() - Method in class org.apache.lucene.queryparser.flexible.messages.MessageImpl
 
getKey(JaspellTernarySearchTrie.TSTNode) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the key that indexes the node argument.
getLabel() - Method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
 
getLabel() - Method in enum org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer.Side
Deprecated.
 
getLambda() - Method in class org.apache.lucene.search.similarities.IBSimilarity
Returns the distribution's lambda parameter
getLambda() - Method in class org.apache.lucene.search.similarities.LMJelinekMercerSimilarity
Returns the λ parameter.
getLastCommit(Directory) - Static method in class org.apache.lucene.replicator.IndexReplicationHandler
Returns the last IndexCommit found in the Directory, or null if there are no commits.
getLastCommitGeneration(String[]) - Static method in class org.apache.lucene.index.SegmentInfos
Get the generation of the most recent commit to the list of index files (N in the segments_N file).
getLastCommitGeneration(Directory) - Static method in class org.apache.lucene.index.SegmentInfos
Get the generation of the most recent commit to the index in this directory (N in the segments_N file).
getLastCommitSegmentsFileName(String[]) - Static method in class org.apache.lucene.index.SegmentInfos
Get the filename of the segments_N file for the most recent commit in the list of index files.
getLastCommitSegmentsFileName(Directory) - Static method in class org.apache.lucene.index.SegmentInfos
Get the filename of the segments_N file for the most recent commit to the index in this Directory.
getLastCumulativeDiff() - Method in class org.apache.lucene.analysis.charfilter.BaseCharFilter
 
getLastDocCollected() - Method in exception org.apache.lucene.search.TimeLimitingCollector.TimeExceededException
Returns last doc (absolute doc id) that was collected when the search time exceeded.
getLastGeneration() - Method in class org.apache.lucene.index.SegmentInfos
Returns last succesfully read or written generation.
getLastOnPath(CharSequence) - Method in class org.egothor.stemmer.MultiTrie
Return the element that is stored as last on a path belonging to the given key.
getLastOnPath(CharSequence) - Method in class org.egothor.stemmer.MultiTrie2
Return the element that is stored as last on a path belonging to the given key.
getLastOnPath(CharSequence) - Method in class org.egothor.stemmer.Trie
Return the element that is stored as last on a path associated with the given key.
getLastOutput(int) - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
getLastSaveFile() - Method in class org.apache.lucene.index.PersistentSnapshotDeletionPolicy
Returns the file name the snapshots are currently saved to, or null if no snapshots have been saved.
getLastTokenQuery(String) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
This is called if the last token isn't ended (e.g.
getLeafContext() - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
getLength() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
Return the length of the data in the internal buffer starting at CharacterUtils.CharacterBuffer.getOffset()
getLength() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
getLength() - Method in class org.apache.lucene.index.FieldInvertState
Get total number of terms in this field.
getLength() - Method in class org.apache.lucene.store.RAMFile
 
getLikeText() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getLine() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Deprecated.
getLine() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
getLine() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Deprecated.
getLine() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
getLine() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Deprecated.
getLine() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getLines(ResourceLoader, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Returns the resource's lines (with content treated as UTF-8)
getLines(InputStream, Charset) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Accesses a resource by name and returns the (non comment) lines containing data using the given character encoding.
getLiveDocs() - Method in class org.apache.lucene.index.AtomicReader
Returns the Bits representing live (not deleted) docs.
getLiveDocs() - Method in class org.apache.lucene.index.FilterAtomicReader
 
getLiveDocs(IndexReader) - Static method in class org.apache.lucene.index.MultiFields
Returns a single Bits instance for this reader, merging live Documents on the fly.
getLiveDocs() - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getLiveDocs() - Method in class org.apache.lucene.index.SegmentReader
 
getLiveDocs() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getLiveDocs() - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getLocale() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Returns current locale, allowing access by subclasses.
getLocale() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Returns current locale, allowing access by subclasses.
getLocale() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Returns current locale, allowing access by subclasses.
getLocalizedMessage() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
getLocalizedMessage(Locale) - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
getLocalizedMessage() - Method in interface org.apache.lucene.queryparser.flexible.messages.Message
 
getLocalizedMessage(Locale) - Method in interface org.apache.lucene.queryparser.flexible.messages.Message
 
getLocalizedMessage() - Method in class org.apache.lucene.queryparser.flexible.messages.MessageImpl
 
getLocalizedMessage(Locale) - Method in class org.apache.lucene.queryparser.flexible.messages.MessageImpl
 
getLocalizedMessage(String) - Static method in class org.apache.lucene.queryparser.flexible.messages.NLS
 
getLocalizedMessage(String, Locale) - Static method in class org.apache.lucene.queryparser.flexible.messages.NLS
 
getLocalizedMessage(String, Locale, Object...) - Static method in class org.apache.lucene.queryparser.flexible.messages.NLS
 
getLocalizedMessage(String, Object...) - Static method in class org.apache.lucene.queryparser.flexible.messages.NLS
 
getLockDir() - Method in class org.apache.lucene.store.FSLockFactory
Retrieve the lock directory.
getLockFactory() - Method in class org.apache.lucene.store.BaseDirectory
 
getLockFactory() - Method in class org.apache.lucene.store.Directory
Get the LockFactory that this Directory instance is using for its locking implementation.
getLockFactory() - Method in class org.apache.lucene.store.FilterDirectory
 
getLockFactory() - Method in class org.apache.lucene.store.NRTCachingDirectory
 
getLockID() - Method in class org.apache.lucene.store.Directory
Return a string identifier that uniquely differentiates this Directory instance from other Directory instances.
getLockID() - Method in class org.apache.lucene.store.FilterDirectory
 
getLockID() - Method in class org.apache.lucene.store.FSDirectory
 
getLockID() - Method in class org.apache.lucene.store.NRTCachingDirectory
 
getLockID() - Method in class org.apache.lucene.store.RAMDirectory
 
getLockPrefix() - Method in class org.apache.lucene.store.LockFactory
Get the prefix in use for all locks created in this LockFactory.
getLong() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getLong() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getLong() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getLongs(AtomicReader, String, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns a FieldCache.Longs over the values found in documents in the given field.
getLongs(AtomicReader, String, FieldCache.LongParser, boolean) - Method in interface org.apache.lucene.search.FieldCache
Returns a FieldCache.Longs over the values found in documents in the given field.
getLowerBits() - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
Expert.
getLowerBound() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.RangeQueryNode
 
getLowerBound() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Returns the lower bound node.
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getLowercaseExpandedTerms() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
 
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
getLowerCaseTerms() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
true if the spellchecker should lowercase terms
getLowerTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns the lower value of this range filter
getLowerTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns the lower value of this range query
getLowerTerm() - Method in class org.apache.lucene.search.TermRangeFilter
Returns the lower value of this range filter
getLowerTerm() - Method in class org.apache.lucene.search.TermRangeQuery
Returns the lower value of this range query
getLowerVal() - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
Returns the lower value of this range filter
getLowerVal() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
Returns the lower value of this range filter
getLowFreqMinimumNumberShouldMatch() - Method in class org.apache.lucene.queries.CommonTermsQuery
Gets the minimum number of the optional low frequent BooleanClauses which must be satisfied.
getLuceneMatchVersion() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getLucenePrefixTerm(String) - Method in class org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
 
getLuceneTerm(String) - Method in class org.apache.lucene.queryparser.surround.query.SrndTermQuery
 
getMap() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
 
getMap() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
 
getMap() - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
Return the map from the taxonomy's original (consecutive) ordinals to the new taxonomy's ordinals.
getMap() - Method in class org.apache.lucene.util.MapOfSets
 
getMappedStateCount() - Method in class org.apache.lucene.util.fst.Builder
 
getMaskedQuery() - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
getMatch() - Method in class org.apache.lucene.search.ComplexExplanation
The match status of this explanation node.
getMatch() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery
 
getMatchArray() - Method in class org.apache.lucene.index.MultiTermsEnum
Returns sub-reader slices positioned to the current term.
getMatchCount() - Method in class org.apache.lucene.index.MultiTermsEnum
Returns how many sub-reader slices contain the current term.
getMatchEnds() - Method in class org.apache.lucene.search.postingshighlight.Passage
End offsets of the term matches, corresponding with Passage.getMatchStarts().
getMatchingDocs() - Method in class org.apache.lucene.facet.FacetsCollector
Returns the documents matched by the query, one FacetsCollector.MatchingDocs per visited segment.
getMatchingDocs() - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
Returns the sampled list of the matching documents.
getMatchStarts() - Method in class org.apache.lucene.search.postingshighlight.Passage
Start offsets of the term matches, in increasing order.
getMatchTerms() - Method in class org.apache.lucene.search.postingshighlight.Passage
BytesRef (term text) of the matches, corresponding with Passage.getMatchStarts().
getMax() - Method in class org.apache.lucene.search.NumericRangeFilter
Returns the upper value of this range filter
getMax() - Method in class org.apache.lucene.search.NumericRangeQuery
Returns the upper value of this range query
getMax() - Method in class org.apache.lucene.util.automaton.Transition
Returns maximum of this transition interval.
getMaxBasicQueries() - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
getMaxBufferedDeleteTerms() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getMaxBufferedDeleteTerms() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the number of buffered deleted terms that will trigger a flush of all buffered deletes if enabled.
getMaxBufferedDocs() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getMaxBufferedDocs() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the number of buffered added documents that will trigger a flush if enabled.
getMaxCFSSegmentSizeMB() - Method in class org.apache.lucene.index.MergePolicy
Returns the largest size allowed for a compound file segment
getMaxChanges() - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
Returns the maximum number of changes to perform on the input
getMaxChunkSize() - Method in class org.apache.lucene.store.MMapDirectory
Returns the current mmap chunk size.
getMaxClauseCount() - Static method in class org.apache.lucene.search.BooleanQuery
Return the maximum number of clauses permitted, 1024 by default.
getMaxCombineWordLength() - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
Returns the maximum length of a combined suggestion
getMaxDocCharsToAnalyze() - Method in class org.apache.lucene.search.highlight.Highlighter
 
getMaxDocFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the maximum frequency in which words may still appear.
getMaxEdits() - Method in class org.apache.lucene.search.FuzzyQuery
 
getMaxEdits() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the maximum number of Levenshtein edit-distances to draw candidate terms from.
getMaxEvaluations() - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
Returns the maximum number of word combinations to evaluate.
getMaxInspections() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the maximum number of top-N inspections per suggestion
getMaxMergeAtOnce() - Method in class org.apache.lucene.index.TieredMergePolicy
Returns the current maxMergeAtOnce setting.
getMaxMergeAtOnceExplicit() - Method in class org.apache.lucene.index.TieredMergePolicy
Returns the current maxMergeAtOnceExplicit setting.
getMaxMergeCount() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
getMaxMergeDocs() - Method in class org.apache.lucene.index.LogMergePolicy
Returns the largest segment (measured by document count) that may be merged with other segments.
getMaxMergedSegmentMB() - Method in class org.apache.lucene.index.TieredMergePolicy
Returns the current maxMergedSegmentMB setting.
getMaxMergeMB() - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
Returns the largest segment (measured by total byte size of the segment's files, in MB) that may be merged with other segments.
getMaxMergeMBForForcedMerge() - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
Returns the largest segment (measured by total byte size of the segment's files, in MB) that may be merged with other segments during forceMerge.
getMaxNonCompetitiveBoost() - Method in interface org.apache.lucene.search.MaxNonCompetitiveBoostAttribute
This is the maximum boost that would not be competitive.
getMaxNonCompetitiveBoost() - Method in class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
 
getMaxNumTokensParsed() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
getMaxOrdinal() - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
return the maximal Ordinal assigned so far
getMaxPos() - Method in class org.apache.lucene.util.RollingBuffer
Returns the maximum position looked up, or -1 if no position has been looked up sinc reset/init.
getMaxQueryFrequency() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the maximum threshold of documents a query term can appear in order to provide suggestions.
getMaxQueryTerms() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the maximum number of query terms that will be included in any generated query.
getMaxQueryTerms() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getMaxScore() - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
Returns the highest score across all collected parent hits, as long as trackMaxScores=true was passed on construction.
getMaxScore() - Method in class org.apache.lucene.search.TopDocs
Returns the maximum score value encountered.
getMaxShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
The max shingle (token ngram) size
getMaxSize() - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
Return the max size
getMaxSize() - Method in class org.apache.lucene.search.MultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite
 
getMaxSize() - Method in class org.apache.lucene.search.MultiTermQuery.TopTermsScoringBooleanQueryRewrite
 
getMaxSize() - Method in class org.apache.lucene.search.TopTermsRewrite
return the maximum size of the priority queue (for boolean rewrites this is BooleanQuery#getMaxClauseCount).
getMaxTermFrequency() - Method in class org.apache.lucene.index.FieldInvertState
Get the maximum term-frequency encountered for any term in the field.
getMaxTermWeight() - Method in class org.apache.lucene.search.highlight.QueryScorer
 
getMaxTermWeight() - Method in class org.apache.lucene.search.highlight.QueryTermScorer
 
getMaxThreadCount() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Returns maxThreadCount.
getMaxThreadStates() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getMaxThreadStates() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the max number of simultaneous threads that may be indexing documents at once in IndexWriter.
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.ClassicAnalyzer
 
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
 
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
 
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
getMaxWordLen() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the maximum word length above which words will be ignored.
getMaxWriteMBPerSec(IOContext.Context) - Method in class org.apache.lucene.store.RateLimitedDirectoryWrapper
getMbPerSec() - Method in class org.apache.lucene.store.RateLimiter
The current mb per second rate limit.
getMbPerSec() - Method in class org.apache.lucene.store.RateLimiter.SimpleRateLimiter
The current mb per second rate limit.
getMemorySize() - Method in class org.apache.lucene.index.memory.MemoryIndex
Returns a reasonable approximation of the main memory [bytes] consumed by this instance.
getMemoryUsage() - Method in class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache
Returns the number of bytes in memory used by this object.
getMergedFieldInfos(IndexReader) - Static method in class org.apache.lucene.index.MultiFields
Call this to get the (merged) FieldInfos for a composite reader.
getMergedSegmentWarmer() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getMergedSegmentWarmer() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the current merged segment warmer.
getMergeFactor() - Method in class org.apache.lucene.index.LogMergePolicy
Returns the number of segments that are merged at once and also controls the total number of segments allowed to accumulate in the index.
getMergeInfo() - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Return MergeInfo describing this merge.
getMergePolicy() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getMergePolicy() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the current MergePolicy in use by this writer.
getMergeReaders() - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Expert: Get the list of readers to merge.
getMergeScheduler() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getMergeScheduler() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
getMergeThread(IndexWriter, MergePolicy.OneMerge) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Create and return a new MergeThread
getMergeThreadPriority() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Return the priority that merge threads run at.
getMergingSegments() - Method in class org.apache.lucene.index.IndexWriter
Expert: to be used by a MergePolicy to avoid selecting merges for segments already being merged.
getMessage() - Method in error org.apache.lucene.queryparser.classic.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
getMessage() - Method in error org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error org.apache.lucene.queryparser.surround.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageObject() - Method in error org.apache.lucene.queryparser.flexible.core.QueryNodeError
 
getMessageObject() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
getMessageObject() - Method in interface org.apache.lucene.queryparser.flexible.messages.NLSException
 
getMilliseconds() - Method in class org.apache.lucene.search.TimeLimitingCollector.TimerThread
Get the timer value in milliseconds.
getMin() - Method in class org.apache.lucene.search.NumericRangeFilter
Returns the lower value of this range filter
getMin() - Method in class org.apache.lucene.search.NumericRangeQuery
Returns the lower value of this range query
getMin() - Method in class org.apache.lucene.util.automaton.Transition
Returns minimum of this transition interval.
getMinBreakWordLength() - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
Returns the minimum size of a broken word
getMinDocFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the frequency at which words will be ignored which do not occur in at least this many docs.
getMinDocFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getMinimumMatchingElements() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
 
getMinimumNumberShouldMatch() - Method in class org.apache.lucene.search.BooleanQuery
Gets the minimum number of the optional BooleanClauses which must be satisfied.
getMinMergeDocs() - Method in class org.apache.lucene.index.LogDocMergePolicy
Get the minimum size for a segment to remain un-merged.
getMinMergeMB() - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
Get the minimum size for a segment to remain un-merged.
getMinPrefix() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the minimal number of characters that must match exactly
getMinQueryLength() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the minimum length of a query term needed to return suggestions
getMinShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
The min shingle (token ngram) size
getMinSimilarity() - Method in class org.apache.lucene.queryparser.flexible.standard.config.FuzzyConfig
 
getMinSimilarity() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Returns the minimum similarity that is required for this query to match.
getMinSimilarity() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
getMinSuggestionFrequency() - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
Returns the minimum frequency a term must have to be part of a suggestion.
getMinTermFreq() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the frequency below which terms will be ignored in the source doc.
getMinTermFrequency() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getMinWordLen() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns the minimum word length below which words will be ignored.
getModifier() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
 
getMoreLikeFields() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getMsg() - Method in class org.apache.lucene.util.FieldCacheSanityChecker.Insanity
Description of hte insane behavior
getMu() - Method in class org.apache.lucene.search.similarities.LMDirichletSimilarity
Returns the μ parameter.
getMu() - Method in class org.apache.lucene.search.similarities.NormalizationH3
Returns the parameter μ
getMultiFields(CharSequence[]) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Returns the fields used to expand the query when the field for a certain query is null
getMultiTermComponent() - Method in class org.apache.lucene.analysis.ar.ArabicNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.cjk.CJKWidthFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.ckb.SoraniNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.core.LowerCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.core.UpperCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.de.GermanNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.fa.PersianCharFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.ga.IrishLowerCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.hi.HindiNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.in.IndicNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.tr.TurkishLowerCaseFilterFactory
 
getMultiTermComponent() - Method in class org.apache.lucene.analysis.util.ElisionFilterFactory
 
getMultiTermComponent() - Method in interface org.apache.lucene.analysis.util.MultiTermAwareComponent
Returns an analysis component to handle analysis if multi-term queries.
getMultiTermComponent() - Method in class org.apache.lucene.collation.CollationKeyFilterFactory
Deprecated.
 
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getMultiTermRewriteMethod() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
 
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
getMultiValuedSeparator(String) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Returns the logical separator between values for multi-valued fields.
getMultiValuedSeparator() - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getMutable() - Method in class org.apache.lucene.util.packed.GrowableWriter
 
getMutable(int, int, float) - Static method in class org.apache.lucene.util.packed.PackedInts
Create a packed integer array with the given amount of values initialized to 0.
getMutable(int, int, PackedInts.Format) - Static method in class org.apache.lucene.util.packed.PackedInts
Same as PackedInts.getMutable(int, int, float) with a pre-computed number of bits per value and format.
getName() - Method in class org.apache.lucene.codecs.Codec
Returns this codec's name
getName() - Method in class org.apache.lucene.codecs.DocValuesFormat
 
getName() - Method in class org.apache.lucene.codecs.PostingsFormat
Returns this posting format's name
getName() - Method in class org.apache.lucene.index.FieldInvertState
Return the field's name
getName() - Method in class org.apache.lucene.search.similarities.LMDirichletSimilarity
 
getName() - Method in class org.apache.lucene.search.similarities.LMJelinekMercerSimilarity
 
getName() - Method in interface org.apache.lucene.search.similarities.LMSimilarity.CollectionModel
The name of the collection model strategy.
getName() - Method in class org.apache.lucene.search.similarities.LMSimilarity.DefaultCollectionModel
 
getName() - Method in class org.apache.lucene.search.similarities.LMSimilarity
Returns the name of the LM method.
getName() - Method in class org.apache.lucene.store.CompoundFileDirectory
 
getName() - Method in interface org.apache.lucene.util.NamedSPILoader.NamedSPI
 
getNearestSetSize(int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
Rounds down required maxNumberOfBits to the nearest number that is made up of all ones as a binary number.
getNearestSetSize(int, float) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
Use this method to choose a set size where accuracy (low content saturation) is more important than deciding how much memory to throw at the problem.
getNext() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
Returns the next TermInfo at this same position.
getNextDelGen() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns the next available generation number of the live docs file.
getNextFieldInfosGen() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns the next available generation number of the FieldInfos files.
getNextMerge() - Method in class org.apache.lucene.index.IndexWriter
Expert: the MergeScheduler calls this method to retrieve the next merge requested by the MergePolicy
getNextOrdinal() - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
Returns the next unassigned ordinal.
getNextSegmentFileName() - Method in class org.apache.lucene.index.SegmentInfos
Get the next segments_N filename that will be written.
getNextToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextToken() - Method in class org.apache.lucene.queryparser.classic.QueryParser
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Get the next Token.
getNoCFSRatio() - Method in class org.apache.lucene.index.MergePolicy
Returns current noCFSRatio.
getNode(CharSequence) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the node indexed by key, or null if that node doesn't exist.
getNode(CharSequence, JaspellTernarySearchTrie.TSTNode) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the node indexed by key, or null if that node doesn't exist.
getNodeCount() - Method in class org.apache.lucene.util.fst.FST
 
getNoLockFactory() - Static method in class org.apache.lucene.store.NoLockFactory
 
getNonBlankTextOrFail(Element) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getNoOutput() - Method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.NoOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.Outputs
NOTE: this output is compared with == so you must ensure that all methods return the single object if it's really no output
getNoOutput() - Method in class org.apache.lucene.util.fst.PairOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
getNormalization() - Method in class org.apache.lucene.search.similarities.DFRSimilarity
Returns the second normalization
getNormalization() - Method in class org.apache.lucene.search.similarities.IBSimilarity
Returns the term frequency normalization
getNormType() - Method in class org.apache.lucene.index.FieldInfo
Returns FieldInfo.DocValuesType of the norm.
getNormValues(String) - Method in class org.apache.lucene.index.AtomicReader
Returns NumericDocValues representing norms for this field, or null if no NumericDocValues were indexed.
getNormValues(String) - Method in class org.apache.lucene.index.FilterAtomicReader
 
getNormValues(IndexReader, String) - Static method in class org.apache.lucene.index.MultiDocValues
Returns a NumericDocValues for a reader's norms (potentially merging on-the-fly).
getNormValues(String) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getNormValues(String) - Method in class org.apache.lucene.index.SegmentReader
 
getNormValues(String) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getNormValues(String) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getNotQuery(List<SrndQuery>, Token) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getNrQueriesMade() - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
getNrSubQueries() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
getNumber() - Method in class org.apache.lucene.queries.function.valuesource.ConstNumberSource
 
getNumber() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getNumber() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getNumber() - Method in class org.apache.lucene.util.automaton.State
Return this state's number.
getNumberedStates() - Method in class org.apache.lucene.util.automaton.Automaton
 
getNumberFormat() - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
Returns the NumberFormat used to parse a String to Number
getNumberFormat() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Returns the NumberFormat used to convert the value to String.
getNumberOfDocuments() - Method in class org.apache.lucene.search.similarities.BasicStats
Returns the number of documents.
getNumberOfFieldTokens() - Method in class org.apache.lucene.search.similarities.BasicStats
Returns the total number of tokens in the field.
getNumberOfStates() - Method in class org.apache.lucene.util.automaton.Automaton
Returns the number of states in this automaton.
getNumberOfTransitions() - Method in class org.apache.lucene.util.automaton.Automaton
Returns the number of transitions in this automaton.
getNumeric(FieldInfo) - Method in class org.apache.lucene.codecs.DocValuesProducer
Returns NumericDocValues for this field.
getNumeric(FieldInfo) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
getNumericConfig() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericRangeQueryNode
Returns the NumericConfig associated with the lower and upper bounds.
getNumericConfigMap() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
getNumericDocValues(String) - Method in class org.apache.lucene.index.AtomicReader
Returns NumericDocValues for this field, or null if no NumericDocValues were indexed for this field.
getNumericDocValues(String) - Method in class org.apache.lucene.index.FilterAtomicReader
 
getNumericDocValues(String) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getNumericDocValues(String) - Method in class org.apache.lucene.index.SegmentReader
 
getNumericDocValues(String) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getNumericDocValues(String) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getNumericValues(IndexReader, String) - Static method in class org.apache.lucene.index.MultiDocValues
Returns a NumericDocValues for a reader's docvalues (potentially merging on-the-fly)
getNumMatches() - Method in class org.apache.lucene.search.postingshighlight.Passage
getNumOverlap() - Method in class org.apache.lucene.index.FieldInvertState
Get the number of terms with positionIncrement == 0.
getNumSubs() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
How many sub-readers we are merging.
getNumSubs() - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
How many sub-readers we are merging.
getNumSubs() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
How many sub-readers we are merging.
getNumSubs() - Method in class org.apache.lucene.index.MultiDocsEnum
How many sub-readers we are merging.
getNumTokens() - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getNumWords() - Method in class org.apache.lucene.util.OpenBitSet
Expert: gets the number of longs in the array that are in use
getOccur() - Method in class org.apache.lucene.queries.FilterClause
Returns this FilterClause's occur parameter
getOccur() - Method in class org.apache.lucene.search.BooleanClause
 
getOffset() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
Returns the data offset in the internal buffer.
getOffset() - Method in class org.apache.lucene.index.FieldInvertState
Get end offset of the last processed term.
getOffsetGap(String) - Method in class org.apache.lucene.analysis.Analyzer
Just like Analyzer.getPositionIncrementGap(java.lang.String), except for Token offsets instead.
getOffsetGap(String) - Method in class org.apache.lucene.analysis.AnalyzerWrapper
 
getOffsetLength() - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
Returns the offset length (endOffset-startOffset) of the position stored just before the doc to which the last call of MultiLevelSkipListReader.skipTo(int) has skipped.
getOpDistance(String) - Static method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getOpDistance() - Method in class org.apache.lucene.queryparser.surround.query.DistanceQuery
 
getOpenMode() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getOpenMode() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
getOperatorName() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
getOrCreateNode(CharSequence) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the node indexed by key, creating that node if it doesn't exist, and creating any required intermediate nodes if they don't exist.
getOrd(int) - Method in class org.apache.lucene.index.MultiDocValues.MultiSortedDocValues
 
getOrd(int) - Method in class org.apache.lucene.index.SortedDocValues
Returns the ordinal for the specified docID.
getOrdinal(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
 
getOrdinal(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Returns the ordinal of the category given as a path.
getOrdinal(String, String[]) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Returns ordinal for the dim + path.
getOrdinal(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.writercache.CompactLabelToOrdinal
 
getOrdinal(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
Returns the ordinal assigned to the given label, or LabelToOrdinal.INVALID_ORDINAL if the label cannot be found in this table.
getOrdIndexInstance(IndexInput, FieldInfo, Lucene45DocValuesProducer.NumericEntry) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
returns an address instance for sortedset ordinal lists
getOrdRange(String) - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
Returns the SortedSetDocValuesReaderState.OrdRange for this dimension.
getOrdRange(String) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
Returns the SortedSetDocValuesReaderState.OrdRange for this dimension.
getOrdTermsEnum(AtomicReader) - Method in class org.apache.lucene.index.DocTermOrds
Returns a TermsEnum that implements ord.
getOriginalArgs() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getOriginalMatchingDocs() - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
Returns the original matching documents.
getOrigReader() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
 
getOrigReader() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
Returns top-level index reader.
getOrQuery(List<SrndQuery>, boolean, Token) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getParallelTaxonomyArrays() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
 
getParallelTaxonomyArrays() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Returns a ParallelTaxonomyArrays object which can be used to efficiently traverse the taxonomy tree.
getParent(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
 
getParent(int) - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
getParent() returns the ordinal of the parent category of the category with the given ordinal.
getParent() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
 
getParent() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
getParser() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
Returns the current numeric parser (null for T is String}
getParser() - Method in class org.apache.lucene.search.SortField
Returns the instance of a FieldCache parser that fits to the given sort type.
getPath(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
 
getPath(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Returns the path name of the category with the given ordinal.
getPathElement(int) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
Returns the a specific QueryText element
getPathElements() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
Returns the a List with all QueryText elements
getPathElements(int) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
Returns a List QueryText element from position startIndex
getPattern(String) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
getPattern(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Compiles a pattern for the value of the specified argument key name
getPause() - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Returns true if this merge is paused.
getPayload() - Method in class org.apache.lucene.analysis.Token
Returns this Token's payload.
getPayload() - Method in interface org.apache.lucene.analysis.tokenattributes.PayloadAttribute
Returns this Token's payload.
getPayload() - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
 
getPayload() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
getPayload() - Method in class org.apache.lucene.index.DocsAndPositionsEnum
Returns the payload at this position, or null if no payload was indexed.
getPayload() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
getPayload() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
getPayload() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
getPayload() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
WARNING: The List is not necessarily in order of the the positions
getPayload() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
getPayload() - Method in class org.apache.lucene.search.spans.Spans
Returns the payload data for the current span.
getPayload() - Method in class org.apache.lucene.search.spans.TermSpans
 
getPayloadLength() - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
Returns the payload length of the payload stored just before the doc to which the last call of MultiLevelSkipListReader.skipTo(int) has skipped.
getPayloads(Spans[]) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
getPayloadScore() - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
The score for the payload
getPayloadsForQuery(Query) - Method in class org.apache.lucene.search.payloads.PayloadSpanUtil
Query should be rewritten for wild/fuzzy support.
getPercentTermsToMatch() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getPhraseLimit() - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
 
getPhraseList() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList
return the list of WeightedPhraseInfo.
getPhraseSlop() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Gets the default slop for phrases.
getPhraseSlop() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Gets the default slop for phrases.
getPhraseSlop() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Gets the default slop for phrases.
getPointer() - Method in class org.apache.lucene.util.PagedBytes
 
getPosition() - Method in class org.apache.lucene.index.FieldInvertState
Get the last processed term position.
getPosition() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getPosition() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
getPosition() - Method in class org.apache.lucene.store.ByteArrayDataOutput
 
getPosition() - Method in class org.apache.lucene.util.fst.FST.BytesReader
Get current read position.
getPosition() - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataInput
Returns the current byte position.
getPosition() - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataOutput
Return the current byte position.
getPositionIncrement() - Method in class org.apache.lucene.analysis.Token
Returns the position increment of this Token.
getPositionIncrement() - Method in interface org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute
Returns the position increment of this Token.
getPositionIncrement() - Method in class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
 
getPositionIncrement() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getPositionIncrementGap(String) - Method in class org.apache.lucene.analysis.Analyzer
Invoked before indexing a IndexableField instance if terms have already been added to that field.
getPositionIncrementGap(String) - Method in class org.apache.lucene.analysis.AnalyzerWrapper
 
getPositionLength() - Method in class org.apache.lucene.analysis.Token
Returns the position length of this Token.
getPositionLength() - Method in interface org.apache.lucene.analysis.tokenattributes.PositionLengthAttribute
Returns the position length of this Token.
getPositionLength() - Method in class org.apache.lucene.analysis.tokenattributes.PositionLengthAttributeImpl
 
getPositions() - Method in class org.apache.lucene.search.MultiPhraseQuery
Returns the relative positions of terms in this phrase.
getPositions() - Method in class org.apache.lucene.search.PhraseQuery
Returns the relative positions of terms in this phrase.
getPositionSpans() - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
getPostings() - Method in class org.apache.lucene.search.spans.TermSpans
 
getPostingsFormatForField(String) - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
Returns the postings format that should be used for writing new segments of field.
getPostingsFormatForField(String) - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
Returns the postings format that should be used for writing new segments of field.
getPostingsFormatForField(String) - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
Returns the postings format that should be used for writing new segments of field.
getPostingsFormatForField(String) - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
Returns the postings format that should be used for writing new segments of field.
getPostingsFormatForField(String) - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
Returns the postings format that should be used for writing new segments of field.
getPostingsFormatForField(String) - Method in class org.apache.lucene.codecs.perfield.PerFieldPostingsFormat
Returns the postings format that should be used for writing new segments of field.
getPostTag(int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getPostTag(String[], int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getPrecisionStep() - Method in class org.apache.lucene.analysis.NumericTokenStream
Returns the precision step.
getPrecisionStep() - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
Returns the precision used to index the numeric values
getPrecisionStep() - Method in class org.apache.lucene.search.NumericRangeFilter
Returns the precision step.
getPrecisionStep() - Method in class org.apache.lucene.search.NumericRangeQuery
Returns the precision step.
getPrefix() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
getPrefix() - Method in class org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
 
getPrefix() - Method in class org.apache.lucene.search.PrefixFilter
 
getPrefix() - Method in class org.apache.lucene.search.PrefixQuery
Returns the prefix of this query.
getPrefixCodedIntShift(BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns the shift value from a prefix encoded int.
getPrefixCodedLongShift(BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns the shift value from a prefix encoded long.
getPrefixLength() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
getPrefixLength() - Method in class org.apache.lucene.queryparser.flexible.standard.config.FuzzyConfig
 
getPrefixLength() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Returns the non-fuzzy prefix length.
getPrefixLength() - Method in class org.apache.lucene.search.FuzzyQuery
Returns the non-fuzzy prefix length.
getPrefixQuery(String, String) - Method in class org.apache.lucene.queryparser.analyzing.AnalyzingQueryParser
Called when parser parses an input term that uses prefix notation; that is, contains a single '*' wildcard character as its last character.
getPrefixQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
getPrefixQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Factory method for generating a query (similar to QueryParserBase.getWildcardQuery(java.lang.String, java.lang.String)).
getPrefixQuery(String, boolean) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getPrefixSeparator() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
getPrefixToOrdRange() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
Returns mapping from prefix to SortedSetDocValuesReaderState.OrdRange.
getPrefixToOrdRange() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
Returns mapping from prefix to SortedSetDocValuesReaderState.OrdRange.
getPreTag(int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getPreTag(String[], int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getPrimaryDir() - Method in class org.apache.lucene.store.FileSwitchDirectory
Return the primary directory
getProcessingMode() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getProximityType() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
getProxPointer() - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
Returns the prox pointer of the doc to which the last call of MultiLevelSkipListReader.skipTo(int) has skipped.
getQuery() - Method in class org.apache.lucene.queries.function.BoostedQuery
 
getQuery() - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
getQuery() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
getQuery() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.BooleanQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.BoostingQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.ConstantScoreQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.DisjunctionMaxQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.FilteredQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.FuzzyLikeThisQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.LikeThisQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.MatchAllDocsQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.NumericRangeQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanBuilderBase
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanQueryBuilderFactory
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.TermQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.TermsQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.UserInputQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.CoreParser
 
getQuery(Element) - Method in interface org.apache.lucene.queryparser.xml.QueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.queryparser.xml.QueryBuilderFactory
 
getQuery() - Method in class org.apache.lucene.search.BooleanClause
 
getQuery() - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
getQuery() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
getQuery() - Method in class org.apache.lucene.search.ConstantScoreQuery
Returns the encapsulated query, returns null if a filter is wrapped.
getQuery() - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
Return our associated DisjunctionMaxQuery
getQuery() - Method in class org.apache.lucene.search.FilteredQuery
Returns this FilteredQuery's (unfiltered) Query
getQuery() - Method in class org.apache.lucene.search.QueryWrapperFilter
returns the inner Query
getQuery() - Method in class org.apache.lucene.search.spans.SpanWeight
 
getQuery() - Method in class org.apache.lucene.search.Weight
The query that this concerns.
getQueryAsDOM(Properties, String) - Method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
getQueryAsDOM(Properties) - Method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
getQueryAsDOM(Properties, Templates) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
Fast means of constructing query using a cached,precompiled stylesheet
getQueryAsDOM(Properties, InputStream) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
Slow means of constructing query - parses stylesheet from input stream
getQueryAsXmlString(Properties, String) - Method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
getQueryAsXmlString(Properties) - Method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
getQueryAsXmlString(Properties, Templates) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
Fast means of constructing query using a precompiled stylesheet
getQueryAsXmlString(Properties, InputStream) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
Slow means of constructing query parsing a stylesheet from an input stream
getQueryBuilder() - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Returns the query builder used to build a object from the query node tree.
getQueryBuilder(String) - Method in class org.apache.lucene.queryparser.xml.QueryBuilderFactory
 
getQueryConfigHandler() - Method in interface org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessor
Returns the QueryConfigHandler associated to the query tree if any, otherwise it returns null
getQueryConfigHandler() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
For reference about this method check: QueryNodeProcessor.getQueryConfigHandler().
getQueryConfigHandler() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.getQueryConfigHandler().
getQueryConfigHandler() - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Returns the query configuration handler, which is used during the query node tree processing.
getQueryConfigHandler() - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
getQueryConfigHandler() - Method in class org.apache.lucene.queryparser.flexible.standard.processors.GroupQueryNodeProcessor
Deprecated.
 
getQueryNodeProcessor() - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Returns the processor object used to process the query node tree, it returns null if no processor is used.
getQuote() - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
getRAMBufferSizeMB() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getRAMBufferSizeMB() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the value set by LiveIndexWriterConfig.setRAMBufferSizeMB(double) if enabled.
getRAMPerThreadHardLimitMB() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getRAMPerThreadHardLimitMB() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the max amount of memory each DocumentsWriterPerThread can consume until forcefully flushed.
getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
getRangeScorer(IndexReader, String, String, boolean, boolean) - Method in class org.apache.lucene.queries.function.FunctionValues
 
getRawQueryString() - Method in class org.apache.lucene.queryparser.ext.ExtensionQuery
Returns the raw extension query string
getRawValue() - Method in interface org.apache.lucene.analysis.NumericTokenStream.NumericTermAttribute
Returns current token's raw value as long with all NumericTokenStream.NumericTermAttribute.getShift() applied, undefined before first token
getRawValue() - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
getReadChunkSize() - Method in class org.apache.lucene.store.FSDirectory
Deprecated.
This is no longer used since Lucene 4.5.
getReader(AtomicReaderContext) - Method in class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader
 
getReader(AtomicReaderContext) - Method in class org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader
 
getReader(AtomicReaderContext) - Method in class org.apache.lucene.facet.taxonomy.OrdinalsReader
Set current atomic reader.
getReader() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
getReader(DataInput) - Static method in class org.apache.lucene.util.packed.PackedInts
Restore a PackedInts.Reader from a stream.
getReaderIterator(DataInput, int) - Static method in class org.apache.lucene.util.packed.PackedInts
Retrieve PackedInts as a PackedInts.ReaderIterator
getReaderIteratorNoHeader(DataInput, PackedInts.Format, int, int, int, int) - Static method in class org.apache.lucene.util.packed.PackedInts
Expert: Restore a PackedInts.ReaderIterator from a stream without reading metadata at the beginning of the stream.
getReaderKey() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getReaderNoHeader(DataInput, PackedInts.Format, int, int, int) - Static method in class org.apache.lucene.util.packed.PackedInts
Expert: Restore a PackedInts.Reader from a stream without reading metadata at the beginning of the stream.
getReaderNoHeader(DataInput, PackedInts.Header) - Static method in class org.apache.lucene.util.packed.PackedInts
Expert: Restore a PackedInts.Reader from a stream without reading metadata at the beginning of the stream.
getReaderPooling() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getReaderPooling() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns true if IndexWriter should pool readers even if DirectoryReader.open(IndexWriter, boolean) has not been called.
getReaderTermsIndexDivisor() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getReaderTermsIndexDivisor() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the termInfosIndexDivisor.
getReclaimDeletesWeight() - Method in class org.apache.lucene.index.TieredMergePolicy
getRef(Character) - Method in class org.egothor.stemmer.Row
Return the reference to the next Row in the Cell associated with the given Character.
getRefCount(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
 
getRefCount() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Returns the current refCount for this taxonomy reader.
getRefCount() - Method in class org.apache.lucene.index.IndexReader
Expert: returns the current refCount for this reader
getRefCount(DirectoryReader) - Method in class org.apache.lucene.index.ReaderManager
 
getRefCount(G) - Method in class org.apache.lucene.search.ReferenceManager
Returns the current reference count of the given reference.
getRefCount(IndexSearcher) - Method in class org.apache.lucene.search.SearcherManager
 
getRefCount() - Method in class org.apache.lucene.util.RefCount
Returns the current reference count.
getRegexImplementation() - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
getRegexImplementation() - Method in interface org.apache.lucene.sandbox.queries.regex.RegexQueryCapable
Returns the implementation used by this instance.
getRegexpQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
getRegexpQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Factory method for generating a query.
getResolution() - Method in class org.apache.lucene.search.TimeLimitingCollector.TimerThread
Return the timer resolution.
getResults() - Method in class org.apache.lucene.search.suggest.Lookup.LookupPriorityQueue
Returns the top N results in descending order.
getReusableComponents(Analyzer, String) - Method in class org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy
Deprecated.
 
getReusableComponents(Analyzer, String) - Method in class org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy
Deprecated.
 
getReusableComponents(Analyzer, String) - Method in class org.apache.lucene.analysis.Analyzer.ReuseStrategy
Gets the reusable TokenStreamComponents for the field with the given name.
getReuseStrategy() - Method in class org.apache.lucene.analysis.Analyzer
Returns the used Analyzer.ReuseStrategy.
getReverse() - Method in class org.apache.lucene.search.SortField
Returns whether the sort should be reversed.
getReverseMul() - Method in class org.apache.lucene.search.FieldValueHitQueue
 
getRewriteMethod() - Method in class org.apache.lucene.search.MultiTermQuery
 
getRewriteMethod() - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
Expert: returns the rewriteMethod
getRunningMerge() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
Return the currently running merge.
getSamplingRate() - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
Returns the sampling rate that was used.
getSaturation() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
getScaleFactor() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
getSchema() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.OpaqueQueryNode
 
getScore() - Method in class org.apache.lucene.classification.ClassificationResult
retrieve the result score
getScore() - Method in class org.apache.lucene.search.highlight.TextFragment
 
getScore(int) - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getScore() - Method in class org.apache.lucene.search.postingshighlight.Passage
Passage's score.
getScorer(IndexReader) - Method in class org.apache.lucene.queries.function.FunctionValues
 
getScorer(String) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Returns the PassageScorer to use for ranking passages.
getScoringQueries() - Method in class org.apache.lucene.queries.CustomScoreQuery
The scoring queries that only affect the score of CustomScoreQuery.
getSearcher(SearcherFactory, IndexReader) - Static method in class org.apache.lucene.search.SearcherManager
Expert: creates a searcher from the provided IndexReader using the provided SearcherFactory.
getSecondaryDir() - Method in class org.apache.lucene.store.FileSwitchDirectory
Return the secondary directory
getSecondState() - Method in class org.apache.lucene.util.automaton.StatePair
Returns second component of this pair.
getSegmentCount() - Method in class org.apache.lucene.index.IndexCommit
Returns number of segments referenced by this commit.
getSegmentInfo() - Method in class org.apache.lucene.index.SegmentReader
Return the SegmentInfoPerCommit of the segment this reader is reading.
getSegmentInfoReader() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
getSegmentInfoReader() - Method in class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoFormat
Deprecated.
 
getSegmentInfoReader() - Method in class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoFormat
 
getSegmentInfoReader() - Method in class org.apache.lucene.codecs.SegmentInfoFormat
Returns the SegmentInfoReader for reading SegmentInfo instances.
getSegmentInfoReader() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
getSegmentInfoWriter() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
getSegmentInfoWriter() - Method in class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoFormat
Deprecated.
 
getSegmentInfoWriter() - Method in class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoFormat
 
getSegmentInfoWriter() - Method in class org.apache.lucene.codecs.SegmentInfoFormat
Returns the SegmentInfoWriter for writing SegmentInfo instances.
getSegmentInfoWriter() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
getSegmentName() - Method in class org.apache.lucene.index.SegmentReader
Return the name of the segment this reader is reading.
getSegmentsFile(List<String>, boolean) - Static method in class org.apache.lucene.replicator.IndexReplicationHandler
Verifies that the last file is segments_N and fails otherwise.
getSegmentsFileName() - Method in class org.apache.lucene.index.IndexCommit
Get the segments file (segments_N) associated with this commit point.
getSegmentsFileName() - Method in class org.apache.lucene.index.SegmentInfos
Get the segments_N filename in use by this segment infos.
getSegmentsPerTier() - Method in class org.apache.lucene.index.TieredMergePolicy
Returns the current segmentsPerTier setting.
getSelector() - Method in class org.apache.lucene.sandbox.queries.SortedSetSortField
Returns the selector in use for this sort
getSentinelObject() - Method in class org.apache.lucene.util.PriorityQueue
This method can be overridden by extending classes to return a sentinel object which will be used by the PriorityQueue.PriorityQueue(int,boolean) constructor to fill the queue, so that the code which uses that queue can always assume it's full and only change the top without attempting to insert any new object.
Those sentinel values should always compare worse than any non-sentinel value (i.e., PriorityQueue.lessThan(T, T) should always favor the non-sentinel values).
By default, this method returns false, which means the queue will not be filled with sentinel values.
getSeqnum() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo
 
getSeqnum() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getSequentialSubReaders() - Method in class org.apache.lucene.index.BaseCompositeReader
 
getSequentialSubReaders() - Method in class org.apache.lucene.index.CompositeReader
Expert: returns the sequential sub readers that this reader is logically composed of.
getSet(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Returns whitespace- and/or comma-separated set of values, or null if none are found
getSetForField(SegmentWriteState, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.BloomFilterFactory
 
getSetForField(SegmentWriteState, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.DefaultBloomFilterFactory
 
getShift() - Method in interface org.apache.lucene.analysis.NumericTokenStream.NumericTermAttribute
Returns current shift value, undefined before first token
getShift() - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
getShorts(AtomicReader, String, boolean) - Method in interface org.apache.lucene.search.FieldCache
Deprecated.
(4.4) Index as a numeric field using IntField and then use FieldCache.getInts(AtomicReader, String, boolean) instead.
getShorts(AtomicReader, String, FieldCache.ShortParser, boolean) - Method in interface org.apache.lucene.search.FieldCache
Deprecated.
(4.4) Index as a numeric field using IntField and then use FieldCache.getInts(AtomicReader, String, boolean) instead.
getShrinkSize(int, int, int) - Static method in class org.apache.lucene.util.ArrayUtil
 
getSide(String) - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
 
getSide(String) - Static method in enum org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer.Side
Deprecated.
 
getSimilarity() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getSimilarity() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Expert: returns the Similarity implementation used by this IndexWriter.
getSimilarity() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
getSimilarity() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
getSimilarity() - Method in class org.apache.lucene.search.IndexSearcher
 
getSingleton() - Method in class org.apache.lucene.util.automaton.Automaton
Returns the singleton string for this automaton.
getSingleton() - Static method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
getSingleton() - Static method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
getSingleton() - Static method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
getSingleton() - Static method in class org.apache.lucene.util.fst.NoOutputs
 
getSingleton() - Static method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
getSingleton(boolean) - Static method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
getSize() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
Number of unique labels.
getSize() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
Number of unique labels.
getSize() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
 
getSize() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
 
getSize() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Returns the number of categories in the taxonomy.
getSize() - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
getSize() returns the number of categories in the taxonomy.
getSize() - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite
return the maximum priority queue size
getSize() - Method in class org.apache.lucene.search.TopTermsRewrite
return the maximum priority queue size
getSize() - Method in class org.apache.lucene.util.automaton.RunAutomaton
Returns number of states in automaton.
getSizeInBytes() - Method in class org.apache.lucene.store.RAMFile
 
getSlop() - Method in class org.apache.lucene.search.MultiPhraseQuery
Sets the phrase slop for this query.
getSlop() - Method in class org.apache.lucene.search.PhraseQuery
Returns the slop.
getSlop() - Method in class org.apache.lucene.search.spans.SpanNearQuery
Return the maximum number of intervening unmatched positions permitted.
getSlop() - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
getSlot(int) - Method in class org.apache.lucene.util.SentinelIntSet
(internal) Returns the slot for this key
getSnapshotCount() - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Returns the total number of snapshots currently held.
getSnapshots() - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Returns all IndexCommits held by at least one snapshot.
getSnowballWordSet(ResourceLoader, String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
same as AbstractAnalysisFactory.getWordSet(ResourceLoader, String, boolean), except the input is in snowball format.
getSnowballWordSet(Reader, CharArraySet) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Reads stopwords from a stopword list in Snowball format.
getSnowballWordSet(Reader, Version) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Reads stopwords from a stopword list in Snowball format.
getSort() - Method in class org.apache.lucene.search.Sort
Representation of the sort criteria.
getSorted(FieldInfo) - Method in class org.apache.lucene.codecs.DocValuesProducer
Returns SortedDocValues for this field.
getSorted(FieldInfo) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
getSortedDocValues(String) - Method in class org.apache.lucene.index.AtomicReader
Returns SortedDocValues for this field, or null if no SortedDocValues were indexed for this field.
getSortedDocValues(String) - Method in class org.apache.lucene.index.FilterAtomicReader
 
getSortedDocValues(String) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getSortedDocValues(String) - Method in class org.apache.lucene.index.SegmentReader
 
getSortedDocValues(String) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getSortedDocValues(String) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getSortedDocValues(AtomicReaderContext, String) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
Retrieves the SortedDocValues for the field in this segment
getSortedSet(FieldInfo) - Method in class org.apache.lucene.codecs.DocValuesProducer
Returns SortedSetDocValues for this field.
getSortedSet(FieldInfo) - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
getSortedSetDocValues(String) - Method in class org.apache.lucene.index.AtomicReader
Returns SortedSetDocValues for this field, or null if no SortedSetDocValues were indexed for this field.
getSortedSetDocValues(String) - Method in class org.apache.lucene.index.FilterAtomicReader
 
getSortedSetDocValues(String) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getSortedSetDocValues(String) - Method in class org.apache.lucene.index.SegmentReader
 
getSortedSetDocValues(String) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getSortedSetDocValues(String) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getSortedSetValues(IndexReader, String) - Static method in class org.apache.lucene.index.MultiDocValues
Returns a SortedSetDocValues for a reader's docvalues (potentially doing extremely slow things).
getSortedTransitions() - Method in class org.apache.lucene.util.automaton.Automaton
Returns a sorted array of transitions for each state (and sets state numbers).
getSortedValues(IndexReader, String) - Static method in class org.apache.lucene.index.MultiDocValues
Returns a SortedDocValues for a reader's docvalues (potentially doing extremely slow things).
getSortField(boolean) - Method in class org.apache.lucene.queries.function.ValueSource
EXPERIMENTAL: This method is subject to change.
getSourceFiles() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
getSourceFiles() - Method in class org.apache.lucene.replicator.IndexRevision
 
getSourceFiles() - Method in interface org.apache.lucene.replicator.Revision
Returns the files that comprise this revision, as a mapping from a source to a list of files.
getSources() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
getSpanNearQuery(IndexReader, String, float, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.DistanceQuery
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.BoostingTermBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanFirstBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanNearBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanNotBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanOrBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanOrTermsBuilder
 
getSpanQuery(Element) - Method in interface org.apache.lucene.queryparser.xml.builders.SpanQueryBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanQueryBuilderFactory
 
getSpanQuery(Element) - Method in class org.apache.lucene.queryparser.xml.builders.SpanTermBuilder
 
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
 
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery
 
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.SpanQuery
Expert: Returns the matches for this query in an index.
getSpans(AtomicReaderContext, Bits, Map<Term, TermContext>) - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
getSpanScore() - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
Returns the SpanScorer score only.
getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.Facets
Return the count or value for a specific path.
getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.MultiFacets
 
getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
 
getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets
 
getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
 
getStart() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
getStart() - Method in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
getStartOffset() - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getStartOffset() - Method in class org.apache.lucene.search.postingshighlight.Passage
Start offset of this passage.
getStartOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
 
getStartOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getStartOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
getStartOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getStemDict(Reader, CharArrayMap<String>) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Reads a stem dictionary.
getStopTypes() - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
 
getStopWords() - Method in class org.apache.lucene.analysis.core.StopFilterFactory
 
getStopWords(String) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Provides information on which stop words have been identified for a field
getStopWords() - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Provides information on which stop words have been identified for all fields
getStopWords() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Get the current stop words being used.
getStopWords() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
getStopwordSet() - Method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
Returns the analyzer's stopword set or an empty set if the analyzer has no stopwords
getStoredValue(Analyzer) - Method in class org.apache.lucene.analysis.Analyzer.ReuseStrategy
Returns the currently stored value.
getStringDistance() - Method in class org.apache.lucene.search.spell.SpellChecker
Returns the StringDistance instance used by this SpellChecker instance.
getSubInfos() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
 
getSubQueriesIterator() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
getSubQuery() - Method in class org.apache.lucene.queries.CustomScoreQuery
The sub-query that CustomScoreQuery wraps, affecting both the score and which documents match.
getSubQuery(int) - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
getSubs() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
Returns sub-readers we are merging.
getSubs() - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
Returns sub-readers we are merging.
getSubs() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
Returns sub-readers we are merging.
getSubs() - Method in class org.apache.lucene.index.MultiDocsEnum
Returns sub-readers we are merging.
getSubSpans() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
getSubSpans() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
getSuffix() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
GetSuffix(int) - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
GetSuffix(int) - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
GetSuffix(int) - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
getSuffixOperator() - Method in class org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
 
getSumDocFreq() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
getSumDocFreq(String) - Method in class org.apache.lucene.index.AtomicReader
 
getSumDocFreq(String) - Method in class org.apache.lucene.index.BaseCompositeReader
 
getSumDocFreq() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
getSumDocFreq(String) - Method in class org.apache.lucene.index.IndexReader
Returns the sum of TermsEnum.docFreq() for all terms in this field, or -1 if this measure isn't stored by the codec.
getSumDocFreq() - Method in class org.apache.lucene.index.MultiTerms
 
getSumDocFreq() - Method in class org.apache.lucene.index.Terms
Returns the sum of TermsEnum.docFreq() for all terms in this field, or -1 if this measure isn't stored by the codec.
getSummary() - Method in class org.apache.lucene.search.ComplexExplanation
 
getSummary() - Method in class org.apache.lucene.search.Explanation
A short one line summary which should contain all high level information about this Explanation, without the "Details"
getSumTotalTermFreq() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
getSumTotalTermFreq(String) - Method in class org.apache.lucene.index.AtomicReader
 
getSumTotalTermFreq(String) - Method in class org.apache.lucene.index.BaseCompositeReader
 
getSumTotalTermFreq() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
getSumTotalTermFreq(String) - Method in class org.apache.lucene.index.IndexReader
Returns the sum of TermsEnum.totalTermFreq() for all terms in this field, or -1 if this measure isn't stored by the codec (or if this fields omits term freq and positions).
getSumTotalTermFreq() - Method in class org.apache.lucene.index.MultiTerms
 
getSumTotalTermFreq() - Method in class org.apache.lucene.index.Terms
Returns the sum of TermsEnum.totalTermFreq() for all terms in this field, or -1 if this measure isn't stored by the codec (or if this fields omits term freq and positions).
getSupportedFeatures() - Static method in class org.apache.lucene.util.RamUsageEstimator
Return the set of supported JVM features that improve the estimation.
getSyntaxParser() - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Returns the text parser used to build a query node tree from a query string.
getTag(String) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
Returns object stored under that tag name
getTag(String) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
getTagMap() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
Returns a map containing all tags attached to this query node.
getTagMap() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
Returns a map containing all tags attached to this query node.
getTargetLabel() - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
 
getTargetLabel() - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
 
getTaxonomyEpoch() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Expert: returns current index epoch, if this is a near-real-time reader.
getTemplates(InputStream) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
Parses a query stylesheet for repeated use
getTerm() - Method in class org.apache.lucene.queries.TermFilter
 
getTerm() - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
getTerm() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Returns the pattern term.
getTerm() - Method in class org.apache.lucene.search.FuzzyQuery
Returns the pattern term.
getTerm() - Method in class org.apache.lucene.search.highlight.WeightedTerm
 
getTerm() - Method in class org.apache.lucene.search.spans.SpanTermQuery
Return the term whose spans are matched.
getTerm() - Method in class org.apache.lucene.search.TermQuery
Returns the term of this query.
getTerm() - Method in class org.apache.lucene.search.WildcardQuery
Returns the pattern term.
getTermArrays() - Method in class org.apache.lucene.search.MultiPhraseQuery
Returns a List of the terms in the multiphrase.
getTermCount() - Method in class org.apache.lucene.util.fst.Builder
 
getTermDocsEnum(IndexReader, Bits, String, BytesRef) - Static method in class org.apache.lucene.index.MultiFields
Returns DocsEnum for the specified field & term.
getTermDocsEnum(IndexReader, Bits, String, BytesRef, int) - Static method in class org.apache.lucene.index.MultiFields
Returns DocsEnum for the specified field & term, with control over whether freqs are required.
getTermEscaped(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getTermEscaped(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
This method is used to get the value converted to String and escaped using the given EscapeQuerySyntax.
getTermEscapeQuoted(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getTermIndexInterval() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getTermIndexInterval() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns the interval between indexed terms.
GetTermInfo - Class in org.apache.lucene.misc
Utility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.
GetTermInfo() - Constructor for class org.apache.lucene.misc.GetTermInfo
 
getTermInfo(Directory, Term) - Static method in class org.apache.lucene.misc.GetTermInfo
 
getTermInfosIndexDivisor() - Method in class org.apache.lucene.index.SegmentReader
Returns term infos index divisor originally passed to SegmentReader.SegmentReader(SegmentCommitInfo, int, IOContext).
getTermMap(String) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
getTermOrPhraseNumber() - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
getTermPositionsEnum(IndexReader, Bits, String, BytesRef) - Static method in class org.apache.lucene.index.MultiFields
Returns DocsAndPositionsEnum for the specified field & term.
getTermPositionsEnum(IndexReader, Bits, String, BytesRef, int) - Static method in class org.apache.lucene.index.MultiFields
Returns DocsAndPositionsEnum for the specified field & term, with control over whether offsets and payloads are required.
getTermQuery(String, boolean) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getTerms(IndexReader, String) - Static method in class org.apache.lucene.index.MultiFields
This method may return null if the field does not exist.
getTerms(AtomicReader, String, boolean) - Method in interface org.apache.lucene.search.FieldCache
Checks the internal cache for an appropriate entry, and if none is found, reads the term values in field and returns a BinaryDocValues instance, providing a method to retrieve the term (as a BytesRef) per document.
getTerms(AtomicReader, String, boolean, float) - Method in interface org.apache.lucene.search.FieldCache
Expert: just like FieldCache.getTerms(AtomicReader,String,boolean), but you can specify whether more RAM should be consumed in exchange for faster lookups (default is "true").
getTerms(Query) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
Extracts all terms texts of a given Query into an array of WeightedTerms
getTerms(Query, boolean, String) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
Extracts all terms texts of a given Query into an array of WeightedTerms
getTerms(Query, boolean) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
Extracts all terms texts of a given Query into an array of WeightedTerms
getTerms() - Method in class org.apache.lucene.search.PhraseQuery
Returns the set of terms in this phrase.
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.search.AutomatonQuery
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.search.FuzzyQuery
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.search.MultiTermQuery
Construct the enumeration to be used, expanding the pattern term.
getTermsEnum(Terms) - Method in class org.apache.lucene.search.MultiTermQuery
Convenience method, if no attributes are needed: This simply passes empty attributes and is equal to: getTermsEnum(terms, new AttributeSource())
getTermsEnum(MultiTermQuery, Terms, AttributeSource) - Method in class org.apache.lucene.search.MultiTermQuery.RewriteMethod
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.search.NumericRangeQuery
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.search.PrefixQuery
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.search.TermRangeQuery
 
getTermsEnum(Terms) - Method in class org.apache.lucene.util.automaton.CompiledAutomaton
 
getTermsIndex(AtomicReader, String) - Method in interface org.apache.lucene.search.FieldCache
Checks the internal cache for an appropriate entry, and if none is found, reads the term values in field and returns a SortedDocValues instance, providing methods to retrieve sort ordinals and terms (as a ByteRef) per document.
getTermsIndex(AtomicReader, String, float) - Method in interface org.apache.lucene.search.FieldCache
Expert: just like FieldCache.getTermsIndex(AtomicReader,String), but you can specify whether more RAM should be consumed in exchange for faster lookups (default is "true").
getTermsInfos() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getTermsOffsets() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo
 
getTermsOffsets() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getTermText() - Method in class org.apache.lucene.queryparser.surround.query.SrndTermQuery
 
getTermVector(int, String) - Method in class org.apache.lucene.index.IndexReader
Retrieve term vector for this document and field, or null if term vectors were not indexed.
getTermVectors(int) - Method in class org.apache.lucene.index.BaseCompositeReader
 
getTermVectors(int) - Method in class org.apache.lucene.index.FilterAtomicReader
 
getTermVectors(int) - Method in class org.apache.lucene.index.IndexReader
Retrieve term vectors for this document, or null if term vectors were not indexed.
getTermVectors(int) - Method in class org.apache.lucene.index.ParallelAtomicReader
 
getTermVectors(int) - Method in class org.apache.lucene.index.SegmentReader
 
getTermVectors(int) - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
getTermVectors(int) - Method in class org.apache.lucene.index.sorter.SortingAtomicReader
 
getTermVectorsReader() - Method in class org.apache.lucene.index.SegmentReader
Expert: retrieve thread-private TermVectorsReader
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
Copies the matched text into the CharTermAttribute
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Fills CharTermAttribute with the current token text.
getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Fills CharTermAttribute with the current token text.
getText() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
getText() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
Returns the term.
getText() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.TextableQueryNode
 
getText() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
getText(Node) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
getText() - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
getText() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo
 
getText() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
Text of the match, calculated on the fly.
getText() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getTextAsString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getTextFieldType() - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Subclass can override this method to change the field type of the text field e.g.
getTextFieldType() - Method in class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
 
getTextFragmenter() - Method in class org.apache.lucene.search.highlight.Highlighter
 
getThreshold() - Method in class org.apache.lucene.search.spell.JaroWinklerDistance
Returns the current value of the threshold used for adding the Winkler bonus.
getThresholdFrequency() - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Get the minimal threshold of documents a term must appear for a match
getTieBreakerMultiplier() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
 
getTimeAllowed() - Method in exception org.apache.lucene.search.TimeLimitingCollector.TimeExceededException
Returns allowed time (milliseconds).
getTimeElapsed() - Method in exception org.apache.lucene.search.TimeLimitingCollector.TimeExceededException
Returns elapsed time (milliseconds).
getTimeZone() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
getTimeZone() - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
 
getTimeZone() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
getToken() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
getToken(int) - Method in class org.apache.lucene.queryparser.classic.QueryParser
Get the specific Token.
getToken(int) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Get the specific Token.
getToken(int) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
Get the specific Token.
getToken(int) - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getTokenizer() - Method in class org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Returns the component's Tokenizer
getTokenScore() - Method in class org.apache.lucene.search.highlight.QueryScorer
 
getTokenScore() - Method in class org.apache.lucene.search.highlight.QueryTermScorer
 
getTokenScore() - Method in interface org.apache.lucene.search.highlight.Scorer
Called for each token in the current fragment.
getTokenSeparator() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
getTokenStream() - Method in class org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Returns the sink TokenStream
getTokenStream(Terms) - Static method in class org.apache.lucene.search.highlight.TokenSources
 
getTokenStream(Terms, boolean) - Static method in class org.apache.lucene.search.highlight.TokenSources
Low level api.
getTokenStream(IndexReader, int, String, Analyzer) - Static method in class org.apache.lucene.search.highlight.TokenSources
 
getTokenStream(Document, String, Analyzer) - Static method in class org.apache.lucene.search.highlight.TokenSources
 
getTokenStream(String, String, Analyzer) - Static method in class org.apache.lucene.search.highlight.TokenSources
 
getTokenStream() - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
getTokenStreamWithOffsets(IndexReader, int, String) - Static method in class org.apache.lucene.search.highlight.TokenSources
Returns a TokenStream with positions and offsets constructed from field termvectors.
getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.Facets
Returns the topN child labels under the specified path.
getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.MultiFacets
 
getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
 
getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets
 
getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
 
getTopGroups(int, boolean) - Method in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
Returns top groups, starting from offset.
getTopGroups(int) - Method in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
getTopGroups(Sort, int, int, int, boolean) - Method in class org.apache.lucene.search.grouping.BlockGroupingCollector
Returns the grouped results.
getTopGroups(ToParentBlockJoinQuery, Sort, int, int, int, boolean) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
Returns the TopGroups for the specified BlockJoinQuery.
getTopGroupsWithAllChildDocs(ToParentBlockJoinQuery, Sort, int, int, boolean) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
Returns the TopGroups for the specified BlockJoinQuery.
getTopLevelContext(IndexReaderContext) - Static method in class org.apache.lucene.index.ReaderUtil
Walks up the reader tree and return the given context's top level reader context, or in other words the reader tree's root context.
getTopLevelParser() - Method in class org.apache.lucene.queryparser.ext.ExtensionQuery
Returns the top level parser which created this ExtensionQuery
getTopLevelQuery() - Method in class org.apache.lucene.search.MultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite
 
getTopLevelQuery() - Method in class org.apache.lucene.search.MultiTermQuery.TopTermsScoringBooleanQueryRewrite
 
getTopReaderContext() - Method in class org.apache.lucene.search.IndexSearcher
Returns this searchers the top-level IndexReaderContext.
getTotalBoost() - Method in class org.apache.lucene.search.similarities.BasicStats
Returns the total boost.
getTotalBoost() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
 
getTotalCount() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.GroupedFacetResult
Returns the sum of all facet entries counts.
getTotalHits() - Method in class org.apache.lucene.search.TopDocsCollector
The total number of documents that matched this query.
getTotalHits() - Method in class org.apache.lucene.search.TotalHitCountCollector
Returns how many hits matched the search.
getTotalMissingCount() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.GroupedFacetResult
Returns the number of groups that didn't have a facet value.
getTotalScore() - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getTotalTermFreq() - Method in class org.apache.lucene.search.similarities.BasicStats
Returns the total number of occurrences of this term across all documents.
getTotStateCount() - Method in class org.apache.lucene.util.fst.Builder
 
getTransitions() - Method in class org.apache.lucene.util.automaton.State
Returns the set of outgoing transitions.
getTranspositions() - Method in class org.apache.lucene.search.FuzzyQuery
Returns true if transpositions should be treated as a primitive edit operation.
getTruncated() - Method in class org.apache.lucene.queryparser.surround.query.SrndTruncQuery
 
getTruncQuery(String) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
getType(int) - Static method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterIterator
Computes the type of the given character
getType() - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
Returns the numeric type used to index the numeric values
getType() - Method in class org.apache.lucene.search.SortField
Returns the type of contents in the field.
getType() - Method in class org.apache.lucene.util.FieldCacheSanityChecker.Insanity
Type of insane behavior this object represents
getUniqueTermCount() - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
getUniqueTermCount() - Method in class org.apache.lucene.index.FieldInvertState
Return the number of unique terms encountered in this field.
getUniqueTermCount() - Method in class org.apache.lucene.index.Fields
Deprecated.
iterate fields and add their size() instead. this method is only provided as a transition mechanism to access this statistic for 3.x indexes, which do not have this statistic per-field.
getUnsupportedFeatures() - Static method in class org.apache.lucene.util.RamUsageEstimator
Return the set of unsupported JVM features that improve the estimation.
getUpdatesFiles() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns the per generation updates files.
getUpperBits() - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
Expert.
getUpperBound() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.RangeQueryNode
 
getUpperBound() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Returns the upper bound node.
getUpperTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns the upper value of this range filter
getUpperTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns the upper value of this range query
getUpperTerm() - Method in class org.apache.lucene.search.TermRangeFilter
Returns the upper value of this range filter
getUpperTerm() - Method in class org.apache.lucene.search.TermRangeQuery
Returns the upper value of this range query
getUpperVal() - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
Returns the upper value of this range filter
getUpperVal() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
Returns the upper value of this range filter
getUseCompoundFile() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns true iff the IndexWriter packs newly written segments in a compound file.
getUseCompoundFile() - Method in class org.apache.lucene.index.SegmentInfo
Returns true if this segment is stored as a compound file; else, false.
getUserData() - Method in class org.apache.lucene.index.IndexCommit
Returns userData, previously passed to IndexWriter.setCommitData(Map) for this commit.
getUserData() - Method in class org.apache.lucene.index.SegmentInfos
Return userData saved with this commit.
getUseUnmap() - Method in class org.apache.lucene.store.MMapDirectory
Returns true, if the unmap workaround is enabled.
getUTF16SortedAsUTF8Comparator() - Static method in class org.apache.lucene.util.CharsRef
Deprecated.
This comparator is only a transition mechanism
getUTF8SortedAsUnicodeComparator() - Static method in class org.apache.lucene.util.BytesRef
 
getUTF8SortedAsUTF16Comparator() - Static method in class org.apache.lucene.util.BytesRef
Deprecated.
This comparator is only a transition mechanism
getValue() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
getValue() - Method in class org.apache.lucene.queries.function.FunctionValues.ValueFiller
MutableValue will be reused across calls
getValue() - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
returns the literal value
getValue() - Method in class org.apache.lucene.queryparser.classic.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BoostQueryNode
Returns the boost value.
getValue() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
getValue() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.OpaqueQueryNode
 
getValue() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
 
getValue() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
getValue() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
getValue() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.ValueQueryNode
 
getValue() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Returns the numeric value as Number.
getValue() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.lucene.queryparser.surround.parser.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.lucene.search.Explanation
The value assigned to this explanation node.
getValue() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getValue() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.FacetEntry
 
getValue() - Method in class org.apache.lucene.store.BufferedChecksum
 
getValueCount() - Method in class org.apache.lucene.index.MultiDocValues.MultiSortedDocValues
 
getValueCount() - Method in class org.apache.lucene.index.MultiDocValues.MultiSortedSetDocValues
 
getValueCount() - Method in class org.apache.lucene.index.MultiDocValues.OrdinalMap
Returns the total number of unique terms in global ord space.
getValueCount() - Method in class org.apache.lucene.index.SortedDocValues
Returns the number of unique values.
getValueCount() - Method in class org.apache.lucene.index.SortedSetDocValues
Returns the number of unique values.
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.FunctionValues
 
getValueFiller() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction.Values
 
getValueForNormalization() - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
getValueForNormalization() - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
getValueForNormalization() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
getValueForNormalization() - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
Compute the sub of squared weights of us applied to our subqueries.
getValueForNormalization() - Method in class org.apache.lucene.search.similarities.BasicStats
The square of the raw normalization value.
getValueForNormalization() - Method in class org.apache.lucene.search.similarities.Similarity.SimWeight
The value for normalization of contained query clauses (e.g.
getValueForNormalization() - Method in class org.apache.lucene.search.spans.SpanWeight
 
getValueForNormalization() - Method in class org.apache.lucene.search.Weight
The value for normalization of contained query clauses (e.g.
getValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
getValues(String) - Method in class org.apache.lucene.document.Document
Returns an array of values of the field specified as the method parameter.
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource.ScoreValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.BytesRefFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DefFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.ValueSource
Gets the values for this reader and the context that was previously passed to createWeight()
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IDFValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TermFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TFValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
getValues(Map, AtomicReaderContext) - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
getValueSize() - Method in interface org.apache.lucene.analysis.NumericTokenStream.NumericTermAttribute
Returns value size in bits (32 for float, int; 64 for double, long)
getValueSize() - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
getValueSource() - Method in class org.apache.lucene.queries.function.BoostedQuery
 
getValueSource() - Method in class org.apache.lucene.queries.function.FunctionQuery
 
getVersion() - Method in class org.apache.lucene.index.DirectoryReader
Version number when this IndexReader was opened.
getVersion() - Method in class org.apache.lucene.index.FilterDirectoryReader
 
getVersion() - Method in class org.apache.lucene.index.SegmentInfo
Returns the version of the code which wrote the segment.
getVersion() - Method in class org.apache.lucene.index.SegmentInfos
version number when this SegmentInfos was generated.
getVersion() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
getVersion() - Method in class org.apache.lucene.replicator.IndexRevision
 
getVersion() - Method in interface org.apache.lucene.replicator.Revision
Returns a string representation of the version of this revision.
getVersionComparator() - Static method in class org.apache.lucene.util.StringHelper
 
getWeight() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
getWeight() - Method in class org.apache.lucene.search.highlight.WeightedTerm
 
getWeight() - Method in class org.apache.lucene.search.Scorer
returns parent Weight
getWeight(Document, int) - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
Returns the value of the weightField for the current document.
getWeight() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getWeightedFragInfoList(List<FieldFragList.WeightedFragInfo>) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getWeightedFragInfoList(List<FieldFragList.WeightedFragInfo>) - Method in class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder
Sort by score the list of WeightedFragInfo
getWeightedFragInfoList(List<FieldFragList.WeightedFragInfo>) - Method in class org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder
do nothing.
getWeightedSpanTerm(String) - Method in class org.apache.lucene.search.highlight.QueryScorer
Retrieve the WeightedSpanTerm for the specified token.
getWeightedSpanTerms(Query, TokenStream) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
Creates a Map of WeightedSpanTerms from the given Query and TokenStream.
getWeightedSpanTerms(Query, TokenStream, String) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
Creates a Map of WeightedSpanTerms from the given Query and TokenStream.
getWeightedSpanTermsWithScores(Query, TokenStream, String, IndexReader) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
Creates a Map of WeightedSpanTerms from the given Query and TokenStream.
getWeightOperator() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
getWeightString() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryparser.analyzing.AnalyzingQueryParser
Called when parser parses an input term that contains one or more wildcard characters (like *), but is not a prefix term (one that has just a single * character at the end).
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
 
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Factory method for generating a query.
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
getWords() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
 
getWordSet(ResourceLoader, String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Returns as CharArraySet from wordFiles, which can be a comma-separated list of filenames
getWordSet(Reader, CharArraySet) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Reads lines from a Reader and adds every line as an entry to a CharArraySet (omitting leading and trailing whitespace).
getWordSet(Reader, Version) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Reads lines from a Reader and adds every line as an entry to a CharArraySet (omitting leading and trailing whitespace).
getWordSet(Reader, String, Version) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Reads lines from a Reader and adds every non-comment line as an entry to a CharArraySet (omitting leading and trailing whitespace).
getWordSet(Reader, String, CharArraySet) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
Reads lines from a Reader and adds every non-comment line as an entry to a CharArraySet (omitting leading and trailing whitespace).
getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.AnalyzerWrapper
Retrieves the wrapped Analyzer appropriate for analyzing the field with the given name
getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
 
getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
 
getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
getWrappedQuery() - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
Returns the wrapped query
getWriteLockTimeout() - Method in class org.apache.lucene.index.IndexWriterConfig
 
getWriteLockTimeout() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Returns allowed timeout when acquiring the write lock.
getWriter(DataOutput, int, int, float) - Static method in class org.apache.lucene.util.packed.PackedInts
Create a packed integer array writer for the given output, format, value count, and number of bits per value.
getWriterNoHeader(DataOutput, PackedInts.Format, int, int, int) - Static method in class org.apache.lucene.util.packed.PackedInts
Expert: Create a packed integer array writer for the given output, format, value count, and number of bits per value.
getZ() - Method in class org.apache.lucene.search.similarities.NormalizationZ
Returns the parameter z
GLOBAL_REUSE_STRATEGY - Static variable in class org.apache.lucene.analysis.Analyzer
A predefined Analyzer.ReuseStrategy that reuses the same components for every field.
GOOD_FAST_HASH_SEED - Static variable in class org.apache.lucene.util.StringHelper
GradientFormatter - Class in org.apache.lucene.search.highlight
Formats text with different color intensity depending on the score of the term.
GradientFormatter(float, String, String, String, String) - Constructor for class org.apache.lucene.search.highlight.GradientFormatter
Sets the color range for the IDF scores
GRAM_TYPE - Static variable in class org.apache.lucene.analysis.commongrams.CommonGramsFilter
 
GreekAnalyzer - Class in org.apache.lucene.analysis.el
Analyzer for the Greek language.
GreekAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Builds an analyzer with the default stop words.
GreekAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Builds an analyzer with the given stop words.
GreekLowerCaseFilter - Class in org.apache.lucene.analysis.el
Normalizes token text to lower case, removes some Greek diacritics, and standardizes final sigma to sigma.
GreekLowerCaseFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilter
Create a GreekLowerCaseFilter that normalizes Greek token text.
GreekLowerCaseFilterFactory - Class in org.apache.lucene.analysis.el
GreekLowerCaseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
Creates a new GreekLowerCaseFilterFactory
GreekStemFilter - Class in org.apache.lucene.analysis.el
A TokenFilter that applies GreekStemmer to stem Greek words.
GreekStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.el.GreekStemFilter
 
GreekStemFilterFactory - Class in org.apache.lucene.analysis.el
Factory for GreekStemFilter.
GreekStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.el.GreekStemFilterFactory
Creates a new GreekStemFilterFactory
GreekStemmer - Class in org.apache.lucene.analysis.el
A stemmer for Greek words, according to: Development of a Stemmer for the Greek Language. Georgios Ntais
GreekStemmer() - Constructor for class org.apache.lucene.analysis.el.GreekStemmer
 
GROUP - Static variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
 
group - Variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
 
groupByDocBlock(IndexSearcher, Filter, Query, int, int) - Method in class org.apache.lucene.search.grouping.GroupingSearch
 
groupByFieldOrFunction(IndexSearcher, Filter, Query, int, int) - Method in class org.apache.lucene.search.grouping.GroupingSearch
 
groupDocs - Variable in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
GroupDocs<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
Represents one group in the results.
GroupDocs(float, float, int, ScoreDoc[], GROUP_VALUE_TYPE, Object[]) - Constructor for class org.apache.lucene.search.grouping.GroupDocs
 
groupField - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
groupHead - Variable in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.TemporalResult
 
groupHeadsSize() - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
GroupingSearch - Class in org.apache.lucene.search.grouping
Convenience class to perform grouping in a non distributed environment.
GroupingSearch(String) - Constructor for class org.apache.lucene.search.grouping.GroupingSearch
Constructs a GroupingSearch instance that groups documents by index terms using the FieldCache.
GroupingSearch(ValueSource, Map<?, ?>) - Constructor for class org.apache.lucene.search.grouping.GroupingSearch
Constructs a GroupingSearch instance that groups documents by function using a ValueSource instance.
GroupingSearch(Filter) - Constructor for class org.apache.lucene.search.grouping.GroupingSearch
Constructor for grouping documents by doc block.
groupMap - Variable in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
GroupQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A GroupQueryNode represents a location where the original user typed real parenthesis on the query string.
GroupQueryNode(QueryNode) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.GroupQueryNode
This QueryNode is used to identify parenthesis on the original query string
GroupQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds no object, it only returns the Query object set on the GroupQueryNode object using a QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID tag.
GroupQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.GroupQueryNodeBuilder
 
GroupQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
Deprecated.
GroupQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.GroupQueryNodeProcessor
Deprecated.
 
groups - Variable in class org.apache.lucene.search.grouping.TopGroups
Group results in groupSort order
groupSort - Variable in class org.apache.lucene.search.grouping.TopGroups
How groups are sorted against each other
groupSortValues - Variable in class org.apache.lucene.search.grouping.GroupDocs
Matches the groupSort passed to AbstractFirstPassGroupingCollector.
groupValue - Variable in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.GroupHead
 
groupValue - Variable in class org.apache.lucene.search.grouping.AbstractDistinctValuesCollector.GroupCount
 
groupValue - Variable in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector.SearchGroupDocs
 
groupValue - Variable in class org.apache.lucene.search.grouping.GroupDocs
The groupField value for all docs in this group; this may be null if hits did not have the groupField.
groupValue - Variable in class org.apache.lucene.search.grouping.SearchGroup
The value that defines this group
grow(short[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(short[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(float[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(float[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(double[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(double[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(int[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(int[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(long[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(long[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(byte[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(byte[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(boolean[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(boolean[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(char[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(char[]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(int[][], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(int[][]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(float[][], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(float[][]) - Static method in class org.apache.lucene.util.ArrayUtil
 
grow(int) - Method in class org.apache.lucene.util.BytesRef
Used to grow the reference array.
grow() - Method in class org.apache.lucene.util.BytesRefHash.BytesStartArray
grow() - Method in class org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
 
grow(int) - Method in class org.apache.lucene.util.CharsRef
Used to grow the reference array.
grow() - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
 
grow() - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
 
grow(int) - Method in class org.apache.lucene.util.IntsRef
Used to grow the reference array.
grow(int) - Method in class org.apache.lucene.util.LongsRef
Used to grow the reference array.
GrowableByteArrayDataOutput - Class in org.apache.lucene.util
A DataOutput that can be used to build a byte[].
GrowableByteArrayDataOutput(int) - Constructor for class org.apache.lucene.util.GrowableByteArrayDataOutput
Create a GrowableByteArrayDataOutput with the given initial capacity.
GrowableWriter - Class in org.apache.lucene.util.packed
Implements PackedInts.Mutable, but grows the bit count of the underlying packed ints on-demand.
GrowableWriter(int, int, float) - Constructor for class org.apache.lucene.util.packed.GrowableWriter
 

H

H16_L - Static variable in class org.apache.lucene.util.BroadWord
 
H8_L - Static variable in class org.apache.lucene.util.BroadWord
Hk = Lk << (k-1) .
HAMZA_ABOVE - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
HAN - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
bigram flag for Han Ideographs
handleMergeException(Throwable) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Called when an exception is hit in a background merge thread
handleUpdateException(Throwable) - Method in class org.apache.lucene.replicator.ReplicationClient
Called when an exception is hit by the replication thread.
HANGUL - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
bigram flag for Hangul
HANGUL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
HANGUL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
 
HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
HANZI - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Han Ideographs
has(ConfigurationKey<T>) - Method in class org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
Returns true if there is a value set with the given key, otherwise false.
HAS_BUGGY_BREAKITERATORS - Static variable in class org.apache.lucene.analysis.util.CharArrayIterator
True if this JRE has a buggy BreakIterator implementation
hasArray() - Method in class org.apache.lucene.util.packed.GrowableWriter
 
hasArray() - Method in class org.apache.lucene.util.packed.PackedInts.Reader
Returns true if this implementation is backed by a native java array.
hasAttribute(Class<? extends Attribute>) - Method in class org.apache.lucene.util.AttributeSource
The caller must pass in a Class<? extends Attribute> value.
hasAttributes() - Method in class org.apache.lucene.util.AttributeSource
Returns true, iff this AttributeSource has any attributes
hasBeenLoaded() - Method in class org.apache.lucene.document.LazyDocument.LazyField
non-private for test only access
hasContexts() - Method in class org.apache.lucene.search.suggest.BufferedInputIterator
 
hasContexts() - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
 
hasContexts() - Method in interface org.apache.lucene.search.suggest.InputIterator
Returns true if the iterator has contexts
hasContexts() - Method in class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
 
hasContexts() - Method in class org.apache.lucene.search.suggest.SortedInputIterator
 
hasDeletions - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
True if this segment has pending deletions.
hasDeletions() - Method in class org.apache.lucene.index.IndexReader
Returns true if any documents have been deleted.
hasDeletions() - Method in class org.apache.lucene.index.IndexWriter
Returns true if this index has deletions (including buffered deletions).
hasDeletions() - Method in class org.apache.lucene.index.MergeState.DocMap
Returns true if there are any deletions.
hasDeletions() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns true if there are any deletions for the segment at this commit.
hasDocValues() - Method in class org.apache.lucene.index.FieldInfo
Returns true if this field has any docValues.
hasDocValues() - Method in class org.apache.lucene.index.FieldInfos
Returns true if any fields have DocValues
hasFieldUpdates() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns true if there are any field updates for the segment in this commit.
hasFreq() - Method in class org.apache.lucene.index.FieldInfos
Returns true if any fields have freqs
hasFreqs() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
hasFreqs() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
hasFreqs() - Method in class org.apache.lucene.index.MultiTerms
 
hasFreqs() - Method in class org.apache.lucene.index.Terms
Returns true if documents in this field store per-document term frequency (DocsEnum.freq()).
hash(BytesRef) - Method in class org.apache.lucene.codecs.bloom.HashFunction
Hashes the contents of the referenced bytes
hash(byte[], int, int, int) - Static method in class org.apache.lucene.codecs.bloom.MurmurHash2
 
hash(BytesRef) - Method in class org.apache.lucene.codecs.bloom.MurmurHash2
 
hash - Static variable in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
hash(int) - Method in class org.apache.lucene.util.SentinelIntSet
(internal) Return the hash for the key.
hash32(byte[], int, int) - Static method in class org.apache.lucene.codecs.bloom.MurmurHash2
Generates 32 bit hash from byte array with default seed value.
hashCode() - Method in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
 
hashCode() - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
Returns a hash code value for the object.
hashCode() - Method in class org.apache.lucene.analysis.Token
 
hashCode() - Method in class org.apache.lucene.analysis.Token.TokenAttributeFactory
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.KeywordAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.PositionLengthAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
hashCode() - Method in class org.apache.lucene.facet.DrillDownQuery
 
hashCode() - Method in class org.apache.lucene.facet.FacetResult
 
hashCode() - Method in class org.apache.lucene.facet.LabelAndValue
 
hashCode() - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
 
hashCode() - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
 
hashCode() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource.ScoreValueSource
 
hashCode() - Method in class org.apache.lucene.index.IndexCommit
 
hashCode() - Method in class org.apache.lucene.index.IndexReader
hashCode() - Method in class org.apache.lucene.index.SegmentInfo
 
hashCode() - Method in class org.apache.lucene.index.Term
 
hashCode() - Method in class org.apache.lucene.queries.BooleanFilter
 
hashCode() - Method in class org.apache.lucene.queries.BoostingQuery
 
hashCode() - Method in class org.apache.lucene.queries.CommonTermsQuery
 
hashCode() - Method in class org.apache.lucene.queries.CustomScoreQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.queries.FilterClause
 
hashCode() - Method in class org.apache.lucene.queries.function.BoostedQuery
 
hashCode() - Method in class org.apache.lucene.queries.function.FunctionQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ByteFieldSource
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ConstValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DoubleConstValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.EnumFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.FieldCacheSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.ValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.IfFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
hashCode() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
hashCode() - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
hashCode() - Method in class org.apache.lucene.queries.TermFilter
 
hashCode() - Method in class org.apache.lucene.queries.TermsFilter
 
hashCode() - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
hashCode() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
For subclasses of SrndQuery within the package org.apache.lucene.queryparser.surround.query it is not necessary to override this method,
hashCode() - Method in class org.apache.lucene.replicator.RevisionFile
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.SortedSetSortField
 
hashCode() - Method in class org.apache.lucene.search.AutomatonQuery
 
hashCode() - Method in class org.apache.lucene.search.BooleanClause
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.BooleanQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.CachingWrapperFilter
 
hashCode() - Method in class org.apache.lucene.search.ConstantScoreQuery
 
hashCode() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Compute a hash code for hashing us
hashCode() - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
 
hashCode() - Method in class org.apache.lucene.search.DocTermOrdsRewriteMethod
 
hashCode() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
 
hashCode() - Method in class org.apache.lucene.search.FieldCacheRewriteMethod
 
hashCode() - Method in class org.apache.lucene.search.FieldValueFilter
 
hashCode() - Method in class org.apache.lucene.search.FilteredQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.FuzzyQuery
 
hashCode() - Method in class org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
 
hashCode() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.FacetEntry
 
hashCode() - Method in class org.apache.lucene.search.grouping.SearchGroup
 
hashCode() - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
hashCode() - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 
hashCode() - Method in class org.apache.lucene.search.MatchAllDocsQuery
 
hashCode() - Method in class org.apache.lucene.search.MultiPhraseQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.MultiTermQuery
 
hashCode() - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
 
hashCode() - Method in class org.apache.lucene.search.NGramPhraseQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.NumericRangeQuery
 
hashCode() - Method in class org.apache.lucene.search.payloads.AveragePayloadFunction
 
hashCode() - Method in class org.apache.lucene.search.payloads.MaxPayloadFunction
 
hashCode() - Method in class org.apache.lucene.search.payloads.MinPayloadFunction
 
hashCode() - Method in class org.apache.lucene.search.payloads.PayloadFunction
 
hashCode() - Method in class org.apache.lucene.search.payloads.PayloadNearQuery
 
hashCode() - Method in class org.apache.lucene.search.payloads.PayloadTermQuery
 
hashCode() - Method in class org.apache.lucene.search.PhraseQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.PrefixQuery
 
hashCode() - Method in class org.apache.lucene.search.Query
 
hashCode() - Method in class org.apache.lucene.search.QueryWrapperFilter
 
hashCode() - Method in class org.apache.lucene.search.Sort
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.SortField
Returns true if o is equal to this.
hashCode() - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanNearPayloadCheckQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanPayloadCheckQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
hashCode() - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
hashCode() - Method in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
 
hashCode() - Method in class org.apache.lucene.search.spell.JaroWinklerDistance
 
hashCode() - Method in class org.apache.lucene.search.spell.LevensteinDistance
 
hashCode() - Method in class org.apache.lucene.search.spell.NGramDistance
 
hashCode() - Method in class org.apache.lucene.search.TermQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.TermRangeQuery
 
hashCode() - Method in class org.apache.lucene.search.TopTermsRewrite
 
hashCode() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
hashCode() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
hashCode() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
hashCode() - Method in class org.apache.lucene.store.FlushInfo
 
hashCode() - Method in class org.apache.lucene.store.IOContext
 
hashCode() - Method in class org.apache.lucene.store.MergeInfo
 
hashCode(char[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Returns hash of chars in range start (inclusive) to end (inclusive)
hashCode(byte[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Returns hash of bytes in range start (inclusive) to end (inclusive)
hashCode() - Method in class org.apache.lucene.util.AttributeSource
 
hashCode() - Method in class org.apache.lucene.util.automaton.Automaton
 
hashCode() - Method in class org.apache.lucene.util.automaton.CompiledAutomaton
 
hashCode() - Method in class org.apache.lucene.util.automaton.RunAutomaton
 
hashCode() - Method in class org.apache.lucene.util.automaton.State
 
hashCode() - Method in class org.apache.lucene.util.automaton.StatePair
Returns hash code.
hashCode() - Method in class org.apache.lucene.util.automaton.Transition
Returns hash code.
hashCode() - Method in class org.apache.lucene.util.BytesRef
Calculates the hash code as required by TermsHash during indexing.
hashCode() - Method in class org.apache.lucene.util.CharsRef
 
hashCode() - Method in class org.apache.lucene.util.FixedBitSet
 
hashCode() - Method in class org.apache.lucene.util.fst.PairOutputs.Pair
 
hashCode() - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
hashCode() - Method in class org.apache.lucene.util.IntsRef
 
hashCode() - Method in class org.apache.lucene.util.LongBitSet
 
hashCode() - Method in class org.apache.lucene.util.LongsRef
 
hashCode() - Method in class org.apache.lucene.util.mutable.MutableValue
 
hashCode() - Method in class org.apache.lucene.util.mutable.MutableValueBool
 
hashCode() - Method in class org.apache.lucene.util.mutable.MutableValueDouble
 
hashCode() - Method in class org.apache.lucene.util.mutable.MutableValueFloat
 
hashCode() - Method in class org.apache.lucene.util.mutable.MutableValueInt
 
hashCode() - Method in class org.apache.lucene.util.mutable.MutableValueLong
 
hashCode() - Method in class org.apache.lucene.util.mutable.MutableValueStr
 
hashCode() - Method in class org.apache.lucene.util.OpenBitSet
 
hashCode() - Method in class org.apache.lucene.util.packed.EliasFanoDocIdSet
 
hashCode() - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
 
hashCode() - Method in class org.tartarus.snowball.ext.ArmenianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.BasqueStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.CatalanStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.DanishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.DutchStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.EnglishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.FinnishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.FrenchStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.German2Stemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.GermanStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.HungarianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.IrishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.ItalianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.KpStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.LovinsStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.NorwegianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.PorterStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.PortugueseStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.RomanianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.RussianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.SpanishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.SwedishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.TurkishStemmer
 
HashFunction - Class in org.apache.lucene.codecs.bloom
Base class for hashing functions that can be referred to by name.
HashFunction() - Constructor for class org.apache.lucene.codecs.bloom.HashFunction
 
hashFunctionForVersion(int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
hasMoreElements() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
hasNext() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
 
hasNext() - Method in class org.apache.lucene.util.FilterIterator
 
hasNext() - Method in class org.apache.lucene.util.MergedIterator
 
hasNext() - Method in class org.apache.lucene.util.SPIClassIterator
 
hasNorms(String) - Method in class org.apache.lucene.index.AtomicReader
Deprecated.
(4.0) use AtomicReader.getFieldInfos() and check FieldInfo.hasNorms() for the field instead.
hasNorms() - Method in class org.apache.lucene.index.FieldInfo
Returns true if this field actually has any norms.
hasNorms() - Method in class org.apache.lucene.index.FieldInfos
Returns true if any fields have norms
hasOffsets() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
hasOffsets() - Method in class org.apache.lucene.index.FieldInfos
Returns true if any fields have offsets
hasOffsets() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
hasOffsets() - Method in class org.apache.lucene.index.MultiTerms
 
hasOffsets() - Method in class org.apache.lucene.index.Terms
Returns true if documents in this field store offsets.
hasPayloads() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
hasPayloads() - Method in class org.apache.lucene.index.FieldInfo
Returns true if any payloads exist for this field.
hasPayloads() - Method in class org.apache.lucene.index.FieldInfos
Returns true if any fields have payloads
hasPayloads() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
hasPayloads() - Method in class org.apache.lucene.index.MultiTerms
 
hasPayloads() - Method in class org.apache.lucene.index.Terms
Returns true if documents in this field store payloads.
hasPayloads() - Method in class org.apache.lucene.search.suggest.BufferedInputIterator
 
hasPayloads() - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
 
hasPayloads() - Method in interface org.apache.lucene.search.suggest.InputIterator
Returns true if the iterator has payloads
hasPayloads() - Method in class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
 
hasPayloads() - Method in class org.apache.lucene.search.suggest.SortedInputIterator
 
hasPendingMerges() - Method in class org.apache.lucene.index.IndexWriter
Expert: returns true if there are merges waiting to be scheduled.
hasPositions() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
hasPositions() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
hasPositions() - Method in class org.apache.lucene.index.MultiTerms
 
hasPositions() - Method in class org.apache.lucene.index.Terms
Returns true if documents in this field store positions.
hasProx() - Method in class org.apache.lucene.index.FieldInfos
Returns true if any fields have positions
hasUncommittedChanges() - Method in class org.apache.lucene.index.IndexWriter
Returns true if there may be changes that have not been committed.
hasVectors() - Method in class org.apache.lucene.index.FieldInfo
Returns true if any term vectors exist for this field.
hasVectors() - Method in class org.apache.lucene.index.FieldInfos
Returns true if any fields have vectors
haversin(double, double, double, double) - Static method in class org.apache.lucene.util.SloppyMath
Returns the distance in kilometers between two points specified in decimal degrees (latitude/longitude).
headerLength(String) - Static method in class org.apache.lucene.codecs.CodecUtil
Computes the length of a codec header.
HEADING - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
HEADING_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
HEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
HEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
HEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
HEH_GOAL - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
HEH_YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
hexToInt(String) - Static method in class org.apache.lucene.search.highlight.GradientFormatter
Converts a hex string into an int.
HHMMSegmenter - Class in org.apache.lucene.analysis.cn.smart.hhmm
Finds the optimal segmentation of a sentence into Chinese words
HHMMSegmenter() - Constructor for class org.apache.lucene.analysis.cn.smart.hhmm.HHMMSegmenter
 
hi - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Pointer to high branch.
hierarchical - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
True if this dimension is hierarchical.
HIGH_COMPRESSION - Static variable in class org.apache.lucene.codecs.compressing.CompressionMode
A compression mode that trades speed for compression ratio.
highFreqBoost - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
highFreqMinNrShouldMatch - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
highFreqOccur - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
HighFreqTerms - Class in org.apache.lucene.misc
HighFreqTerms class extracts the top n most frequent terms (by document frequency) from an existing Lucene index and reports their document frequency.
HighFreqTerms() - Constructor for class org.apache.lucene.misc.HighFreqTerms
 
HighFreqTerms.DocFreqComparator - Class in org.apache.lucene.misc
Compares terms by docTermFreq
HighFreqTerms.DocFreqComparator() - Constructor for class org.apache.lucene.misc.HighFreqTerms.DocFreqComparator
 
HighFreqTerms.TotalTermFreqComparator - Class in org.apache.lucene.misc
Compares terms by totalTermFreq
HighFreqTerms.TotalTermFreqComparator() - Constructor for class org.apache.lucene.misc.HighFreqTerms.TotalTermFreqComparator
 
HighFrequencyDictionary - Class in org.apache.lucene.search.spell
HighFrequencyDictionary: terms taken from the given field of a Lucene index, which appear in a number of documents above a given threshold.
HighFrequencyDictionary(IndexReader, String, float) - Constructor for class org.apache.lucene.search.spell.HighFrequencyDictionary
Creates a new Dictionary, pulling source terms from the specified field in the provided reader.
highlight(String, Query, IndexSearcher, TopDocs) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Highlights the top passages from a single field.
highlight(String, Query, IndexSearcher, TopDocs, int) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Highlights the top-N passages from a single field.
highlight(String, Set<String>, String) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Override this method to customize the Object representing a single highlighted suggestions; the result is set on each Lookup.LookupResult.highlightKey member.
highlightBackground - Variable in class org.apache.lucene.search.highlight.GradientFormatter
 
Highlighter - Class in org.apache.lucene.search.highlight
Class used to markup highlighted terms found in the best sections of a text, using configurable Fragmenter, Scorer, Formatter, Encoder and tokenizers.
Highlighter(Scorer) - Constructor for class org.apache.lucene.search.highlight.Highlighter
 
Highlighter(Formatter, Scorer) - Constructor for class org.apache.lucene.search.highlight.Highlighter
 
Highlighter(Formatter, Encoder, Scorer) - Constructor for class org.apache.lucene.search.highlight.Highlighter
 
highlightFields(String[], Query, IndexSearcher, TopDocs) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Highlights the top passages from multiple fields.
highlightFields(String[], Query, IndexSearcher, TopDocs, int[]) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Highlights the top-N passages from multiple fields.
highlightFields(String[], Query, IndexSearcher, int[], int[]) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Highlights the top-N passages from multiple fields, for the provided int[] docids.
highlightFieldsAsObjects(String[], Query, IndexSearcher, int[], int[]) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Expert: highlights the top-N passages from multiple fields, for the provided int[] docids, to custom Object as returned by the PassageFormatter.
highlightForeground - Variable in class org.apache.lucene.search.highlight.GradientFormatter
 
highlightKey - Variable in class org.apache.lucene.search.suggest.Lookup.LookupResult
Expert: custom Object to hold the result of a highlighted suggestion.
highlightTerm(String, TokenGroup) - Method in interface org.apache.lucene.search.highlight.Formatter
 
highlightTerm(String, TokenGroup) - Method in class org.apache.lucene.search.highlight.GradientFormatter
 
highlightTerm(String, TokenGroup) - Method in class org.apache.lucene.search.highlight.SimpleHTMLFormatter
 
highlightTerm(String, TokenGroup) - Method in class org.apache.lucene.search.highlight.SpanGradientFormatter
 
HIKID - Static variable in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
Index values for accessing relatives array.
HindiAnalyzer - Class in org.apache.lucene.analysis.hi
Analyzer for Hindi.
HindiAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.hi.HindiAnalyzer
Builds an analyzer with the given stop words
HindiAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.hi.HindiAnalyzer
Builds an analyzer with the given stop words
HindiAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hi.HindiAnalyzer
Builds an analyzer with the default stop words: HindiAnalyzer.DEFAULT_STOPWORD_FILE.
HindiNormalizationFilter - Class in org.apache.lucene.analysis.hi
A TokenFilter that applies HindiNormalizer to normalize the orthography.
HindiNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizationFilter
 
HindiNormalizationFilterFactory - Class in org.apache.lucene.analysis.hi
HindiNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizationFilterFactory
Creates a new HindiNormalizationFilterFactory
HindiNormalizer - Class in org.apache.lucene.analysis.hi
Normalizer for Hindi.
HindiNormalizer() - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizer
 
HindiStemFilter - Class in org.apache.lucene.analysis.hi
A TokenFilter that applies HindiStemmer to stem Hindi words.
HindiStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hi.HindiStemFilter
 
HindiStemFilterFactory - Class in org.apache.lucene.analysis.hi
Factory for HindiStemFilter.
HindiStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hi.HindiStemFilterFactory
Creates a new HindiStemFilterFactory
HindiStemmer - Class in org.apache.lucene.analysis.hi
Light Stemmer for Hindi.
HindiStemmer() - Constructor for class org.apache.lucene.analysis.hi.HindiStemmer
 
HIRAGANA - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
bigram flag for Hiragana
HIRAGANA - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
HIRAGANA - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
 
HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
hits - Variable in class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
Hits.
HMMChineseTokenizer - Class in org.apache.lucene.analysis.cn.smart
Tokenizer for Chinese or mixed Chinese-English text.
HMMChineseTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer
Creates a new HMMChineseTokenizer
HMMChineseTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer
Creates a new HMMChineseTokenizer, supplying the AttributeFactory
HMMChineseTokenizerFactory - Class in org.apache.lucene.analysis.cn.smart
HMMChineseTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizerFactory
Creates a new HMMChineseTokenizerFactory
HOLE - Static variable in class org.apache.lucene.analysis.TokenStreamToAutomaton
We add this arc to represent a hole.
HOST - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
HOST - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
HOST_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
hstrcmp(char[], int, char[], int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
String compare, returns 0 if equal or t is a substring of s
htmlEncode(String) - Static method in class org.apache.lucene.search.highlight.SimpleHTMLEncoder
Encode string into HTML
HTMLStripCharFilter - Class in org.apache.lucene.analysis.charfilter
A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
HTMLStripCharFilter(Reader) - Constructor for class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
Creates a new HTMLStripCharFilter over the provided Reader.
HTMLStripCharFilter(Reader, Set<String>) - Constructor for class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
Creates a new HTMLStripCharFilter over the provided Reader with the specified start and end tags.
HTMLStripCharFilterFactory - Class in org.apache.lucene.analysis.charfilter
Factory for HTMLStripCharFilter.
HTMLStripCharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.charfilter.HTMLStripCharFilterFactory
Creates a new HTMLStripCharFilterFactory
HttpClientBase - Class in org.apache.lucene.replicator.http
Base class for Http clients.
HttpClientBase(String, int, String, ClientConnectionManager) - Constructor for class org.apache.lucene.replicator.http.HttpClientBase
 
HttpReplicator - Class in org.apache.lucene.replicator.http
An HTTP implementation of Replicator.
HttpReplicator(String, int, String, ClientConnectionManager) - Constructor for class org.apache.lucene.replicator.http.HttpReplicator
Construct with specified connection manager.
humanReadableUnits(long) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns size in human-readable units (GB, MB, KB or bytes).
humanReadableUnits(long, DecimalFormat) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns size in human-readable units (GB, MB, KB or bytes).
humanSizeOf(Object) - Static method in class org.apache.lucene.util.RamUsageEstimator
Return a human-readable size of a given object.
HungarianAnalyzer - Class in org.apache.lucene.analysis.hu
Analyzer for Hungarian.
HungarianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hu.HungarianAnalyzer
Builds an analyzer with the default stop words: HungarianAnalyzer.DEFAULT_STOPWORD_FILE.
HungarianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.hu.HungarianAnalyzer
Builds an analyzer with the given stop words.
HungarianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.hu.HungarianAnalyzer
Builds an analyzer with the given stop words.
HungarianLightStemFilter - Class in org.apache.lucene.analysis.hu
A TokenFilter that applies HungarianLightStemmer to stem Hungarian words.
HungarianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemFilter
 
HungarianLightStemFilterFactory - Class in org.apache.lucene.analysis.hu
HungarianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemFilterFactory
Creates a new HungarianLightStemFilterFactory
HungarianLightStemmer - Class in org.apache.lucene.analysis.hu
Light Stemmer for Hungarian.
HungarianLightStemmer() - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemmer
 
HungarianStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
HungarianStemmer() - Constructor for class org.tartarus.snowball.ext.HungarianStemmer
 
HunspellStemFilter - Class in org.apache.lucene.analysis.hunspell
TokenFilter that uses hunspell affix rules and words to stem tokens.
HunspellStemFilter(TokenStream, Dictionary) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilter
Create a HunspellStemFilter outputting all possible stems.
HunspellStemFilter(TokenStream, Dictionary, boolean) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilter
Create a HunspellStemFilter outputting all possible stems.
HunspellStemFilter(TokenStream, Dictionary, boolean, boolean) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilter
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided Dictionary
HunspellStemFilterFactory - Class in org.apache.lucene.analysis.hunspell
TokenFilterFactory that creates instances of HunspellStemFilter.
HunspellStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilterFactory
Creates a new HunspellStemFilterFactory
hyperbolicTf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Uses a hyperbolic tangent function that allows for a hard max...
Hyphen - Class in org.apache.lucene.analysis.compound.hyphenation
This class represents a hyphen.
hyphenate(String, int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Hyphenate word and return a Hyphenation object.
hyphenate(char[], int, int, int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Hyphenate word and return an array of hyphenation points.
HyphenatedWordsFilter - Class in org.apache.lucene.analysis.miscellaneous
When the plain text is extracted from documents, we will often have many words hyphenated and broken into two lines.
HyphenatedWordsFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilter
Creates a new HyphenatedWordsFilter
HyphenatedWordsFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
HyphenatedWordsFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilterFactory
Creates a new HyphenatedWordsFilterFactory
Hyphenation - Class in org.apache.lucene.analysis.compound.hyphenation
This class represents a hyphenated word.
HyphenationCompoundWordTokenFilter - Class in org.apache.lucene.analysis.compound
A TokenFilter that decomposes compound words found in many Germanic languages.
HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree, CharArraySet) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Creates a new HyphenationCompoundWordTokenFilter instance.
HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Creates a new HyphenationCompoundWordTokenFilter instance.
HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree, int, int, int) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Create a HyphenationCompoundWordTokenFilter with no dictionary.
HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Create a HyphenationCompoundWordTokenFilter with no dictionary.
HyphenationCompoundWordTokenFilterFactory - Class in org.apache.lucene.analysis.compound
HyphenationCompoundWordTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
Creates a new HyphenationCompoundWordTokenFilterFactory
HyphenationTree - Class in org.apache.lucene.analysis.compound.hyphenation
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.
HyphenationTree() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 

I

IBSimilarity - Class in org.apache.lucene.search.similarities
Provides a framework for the family of information-based models, as described in Stéphane Clinchant and Eric Gaussier.
IBSimilarity(Distribution, Lambda, Normalization) - Constructor for class org.apache.lucene.search.similarities.IBSimilarity
Creates IBSimilarity from the three components.
id - Variable in class org.apache.lucene.replicator.SessionToken
ID of this session.
id - Variable in enum org.apache.lucene.util.packed.PackedInts.Format
 
IdentityEncoder - Class in org.apache.lucene.analysis.payloads
Does nothing other than convert the char array to a byte array using the specified encoding.
IdentityEncoder() - Constructor for class org.apache.lucene.analysis.payloads.IdentityEncoder
 
IdentityEncoder(Charset) - Constructor for class org.apache.lucene.analysis.payloads.IdentityEncoder
 
IDEOGRAPHIC - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
IDEOGRAPHIC - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
 
IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
idf(long, long) - Method in class org.apache.lucene.search.similarities.BM25Similarity
Implemented as log(1 + (numDocs - docFreq + 0.5)/(docFreq + 0.5)).
idf(long, long) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Implemented as log(numDocs/(docFreq+1)) + 1.
idf(long, long) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Computes a score factor based on a term's document frequency (the number of documents which contain the term).
idfExplain(CollectionStatistics, TermStatistics) - Method in class org.apache.lucene.search.similarities.BM25Similarity
Computes a score factor for a simple term and returns an explanation for that score factor.
idfExplain(CollectionStatistics, TermStatistics[]) - Method in class org.apache.lucene.search.similarities.BM25Similarity
Computes a score factor for a phrase.
idfExplain(CollectionStatistics, TermStatistics) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Computes a score factor for a simple term and returns an explanation for that score factor.
idfExplain(CollectionStatistics, TermStatistics[]) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Computes a score factor for a phrase.
IDFValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns #idf(long, long) for every document.
IDFValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.IDFValueSource
 
IfFunction - Class in org.apache.lucene.queries.function.valuesource
Depending on the boolean value of the ifSource function, returns the value of the trueSource or falseSource function.
IfFunction(ValueSource, ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.IfFunction
 
image - Variable in class org.apache.lucene.queryparser.classic.Token
The string image of the token.
image - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
The string image of the token.
image - Variable in class org.apache.lucene.queryparser.surround.parser.Token
The string image of the token.
in - Variable in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput
 
in - Variable in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
The underlying DocsAndPositionsEnum instance.
in - Variable in class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
The underlying DocsEnum instance.
in - Variable in class org.apache.lucene.index.FilterAtomicReader.FilterFields
The underlying Fields instance.
in - Variable in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
The underlying Terms instance.
in - Variable in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
The underlying TermsEnum instance.
in - Variable in class org.apache.lucene.index.FilterAtomicReader
The underlying AtomicReader.
in - Variable in class org.apache.lucene.index.FilterDirectoryReader
The filtered DirectoryReader
in - Variable in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
The wrapped Collector
in - Variable in class org.apache.lucene.store.FilterDirectory
 
in_grouping(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
in_grouping_b(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
in_range(int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
in_range_b(int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
includesLower() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns true if the lower endpoint is inclusive
includesLower() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns true if the lower endpoint is inclusive
includesLower() - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
Returns true if the lower endpoint is inclusive
includesLower() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
Returns true if the lower endpoint is inclusive
includesLower() - Method in class org.apache.lucene.search.TermRangeFilter
Returns true if the lower endpoint is inclusive
includesLower() - Method in class org.apache.lucene.search.TermRangeQuery
Returns true if the lower endpoint is inclusive
includesMax() - Method in class org.apache.lucene.search.NumericRangeFilter
Returns true if the upper endpoint is inclusive
includesMax() - Method in class org.apache.lucene.search.NumericRangeQuery
Returns true if the upper endpoint is inclusive
includesMin() - Method in class org.apache.lucene.search.NumericRangeFilter
Returns true if the lower endpoint is inclusive
includesMin() - Method in class org.apache.lucene.search.NumericRangeQuery
Returns true if the lower endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns true if the upper endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns true if the upper endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
Returns true if the upper endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
Returns true if the upper endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.search.TermRangeFilter
Returns true if the upper endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.search.TermRangeQuery
Returns true if the upper endpoint is inclusive
incRef() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Expert: increments the refCount of this TaxonomyReader instance.
incRef() - Method in class org.apache.lucene.index.IndexReader
Expert: increments the refCount of this IndexReader instance.
incRef(IndexCommit) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Increments the refCount for this IndexCommit.
incRef() - Method in class org.apache.lucene.util.RefCount
Increments the reference count.
incrementToken() - Method in class org.apache.lucene.analysis.ar.ArabicNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ar.ArabicStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.bg.BulgarianStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.br.BrazilianStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.CachingTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
Deprecated.
Returns true for the next token in the stream, or false at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKWidthFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ckb.SoraniNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ckb.SoraniStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseFilter
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.smart.WordTokenFilter
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilter
Inserts bigrams for common words into a token stream.
incrementToken() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
Output bigrams whenever possible to optimize queries.
incrementToken() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
incrementToken() - Method in class org.apache.lucene.analysis.core.KeywordTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.core.LowerCaseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.core.UpperCaseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.cz.CzechStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.de.GermanLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.de.GermanMinimalStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.de.GermanNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.de.GermanStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.el.GreekLowerCaseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.el.GreekStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.en.EnglishMinimalStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.en.EnglishPossessiveFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.en.KStemFilter
Returns the next, stemmed, input Token.
incrementToken() - Method in class org.apache.lucene.analysis.en.PorterStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.es.SpanishLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.fa.PersianNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.fi.FinnishLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchMinimalStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.ga.IrishLowerCaseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.gl.GalicianMinimalStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.gl.GalicianStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.hi.HindiNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.hi.HindiStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.hu.HungarianLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.id.IndonesianStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.in.IndicNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.it.ItalianLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.lv.LatvianStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilter
Consumers (i.e., IndexWriter) use this method to advance the stream to the next token.
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
Consumers (i.e., IndexWriter) use this method to advance the stream to the next token.
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.ScandinavianFoldingFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.ScandinavianNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.TrimFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.TruncateTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
Returns the next token in the stream, or null at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
Returns the next token in the stream, or null at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
Returns the next token in the stream, or null at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Deprecated.
Returns the next token in the stream, or null at EOS
incrementToken() - Method in class org.apache.lucene.analysis.no.NorwegianLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.NumericTokenStream
 
incrementToken() - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.pattern.PatternCaptureGroupTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.pattern.PatternReplaceFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.pattern.PatternTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.position.PositionFilter
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.pt.PortugueseLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.pt.PortugueseStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ru.RussianLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream
 
incrementToken() - Method in class org.apache.lucene.analysis.snowball.SnowballFilter
Returns the next input Token, after being stemmed
incrementToken() - Method in class org.apache.lucene.analysis.standard.ClassicFilter
Returns the next token in the stream, or null at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.standard.StandardFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.stempel.StempelFilter
Returns the next input Token, after being stemmed
incrementToken() - Method in class org.apache.lucene.analysis.sv.SwedishLightStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.synonym.SynonymFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.analysis.TokenStream
Consumers (i.e., IndexWriter) use this method to advance the stream to the next token.
incrementToken() - Method in class org.apache.lucene.analysis.tr.ApostropheFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.tr.TurkishLowerCaseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.util.CharTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.util.ElisionFilter
Increments the TokenStream with a CharTermAttribute without elisioned start
incrementToken() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
 
incrementToken() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
incrementToken() - Method in class org.apache.lucene.collation.CollationKeyFilter
Deprecated.
 
incrementToken() - Method in class org.apache.lucene.search.highlight.OffsetLimitTokenFilter
 
incrementToken() - Method in class org.apache.lucene.search.highlight.TokenStreamFromTermPositionVector
 
incrementToken() - Method in class org.apache.lucene.search.suggest.analyzing.SuggestStopFilter
 
incrementTokenClassic() - Method in class org.apache.lucene.analysis.standard.StandardFilter
 
incrementWord() - Method in class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer
 
incrementWord() - Method in class org.apache.lucene.analysis.th.ThaiTokenizer
 
incrementWord() - Method in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
Returns true if another word is available
incShift() - Method in interface org.apache.lucene.analysis.NumericTokenStream.NumericTermAttribute
Don't call this method!
incShift() - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
index - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
during segmentation, this is used to store the index of the token in the token list table
index() - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput
 
index() - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexOutput
 
index() - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput
 
index() - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexOutput
 
index() - Method in class org.apache.lucene.codecs.sep.IntIndexInput
 
index() - Method in class org.apache.lucene.codecs.sep.IntIndexOutput
If you are indexing the primary output file, call this and interact with the returned IndexWriter.
index - Variable in class org.apache.lucene.index.DocTermOrds
Holds the per-document ords or a pointer to the ords.
INDEX_EPOCH - Static variable in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Property name of user commit data that contains the index epoch.
INDEX_EXTENSIONS - Static variable in class org.apache.lucene.index.IndexFileNames
This array contains all filename extensions used by Lucene's index files, with one exception, namely the extension made up from .s + a number.
INDEX_SOURCE - Static variable in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
IndexableBinaryStringTools - Class in org.apache.lucene.util
Deprecated.
Implement TermToBytesRefAttribute and store bytes directly instead. This class will be removed in Lucene 5.0
IndexableField - Interface in org.apache.lucene.index
Represents a single field for indexing.
IndexableFieldType - Interface in org.apache.lucene.index
Describes the properties of a field.
indexAnalyzer - Variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Analyzer used at index time
IndexAndTaxonomyReplicationHandler - Class in org.apache.lucene.replicator
A ReplicationClient.ReplicationHandler for replication of an index and taxonomy pair.
IndexAndTaxonomyReplicationHandler(Directory, Directory, Callable<Boolean>) - Constructor for class org.apache.lucene.replicator.IndexAndTaxonomyReplicationHandler
Constructor with the given index directory and callback to notify when the indexes were updated.
IndexAndTaxonomyRevision - Class in org.apache.lucene.replicator
A Revision of a single index and taxonomy index files which comprises the list of files from both indexes.
IndexAndTaxonomyRevision(IndexWriter, IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter) - Constructor for class org.apache.lucene.replicator.IndexAndTaxonomyRevision
Constructor over the given IndexWriter.
IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter - Class in org.apache.lucene.replicator
IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter(Directory, IndexWriterConfig.OpenMode, TaxonomyWriterCache) - Constructor for class org.apache.lucene.replicator.IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
 
IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter(Directory, IndexWriterConfig.OpenMode) - Constructor for class org.apache.lucene.replicator.IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
 
IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter(Directory) - Constructor for class org.apache.lucene.replicator.IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
 
indexArcCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
How many arcs in the index FST.
IndexCommit - Class in org.apache.lucene.index
Expert: represents a single commit into an index as seen by the IndexDeletionPolicy or IndexReader.
IndexCommit() - Constructor for class org.apache.lucene.index.IndexCommit
Sole constructor.
indexCommits - Variable in class org.apache.lucene.index.SnapshotDeletionPolicy
Used to map gen to IndexCommit.
IndexDeletionPolicy - Class in org.apache.lucene.index
Expert: policy for deletion of stale index commits.
IndexDeletionPolicy() - Constructor for class org.apache.lucene.index.IndexDeletionPolicy
Sole constructor, typically called by sub-classes constructors.
indexDictionary(Dictionary, IndexWriterConfig, boolean) - Method in class org.apache.lucene.search.spell.SpellChecker
Indexes the data from the given Dictionary.
indexed() - Method in class org.apache.lucene.document.FieldType
True if this field should be indexed (inverted)
indexed() - Method in interface org.apache.lucene.index.IndexableFieldType
True if this field should be indexed (inverted)
indexedBytes - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
indexedBytes - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
indexedField - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
indexedField - Variable in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
indexedField - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
indexedTermPrefixLength(BytesRef, BytesRef) - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
NOTE: if your codec does not sort in unicode code point order, you must override this method, to simply return indexedTerm.length.
indexedTermPrefixLength(BytesRef, BytesRef) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
NOTE: if your codec does not sort in unicode code point order, you must override this method, to simply return indexedTerm.length.
indexedTermsArray - Variable in class org.apache.lucene.index.DocTermOrds
Holds the indexed (by default every 128th) terms.
indexerThreadPool - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
DocumentsWriterPerThreadPool to control how threads are allocated to DocumentsWriterPerThread.
indexExists(Directory) - Static method in class org.apache.lucene.index.DirectoryReader
Returns true if an index likely exists at the specified directory.
indexFieldName - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
Actual field where this dimension's facet labels should be indexed
indexFieldName - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacets
Index field name provided to the constructor.
IndexFileNames - Class in org.apache.lucene.index
This class contains useful constants representing filenames and extensions used by lucene, as well as convenience methods for querying whether a file name matches an extension (matchesExtension), as well as generating file names from a segment name, generation and extension ( fileNameFromGeneration, segmentFileName).
IndexFormatTooNewException - Exception in org.apache.lucene.index
This exception is thrown when Lucene detects an index that is newer than this Lucene version.
IndexFormatTooNewException(String, int, int, int) - Constructor for exception org.apache.lucene.index.IndexFormatTooNewException
Creates an IndexFormatTooNewException
IndexFormatTooNewException(DataInput, int, int, int) - Constructor for exception org.apache.lucene.index.IndexFormatTooNewException
Creates an IndexFormatTooNewException
IndexFormatTooOldException - Exception in org.apache.lucene.index
This exception is thrown when Lucene detects an index that is too old for this Lucene version
IndexFormatTooOldException(String, String) - Constructor for exception org.apache.lucene.index.IndexFormatTooOldException
Creates an IndexFormatTooOldException.
IndexFormatTooOldException(DataInput, String) - Constructor for exception org.apache.lucene.index.IndexFormatTooOldException
Creates an IndexFormatTooOldException.
IndexFormatTooOldException(String, int, int, int) - Constructor for exception org.apache.lucene.index.IndexFormatTooOldException
Creates an IndexFormatTooOldException.
IndexFormatTooOldException(DataInput, int, int, int) - Constructor for exception org.apache.lucene.index.IndexFormatTooOldException
Creates an IndexFormatTooOldException.
indexingChain - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
DocumentsWriterPerThread.IndexingChain that determines how documents are indexed.
IndexInput - Class in org.apache.lucene.store
Abstract base class for input from a file in a Directory.
IndexInput(String) - Constructor for class org.apache.lucene.store.IndexInput
resourceDescription should be a non-null, opaque string describing this resource; it's returned from IndexInput.toString().
IndexInputInputStream - Class in org.apache.lucene.replicator
An InputStream which wraps an IndexInput.
IndexInputInputStream(IndexInput) - Constructor for class org.apache.lucene.replicator.IndexInputInputStream
 
IndexMergeTool - Class in org.apache.lucene.misc
Merges indices specified on the command line into the index specified as the first command line argument.
IndexMergeTool() - Constructor for class org.apache.lucene.misc.IndexMergeTool
 
indexNodeCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
How many nodes in the index FST.
IndexNotFoundException - Exception in org.apache.lucene.index
Signals that no index was found in the Directory.
IndexNotFoundException(String) - Constructor for exception org.apache.lucene.index.IndexNotFoundException
Creates IndexFileNotFoundException with the description message.
indexNumBytes - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Byte size of the index.
indexOf(Object) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
indexOptions() - Method in class org.apache.lucene.document.FieldType
FieldInfo.IndexOptions, describing what should be recorded into the inverted index
indexOptions() - Method in interface org.apache.lucene.index.IndexableFieldType
FieldInfo.IndexOptions, describing what should be recorded into the inverted index
INDEXORDER - Static variable in class org.apache.lucene.search.Sort
Represents sorting by index order.
IndexOutput - Class in org.apache.lucene.store
Abstract base class for output to a file in a Directory.
IndexOutput() - Constructor for class org.apache.lucene.store.IndexOutput
 
IndexReader - Class in org.apache.lucene.index
IndexReader is an abstract class, providing an interface for accessing an index.
IndexReader.ReaderClosedListener - Interface in org.apache.lucene.index
A custom listener that's invoked when the IndexReader is closed.
IndexReaderContext - Class in org.apache.lucene.index
A struct like class that represents a hierarchical relationship between IndexReader instances.
IndexReplicationHandler - Class in org.apache.lucene.replicator
A ReplicationClient.ReplicationHandler for replication of an index.
IndexReplicationHandler(Directory, Callable<Boolean>) - Constructor for class org.apache.lucene.replicator.IndexReplicationHandler
Constructor with the given index directory and callback to notify when the indexes were updated.
IndexRevision - Class in org.apache.lucene.replicator
A Revision of a single index files which comprises the list of files that are part of the current IndexCommit.
IndexRevision(IndexWriter) - Constructor for class org.apache.lucene.replicator.IndexRevision
Constructor over the given IndexWriter.
IndexSearcher - Class in org.apache.lucene.search
Implements search over a single IndexReader.
IndexSearcher(IndexReader) - Constructor for class org.apache.lucene.search.IndexSearcher
Creates a searcher searching the provided index.
IndexSearcher(IndexReader, ExecutorService) - Constructor for class org.apache.lucene.search.IndexSearcher
Runs searches for each segment separately, using the provided ExecutorService.
IndexSearcher(IndexReaderContext, ExecutorService) - Constructor for class org.apache.lucene.search.IndexSearcher
Creates a searcher searching the provided top-level IndexReaderContext.
IndexSearcher(IndexReaderContext) - Constructor for class org.apache.lucene.search.IndexSearcher
Creates a searcher searching the provided top-level IndexReaderContext.
IndexSearcher.LeafSlice - Class in org.apache.lucene.search
A class holding a subset of the IndexSearchers leaf contexts to be executed within a single thread.
IndexSearcher.LeafSlice(AtomicReaderContext...) - Constructor for class org.apache.lucene.search.IndexSearcher.LeafSlice
 
IndexSplitter - Class in org.apache.lucene.index
Command-line tool that enables listing segments in an index, copying specific segments to another index, and deleting segments from an index.
IndexSplitter(File) - Constructor for class org.apache.lucene.index.IndexSplitter
 
IndexUpgrader - Class in org.apache.lucene.index
This is an easy-to-use tool that upgrades all segments of an index from previous Lucene versions to the current segment file format.
IndexUpgrader(Directory, Version) - Constructor for class org.apache.lucene.index.IndexUpgrader
Creates index upgrader on the given directory, using an IndexWriter using the given matchVersion.
IndexUpgrader(Directory, Version, PrintStream, boolean) - Constructor for class org.apache.lucene.index.IndexUpgrader
Creates index upgrader on the given directory, using an IndexWriter using the given matchVersion.
IndexUpgrader(Directory, IndexWriterConfig, boolean) - Constructor for class org.apache.lucene.index.IndexUpgrader
Creates index upgrader on the given directory, using an IndexWriter using the given config.
IndexWriter - Class in org.apache.lucene.index
An IndexWriter creates and maintains an index.
IndexWriter(Directory, IndexWriterConfig) - Constructor for class org.apache.lucene.index.IndexWriter
Constructs a new IndexWriter per the settings given in conf.
IndexWriter.IndexReaderWarmer - Class in org.apache.lucene.index
If DirectoryReader.open(IndexWriter,boolean) has been called (ie, this writer is in near real-time mode), then after a merge completes, this class can be invoked to warm the reader on the newly merged segment, before the merge commits.
IndexWriter.IndexReaderWarmer() - Constructor for class org.apache.lucene.index.IndexWriter.IndexReaderWarmer
Sole constructor.
IndexWriterConfig - Class in org.apache.lucene.index
Holds all the configuration that is used to create an IndexWriter.
IndexWriterConfig(Version, Analyzer) - Constructor for class org.apache.lucene.index.IndexWriterConfig
Creates a new config that with defaults that match the specified Version as well as the default Analyzer.
IndexWriterConfig.OpenMode - Enum in org.apache.lucene.index
Specifies the open mode for IndexWriter.
IndicNormalizationFilter - Class in org.apache.lucene.analysis.in
A TokenFilter that applies IndicNormalizer to normalize text in Indian Languages.
IndicNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.in.IndicNormalizationFilter
 
IndicNormalizationFilterFactory - Class in org.apache.lucene.analysis.in
IndicNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.in.IndicNormalizationFilterFactory
Creates a new IndicNormalizationFilterFactory
IndicNormalizer - Class in org.apache.lucene.analysis.in
Normalizes the Unicode representation of text in Indian languages.
IndicNormalizer() - Constructor for class org.apache.lucene.analysis.in.IndicNormalizer
 
IndicTokenizer - Class in org.apache.lucene.analysis.in
Deprecated.
(3.6) Use StandardTokenizer instead.
IndicTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.in.IndicTokenizer
Deprecated.
 
IndicTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.in.IndicTokenizer
Deprecated.
 
IndonesianAnalyzer - Class in org.apache.lucene.analysis.id
Analyzer for Indonesian (Bahasa)
IndonesianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.id.IndonesianAnalyzer
Builds an analyzer with the default stop words: IndonesianAnalyzer.DEFAULT_STOPWORD_FILE.
IndonesianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.id.IndonesianAnalyzer
Builds an analyzer with the given stop words
IndonesianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.id.IndonesianAnalyzer
Builds an analyzer with the given stop word.
IndonesianStemFilter - Class in org.apache.lucene.analysis.id
A TokenFilter that applies IndonesianStemmer to stem Indonesian words.
IndonesianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.id.IndonesianStemFilter
IndonesianStemFilter(TokenStream, boolean) - Constructor for class org.apache.lucene.analysis.id.IndonesianStemFilter
Create a new IndonesianStemFilter.
IndonesianStemFilterFactory - Class in org.apache.lucene.analysis.id
IndonesianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.id.IndonesianStemFilterFactory
Creates a new IndonesianStemFilterFactory
IndonesianStemmer - Class in org.apache.lucene.analysis.id
Stemmer for Indonesian.
IndonesianStemmer() - Constructor for class org.apache.lucene.analysis.id.IndonesianStemmer
 
infixToString(StringBuilder) - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
info - Variable in class org.apache.lucene.index.SegmentCommitInfo
The SegmentInfo that we wrap.
info(int) - Method in class org.apache.lucene.index.SegmentInfos
Returns SegmentCommitInfo at the provided index.
INFO_STREAM_COMPONENT - Static variable in class org.apache.lucene.replicator.IndexAndTaxonomyReplicationHandler
The component used to log messages to the default InfoStream.
INFO_STREAM_COMPONENT - Static variable in class org.apache.lucene.replicator.IndexReplicationHandler
The component used to log messages to the default InfoStream.
INFO_STREAM_COMPONENT - Static variable in class org.apache.lucene.replicator.ReplicationClient
The component name to use with InfoStream.isEnabled(String).
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.core.StopFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.synonym.SynonymFilterFactory
 
inform(ResourceLoader) - Method in class org.apache.lucene.analysis.util.ElisionFilterFactory
 
inform(ResourceLoader) - Method in interface org.apache.lucene.analysis.util.ResourceLoaderAware
Initializes this component with the provided ResourceLoader (used for loading classes, files, etc).
inform(ResourceLoader) - Method in class org.apache.lucene.collation.CollationKeyFilterFactory
Deprecated.
 
INFORMATION_SEPARATOR_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+001F (INFORMATION SEPARATOR ONE)
infos - Variable in class org.apache.lucene.index.IndexSplitter
 
infoStream - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
InfoStream for debugging messages.
infoStream - Variable in class org.apache.lucene.index.MergeState
InfoStream for debugging messages.
infoStream - Variable in class org.apache.lucene.index.SegmentWriteState
InfoStream used for debugging messages.
InfoStream - Class in org.apache.lucene.util
Debugging API for Lucene classes such as IndexWriter and SegmentInfos.
InfoStream() - Constructor for class org.apache.lucene.util.InfoStream
 
init() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
init(long, int, int, int) - Method in interface org.apache.lucene.analysis.NumericTokenStream.NumericTermAttribute
Don't call this method!
init(long, int, int, int) - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
init(IndexInput) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
init(long, long, long, int, boolean, boolean) - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
Per-term initialization.
init(IndexInput) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
init(IndexOutput) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
init(long, int) - Method in class org.apache.lucene.codecs.MultiLevelSkipListReader
Initializes the reader, for reuse on a new term.
init() - Method in class org.apache.lucene.codecs.MultiLevelSkipListWriter
Allocates internal skip buffers.
init(IndexInput) - Method in class org.apache.lucene.codecs.PostingsReaderBase
Performs any initialization, such as reading and verifying the header from the provided terms dictionary IndexInput.
init(IndexOutput) - Method in class org.apache.lucene.codecs.PostingsWriterBase
Called once after startup, before any terms have been added.
init(IndexInput) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
init(IndexOutput) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
init(IndexInput) - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
init(IndexOutput) - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
 
init(Version, String, Analyzer) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Initializes a query parser.
init(TokenStream) - Method in class org.apache.lucene.search.highlight.QueryScorer
 
init(TokenStream) - Method in class org.apache.lucene.search.highlight.QueryTermScorer
 
init(TokenStream) - Method in interface org.apache.lucene.search.highlight.Scorer
Called to init the Scorer with a TokenStream.
init() - Method in class org.apache.lucene.util.BytesRefHash.BytesStartArray
Initializes the BytesStartArray.
init() - Method in class org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
 
initializeMessages(String, Class<? extends NLS>) - Static method in class org.apache.lucene.queryparser.flexible.messages.NLS
Initialize a given class with the message bundle Keys Should be called from a class that extends NLS in a static block at class load time.
initialValue() - Method in class org.apache.lucene.util.CloseableThreadLocal
 
initReader(String, Reader) - Method in class org.apache.lucene.analysis.Analyzer
Override this if you want to add a CharFilter chain.
initReader(String, Reader) - Method in class org.apache.lucene.analysis.AnalyzerWrapper
 
initReader(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Wraps the Reader with PersianCharFilter
initSize - Variable in class org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
 
INJECT - Static variable in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
parameter name: true if encoded tokens should be added as synonyms
inject - Variable in class org.apache.lucene.analysis.phonetic.PhoneticFilter
true if encoded tokens should be added as synonyms
INJECT - Static variable in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
parameter name: true if encoded tokens should be added as synonyms
InMemorySorter - Class in org.apache.lucene.search.suggest
An BytesRefSorter that keeps all the entries in memory.
InMemorySorter(Comparator<BytesRef>) - Constructor for class org.apache.lucene.search.suggest.InMemorySorter
Creates an InMemorySorter, sorting entries by the provided comparator.
inOrder - Variable in class org.apache.lucene.search.spans.SpanNearQuery
 
inPlaceAnd(DocIdSetIterator) - Method in class org.apache.lucene.util.OpenBitSetDISI
Perform an inplace AND with the doc ids from a given DocIdSetIterator, leaving only the bits set for which the doc ids are in common.
InPlaceMergeSorter - Class in org.apache.lucene.util
Sorter implementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).
InPlaceMergeSorter() - Constructor for class org.apache.lucene.util.InPlaceMergeSorter
Create a new InPlaceMergeSorter
inPlaceNot(DocIdSetIterator) - Method in class org.apache.lucene.util.OpenBitSetDISI
Perform an inplace NOT with the doc ids from a given DocIdSetIterator, clearing all the bits for each such doc id.
inPlaceOr(DocIdSetIterator) - Method in class org.apache.lucene.util.OpenBitSetDISI
Perform an inplace OR with the doc ids from a given DocIdSetIterator, setting the bit for each such doc id.
inPlaceXor(DocIdSetIterator) - Method in class org.apache.lucene.util.OpenBitSetDISI
Perform an inplace XOR with the doc ids from a given DocIdSetIterator, flipping all the bits for each such doc id.
input - Variable in class org.apache.lucene.analysis.CharFilter
The underlying character-input stream.
input - Variable in class org.apache.lucene.analysis.TokenFilter
The source of tokens for this filter.
input - Variable in class org.apache.lucene.analysis.Tokenizer
The text source for this Tokenizer.
input - Variable in class org.apache.lucene.search.suggest.analyzing.FSTUtil.Path
Input of the path so far:
input - Variable in class org.apache.lucene.util.fst.BytesRefFSTEnum.InputOutput
 
input - Variable in class org.apache.lucene.util.fst.IntsRefFSTEnum.InputOutput
 
input - Variable in class org.apache.lucene.util.fst.Util.FSTPath
 
input - Variable in class org.apache.lucene.util.fst.Util.Result
 
input_stream - Variable in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
 
input_stream - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
 
input_stream - Variable in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
 
inputCount - Variable in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
InputIterator - Interface in org.apache.lucene.search.suggest
Interface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.
InputIterator.InputIteratorWrapper - Class in org.apache.lucene.search.suggest
Wraps a BytesRefIterator as a suggester InputIterator, with all weights set to 1 and carries no payload
InputIterator.InputIteratorWrapper(BytesRefIterator) - Constructor for class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
Creates a new wrapper, wrapping the specified iterator and specifying a weight value of 1 for all terms and nullifies associated payloads.
InputStreamDataInput - Class in org.apache.lucene.store
A DataInput wrapping a plain InputStream.
InputStreamDataInput(InputStream) - Constructor for class org.apache.lucene.store.InputStreamDataInput
 
inputType - Variable in class org.apache.lucene.util.fst.FST
 
insert(String, char) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Branches are initially compressed, needing one node per key plus the size of the string key.
insert(char[], int, char) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
insert(TernaryTreeNode, CharSequence, Object, int) - Method in class org.apache.lucene.search.suggest.tst.TSTAutocomplete
Inserts a key in TST creating a series of Binary Search Trees at each node.
insert(int, int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
insertBalanced(String[], char[], int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Recursively insert the median first and then the median of the lower and upper halves, and so on in order to get a balanced tree.
insertChild(Element, String, String) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
 
insertWithOverflow(T) - Method in class org.apache.lucene.util.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.
INSTANCE - Static variable in class org.apache.lucene.codecs.bloom.MurmurHash2
 
INSTANCE - Static variable in class org.apache.lucene.index.NoDeletionPolicy
The single instance of this class.
INSTANCE - Static variable in class org.apache.lucene.index.NoMergeScheduler
The single instance of NoMergeScheduler
INT_BLOCK_MASK - Static variable in class org.apache.lucene.util.IntBlockPool
 
INT_BLOCK_SHIFT - Static variable in class org.apache.lucene.util.IntBlockPool
 
INT_BLOCK_SIZE - Static variable in class org.apache.lucene.util.IntBlockPool
 
IntAssociationFacetField - Class in org.apache.lucene.facet.taxonomy
Add an instance of this to your Document to add a facet label associated with an int.
IntAssociationFacetField(int, String, String...) - Constructor for class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
Creates this from dim and path and an int association
IntBlockPool - Class in org.apache.lucene.util
A pool for int blocks similar to ByteBlockPool
IntBlockPool() - Constructor for class org.apache.lucene.util.IntBlockPool
Creates a new IntBlockPool with a default IntBlockPool.Allocator.
IntBlockPool(IntBlockPool.Allocator) - Constructor for class org.apache.lucene.util.IntBlockPool
Creates a new IntBlockPool with the given IntBlockPool.Allocator.
IntBlockPool.Allocator - Class in org.apache.lucene.util
Abstract class for allocating and freeing int blocks.
IntBlockPool.Allocator(int) - Constructor for class org.apache.lucene.util.IntBlockPool.Allocator
 
IntBlockPool.DirectAllocator - Class in org.apache.lucene.util
A simple IntBlockPool.Allocator that never recycles.
IntBlockPool.DirectAllocator() - Constructor for class org.apache.lucene.util.IntBlockPool.DirectAllocator
Creates a new IntBlockPool.DirectAllocator with a default block size
IntBlockPool.SliceReader - Class in org.apache.lucene.util
A IntBlockPool.SliceReader that can read int slices written by a IntBlockPool.SliceWriter
IntBlockPool.SliceReader(IntBlockPool) - Constructor for class org.apache.lucene.util.IntBlockPool.SliceReader
Creates a new IntBlockPool.SliceReader on the given pool
IntBlockPool.SliceWriter - Class in org.apache.lucene.util
A IntBlockPool.SliceWriter that allows to write multiple integer slices into a given IntBlockPool.
IntBlockPool.SliceWriter(IntBlockPool) - Constructor for class org.apache.lucene.util.IntBlockPool.SliceWriter
 
IntDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving int values.
IntDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.IntDocValues
 
IntDocValuesField - Class in org.apache.lucene.document
Deprecated.
IntDocValuesField(String, int) - Constructor for class org.apache.lucene.document.IntDocValuesField
Deprecated.
Creates a new DocValues field with the specified 32-bit integer value
IntegerEncoder - Class in org.apache.lucene.analysis.payloads
Encode a character array Integer as a BytesRef.
IntegerEncoder() - Constructor for class org.apache.lucene.analysis.payloads.IntegerEncoder
 
intercept - Variable in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
INTERNAL_LEVENSHTEIN - Static variable in class org.apache.lucene.search.spell.DirectSpellChecker
The default StringDistance, Damerau-Levenshtein distance implemented internally via LevenshteinAutomata.
INTERNAL_LINK - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
INTERNAL_LINK_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
intersect(CompiledAutomaton, BytesRef) - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
intersect(CompiledAutomaton, BytesRef) - Method in class org.apache.lucene.index.MultiTerms
 
intersect(CompiledAutomaton, BytesRef) - Method in class org.apache.lucene.index.Terms
Returns a TermsEnum that iterates over all terms that are accepted by the provided CompiledAutomaton.
intersect(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
this = this AND other
intersect(Collection<WAH8DocIdSet>) - Static method in class org.apache.lucene.util.WAH8DocIdSet
Same as WAH8DocIdSet.intersect(Collection, int) with the default index interval.
intersect(Collection<WAH8DocIdSet>, int) - Static method in class org.apache.lucene.util.WAH8DocIdSet
Compute the intersection of the provided sets.
intersection(Automaton) - Method in class org.apache.lucene.util.automaton.Automaton
intersection(Automaton, Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts the intersection of the languages of the given automata.
INTERSECTION - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables intersection (&).
intersectionCount(FixedBitSet, FixedBitSet) - Static method in class org.apache.lucene.util.FixedBitSet
Returns the popcount or cardinality of the intersection of the two sets.
intersectionCount(OpenBitSet, OpenBitSet) - Static method in class org.apache.lucene.util.OpenBitSet
Returns the popcount or cardinality of the intersection of the two sets.
intersectPrefixPaths(Automaton, FST<T>) - Static method in class org.apache.lucene.search.suggest.analyzing.FSTUtil
Enumerates all minimal prefix paths in the automaton that also intersect the FST, accumulating the FST end node and output for each path.
intersects(FixedBitSet) - Method in class org.apache.lucene.util.FixedBitSet
returns true if the sets have any elements in common
intersects(LongBitSet) - Method in class org.apache.lucene.util.LongBitSet
returns true if the sets have any elements in common
intersects(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
returns true if the sets have any elements in common
INTERVAL - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables numerical intervals ( <n-m>).
intField(FieldInfo, int) - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
 
IntField - Class in org.apache.lucene.document
Field that indexes int values for efficient range filtering and sorting.
IntField(String, int, Field.Store) - Constructor for class org.apache.lucene.document.IntField
Creates a stored or un-stored IntField with the provided value and default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
IntField(String, int, FieldType) - Constructor for class org.apache.lucene.document.IntField
Expert: allows you to customize the FieldType.
intField(FieldInfo, int) - Method in class org.apache.lucene.index.StoredFieldVisitor
Process a int numeric field.
IntFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains int field values from FieldCache.getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and makes those values available as other numeric types, casting as needed.
IntFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
IntFieldSource(String, FieldCache.IntParser) - Constructor for class org.apache.lucene.queries.function.valuesource.IntFieldSource
 
IntIndexInput - Class in org.apache.lucene.codecs.sep
Defines basic API for writing ints to an IndexOutput.
IntIndexInput() - Constructor for class org.apache.lucene.codecs.sep.IntIndexInput
 
IntIndexInput.Index - Class in org.apache.lucene.codecs.sep
Records a single skip-point in the IntIndexInput.Reader.
IntIndexInput.Index() - Constructor for class org.apache.lucene.codecs.sep.IntIndexInput.Index
 
IntIndexInput.Reader - Class in org.apache.lucene.codecs.sep
Reads int values.
IntIndexInput.Reader() - Constructor for class org.apache.lucene.codecs.sep.IntIndexInput.Reader
 
IntIndexOutput - Class in org.apache.lucene.codecs.sep
Defines basic API for writing ints to an IndexOutput.
IntIndexOutput() - Constructor for class org.apache.lucene.codecs.sep.IntIndexOutput
 
IntIndexOutput.Index - Class in org.apache.lucene.codecs.sep
Records a single skip-point in the IndexOutput.
IntIndexOutput.Index() - Constructor for class org.apache.lucene.codecs.sep.IntIndexOutput.Index
 
intOffset - Variable in class org.apache.lucene.util.IntBlockPool
Current head offset
introSort(T[], int, int, Comparator<? super T>) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array slice using the Comparator.
introSort(T[], Comparator<? super T>) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array using the Comparator.
introSort(T[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array slice in natural order.
introSort(T[]) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array in natural order.
introSort(List<T>, Comparator<? super T>) - Static method in class org.apache.lucene.util.CollectionUtil
Sorts the given random access List using the Comparator.
introSort(List<T>) - Static method in class org.apache.lucene.util.CollectionUtil
Sorts the given random access List in natural order.
IntroSorter - Class in org.apache.lucene.util
Sorter implementation based on a variant of the quicksort algorithm called introsort: when the recursion level exceeds the log of the length of the array to sort, it falls back to heapsort.
IntroSorter() - Constructor for class org.apache.lucene.util.IntroSorter
Create a new IntroSorter.
ints - Variable in class org.apache.lucene.util.IntsRef
The contents of the IntsRef.
intsEquals(IntsRef) - Method in class org.apache.lucene.util.IntsRef
 
IntSequenceOutputs - Class in org.apache.lucene.util.fst
An FST Outputs implementation where each output is a sequence of ints.
IntsRef - Class in org.apache.lucene.util
Represents int[], as a slice (offset + length) into an existing int[].
IntsRef() - Constructor for class org.apache.lucene.util.IntsRef
Create a IntsRef with IntsRef.EMPTY_INTS
IntsRef(int) - Constructor for class org.apache.lucene.util.IntsRef
Create a IntsRef pointing to a new array of size capacity.
IntsRef(int[], int, int) - Constructor for class org.apache.lucene.util.IntsRef
This instance will directly reference ints w/o making a copy.
IntsRefFSTEnum<T> - Class in org.apache.lucene.util.fst
Enumerates all input (IntsRef) + output pairs in an FST.
IntsRefFSTEnum(FST<T>) - Constructor for class org.apache.lucene.util.fst.IntsRefFSTEnum
doFloor controls the behavior of advance: if it's true doFloor is true, advance positions to the biggest term before target.
IntsRefFSTEnum.InputOutput<T> - Class in org.apache.lucene.util.fst
Holds a single input (IntsRef) + output pair.
IntsRefFSTEnum.InputOutput() - Constructor for class org.apache.lucene.util.fst.IntsRefFSTEnum.InputOutput
 
IntStreamFactory - Class in org.apache.lucene.codecs.sep
Provides int reader and writer to specified files.
IntStreamFactory() - Constructor for class org.apache.lucene.codecs.sep.IntStreamFactory
 
IntTaxonomyFacets - Class in org.apache.lucene.facet.taxonomy
Base class for all taxonomy-based facets that aggregate to a per-ords int[].
IntTaxonomyFacets(String, TaxonomyReader, FacetsConfig) - Constructor for class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
Sole constructor.
intToBytesRef(int) - Static method in class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
Encodes an int as a 4-byte BytesRef, big-endian.
intToPrefixCoded(int, int, BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns prefix coded bits after reducing the precision by shift bits.
intToPrefixCodedBytes(int, int, BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns prefix coded bits after reducing the precision by shift bits.
intUpto - Variable in class org.apache.lucene.util.IntBlockPool
Pointer to the current position in head buffer
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
intVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
intVal(int, int[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
INVALID_ORDINAL - Static variable in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Ordinals are always non-negative, so a negative ordinal can be used to signify an error.
INVALID_ORDINAL - Static variable in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
INVALID_SYNTAX - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
INVALID_SYNTAX_CANNOT_PARSE - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_CHARACTER - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
INVALID_SYNTAX_FUZZY_EDITS - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
INVALID_SYNTAX_FUZZY_LIMITS - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
InvalidTokenOffsetsException - Exception in org.apache.lucene.search.highlight
Exception thrown if TokenStream Tokens are incompatible with provided text
InvalidTokenOffsetsException(String) - Constructor for exception org.apache.lucene.search.highlight.InvalidTokenOffsetsException
 
IOContext - Class in org.apache.lucene.store
IOContext holds additional details on the merge/search context.
IOContext() - Constructor for class org.apache.lucene.store.IOContext
 
IOContext(FlushInfo) - Constructor for class org.apache.lucene.store.IOContext
 
IOContext(IOContext.Context) - Constructor for class org.apache.lucene.store.IOContext
 
IOContext(MergeInfo) - Constructor for class org.apache.lucene.store.IOContext
 
IOContext(IOContext, boolean) - Constructor for class org.apache.lucene.store.IOContext
This constructor is used to initialize a IOContext instance with a new value for the readOnce variable.
IOContext.Context - Enum in org.apache.lucene.store
Context is a enumerator which specifies the context in which the Directory is being used for.
IOUtils - Class in org.apache.lucene.util
This class emulates the new Java 7 "Try-With-Resources" statement.
IrishAnalyzer - Class in org.apache.lucene.analysis.ga
Analyzer for Irish.
IrishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ga.IrishAnalyzer
Builds an analyzer with the default stop words: IrishAnalyzer.DEFAULT_STOPWORD_FILE.
IrishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ga.IrishAnalyzer
Builds an analyzer with the given stop words.
IrishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ga.IrishAnalyzer
Builds an analyzer with the given stop words.
IrishLowerCaseFilter - Class in org.apache.lucene.analysis.ga
Normalises token text to lower case, handling t-prothesis and n-eclipsis (i.e., that 'nAthair' should become 'n-athair')
IrishLowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ga.IrishLowerCaseFilter
Create an IrishLowerCaseFilter that normalises Irish token text.
IrishLowerCaseFilterFactory - Class in org.apache.lucene.analysis.ga
IrishLowerCaseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ga.IrishLowerCaseFilterFactory
Creates a new IrishLowerCaseFilterFactory
IrishStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
IrishStemmer() - Constructor for class org.tartarus.snowball.ext.IrishStemmer
 
isAccept(int) - Method in class org.apache.lucene.util.automaton.RunAutomaton
Returns acceptance status for given state.
isAccept() - Method in class org.apache.lucene.util.automaton.State
Returns acceptance status.
isAnalyzed() - Method in enum org.apache.lucene.document.Field.Index
Deprecated.
 
isBoost() - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Returns whether to boost terms in query based on "score" or not.
isCacheable() - Method in class org.apache.lucene.search.DocIdSet
This method is a hint for CachingWrapperFilter, if this DocIdSet should be cached without copying it.
isCacheable() - Method in class org.apache.lucene.search.FieldCacheDocIdSet
this DocIdSet is always cacheable (does not go back to the reader for iteration)
isCacheable() - Method in class org.apache.lucene.search.FilteredDocIdSet
This DocIdSet implementation is cacheable if the inner set is cacheable.
isCacheable() - Method in class org.apache.lucene.util.DocIdBitSet
This DocIdSet implementation is cacheable.
isCacheable() - Method in class org.apache.lucene.util.FixedBitSet
This DocIdSet implementation is cacheable.
isCacheable() - Method in class org.apache.lucene.util.OpenBitSet
This DocIdSet implementation is cacheable.
isCacheable() - Method in class org.apache.lucene.util.packed.EliasFanoDocIdSet
This DocIdSet implementation is cacheable.
isCacheable() - Method in class org.apache.lucene.util.PForDeltaDocIdSet
 
isCacheable() - Method in class org.apache.lucene.util.WAH8DocIdSet
 
isCached() - Method in class org.apache.lucene.search.CachingCollector
 
isCachedTokenStream() - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
isClosed() - Method in class org.apache.lucene.replicator.http.HttpClientBase
Returns true iff this instance was closed, otherwise returns false.
isCompiled() - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
isComplete - Variable in class org.apache.lucene.util.fst.Util.TopResults
true iff this is a complete result ie.
isCoordDisabled() - Method in class org.apache.lucene.queries.CommonTermsQuery
Returns true iff Similarity.coord(int,int) is disabled in scoring for the high and low frequency query instance.
isCoordDisabled() - Method in class org.apache.lucene.search.BooleanQuery
Returns true iff Similarity.coord(int,int) is disabled in scoring for this query instance.
isCurrent() - Method in class org.apache.lucene.index.DirectoryReader
Check whether any new changes have occurred to the index since this reader was opened.
isCurrent() - Method in class org.apache.lucene.index.FilterDirectoryReader
 
isDefaultBooleanQueryNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
isDefaultField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
This method is use toQueryString to detect if fld is the default field
isDeleted() - Method in class org.apache.lucene.index.IndexCommit
Returns true if this commit should be deleted; this is only used by IndexWriter after invoking the IndexDeletionPolicy.
isDeterministic() - Method in class org.apache.lucene.util.automaton.Automaton
Returns deterministic flag for this automaton.
isDisableCoord() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.StandardBooleanQueryNode
 
isDiscreteMultiValueHighlighting() - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
isEmpty() - Method in class org.apache.lucene.index.DocTermOrds
Returns true if no terms were indexed.
isEmpty() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
isEmpty() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
to know whether the stack is empty
isEmpty(Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns true if the given automaton accepts no strings.
isEmpty() - Method in class org.apache.lucene.util.OpenBitSet
Returns true if there are no set bits
isEmpty() - Method in class org.apache.lucene.util.WeakIdentityMap
Returns true if this map contains no key-value mappings.
isEmptyString() - Method in class org.apache.lucene.util.automaton.Automaton
isEmptyString(Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns true if the given automaton accepts the empty string and nothing else.
isEnabled(String) - Method in class org.apache.lucene.util.InfoStream
returns true if messages are enabled and should be posted to InfoStream.message(java.lang.String, java.lang.String).
isEnabled(String) - Method in class org.apache.lucene.util.PrintStreamInfoStream
 
isEnablePositionIncrements() - Method in class org.apache.lucene.analysis.core.StopFilterFactory
 
isEnablePositionIncrements() - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
 
isEnablePositionIncrements() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
 
isExpandMultiTermQuery() - Method in class org.apache.lucene.search.highlight.QueryScorer
 
isExplicitLuceneMatchVersion() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
isExternal - Variable in class org.apache.lucene.store.MergeInfo
 
isFieldMatch() - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
return whether fieldMatch or not.
isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
isFinal - Variable in class org.apache.lucene.util.fst.Builder.Arc
 
isFinal - Variable in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
isFinal() - Method in class org.apache.lucene.util.fst.FST.Arc
 
isFinite(Automaton) - Static method in class org.apache.lucene.util.automaton.SpecialOperations
Returns true if the language of this automaton is finite.
isFull() - Method in class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache
 
isFull() - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
 
isFull() - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
Returns true if the cache is full, such that the next TaxonomyWriterCache.put(org.apache.lucene.facet.taxonomy.FacetLabel, int) will evict entries from it, false otherwise.
isGramType() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
Convenience method to check if the current type is a gram type
isGreedy() - Method in class org.apache.lucene.search.TimeLimitingCollector
Checks if this time limited collector is greedy in collecting the last hit.
isIgnoreCase() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
 
isIgnoreCase() - Method in class org.apache.lucene.analysis.core.StopFilterFactory
 
isIgnoreCase() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
 
isIgnoreCase() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
 
isIgnoreCase() - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
 
isIgnoreTF() - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
isIndexed() - Method in enum org.apache.lucene.document.Field.Index
Deprecated.
 
isIndexed() - Method in class org.apache.lucene.index.FieldInfo
Returns true if this field is indexed.
isIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
 
isIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNTermSelector
 
isIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.IndexTermSelector
Called sequentially on every term being written, returning true if this term should be indexed
isInOrder() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
isInOrder() - Method in class org.apache.lucene.search.spans.SpanNearQuery
Return true if matches are required to be in-order.
isKeyword() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter
 
isKeyword() - Method in class org.apache.lucene.analysis.miscellaneous.PatternKeywordMarkerFilter
 
isKeyword() - Method in class org.apache.lucene.analysis.miscellaneous.SetKeywordMarkerFilter
 
isKeyword() - Method in interface org.apache.lucene.analysis.tokenattributes.KeywordAttribute
Returns true if the current token is a keyword, otherwise false
isKeyword() - Method in class org.apache.lucene.analysis.tokenattributes.KeywordAttributeImpl
 
isLast() - Method in class org.apache.lucene.util.fst.FST.Arc
 
isLeaf() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
verify if a node is a Leaf node
isLeaf() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
isLocked(Directory) - Static method in class org.apache.lucene.index.IndexWriter
Returns true iff the index in the named directory is currently locked.
isLocked() - Method in class org.apache.lucene.store.Lock
Returns true if the resource is currently locked.
isLowerInclusive() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.RangeQueryNode
 
isLowerInclusive() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Returns whether the lower bound is inclusive or exclusive.
isMatch() - Method in class org.apache.lucene.search.ComplexExplanation
Indicates whether or not this Explanation models a good match.
isMatch() - Method in class org.apache.lucene.search.Explanation
Indicates whether or not this Explanation models a good match.
isMerged(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.lucene.index.LogMergePolicy
Returns true if the number of segments eligible for merging is less than or equal to the specified maxNumSegments.
isMerged(SegmentInfos, SegmentCommitInfo) - Method in class org.apache.lucene.index.MergePolicy
Returns true if this single info is already fully merged (has no pending deletes, is in the same dir as the writer, and matches the current compound file setting
isNewFragment() - Method in interface org.apache.lucene.search.highlight.Fragmenter
Test to see if this token from the stream should be held in a new TextFragment.
isNewFragment() - Method in class org.apache.lucene.search.highlight.NullFragmenter
 
isNewFragment() - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
 
isNewFragment() - Method in class org.apache.lucene.search.highlight.SimpleSpanFragmenter
 
isOffsetOverlap(FieldPhraseList.WeightedPhraseInfo) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
isOpen - Variable in class org.apache.lucene.store.BaseDirectory
 
isOperatorInfix() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
isOutputUnigrams() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
isOutputUnigramsIfNoShingles() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
isOverriddenAsOf(Class<? extends C>) - Method in class org.apache.lucene.util.VirtualMethod
Returns, if this method is overridden/implemented in the inheritance path between baseClass and the given subclass subclazz.
isParentClassLoader(ClassLoader, ClassLoader) - Static method in class org.apache.lucene.util.SPIClassIterator
Utility method to check if some class loader is a (grand-)parent of or the same as another one.
isPayloadAvailable() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
isPayloadAvailable() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
isPayloadAvailable() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
isPayloadAvailable() - Method in class org.apache.lucene.search.spans.Spans
Checks if a payload can be loaded at this position.
isPayloadAvailable() - Method in class org.apache.lucene.search.spans.TermSpans
 
isPhraseHighlight() - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
return whether phraseHighlight or not.
isPositionSensitive() - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
isPreserveOriginal() - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
Does the filter preserve the original tokens?
isProhibited() - Method in class org.apache.lucene.search.BooleanClause
 
isRequired() - Method in class org.apache.lucene.search.BooleanClause
 
isRoot() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
isSafeEnd(char) - Method in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
For sentence tokenization, these are the unambiguous break positions.
isSaturated(FuzzySet, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.BloomFilterFactory
Used to determine if the given filter has reached saturation and should be retired i.e.
isSaturated(FuzzySet, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.DefaultBloomFilterFactory
 
isSearcherCurrent() - Method in class org.apache.lucene.search.SearcherManager
Returns true if no changes have occured since this searcher ie.
isSorted(AtomicReader, Sort) - Static method in class org.apache.lucene.index.sorter.SortingMergePolicy
Returns true if the given reader is sorted by the specified sort.
isStored() - Method in enum org.apache.lucene.document.Field.TermVector
Deprecated.
 
isStrict() - Method in class org.apache.lucene.queries.CustomScoreQuery
Checks if this is strict custom scoring.
isSupported(int) - Method in enum org.apache.lucene.util.packed.PackedInts.Format
Tests whether the provided number of bits per value is supported by the format.
isSupportedJVM() - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns true, if the current JVM is fully supported by RamUsageEstimator.
isSystemStream() - Method in class org.apache.lucene.util.PrintStreamInfoStream
 
isTerminal() - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
isTokenChar(int) - Method in class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
Deprecated.
Allows for Letter category or NonspacingMark category
isTokenChar(int) - Method in class org.apache.lucene.analysis.core.LetterTokenizer
Collects only characters which satisfy Character.isLetter(int).
isTokenChar(int) - Method in class org.apache.lucene.analysis.core.WhitespaceTokenizer
Collects only characters which do not satisfy Character.isWhitespace(int).
isTokenChar(int) - Method in class org.apache.lucene.analysis.in.IndicTokenizer
Deprecated.
 
isTokenChar(int) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
Only collect characters which satisfy this condition.
isTokenChar(int) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Deprecated.
Collects only characters which satisfy Character.isLetter(int).
isTokenChar(int) - Method in class org.apache.lucene.analysis.util.CharTokenizer
Returns true iff a codepoint should be included in a token.
isTopLevel - Variable in class org.apache.lucene.index.IndexReaderContext
true if this context struct represents the top level reader within the hierarchical context
isTotal(Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns true if the given automaton accepts all strings.
isUpdateThreadAlive() - Method in class org.apache.lucene.replicator.ReplicationClient
Returns true if the update thread is alive.
isUpperInclusive() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.RangeQueryNode
 
isUpperInclusive() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Returns whether the upper bound is inclusive or exclusive.
isValid() - Method in class org.apache.lucene.util.BytesRef
Performs internal consistency checks.
isValid() - Method in class org.apache.lucene.util.CharsRef
Performs internal consistency checks.
isValid() - Method in class org.apache.lucene.util.IntsRef
Performs internal consistency checks.
isValid() - Method in class org.apache.lucene.util.LongsRef
Performs internal consistency checks.
isValidTermOrPhrase(List<FieldTermStack.TermInfo>) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
isWeighted() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
ItalianAnalyzer - Class in org.apache.lucene.analysis.it
Analyzer for Italian.
ItalianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.it.ItalianAnalyzer
Builds an analyzer with the default stop words: ItalianAnalyzer.DEFAULT_STOPWORD_FILE.
ItalianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.it.ItalianAnalyzer
Builds an analyzer with the given stop words.
ItalianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.it.ItalianAnalyzer
Builds an analyzer with the given stop words.
ItalianLightStemFilter - Class in org.apache.lucene.analysis.it
A TokenFilter that applies ItalianLightStemmer to stem Italian words.
ItalianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemFilter
 
ItalianLightStemFilterFactory - Class in org.apache.lucene.analysis.it
ItalianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemFilterFactory
Creates a new ItalianLightStemFilterFactory
ItalianLightStemmer - Class in org.apache.lucene.analysis.it
Light Stemmer for Italian.
ItalianLightStemmer() - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemmer
 
ItalianStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
ItalianStemmer() - Constructor for class org.tartarus.snowball.ext.ItalianStemmer
 
ITALICS - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
ITALICS_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
iterator() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
 
iterator() - Method in class org.apache.lucene.analysis.util.CharArraySet
Returns an Iterator for char[] instances in this set.
iterator() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
iterator(TermsEnum) - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
iterator() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
 
iterator() - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
iterator() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
iterator() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
iterator() - Method in class org.apache.lucene.document.Document
 
iterator(AtomicReader) - Method in class org.apache.lucene.index.DocTermOrds
Returns a SortedSetDocValues view of this instance
iterator() - Method in class org.apache.lucene.index.FieldInfos
Returns an iterator over all the fieldinfo objects present, ordered by ascending field number
iterator() - Method in class org.apache.lucene.index.Fields
Returns an iterator that will step through all fields names.
iterator() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterFields
 
iterator(TermsEnum) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
iterator() - Method in class org.apache.lucene.index.MultiFields
 
iterator(TermsEnum) - Method in class org.apache.lucene.index.MultiTerms
 
iterator() - Method in class org.apache.lucene.index.SegmentInfos
Returns an unmodifiable Iterator of contained segments in order.
iterator(TermsEnum) - Method in class org.apache.lucene.index.Terms
Returns an iterator that will step through all terms.
iterator() - Method in class org.apache.lucene.queries.BooleanFilter
Returns an iterator on the clauses in this query.
iterator() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
iterator() - Method in class org.apache.lucene.search.BooleanQuery
Returns an iterator on the clauses in this query.
iterator() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
 
iterator() - Method in class org.apache.lucene.search.DocIdSet
Provides a DocIdSetIterator to access the set.
iterator() - Method in class org.apache.lucene.search.FieldCacheDocIdSet
 
iterator() - Method in class org.apache.lucene.search.FilteredDocIdSet
Implementation of the contract to build a DocIdSetIterator.
iterator() - Method in interface org.apache.lucene.search.suggest.fst.BytesRefSorter
Sorts the entries added in BytesRefSorter.add(BytesRef) and returns an iterator over all sorted entries.
iterator() - Method in class org.apache.lucene.search.suggest.fst.ExternalRefSorter
 
iterator() - Method in class org.apache.lucene.search.suggest.InMemorySorter
 
iterator() - Method in class org.apache.lucene.util.BytesRefArray
sugar for BytesRefArray.iterator(Comparator) with a null comparator
iterator(Comparator<BytesRef>) - Method in class org.apache.lucene.util.BytesRefArray
Returns a BytesRefIterator with point in time semantics.
iterator() - Method in class org.apache.lucene.util.DocIdBitSet
 
iterator() - Method in class org.apache.lucene.util.FixedBitSet
 
iterator() - Method in class org.apache.lucene.util.fst.Util.TopResults
 
iterator() - Method in class org.apache.lucene.util.NamedSPILoader
 
iterator() - Method in class org.apache.lucene.util.OpenBitSet
 
iterator() - Method in class org.apache.lucene.util.packed.EliasFanoDocIdSet
Provides a DocIdSetIterator to access encoded document ids.
iterator() - Method in class org.apache.lucene.util.PForDeltaDocIdSet
 
iterator() - Method in class org.apache.lucene.util.WAH8DocIdSet
 

J

JakartaRegexpCapabilities - Class in org.apache.lucene.sandbox.queries.regex
Implementation tying Jakarta Regexp to RegexQuery.
JakartaRegexpCapabilities() - Constructor for class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Constructs a RegexCapabilities with the default MATCH_NORMAL match style.
JakartaRegexpCapabilities(int) - Constructor for class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Constructs a RegexCapabilities with the provided match flags.
JaroWinklerDistance - Class in org.apache.lucene.search.spell
Similarity measure for short strings such as person names.
JaroWinklerDistance() - Constructor for class org.apache.lucene.search.spell.JaroWinklerDistance
Creates a new distance metric with the default threshold for the Jaro Winkler bonus (0.7)
JaspellLookup - Class in org.apache.lucene.search.suggest.jaspell
Suggest implementation based on JaSpell.
JaspellLookup() - Constructor for class org.apache.lucene.search.suggest.jaspell.JaspellLookup
Creates a new empty trie
JaspellTernarySearchTrie - Class in org.apache.lucene.search.suggest.jaspell
Implementation of a Ternary Search Trie, a data structure for storing String objects that combines the compact size of a binary search tree with the speed of a digital search trie, and is therefore ideal for practical use in sorting and searching data.
JaspellTernarySearchTrie() - Constructor for class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Constructs an empty Ternary Search Trie.
JaspellTernarySearchTrie(Locale) - Constructor for class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Constructs an empty Ternary Search Trie, specifying the Locale used for lowercasing.
JaspellTernarySearchTrie(File) - Constructor for class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Constructs a Ternary Search Trie and loads data from a File into the Trie.
JaspellTernarySearchTrie(File, boolean) - Constructor for class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Constructs a Ternary Search Trie and loads data from a File into the Trie.
JaspellTernarySearchTrie.TSTNode - Class in org.apache.lucene.search.suggest.jaspell
An inner class of Ternary Search Trie that represents a node in the trie.
JaspellTernarySearchTrie.TSTNode(char, JaspellTernarySearchTrie.TSTNode) - Constructor for class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
Constructor method.
JAVA_VENDOR - Static variable in class org.apache.lucene.util.Constants
 
JAVA_VERSION - Static variable in class org.apache.lucene.util.Constants
The value of System.getProperty("java.version").
JavaUtilRegexCapabilities - Class in org.apache.lucene.sandbox.queries.regex
An implementation tying Java's built-in java.util.regex to RegexQuery.
JavaUtilRegexCapabilities() - Constructor for class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
Default constructor that uses java.util.regex.Pattern with its default flags.
JavaUtilRegexCapabilities(int) - Constructor for class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
Constructor that allows for the modification of the flags that the java.util.regex.Pattern will use to compile the regular expression.
jj_nt - Variable in class org.apache.lucene.queryparser.classic.QueryParser
Next token.
jj_nt - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Next token.
jj_nt - Variable in class org.apache.lucene.queryparser.surround.parser.QueryParser
Next token.
jjFillToken() - Method in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
 
jjFillToken() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
 
jjFillToken() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Lex State array.
jjnewLexState - Static variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Lex State array.
jjnewLexState - Static variable in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Token literal values.
join(String[], CharsRef) - Static method in class org.apache.lucene.analysis.synonym.SynonymMap.Builder
Sugar: just joins the provided terms with SynonymMap.WORD_SEPARATOR.
JoinDocFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
Use a field value and find the Document Frequency within another field.
JoinDocFreqValueSource(String, String) - Constructor for class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
JoinUtil - Class in org.apache.lucene.search.join
Utility for query time joining using TermsQuery and TermsCollector.
JRE_IS_64BIT - Static variable in class org.apache.lucene.util.Constants
True iff running on a 64bit JVM
JRE_IS_MINIMUM_JAVA6 - Static variable in class org.apache.lucene.util.Constants
Deprecated.
With Lucene 4.0, we are always on Java 6
JRE_IS_MINIMUM_JAVA7 - Static variable in class org.apache.lucene.util.Constants
Deprecated.
With Lucene 4.8, we are always on Java 7
JRE_IS_MINIMUM_JAVA8 - Static variable in class org.apache.lucene.util.Constants
 
jreBugWorkaround(char) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
JVM_INFO_STRING - Static variable in class org.apache.lucene.util.RamUsageEstimator
JVM info string for debugging and reports.
JVM_NAME - Static variable in class org.apache.lucene.util.Constants
 
JVM_VENDOR - Static variable in class org.apache.lucene.util.Constants
JVM vendor info.
JVM_VERSION - Static variable in class org.apache.lucene.util.Constants
 

K

KAF - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
KAF - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
KASRA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
KASRATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
KATAKANA - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
bigram flag for Katakana
KATAKANA - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
KATAKANA - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
KEEP - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
KEEP_IGNORE_CASE - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
KeepOnlyLastCommitDeletionPolicy - Class in org.apache.lucene.index
This IndexDeletionPolicy implementation that keeps only the most recent commit and immediately removes all prior commits after a new commit is done.
KeepOnlyLastCommitDeletionPolicy() - Constructor for class org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy
Sole constructor.
KeepWordFilter - Class in org.apache.lucene.analysis.miscellaneous
A TokenFilter that only keeps tokens with text contained in the required words.
KeepWordFilter(Version, boolean, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeepWordFilter
Deprecated.
enablePositionIncrements=false is not supported anymore as of Lucene 4.4.
KeepWordFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeepWordFilter
Create a new KeepWordFilter.
KeepWordFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for KeepWordFilter.
KeepWordFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
Creates a new KeepWordFilterFactory
KEHEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
ket - Variable in class org.tartarus.snowball.SnowballProgram
 
key - Variable in class org.apache.lucene.search.suggest.Lookup.LookupResult
the key's text
keyIterator() - Method in class org.apache.lucene.util.WeakIdentityMap
Returns an iterator over all weak keys of this map.
keys() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
keys - Variable in class org.apache.lucene.util.SentinelIntSet
A power-of-2 over-sized array holding the integers in the set along with empty values.
keySet() - Method in class org.apache.lucene.analysis.util.CharArrayMap
Returns an CharArraySet view on the map's keys.
KeywordAnalyzer - Class in org.apache.lucene.analysis.core
"Tokenizes" the entire stream as a single token.
KeywordAnalyzer() - Constructor for class org.apache.lucene.analysis.core.KeywordAnalyzer
 
KeywordAttribute - Interface in org.apache.lucene.analysis.tokenattributes
This attribute can be used to mark a token as a keyword.
KeywordAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of KeywordAttribute.
KeywordAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.KeywordAttributeImpl
Initialize this attribute with the keyword value as false.
KeywordMarkerFilter - Class in org.apache.lucene.analysis.miscellaneous
Marks terms as keywords via the KeywordAttribute.
KeywordMarkerFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter
Creates a new KeywordMarkerFilter
KeywordMarkerFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for KeywordMarkerFilter.
KeywordMarkerFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
Creates a new KeywordMarkerFilterFactory
KeywordRepeatFilter - Class in org.apache.lucene.analysis.miscellaneous
This TokenFilter emits each incoming token twice once as keyword and once non-keyword, in other words once with KeywordAttribute.setKeyword(boolean) set to true and once set to false.
KeywordRepeatFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilter
Construct a token stream filtering the given input.
KeywordRepeatFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for KeywordRepeatFilter.
KeywordRepeatFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilterFactory
Creates a new KeywordRepeatFilterFactory
KeywordTokenizer - Class in org.apache.lucene.analysis.core
Emits the entire input as a single token.
KeywordTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizer
 
KeywordTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizer
 
KeywordTokenizer(AttributeSource.AttributeFactory, Reader, int) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizer
 
KeywordTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for KeywordTokenizer.
KeywordTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizerFactory
Creates a new KeywordTokenizerFactory
keywordTokenStream(Collection<T>) - Method in class org.apache.lucene.index.memory.MemoryIndex
Convenience method; Creates and returns a token stream that generates a token for each keyword in the given collection, "as is", without any transforming text analysis.
kind - Variable in class org.apache.lucene.queryparser.classic.Token
An integer that describes the kind of this token.
kind - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
An integer that describes the kind of this token.
kind - Variable in class org.apache.lucene.queryparser.surround.parser.Token
An integer that describes the kind of this token.
KNearestNeighborClassifier - Class in org.apache.lucene.classification
A k-Nearest Neighbor classifier (see http://en.wikipedia.org/wiki/K-nearest_neighbors) based on MoreLikeThis
KNearestNeighborClassifier(int) - Constructor for class org.apache.lucene.classification.KNearestNeighborClassifier
Create a Classifier using kNN algorithm
KNearestNeighborClassifier(int, int, int) - Constructor for class org.apache.lucene.classification.KNearestNeighborClassifier
Create a Classifier using kNN algorithm
knows(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
KpStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
KpStemmer() - Constructor for class org.tartarus.snowball.ext.KpStemmer
 
KStemFilter - Class in org.apache.lucene.analysis.en
A high-performance kstem filter for english.
KStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.KStemFilter
 
KStemFilterFactory - Class in org.apache.lucene.analysis.en
Factory for KStemFilter.
KStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.KStemFilterFactory
Creates a new KStemFilterFactory
KStemmer - Class in org.apache.lucene.analysis.en
This class implements the Kstem algorithm
kv - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
This vector holds the trailing of the keys when the branch is compressed.

L

L16_L - Static variable in class org.apache.lucene.util.BroadWord
 
L8_L - Static variable in class org.apache.lucene.util.BroadWord
Lk denotes the constant whose ones are in position 0, k, 2k, .
L9_L - Static variable in class org.apache.lucene.util.BroadWord
 
label - Variable in class org.apache.lucene.facet.LabelAndValue
Facet's label.
label - Variable in class org.apache.lucene.facet.range.Range
Label that identifies this range.
label - Variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
Label.
label - Variable in class org.apache.lucene.util.fst.Builder.Arc
 
label - Variable in class org.apache.lucene.util.fst.FST.Arc
 
LabelAndValue - Class in org.apache.lucene.facet
Single label and its value, usually contained in a FacetResult.
LabelAndValue(String, Number) - Constructor for class org.apache.lucene.facet.LabelAndValue
Sole constructor.
LabelToOrdinal - Class in org.apache.lucene.facet.taxonomy.writercache
Abstract class for storing Label->Ordinal mappings in a taxonomy.
LabelToOrdinal() - Constructor for class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
Default constructor.
labelValues - Variable in class org.apache.lucene.facet.FacetResult
Child counts.
LAM - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
lambda - Variable in class org.apache.lucene.search.similarities.IBSimilarity
The lambda (λw) parameter.
Lambda - Class in org.apache.lucene.search.similarities
The lambda (λw) parameter in information-based models.
Lambda() - Constructor for class org.apache.lucene.search.similarities.Lambda
Sole constructor.
lambda(BasicStats) - Method in class org.apache.lucene.search.similarities.Lambda
Computes the lambda parameter.
lambda(BasicStats) - Method in class org.apache.lucene.search.similarities.LambdaDF
 
lambda(BasicStats) - Method in class org.apache.lucene.search.similarities.LambdaTTF
 
LambdaDF - Class in org.apache.lucene.search.similarities
Computes lambda as docFreq+1 / numberOfDocuments+1.
LambdaDF() - Constructor for class org.apache.lucene.search.similarities.LambdaDF
Sole constructor: parameter-free
LambdaTTF - Class in org.apache.lucene.search.similarities
Computes lambda as totalTermFreq+1 / numberOfDocuments+1.
LambdaTTF() - Constructor for class org.apache.lucene.search.similarities.LambdaTTF
Sole constructor: parameter-free
last() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
last() - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
lastCommit - Variable in class org.apache.lucene.index.SnapshotDeletionPolicy
Most recently committed IndexCommit.
lastDocBase - Variable in class org.apache.lucene.search.CachingCollector
 
lastIndexOf(Object) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
LatvianAnalyzer - Class in org.apache.lucene.analysis.lv
Analyzer for Latvian.
LatvianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.lv.LatvianAnalyzer
Builds an analyzer with the default stop words: LatvianAnalyzer.DEFAULT_STOPWORD_FILE.
LatvianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.lv.LatvianAnalyzer
Builds an analyzer with the given stop words.
LatvianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.lv.LatvianAnalyzer
Builds an analyzer with the given stop words.
LatvianStemFilter - Class in org.apache.lucene.analysis.lv
A TokenFilter that applies LatvianStemmer to stem Latvian words.
LatvianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.lv.LatvianStemFilter
 
LatvianStemFilterFactory - Class in org.apache.lucene.analysis.lv
Factory for LatvianStemFilter.
LatvianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.lv.LatvianStemFilterFactory
Creates a new LatvianStemFilterFactory
LatvianStemmer - Class in org.apache.lucene.analysis.lv
Light stemmer for Latvian.
LatvianStemmer() - Constructor for class org.apache.lucene.analysis.lv.LatvianStemmer
 
LazyDocument - Class in org.apache.lucene.document
Defers actually loading a field's value until you ask for it.
LazyDocument(IndexReader, int) - Constructor for class org.apache.lucene.document.LazyDocument
 
LazyDocument.LazyField - Class in org.apache.lucene.document
 
LEADING_WILDCARD_NOT_ALLOWED - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
leafContexts - Variable in class org.apache.lucene.search.IndexSearcher
 
leafSlices - Variable in class org.apache.lucene.search.IndexSearcher
used with executor - each slice holds a set of leafs executed within one thread
LEAP_FROG_FILTER_FIRST_STRATEGY - Static variable in class org.apache.lucene.search.FilteredQuery
A filter strategy that uses a "leap-frog" approach (also called "zig-zag join").
LEAP_FROG_QUERY_FIRST_STRATEGY - Static variable in class org.apache.lucene.search.FilteredQuery
A filter strategy that uses a "leap-frog" approach (also called "zig-zag join").
leaves() - Method in class org.apache.lucene.index.AtomicReaderContext
 
leaves() - Method in class org.apache.lucene.index.CompositeReaderContext
 
leaves() - Method in class org.apache.lucene.index.IndexReader
Returns the reader's leaves, or itself if this reader is atomic.
leaves() - Method in class org.apache.lucene.index.IndexReaderContext
Returns the context's leaves if this context is a top-level context.
len - Variable in class org.apache.lucene.analysis.util.OpenStringBuilder
 
length() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
return number of items in array
length() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
return number of items in array
length() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphenation
 
length - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
length() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
length() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
length - Variable in class org.apache.lucene.facet.taxonomy.CategoryPath
The number of components of this CategoryPath.
length - Variable in class org.apache.lucene.facet.taxonomy.FacetLabel
The number of components of this FacetLabel.
length - Variable in class org.apache.lucene.index.ReaderSlice
Number of documents in this slice.
length() - Method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
 
length() - Method in class org.apache.lucene.store.BufferedChecksumIndexInput
 
length() - Method in class org.apache.lucene.store.BufferedIndexOutput
 
length() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
length() - Method in class org.apache.lucene.store.FSDirectory.FSIndexOutput
 
length() - Method in class org.apache.lucene.store.IndexInput
The number of bytes in the file.
length() - Method in class org.apache.lucene.store.IndexOutput
The number of bytes in the file.
length() - Method in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
length() - Method in class org.apache.lucene.store.RAMInputStream
 
length() - Method in class org.apache.lucene.store.RAMOutputStream
 
length() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
length() - Method in interface org.apache.lucene.util.Bits
Returns the number of bits in this set
length() - Method in class org.apache.lucene.util.Bits.MatchAllBits
 
length() - Method in class org.apache.lucene.util.Bits.MatchNoBits
 
length - Variable in class org.apache.lucene.util.BytesRef
Length of used bytes.
length - Variable in class org.apache.lucene.util.CharsRef
Length of used characters.
length() - Method in class org.apache.lucene.util.CharsRef
 
length() - Method in class org.apache.lucene.util.DocIdBitSet
 
length() - Method in class org.apache.lucene.util.FixedBitSet
 
length - Variable in class org.apache.lucene.util.GrowableByteArrayDataOutput
The length
length - Variable in class org.apache.lucene.util.IntsRef
Length of used ints.
length() - Method in class org.apache.lucene.util.LongBitSet
Returns the number of bits stored in this bitset.
length - Variable in class org.apache.lucene.util.LongsRef
Length of used longs.
length() - Method in class org.apache.lucene.util.OpenBitSet
 
LengthFilter - Class in org.apache.lucene.analysis.miscellaneous
Removes words that are too long or too short from the stream.
LengthFilter(Version, boolean, TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LengthFilter
Deprecated.
enablePositionIncrements=false is not supported anymore as of Lucene 4.4.
LengthFilter(Version, TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LengthFilter
Create a new LengthFilter.
LengthFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for LengthFilter.
LengthFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
Creates a new LengthFilterFactory
lengthNorm(FieldInvertState) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as state.getBoost() * computeLengthNorm(numTokens) where numTokens does not count overlap tokens if discountOverlaps is true by default or true for this specific field.
lengthNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Implemented as state.getBoost()*lengthNorm(numTerms), where numTerms is FieldInvertState.getLength() if DefaultSimilarity.setDiscountOverlaps(boolean) is false, else it's FieldInvertState.getLength() - FieldInvertState.getNumOverlap().
lengthNorm(FieldInvertState) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Compute an index-time normalization value for this field instance.
Less(String, BytesRef) - Static method in class org.apache.lucene.search.TermRangeFilter
Constructs a filter for field fieldName matching less than or equal to upperTerm.
lessThan(TopOrdAndFloatQueue.OrdAndValue, TopOrdAndFloatQueue.OrdAndValue) - Method in class org.apache.lucene.facet.TopOrdAndFloatQueue
 
lessThan(TopOrdAndIntQueue.OrdAndValue, TopOrdAndIntQueue.OrdAndValue) - Method in class org.apache.lucene.facet.TopOrdAndIntQueue
 
lessThan(FieldValueHitQueue.Entry, FieldValueHitQueue.Entry) - Method in class org.apache.lucene.search.FieldValueHitQueue
 
lessThan(SuggestWord, SuggestWord) - Method in class org.apache.lucene.search.spell.SuggestWordQueue
 
lessThan(Lookup.LookupResult, Lookup.LookupResult) - Method in class org.apache.lucene.search.suggest.Lookup.LookupPriorityQueue
 
lessThan(T, T) - Method in class org.apache.lucene.util.PriorityQueue
Determines the ordering of objects in this priority queue.
LETTER - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Letters
LetterTokenizer - Class in org.apache.lucene.analysis.core
A LetterTokenizer is a tokenizer that divides text at non-letters.
LetterTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizer
Construct a new LetterTokenizer.
LetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizer
Construct a new LetterTokenizer using a given AttributeSource.AttributeFactory.
LetterTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for LetterTokenizer.
LetterTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizerFactory
Creates a new LetterTokenizerFactory
LEVEL_LOG_SPAN - Static variable in class org.apache.lucene.index.LogMergePolicy
Defines the allowed range of log(size) for each level.
LEVEL_SIZE_ARRAY - Static variable in class org.apache.lucene.util.ByteBlockPool
An array holding the level sizes for byte slices.
LevenshteinAutomata - Class in org.apache.lucene.util.automaton
Class to construct DFAs that match a word within some edit distance.
LevenshteinAutomata(String, boolean) - Constructor for class org.apache.lucene.util.automaton.LevenshteinAutomata
Create a new LevenshteinAutomata for some input String.
LevenshteinAutomata(int[], int, boolean) - Constructor for class org.apache.lucene.util.automaton.LevenshteinAutomata
Expert: specify a custom maximum possible symbol (alphaMax); default is Character.MAX_CODE_POINT.
LevensteinDistance - Class in org.apache.lucene.search.spell
Levenstein edit distance class.
LevensteinDistance() - Constructor for class org.apache.lucene.search.spell.LevensteinDistance
Optimized to run a bit faster than the static getDistance().
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.lucene.queryparser.classic.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.lucene.queryparser.surround.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Lexer state names.
Lift - Class in org.egothor.stemmer
The Lift class is a data structure that is a variation of a Patricia trie.
Lift(boolean) - Constructor for class org.egothor.stemmer.Lift
Constructor for the Lift object.
liftUp(Row, List<Row>) - Method in class org.egothor.stemmer.Lift
Reduce the trie using Lift-Up reduction.
like(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Return a query that will return docs like the passed lucene document ID.
like(Reader, String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Return a query that will return docs like the passed Reader.
LikeThisQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for MoreLikeThisQuery
LikeThisQueryBuilder(Analyzer, String[]) - Constructor for class org.apache.lucene.queryparser.xml.builders.LikeThisQueryBuilder
 
limit - Variable in class org.tartarus.snowball.SnowballProgram
 
limit_backward - Variable in class org.tartarus.snowball.SnowballProgram
 
LimitTokenCountAnalyzer - Class in org.apache.lucene.analysis.miscellaneous
This Analyzer limits the number of tokens while indexing.
LimitTokenCountAnalyzer(Analyzer, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
Build an analyzer that limits the maximum number of tokens per field.
LimitTokenCountAnalyzer(Analyzer, int, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
Build an analyzer that limits the maximum number of tokens per field.
LimitTokenCountFilter - Class in org.apache.lucene.analysis.miscellaneous
This TokenFilter limits the number of tokens while indexing.
LimitTokenCountFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
Build a filter that only accepts tokens up to a maximum number.
LimitTokenCountFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
Build an filter that limits the maximum number of tokens per field.
LimitTokenCountFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
LimitTokenCountFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
Creates a new LimitTokenCountFilterFactory
LimitTokenPositionFilter - Class in org.apache.lucene.analysis.miscellaneous
This TokenFilter limits its emitted tokens to those with positions that are not greater than the configured limit.
LimitTokenPositionFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
Build a filter that only accepts tokens up to and including the given maximum position.
LimitTokenPositionFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
Build a filter that limits the maximum position of tokens to emit.
LimitTokenPositionFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
LimitTokenPositionFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilterFactory
Creates a new LimitTokenPositionFilterFactory
LINEAR_COEF - Static variable in class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
Coefficient used for linear blending
LinearFloatFunction - Class in org.apache.lucene.queries.function.valuesource
LinearFloatFunction implements a linear function over another ValueSource.
LinearFloatFunction(ValueSource, float, float) - Constructor for class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
lines - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
number of lines of data read
LINUX - Static variable in class org.apache.lucene.util.Constants
True iff running on Linux.
listAll() - Method in class org.apache.lucene.store.CompoundFileDirectory
Returns an array of strings, one for each file in the directory.
listAll() - Method in class org.apache.lucene.store.Directory
Returns an array of strings, one for each file in the directory.
listAll() - Method in class org.apache.lucene.store.FileSwitchDirectory
 
listAll() - Method in class org.apache.lucene.store.FilterDirectory
 
listAll(File) - Static method in class org.apache.lucene.store.FSDirectory
Lists all files (not subdirectories) in the directory.
listAll() - Method in class org.apache.lucene.store.FSDirectory
Lists all files (not subdirectories) in the directory.
listAll() - Method in class org.apache.lucene.store.NRTCachingDirectory
 
listAll() - Method in class org.apache.lucene.store.RAMDirectory
 
listCachedFiles() - Method in class org.apache.lucene.store.NRTCachingDirectory
 
listCommits(Directory) - Static method in class org.apache.lucene.index.DirectoryReader
Returns all commit points that exist in the Directory.
listIterator() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
listIterator(int) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
ListOfOutputs<T> - Class in org.apache.lucene.util.fst
Wraps another Outputs implementation and encodes one or more of its output values.
ListOfOutputs(Outputs<T>) - Constructor for class org.apache.lucene.util.fst.ListOfOutputs
 
listSegments() - Method in class org.apache.lucene.index.IndexSplitter
 
LiteralValueSource - Class in org.apache.lucene.queries.function.valuesource
Pass a the field value through as a String, no matter the type // Q: doesn't this mean it's a "string"?
LiteralValueSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
liveDocs - Variable in class org.apache.lucene.index.SegmentWriteState
MutableBits recording live documents; this is only set if there is one or more deleted documents.
liveDocsFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes live docs
liveDocsFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
LiveDocsFormat - Class in org.apache.lucene.codecs
Format for live/deleted documents
LiveDocsFormat() - Constructor for class org.apache.lucene.codecs.LiveDocsFormat
Sole constructor.
liveDocsFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
liveDocsFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
liveDocsFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
liveDocsFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
liveDocsFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
liveDocsFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
liveDocsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
LiveFieldValues<S,T> - Class in org.apache.lucene.search
Tracks live field values across NRT reader reopens.
LiveFieldValues(ReferenceManager<S>, T) - Constructor for class org.apache.lucene.search.LiveFieldValues
 
LiveIndexWriterConfig - Class in org.apache.lucene.index
Holds all the configuration used by IndexWriter with few setters for settings that can be changed on an IndexWriter instance "live".
LMDirichletSimilarity - Class in org.apache.lucene.search.similarities
Bayesian smoothing using Dirichlet priors.
LMDirichletSimilarity(LMSimilarity.CollectionModel, float) - Constructor for class org.apache.lucene.search.similarities.LMDirichletSimilarity
Instantiates the similarity with the provided μ parameter.
LMDirichletSimilarity(float) - Constructor for class org.apache.lucene.search.similarities.LMDirichletSimilarity
Instantiates the similarity with the provided μ parameter.
LMDirichletSimilarity(LMSimilarity.CollectionModel) - Constructor for class org.apache.lucene.search.similarities.LMDirichletSimilarity
Instantiates the similarity with the default μ value of 2000.
LMDirichletSimilarity() - Constructor for class org.apache.lucene.search.similarities.LMDirichletSimilarity
Instantiates the similarity with the default μ value of 2000.
LMJelinekMercerSimilarity - Class in org.apache.lucene.search.similarities
Language model based on the Jelinek-Mercer smoothing method.
LMJelinekMercerSimilarity(LMSimilarity.CollectionModel, float) - Constructor for class org.apache.lucene.search.similarities.LMJelinekMercerSimilarity
Instantiates with the specified collectionModel and λ parameter.
LMJelinekMercerSimilarity(float) - Constructor for class org.apache.lucene.search.similarities.LMJelinekMercerSimilarity
Instantiates with the specified λ parameter.
LMSimilarity - Class in org.apache.lucene.search.similarities
Abstract superclass for language modeling Similarities.
LMSimilarity(LMSimilarity.CollectionModel) - Constructor for class org.apache.lucene.search.similarities.LMSimilarity
Creates a new instance with the specified collection language model.
LMSimilarity() - Constructor for class org.apache.lucene.search.similarities.LMSimilarity
Creates a new instance with the default collection language model.
LMSimilarity.CollectionModel - Interface in org.apache.lucene.search.similarities
A strategy for computing the collection language model.
LMSimilarity.DefaultCollectionModel - Class in org.apache.lucene.search.similarities
Models p(w|C) as the number of occurrences of the term in the collection, divided by the total number of tokens + 1.
LMSimilarity.DefaultCollectionModel() - Constructor for class org.apache.lucene.search.similarities.LMSimilarity.DefaultCollectionModel
Sole constructor: parameter-free
LMSimilarity.LMStats - Class in org.apache.lucene.search.similarities
Stores the collection distribution of the current term.
LMSimilarity.LMStats(String, float) - Constructor for class org.apache.lucene.search.similarities.LMSimilarity.LMStats
Creates LMStats for the provided field and query-time boost
lo - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Pointer to low branch and to rest of the key when it is stored directly in this node, we don't have unions in java!
load(InputStream) - Static method in class org.apache.lucene.analysis.stempel.StempelStemmer
Load a stemmer table from an inputstream.
load(DataInput) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
 
load(DataInput) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
 
load(DataInput) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
 
load(DataInput) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
 
load(DataInput) - Method in class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
 
load(DataInput) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
 
load(InputStream) - Method in class org.apache.lucene.search.suggest.Lookup
Calls Lookup.load(DataInput) after converting InputStream to DataInput
load(DataInput) - Method in class org.apache.lucene.search.suggest.Lookup
Discard current lookup data and load it from a previously saved copy.
load(DataInput) - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
 
loadDirectoryClass(String) - Static method in class org.apache.lucene.util.CommandLineUtil
Loads a specific Directory implementation
loadFieldValues(IndexSearcher, String[], int[], int) - Method in class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Loads the String values for each field X docID to be highlighted.
loadFSDirectoryClass(String) - Static method in class org.apache.lucene.util.CommandLineUtil
Loads a specific FSDirectory implementation
loadPatterns(File) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Read hyphenation patterns from an XML file.
loadPatterns(InputSource) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Read hyphenation patterns from an XML file.
loadStopwordSet(boolean, Class<? extends Analyzer>, String, String) - Static method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
Creates a CharArraySet from a file resource associated with a class.
loadStopwordSet(File, Version) - Static method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
Creates a CharArraySet from a file.
loadStopwordSet(Reader, Version) - Static method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
Creates a CharArraySet from a file.
loadXML(Reader) - Static method in class org.apache.lucene.queryparser.xml.DOMUtils
Helper method to parse an XML file into a DOM tree, given a reader.
LOCALE - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the Locale used when parsing the query
LocalReplicator - Class in org.apache.lucene.replicator
A Replicator implementation for use by the side that publishes Revisions, as well for clients to check for updates.
LocalReplicator() - Constructor for class org.apache.lucene.replicator.LocalReplicator
 
Lock - Class in org.apache.lucene.store
An interprocess mutex lock.
Lock() - Constructor for class org.apache.lucene.store.Lock
 
Lock.With - Class in org.apache.lucene.store
Utility class for executing code with exclusive access.
Lock.With(Lock, long) - Constructor for class org.apache.lucene.store.Lock.With
Constructs an executor that will grab the named lock.
LOCK_OBTAIN_WAIT_FOREVER - Static variable in class org.apache.lucene.store.Lock
Pass this value to Lock.obtain(long) to try forever to obtain the lock.
LOCK_POLL_INTERVAL - Static variable in class org.apache.lucene.store.Lock
How long Lock.obtain(long) waits, in milliseconds, in between attempts to acquire the lock.
lockDir - Variable in class org.apache.lucene.store.FSLockFactory
Directory for the lock files.
lockFactory - Variable in class org.apache.lucene.store.BaseDirectory
Holds the LockFactory instance (implements locking for this Directory instance).
LockFactory - Class in org.apache.lucene.store
Base class for Locking implementation.
LockFactory() - Constructor for class org.apache.lucene.store.LockFactory
 
LockObtainFailedException - Exception in org.apache.lucene.store
This exception is thrown when the write.lock could not be acquired.
LockObtainFailedException(String) - Constructor for exception org.apache.lucene.store.LockObtainFailedException
 
lockPrefix - Variable in class org.apache.lucene.store.LockFactory
 
LockReleaseFailedException - Exception in org.apache.lucene.store
This exception is thrown when the write.lock could not be released.
LockReleaseFailedException(String) - Constructor for exception org.apache.lucene.store.LockReleaseFailedException
 
LockStressTest - Class in org.apache.lucene.store
Simple standalone tool that forever acquires & releases a lock using a specific LockFactory.
LockStressTest() - Constructor for class org.apache.lucene.store.LockStressTest
 
LockVerifyServer - Class in org.apache.lucene.store
Simple standalone server that must be running when you use VerifyingLockFactory.
LockVerifyServer() - Constructor for class org.apache.lucene.store.LockVerifyServer
 
log() - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
For log and debug purpose
log(long, int) - Static method in class org.apache.lucene.util.MathUtil
Returns x <= 0 ? 0 : Math.floor(Math.log(x) / Math.log(base))
log(double, double) - Static method in class org.apache.lucene.util.MathUtil
Calculates logarithm in a given base with doubles.
log2(double) - Static method in class org.apache.lucene.search.similarities.SimilarityBase
Returns the base two logarithm of x.
LOG2_E - Static variable in class org.apache.lucene.search.similarities.BasicModelP
log2(Math.E), precomputed.
LogByteSizeMergePolicy - Class in org.apache.lucene.index
This is a LogMergePolicy that measures size of a segment as the total byte size of the segment's files.
LogByteSizeMergePolicy() - Constructor for class org.apache.lucene.index.LogByteSizeMergePolicy
Sole constructor, setting all settings to their defaults.
LogDocMergePolicy - Class in org.apache.lucene.index
This is a LogMergePolicy that measures size of a segment as the number of documents (not taking deletions into account).
LogDocMergePolicy() - Constructor for class org.apache.lucene.index.LogDocMergePolicy
Sole constructor, setting all settings to their defaults.
logicalAnd(QueryNode, QueryNode) - Static method in class org.apache.lucene.queryparser.flexible.core.util.QueryNodeOperation
perform a logical and of 2 QueryNode trees.
LogMergePolicy - Class in org.apache.lucene.index
This class implements a MergePolicy that tries to merge segments into levels of exponentially increasing size, where each level has fewer segments than the value of the merge factor.
LogMergePolicy() - Constructor for class org.apache.lucene.index.LogMergePolicy
Sole constructor.
LOKID - Static variable in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
Index values for accessing relatives array.
LongBitSet - Class in org.apache.lucene.util
BitSet of fixed length (numBits), backed by accessible (LongBitSet.getBits()) long[], accessed with a long index.
LongBitSet(long) - Constructor for class org.apache.lucene.util.LongBitSet
 
LongBitSet(long[], long) - Constructor for class org.apache.lucene.util.LongBitSet
 
longBlockCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
The minimum number of long blocks to encode in a single iteration, when using long encoding.
longBlockCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
The minimum number of long blocks to encode in a single iteration, when using long encoding.
longCount(int, int, int) - Method in enum org.apache.lucene.util.packed.PackedInts.Format
Computes how many long blocks are needed to store values values of size bitsPerValue.
LongDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving long values.
LongDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.LongDocValues
 
LongDocValuesField - Class in org.apache.lucene.document
Deprecated.
LongDocValuesField(String, long) - Constructor for class org.apache.lucene.document.LongDocValuesField
Deprecated.
Creates a new DocValues field with the specified 64-bit long value
longField(FieldInfo, long) - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
 
LongField - Class in org.apache.lucene.document
Field that indexes long values for efficient range filtering and sorting.
LongField(String, long, Field.Store) - Constructor for class org.apache.lucene.document.LongField
Creates a stored or un-stored LongField with the provided value and default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
LongField(String, long, FieldType) - Constructor for class org.apache.lucene.document.LongField
Expert: allows you to customize the FieldType.
longField(FieldInfo, long) - Method in class org.apache.lucene.index.StoredFieldVisitor
Process a long numeric field.
LongFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains long field values from FieldCache.getLongs(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and makes those values available as other numeric types, casting as needed.
LongFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
LongFieldSource(String, FieldCache.LongParser) - Constructor for class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
longHashCode() - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
Calculate a 64-bit hash function for this path.
longHashCode() - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
Calculate a 64-bit hash function for this path.
longHex(long) - Static method in class org.apache.lucene.util.ToStringUtils
 
LongRange - Class in org.apache.lucene.facet.range
Represents a range over long values.
LongRange(String, long, boolean, long, boolean) - Constructor for class org.apache.lucene.facet.range.LongRange
Create a LongRange.
LongRangeFacetCounts - Class in org.apache.lucene.facet.range
Facets implementation that computes counts for dynamic long ranges from a provided ValueSource, using FunctionValues.longVal(int).
LongRangeFacetCounts(String, FacetsCollector, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
Create LongRangeFacetCounts, using LongFieldSource from the specified field.
LongRangeFacetCounts(String, ValueSource, FacetsCollector, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
Create RangeFacetCounts, using the provided ValueSource.
LongRangeFacetCounts(String, ValueSource, FacetsCollector, Filter, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
Create RangeFacetCounts, using the provided ValueSource, and using the provided Filter as a fastmatch: only documents passing the filter are checked for the matching ranges.
longs - Variable in class org.apache.lucene.util.LongsRef
The contents of the LongsRef.
longsEquals(LongsRef) - Method in class org.apache.lucene.util.LongsRef
 
LongsRef - Class in org.apache.lucene.util
Represents long[], as a slice (offset + length) into an existing long[].
LongsRef() - Constructor for class org.apache.lucene.util.LongsRef
Create a LongsRef with LongsRef.EMPTY_LONGS
LongsRef(int) - Constructor for class org.apache.lucene.util.LongsRef
Create a LongsRef pointing to a new array of size capacity.
LongsRef(long[], int, int) - Constructor for class org.apache.lucene.util.LongsRef
This instance will directly reference longs w/o making a copy.
longToObject(long) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
longToPrefixCoded(long, int, BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns prefix coded bits after reducing the precision by shift bits.
longToPrefixCodedBytes(long, int, BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns prefix coded bits after reducing the precision by shift bits.
longToString(long) - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
longVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
longVal(int, long[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
longValueCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Decoder
The number of values that can be stored in PackedInts.Decoder.longBlockCount() long blocks.
longValueCount() - Method in interface org.apache.lucene.util.packed.PackedInts.Encoder
The number of values that can be stored in PackedInts.Encoder.longBlockCount() long blocks.
LongValues - Class in org.apache.lucene.util
Abstraction over an array of longs.
LongValues() - Constructor for class org.apache.lucene.util.LongValues
 
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
 
lookup(CharSequence, int, boolean, boolean) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Lookup, without any context.
lookup(CharSequence, Set<BytesRef>, int, boolean, boolean) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Retrieve suggestions, specifying whether all terms must match (allTermsRequired) and whether the hits should be highlighted (doHighlight).
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
 
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
 
lookup(CharSequence, Set<BytesRef>, int, boolean, boolean) - Method in class org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester
 
lookup(CharSequence, boolean, int) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
 
lookup(CharSequence, int) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Lookup, without any context.
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
 
lookup(CharSequence, Set<BytesRef>, int) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Retrieve suggestions.
lookup(CharSequence, int) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletion
Lookup suggestions to key.
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
 
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
 
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
 
Lookup - Class in org.apache.lucene.search.suggest
Simple Lookup interface for CharSequence suggestions.
Lookup() - Constructor for class org.apache.lucene.search.suggest.Lookup
Sole constructor.
lookup(CharSequence, boolean, int) - Method in class org.apache.lucene.search.suggest.Lookup
Look up a key and return possible completion for this key.
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.Lookup
Look up a key and return possible completion for this key.
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
 
lookup(String) - Method in class org.apache.lucene.util.NamedSPILoader
 
Lookup.LookupPriorityQueue - Class in org.apache.lucene.search.suggest
A PriorityQueue collecting a fixed size of high priority Lookup.LookupResult
Lookup.LookupPriorityQueue(int) - Constructor for class org.apache.lucene.search.suggest.Lookup.LookupPriorityQueue
Creates a new priority queue of the specified size.
Lookup.LookupResult - Class in org.apache.lucene.search.suggest
Result of a lookup.
Lookup.LookupResult(CharSequence, long) - Constructor for class org.apache.lucene.search.suggest.Lookup.LookupResult
Create a new result from a key+weight pair.
Lookup.LookupResult(CharSequence, long, BytesRef) - Constructor for class org.apache.lucene.search.suggest.Lookup.LookupResult
Create a new result from a key+weight+payload triple.
Lookup.LookupResult(CharSequence, Object, long, BytesRef) - Constructor for class org.apache.lucene.search.suggest.Lookup.LookupResult
Create a new result from a key+highlightKey+weight+payload triple.
Lookup.LookupResult(CharSequence, long, BytesRef, Set<BytesRef>) - Constructor for class org.apache.lucene.search.suggest.Lookup.LookupResult
Create a new result from a key+weight+payload+contexts triple.
Lookup.LookupResult(CharSequence, long, Set<BytesRef>) - Constructor for class org.apache.lucene.search.suggest.Lookup.LookupResult
Create a new result from a key+weight+contexts triple.
Lookup.LookupResult(CharSequence, Object, long, BytesRef, Set<BytesRef>) - Constructor for class org.apache.lucene.search.suggest.Lookup.LookupResult
Create a new result from a key+highlightKey+weight+payload+contexts triple.
lookupClass(String) - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
looks up a charfilter class by name from context classpath
lookupClass(String) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
looks up a tokenfilter class by name from context classpath
lookupClass(String) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
looks up a tokenizer class by name from context classpath
lookupFromSearcher(S, String) - Method in class org.apache.lucene.search.LiveFieldValues
This is called when the id/value was already flushed & opened in an NRT IndexSearcher.
lookupOrd(int, BytesRef) - Method in class org.apache.lucene.index.MultiDocValues.MultiSortedDocValues
 
lookupOrd(long, BytesRef) - Method in class org.apache.lucene.index.MultiDocValues.MultiSortedSetDocValues
 
lookupOrd(int, BytesRef) - Method in class org.apache.lucene.index.SortedDocValues
Retrieves the value for the specified ordinal.
lookupOrd(long, BytesRef) - Method in class org.apache.lucene.index.SortedSetDocValues
Retrieves the value for the specified ordinal.
lookupTerm(TermsEnum, int) - Method in class org.apache.lucene.index.DocTermOrds
Returns the term (BytesRef) corresponding to the provided ordinal.
lookupTerm(BytesRef) - Method in class org.apache.lucene.index.SortedDocValues
If key exists, returns its ordinal, else returns -insertionPoint-1, like Arrays.binarySearch.
lookupTerm(BytesRef) - Method in class org.apache.lucene.index.SortedSetDocValues
If key exists, returns its ordinal, else returns -insertionPoint-1, like Arrays.binarySearch.
LovinsStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
LovinsStemmer() - Constructor for class org.tartarus.snowball.ext.LovinsStemmer
 
LOWER - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
 
LOWER - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
LOWERCASE_EXPANDED_TERMS - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set whether expanded terms should be lower-cased
LowercaseExpandedTermsQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
LowercaseExpandedTermsQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
LowerCaseFilter - Class in org.apache.lucene.analysis.core
Normalizes token text to lower case.
LowerCaseFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.core.LowerCaseFilter
Create a new LowerCaseFilter, that normalizes token text to lower case.
LowerCaseFilterFactory - Class in org.apache.lucene.analysis.core
Factory for LowerCaseFilter.
LowerCaseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.LowerCaseFilterFactory
Creates a new LowerCaseFilterFactory
LowerCaseTokenizer - Class in org.apache.lucene.analysis.core
LowerCaseTokenizer performs the function of LetterTokenizer and LowerCaseFilter together.
LowerCaseTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizer
Construct a new LowerCaseTokenizer.
LowerCaseTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizer
Construct a new LowerCaseTokenizer using a given AttributeSource.AttributeFactory.
LowerCaseTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for LowerCaseTokenizer.
LowerCaseTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
Creates a new LowerCaseTokenizerFactory
lowFreqBoost - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
lowFreqMinNrShouldMatch - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
lowFreqOccur - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
LPAREN - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
LPAREN - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
LPAREN - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
LRUHashMap<K,V> - Class in org.apache.lucene.facet.taxonomy
LRUHashMap is an extension of Java's HashMap, which has a bounded size(); When it reaches that size, each time a new element is added, the least recently used (LRU) entry is removed.
LRUHashMap(int) - Constructor for class org.apache.lucene.facet.taxonomy.LRUHashMap
Create a new hash map with a bounded size and with least recently used entries removed.
LruTaxonomyWriterCache - Class in org.apache.lucene.facet.taxonomy.writercache
LRU TaxonomyWriterCache - good choice for huge taxonomies.
LruTaxonomyWriterCache(int) - Constructor for class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
LruTaxonomyWriterCache(int, LruTaxonomyWriterCache.LRUType) - Constructor for class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
Creates this with the specified method.
LruTaxonomyWriterCache.LRUType - Enum in org.apache.lucene.facet.taxonomy.writercache
Determines cache type.
Lucene3xCodec - Class in org.apache.lucene.codecs.lucene3x
Deprecated.
Only for reading existing 3.x indexes
Lucene3xCodec() - Constructor for class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
Lucene3xSegmentInfoFormat - Class in org.apache.lucene.codecs.lucene3x
Deprecated.
(4.0) This is only used to read indexes created before 4.0.
Lucene3xSegmentInfoFormat() - Constructor for class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
Lucene3xSegmentInfoReader - Class in org.apache.lucene.codecs.lucene3x
Deprecated.
Only for reading existing 3.x indexes
Lucene3xSegmentInfoReader() - Constructor for class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoReader
Deprecated.
 
Lucene40Codec - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 segments
Lucene40Codec() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
Sole constructor.
Lucene40DocValuesFormat - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 and 4.1 segments
Lucene40DocValuesFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40DocValuesFormat
Deprecated.
Sole constructor.
Lucene40FieldInfosFormat - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 and 4.1 segments
Lucene40FieldInfosFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40FieldInfosFormat
Deprecated.
Sole constructor.
Lucene40LiveDocsFormat - Class in org.apache.lucene.codecs.lucene40
Lucene 4.0 Live Documents Format.
Lucene40LiveDocsFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat
Sole constructor.
Lucene40NormsFormat - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 and 4.1 segments
Lucene40NormsFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40NormsFormat
Deprecated.
Sole constructor.
Lucene40PostingsBaseFormat - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 segments
Lucene40PostingsBaseFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40PostingsBaseFormat
Deprecated.
Sole constructor.
Lucene40PostingsFormat - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 segments
Lucene40PostingsFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
Deprecated.
Creates Lucene40PostingsFormat with default settings.
Lucene40PostingsReader - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 segments
Lucene40PostingsReader(Directory, FieldInfos, SegmentInfo, IOContext, String) - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
Sole constructor.
Lucene40SegmentInfoFormat - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0-4.5 segments, and supporting IndexWriter.addIndexes
Lucene40SegmentInfoFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoFormat
Deprecated.
Sole constructor.
Lucene40SegmentInfoReader - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0-4.5 segments
Lucene40SegmentInfoReader() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoReader
Deprecated.
Sole constructor.
Lucene40SegmentInfoWriter - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Lucene40SegmentInfoWriter() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter
Deprecated.
Sole constructor.
Lucene40SkipListReader - Class in org.apache.lucene.codecs.lucene40
Deprecated.
Only for reading old 4.0 segments
Lucene40SkipListReader(IndexInput, int, int) - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
Sole constructor.
Lucene40StoredFieldsFormat - Class in org.apache.lucene.codecs.lucene40
Lucene 4.0 Stored Fields Format.
Lucene40StoredFieldsFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsFormat
Sole constructor.
Lucene40StoredFieldsReader - Class in org.apache.lucene.codecs.lucene40
Class responsible for access to stored document fields.
Lucene40StoredFieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
Sole constructor.
Lucene40StoredFieldsWriter - Class in org.apache.lucene.codecs.lucene40
Class responsible for writing stored document fields.
Lucene40StoredFieldsWriter(Directory, String, IOContext) - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
Sole constructor.
Lucene40TermVectorsFormat - Class in org.apache.lucene.codecs.lucene40
Lucene 4.0 Term Vectors format.
Lucene40TermVectorsFormat() - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsFormat
Sole constructor.
Lucene40TermVectorsReader - Class in org.apache.lucene.codecs.lucene40
Lucene 4.0 Term Vectors reader.
Lucene40TermVectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
Sole constructor.
Lucene40TermVectorsWriter - Class in org.apache.lucene.codecs.lucene40
Lucene 4.0 Term Vectors writer.
Lucene40TermVectorsWriter(Directory, String, IOContext) - Constructor for class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
Sole constructor.
Lucene41Codec - Class in org.apache.lucene.codecs.lucene41
Deprecated.
Only for reading old 4.0 segments
Lucene41Codec() - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
Sole constructor.
Lucene41PostingsBaseFormat - Class in org.apache.lucene.codecs.lucene41
Lucene41PostingsBaseFormat() - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41PostingsBaseFormat
Sole constructor.
Lucene41PostingsFormat - Class in org.apache.lucene.codecs.lucene41
Lucene 4.1 postings format, which encodes postings in packed integer blocks for fast decode.
Lucene41PostingsFormat() - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
Creates Lucene41PostingsFormat with default settings.
Lucene41PostingsFormat(int, int) - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
Creates Lucene41PostingsFormat with custom values for minBlockSize and maxBlockSize passed to block terms dictionary.
Lucene41PostingsReader - Class in org.apache.lucene.codecs.lucene41
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.
Lucene41PostingsReader(Directory, FieldInfos, SegmentInfo, IOContext, String) - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
Sole constructor.
Lucene41PostingsWriter - Class in org.apache.lucene.codecs.lucene41
Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.
Lucene41PostingsWriter(SegmentWriteState, float) - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
Creates a postings writer with the specified PackedInts overhead ratio
Lucene41PostingsWriter(SegmentWriteState) - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
Creates a postings writer with PackedInts.COMPACT
Lucene41StoredFieldsFormat - Class in org.apache.lucene.codecs.lucene41
Lucene 4.1 stored fields format.
Lucene41StoredFieldsFormat() - Constructor for class org.apache.lucene.codecs.lucene41.Lucene41StoredFieldsFormat
Sole constructor.
Lucene42Codec - Class in org.apache.lucene.codecs.lucene42
Deprecated.
Only for reading old 4.2 segments
Lucene42Codec() - Constructor for class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
Sole constructor.
Lucene42DocValuesFormat - Class in org.apache.lucene.codecs.lucene42
Deprecated.
Only for reading old 4.2 segments
Lucene42DocValuesFormat() - Constructor for class org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
Deprecated.
Lucene42DocValuesFormat(float) - Constructor for class org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
Deprecated.
Creates a new Lucene42DocValuesFormat with the specified acceptableOverheadRatio for NumericDocValues.
Lucene42FieldInfosFormat - Class in org.apache.lucene.codecs.lucene42
Deprecated.
Only for reading old 4.2-4.5 segments
Lucene42FieldInfosFormat() - Constructor for class org.apache.lucene.codecs.lucene42.Lucene42FieldInfosFormat
Deprecated.
Sole constructor.
Lucene42NormsFormat - Class in org.apache.lucene.codecs.lucene42
Lucene 4.2 score normalization format.
Lucene42NormsFormat() - Constructor for class org.apache.lucene.codecs.lucene42.Lucene42NormsFormat
Lucene42NormsFormat(float) - Constructor for class org.apache.lucene.codecs.lucene42.Lucene42NormsFormat
Creates a new Lucene42DocValuesFormat with the specified acceptableOverheadRatio for NumericDocValues.
Lucene42TermVectorsFormat - Class in org.apache.lucene.codecs.lucene42
Lucene42TermVectorsFormat() - Constructor for class org.apache.lucene.codecs.lucene42.Lucene42TermVectorsFormat
Sole constructor.
Lucene43EdgeNGramTokenizer - Class in org.apache.lucene.analysis.ngram
Deprecated.
Lucene43EdgeNGramTokenizer(Version, Reader, Lucene43EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
Lucene43EdgeNGramTokenizer(Version, AttributeSource.AttributeFactory, Reader, Lucene43EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
Lucene43EdgeNGramTokenizer(Version, Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
Lucene43EdgeNGramTokenizer(Version, AttributeSource.AttributeFactory, Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
Lucene43EdgeNGramTokenizer(Version, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
Lucene43EdgeNGramTokenizer(Version, AttributeSource.AttributeFactory, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
Lucene43EdgeNGramTokenizer.Side - Enum in org.apache.lucene.analysis.ngram
Deprecated.
Specifies which side of the input the n-gram should be generated from
Lucene43NGramTokenizer - Class in org.apache.lucene.analysis.ngram
Deprecated.
Lucene43NGramTokenizer(Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
Creates NGramTokenizer with given min and max n-grams.
Lucene43NGramTokenizer(AttributeSource.AttributeFactory, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
Creates NGramTokenizer with given min and max n-grams.
Lucene43NGramTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
Creates NGramTokenizer with default min and max n-grams.
Lucene45Codec - Class in org.apache.lucene.codecs.lucene45
Deprecated.
Only for reading old 4.3-4.5 segments
Lucene45Codec() - Constructor for class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
Sole constructor.
Lucene45DocValuesConsumer - Class in org.apache.lucene.codecs.lucene45
Lucene45DocValuesConsumer(SegmentWriteState, String, String, String, String) - Constructor for class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
expert: Creates a new writer
Lucene45DocValuesFormat - Class in org.apache.lucene.codecs.lucene45
Lucene 4.5 DocValues format.
Lucene45DocValuesFormat() - Constructor for class org.apache.lucene.codecs.lucene45.Lucene45DocValuesFormat
Sole Constructor
Lucene45DocValuesProducer - Class in org.apache.lucene.codecs.lucene45
Lucene45DocValuesProducer(SegmentReadState, String, String, String, String) - Constructor for class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
expert: instantiates a new reader
Lucene45DocValuesProducer.BinaryEntry - Class in org.apache.lucene.codecs.lucene45
metadata entry for a binary docvalues field
Lucene45DocValuesProducer.NumericEntry - Class in org.apache.lucene.codecs.lucene45
metadata entry for a numeric docvalues field
Lucene45DocValuesProducer.SortedSetEntry - Class in org.apache.lucene.codecs.lucene45
metadata entry for a sorted-set docvalues field
Lucene46Codec - Class in org.apache.lucene.codecs.lucene46
Implements the Lucene 4.6 index format, with configurable per-field postings and docvalues formats.
Lucene46Codec() - Constructor for class org.apache.lucene.codecs.lucene46.Lucene46Codec
Sole constructor.
Lucene46FieldInfosFormat - Class in org.apache.lucene.codecs.lucene46
Lucene 4.6 Field Infos format.
Lucene46FieldInfosFormat() - Constructor for class org.apache.lucene.codecs.lucene46.Lucene46FieldInfosFormat
Sole constructor.
Lucene46SegmentInfoFormat - Class in org.apache.lucene.codecs.lucene46
Lucene 4.6 Segment info format.
Lucene46SegmentInfoFormat() - Constructor for class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoFormat
Sole constructor.
Lucene46SegmentInfoReader - Class in org.apache.lucene.codecs.lucene46
Lucene 4.6 implementation of SegmentInfoReader.
Lucene46SegmentInfoReader() - Constructor for class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoReader
Sole constructor.
Lucene46SegmentInfoWriter - Class in org.apache.lucene.codecs.lucene46
Lucene 4.0 implementation of SegmentInfoWriter.
Lucene46SegmentInfoWriter() - Constructor for class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoWriter
Sole constructor.
Lucene47WordDelimiterFilter - Class in org.apache.lucene.analysis.miscellaneous
Deprecated.
Lucene47WordDelimiterFilter(TokenStream, byte[], int, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Creates a new WordDelimiterFilter
Lucene47WordDelimiterFilter(TokenStream, int, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Creates a new WordDelimiterFilter using WordDelimiterIterator.DEFAULT_WORD_DELIM_TABLE as its charTypeTable
LUCENE_MAIN_VERSION - Static variable in class org.apache.lucene.util.Constants
This is the internal Lucene version, recorded into each segment.
LUCENE_MATCH_VERSION_PARAM - Static variable in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
LUCENE_QUERY_CONVERSION_ERROR - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
LUCENE_VERSION - Static variable in class org.apache.lucene.util.Constants
This is the Lucene version for display purposes.
LuceneDictionary - Class in org.apache.lucene.search.spell
Lucene Dictionary: terms taken from the given field of a Lucene index.
LuceneDictionary(IndexReader, String) - Constructor for class org.apache.lucene.search.spell.LuceneDictionary
Creates a new Dictionary, pulling source terms from the specified field in the provided reader
LuceneLevenshteinDistance - Class in org.apache.lucene.search.spell
Damerau-Levenshtein (optimal string alignment) implemented in a consistent way as Lucene's FuzzyTermsEnum with the transpositions option enabled.
LuceneLevenshteinDistance() - Constructor for class org.apache.lucene.search.spell.LuceneLevenshteinDistance
Creates a new comparator, mimicing the behavior of Lucene's internal edit distance.
luceneMatchVersion - Variable in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
the luceneVersion arg
LucenePackage - Class in org.apache.lucene
Lucene's package information, including version.

M

m - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
MAC_OS_X - Static variable in class org.apache.lucene.util.Constants
True iff running on Mac OS X
madvise(ByteBuffer, int) - Static method in class org.apache.lucene.store.NativePosixUtil
 
main(String[]) - Static method in class org.apache.lucene.facet.taxonomy.PrintTaxonomyStats
Command-line tool.
main(String[]) - Static method in class org.apache.lucene.index.CheckIndex
Command-line interface to check and fix an index.
main(String[]) - Static method in class org.apache.lucene.index.CompoundFileExtractor
 
main(String[]) - Static method in class org.apache.lucene.index.IndexSplitter
 
main(String[]) - Static method in class org.apache.lucene.index.IndexUpgrader
Main method to run {code IndexUpgrader} from the command-line.
main(String[]) - Static method in class org.apache.lucene.index.MultiPassIndexSplitter
 
main(String[]) - Static method in class org.apache.lucene.misc.GetTermInfo
 
main(String[]) - Static method in class org.apache.lucene.misc.HighFreqTerms
 
main(String[]) - Static method in class org.apache.lucene.misc.IndexMergeTool
 
main(String[]) - Static method in class org.apache.lucene.store.LockStressTest
 
main(String[]) - Static method in class org.apache.lucene.store.LockVerifyServer
 
main(String[]) - Static method in class org.egothor.stemmer.Compile
Entry point to the Compile application.
main(String[]) - Static method in class org.egothor.stemmer.DiffIt
Entry point to the DiffIt application.
makeAnyChar() - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic) automaton that accepts any single codepoint.
makeAnyString() - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic) automaton that accepts all strings.
makeChar(int) - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic) automaton that accepts a single codepoint of the given value.
makeCharRange(int, int) - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic) automaton that accepts a single codepoint whose value is in the given interval (including both end points).
makeEmpty() - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic) automaton with the empty language.
makeEmptyString() - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic) automaton that accepts only the empty string.
makeFragment(StringBuilder, int[], Field[], FieldFragList.WeightedFragInfo, String[], String[], Encoder) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
makeInterval(int, int, int) - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new automaton that accepts strings representing decimal non-negative integers in the given interval.
makeLock(String) - Method in class org.apache.lucene.store.BaseDirectory
 
makeLock(String) - Method in class org.apache.lucene.store.CompoundFileDirectory
Not implemented
makeLock(String) - Method in class org.apache.lucene.store.Directory
Construct a Lock.
makeLock(String) - Method in class org.apache.lucene.store.FilterDirectory
 
makeLock(String) - Method in class org.apache.lucene.store.LockFactory
Return a new Lock instance identified by lockName.
makeLock(String) - Method in class org.apache.lucene.store.NativeFSLockFactory
 
makeLock(String) - Method in class org.apache.lucene.store.NoLockFactory
 
makeLock(String) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
makeLock(String) - Method in class org.apache.lucene.store.SimpleFSLockFactory
 
makeLock(String) - Method in class org.apache.lucene.store.SingleInstanceLockFactory
 
makeLock(String) - Method in class org.apache.lucene.store.VerifyingLockFactory
 
makeLuceneQueryField(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.AndQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.DistanceQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.NotQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.OrQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
makeLuceneQueryNoBoost(BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
makeLuceneSubQueriesField(String, BasicQueryFactory) - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
makeSpanClause() - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
makeStopSet(Version, String...) - Static method in class org.apache.lucene.analysis.core.StopFilter
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor.
makeStopSet(Version, List<?>) - Static method in class org.apache.lucene.analysis.core.StopFilter
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor.
makeStopSet(Version, String[], boolean) - Static method in class org.apache.lucene.analysis.core.StopFilter
Creates a stopword set from the given stopword array.
makeStopSet(Version, List<?>, boolean) - Static method in class org.apache.lucene.analysis.core.StopFilter
Creates a stopword set from the given stopword list.
makeString(String) - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic) automaton that accepts the single given string.
makeString(int[], int, int) - Static method in class org.apache.lucene.util.automaton.BasicAutomata
 
makeStringUnion(Collection<BytesRef>) - Static method in class org.apache.lucene.util.automaton.BasicAutomata
Returns a new (deterministic and minimal) automaton that accepts the union of the given collection of BytesRefs representing UTF-8 encoded strings.
map(int) - Method in class org.apache.lucene.index.MergePolicy.DocMap
Return the new doc ID according to its old value.
MapOfSets<K,V> - Class in org.apache.lucene.util
Helper class for keeping Lists of Objects associated with keys.
MapOfSets(Map<K, Set<V>>) - Constructor for class org.apache.lucene.util.MapOfSets
 
mapping - Variable in class org.apache.lucene.index.MultiDocValues.MultiSortedDocValues
ordinal map mapping ords from values to global ord space
mapping - Variable in class org.apache.lucene.index.MultiDocValues.MultiSortedSetDocValues
ordinal map mapping ords from values to global ord space
MappingCharFilter - Class in org.apache.lucene.analysis.charfilter
Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character stream, and correcting the resulting changes to the offsets.
MappingCharFilter(NormalizeCharMap, Reader) - Constructor for class org.apache.lucene.analysis.charfilter.MappingCharFilter
Default constructor that takes a Reader.
MappingCharFilterFactory - Class in org.apache.lucene.analysis.charfilter
Factory for MappingCharFilter.
MappingCharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
Creates a new MappingCharFilterFactory
MappingMultiDocsAndPositionsEnum - Class in org.apache.lucene.codecs
Exposes flex API, merged from flex API of sub-segments, remapping docIDs (this is used for segment merging).
MappingMultiDocsAndPositionsEnum() - Constructor for class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
Sole constructor.
MappingMultiDocsEnum - Class in org.apache.lucene.codecs
Exposes flex API, merged from flex API of sub-segments, remapping docIDs (this is used for segment merging).
MappingMultiDocsEnum() - Constructor for class org.apache.lucene.codecs.MappingMultiDocsEnum
Sole constructor.
MARGIN_DEFAULT - Static variable in class org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
 
mark() - Method in class org.apache.lucene.codecs.sep.IntIndexOutput.Index
Internally records the current location
match(BytesRef) - Method in interface org.apache.lucene.sandbox.queries.regex.RegexCapabilities.RegexMatcher
 
match(int) - Method in class org.apache.lucene.search.BitsFilteredDocIdSet
 
match(int) - Method in class org.apache.lucene.search.FilteredDocIdSet
Validation method to determine whether a docid should be in the result set.
match(int) - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
Validation method to determine whether a docid should be in the result set.
match - Variable in class org.apache.lucene.search.spans.SpanPositionCheckQuery
 
MatchAllDocsQuery - Class in org.apache.lucene.search
A query that matches all documents.
MatchAllDocsQuery() - Constructor for class org.apache.lucene.search.MatchAllDocsQuery
 
MatchAllDocsQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for MatchAllDocsQuery
MatchAllDocsQueryBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.MatchAllDocsQueryBuilder
 
MatchAllDocsQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A MatchAllDocsQueryNode indicates that a query node tree or subtree will match all documents if executed in the index.
MatchAllDocsQueryNode() - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.MatchAllDocsQueryNode
 
MatchAllDocsQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a MatchAllDocsQuery object from a MatchAllDocsQueryNode object.
MatchAllDocsQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.MatchAllDocsQueryNodeBuilder
 
MatchAllDocsQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor converts every WildcardQueryNode that is "*:*" to MatchAllDocsQueryNode.
MatchAllDocsQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.MatchAllDocsQueryNodeProcessor
 
matchAlmost(String) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns a List of keys that almost match the argument key.
matchAlmost(CharSequence, int) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns a List of keys that almost match the argument key.
matchDoc(int) - Method in class org.apache.lucene.search.FieldCacheDocIdSet
this method checks, if a doc is a hit
matchedCount - Variable in class org.apache.lucene.index.MergeState
matches(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
matches(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
 
matches(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSuffixExceptions
 
matches(int) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
matchesExtension(String, String) - Static method in class org.apache.lucene.index.IndexFileNames
Returns true if the given filename ends with the given extension.
matchesValue(int) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
matchingChar(char) - Method in class org.apache.lucene.queryparser.surround.query.SrndTruncQuery
 
matchingSegmentReaders - Variable in class org.apache.lucene.index.MergeState
SegmentReaders that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged.
MatchNoDocsQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.
MatchNoDocsQueryNode() - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.MatchNoDocsQueryNode
 
MatchNoDocsQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds an empty BooleanQuery object from a MatchNoDocsQueryNode object.
MatchNoDocsQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.MatchNoDocsQueryNodeBuilder
 
matchPrefix(String) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns an alphabetical List of all keys in the trie that begin with a given prefix.
matchPrefix(CharSequence, int) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns an alphabetical List of all keys in the trie that begin with a given prefix.
matchVersion - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
matchVersion - Variable in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
 
matchVersion - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
Version that IndexWriter should emulate.
MathUtil - Class in org.apache.lucene.util
Math static utility methods.
max - Variable in class org.apache.lucene.facet.range.DoubleRange
Maximum.
max - Variable in class org.apache.lucene.facet.range.LongRange
Maximum.
max - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
max - Variable in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
MAX_ARRAY_LENGTH - Static variable in class org.apache.lucene.util.ArrayUtil
Maximum length for an array; we set this to "a bit" below Integer.MAX_VALUE because the exact max allowed byte[] is JVM dependent, so we want to avoid a case where a large value worked during indexing on one JVM but failed later at search time with a different JVM.
MAX_BINARY_FIELD_LENGTH - Static variable in class org.apache.lucene.codecs.lucene40.Lucene40DocValuesFormat
Deprecated.
Maximum length for each binary doc values field.
MAX_BINARY_FIELD_LENGTH - Static variable in class org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
Deprecated.
Maximum length for each binary doc values field.
MAX_BINARY_FIELD_LENGTH - Static variable in class org.apache.lucene.codecs.memory.MemoryDocValuesFormat
Maximum length for each binary doc values field.
MAX_CATEGORY_PATH_LENGTH - Static variable in class org.apache.lucene.facet.taxonomy.FacetLabel
The maximum number of characters a FacetLabel can have.
MAX_CODE_LENGTH - Static variable in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
parameter name: restricts the length of the phonetic code
MAX_CODE_LENGTH - Static variable in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
parameter name: restricts the length of the phonetic code
MAX_FREQUENCE - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
Maximum bigram frequency (used in the smoothing function).
MAX_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.CodepointCountFilterFactory
 
MAX_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
 
MAX_SORTED_SET_ORDS - Static variable in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
The sum of the number of values across all documents in a sorted set field cannot exceed this.
MAX_TEMPFILES - Static variable in class org.apache.lucene.util.OfflineSorter
Maximum number of temporary files before doing an intermediate merge.
MAX_TERM_LENGTH - Static variable in class org.apache.lucene.index.IndexWriter
Absolute hard maximum length for a term, in bytes once encoded as UTF8.
MAX_TOKEN_COUNT_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
 
MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
MAX_TOKEN_POSITION_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilterFactory
 
MAX_TOTAL_BYTES_LENGTH - Static variable in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
The sum of all byte lengths for binary field, or for the unique values in sorted or sorted set fields, cannot exceed this.
MAX_WORD_COUNT - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
maxBlockSize - Variable in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput
 
maxBlockSize - Variable in class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
Deprecated.
maximum items (terms or sub-blocks) per block for BlockTree
maxBufferedBlocks() - Method in class org.apache.lucene.util.RecyclingByteBlockAllocator
 
maxBufferedBlocks() - Method in class org.apache.lucene.util.RecyclingIntBlockAllocator
 
maxCFSSegmentSize - Variable in class org.apache.lucene.index.MergePolicy
If the size of the merged segment exceeds this value then it will not use compound file format.
maxCoord - Variable in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
maxDoc() - Method in class org.apache.lucene.index.BaseCompositeReader
 
maxDoc() - Method in class org.apache.lucene.index.FilterAtomicReader
 
maxDoc() - Method in class org.apache.lucene.index.IndexReader
Returns one greater than the largest possible document number.
maxDoc() - Method in class org.apache.lucene.index.IndexWriter
Returns total number of docs in this index, including docs not yet flushed (still in the RAM buffer), not counting deletions.
maxDoc() - Method in class org.apache.lucene.index.MergeState.DocMap
Returns the total number of documents, ignoring deletions.
maxDoc() - Method in class org.apache.lucene.index.ParallelAtomicReader
 
maxDoc() - Method in class org.apache.lucene.index.SegmentReader
 
maxDoc() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
maxDoc - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
maxDoc() - Method in class org.apache.lucene.search.CollectionStatistics
returns the total number of documents, regardless of whether they all contain values for this field.
maxDoc - Variable in class org.apache.lucene.search.FieldCacheDocIdSet
 
maxDocsToCache - Variable in class org.apache.lucene.search.CachingCollector
 
MaxDocValueSource - Class in org.apache.lucene.queries.function.valuesource
Returns the value of IndexReader.maxDoc() for every document.
MaxDocValueSource() - Constructor for class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
maxEditDistanceChanged(BytesRef, int, boolean) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum
Deprecated.
 
maxEditDistanceChanged(BytesRef, int, boolean) - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
maxEdits - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
MaxFloatFunction - Class in org.apache.lucene.queries.function.valuesource
MaxFloatFunction returns the max of it's components.
MaxFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
 
maxHorizontalContext - Variable in class org.apache.lucene.analysis.synonym.SynonymMap
maxHorizontalContext: maximum context we need on the tokenstream
MAXIMUM_SUPPORTED_DISTANCE - Static variable in class org.apache.lucene.util.automaton.LevenshteinAutomata
 
maxInclusive - Variable in class org.apache.lucene.facet.range.DoubleRange
True if the maximum value is inclusive.
maxInclusive - Variable in class org.apache.lucene.facet.range.LongRange
True if the maximum value is inclusive.
maxMergeDocs - Variable in class org.apache.lucene.index.LogMergePolicy
If a segment has more than this many documents then it will never be merged.
maxMergeSize - Variable in class org.apache.lucene.index.LogMergePolicy
If the size of a segment exceeds this value then it will never be merged.
maxMergeSizeForForcedMerge - Variable in class org.apache.lucene.index.LogMergePolicy
If the size of a segment exceeds this value then it will never be merged during IndexWriter.forceMerge(int).
MaxNonCompetitiveBoostAttribute - Interface in org.apache.lucene.search
MaxNonCompetitiveBoostAttributeImpl - Class in org.apache.lucene.search
Implementation class for MaxNonCompetitiveBoostAttribute.
MaxNonCompetitiveBoostAttributeImpl() - Constructor for class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
 
maxNumberOfSkipLevels - Variable in class org.apache.lucene.codecs.MultiLevelSkipListReader
the maximum number of skip levels possible for this index
maxNumCachedFilters - Static variable in class org.apache.lucene.queryparser.xml.CoreParser
 
MaxPayloadFunction - Class in org.apache.lucene.search.payloads
Returns the maximum payload score seen, else 1 if there are no payloads on the doc.
MaxPayloadFunction() - Constructor for class org.apache.lucene.search.payloads.MaxPayloadFunction
 
maxScan - Variable in class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
maxScore - Variable in class org.apache.lucene.search.grouping.GroupDocs
Max score in this group
maxScore - Variable in class org.apache.lucene.search.grouping.TopGroups
Highest score across all hits, or Float.NaN if scores were not computed.
maxSegmentName - Variable in class org.apache.lucene.index.CheckIndex.Status
The greatest segment name.
maxSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
maxTermDocFreq - Variable in class org.apache.lucene.index.DocTermOrds
Don't uninvert terms that exceed this count.
maxTermFrequency - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
maxTermPos - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
 
maxValue(int) - Static method in class org.apache.lucene.util.packed.PackedInts
Calculates the maximum unsigned long that can be expressed with the given number of bits.
maybeMerge() - Method in class org.apache.lucene.index.IndexWriter
Expert: asks the mergePolicy whether any merges are necessary now and if so, runs the requested merges and then iterate (test again if merges are needed) until no more merges are returned by the mergePolicy.
maybeRefresh() - Method in class org.apache.lucene.search.ReferenceManager
You must call this (or ReferenceManager.maybeRefreshBlocking()), periodically, if you want that ReferenceManager.acquire() will return refreshed instances.
maybeRefreshBlocking() - Method in class org.apache.lucene.search.ReferenceManager
You must call this (or ReferenceManager.maybeRefresh()), periodically, if you want that ReferenceManager.acquire() will return refreshed instances.
MB - Static variable in class org.apache.lucene.util.OfflineSorter
Convenience constant for megabytes
megabytes(long) - Static method in class org.apache.lucene.util.OfflineSorter.BufferSize
Creates a OfflineSorter.BufferSize in MB.
MemoryDocValuesFormat - Class in org.apache.lucene.codecs.memory
In-memory docvalues format
MemoryDocValuesFormat() - Constructor for class org.apache.lucene.codecs.memory.MemoryDocValuesFormat
MemoryDocValuesFormat(float) - Constructor for class org.apache.lucene.codecs.memory.MemoryDocValuesFormat
Creates a new MemoryDocValuesFormat with the specified acceptableOverheadRatio for NumericDocValues.
MemoryIndex - Class in org.apache.lucene.index.memory
High-performance single-document main memory Apache Lucene fulltext search index.
MemoryIndex() - Constructor for class org.apache.lucene.index.memory.MemoryIndex
Constructs an empty instance.
MemoryIndex(boolean) - Constructor for class org.apache.lucene.index.memory.MemoryIndex
Constructs an empty instance that can optionally store the start and end character offset of each token term in the text.
MemoryPostingsFormat - Class in org.apache.lucene.codecs.memory
Stores terms & postings (docs, positions, payloads) in RAM, using an FST.
MemoryPostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.MemoryPostingsFormat
 
MemoryPostingsFormat(boolean, float) - Constructor for class org.apache.lucene.codecs.memory.MemoryPostingsFormat
Create MemoryPostingsFormat, specifying advanced FST options.
merge(MergeState) - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
 
merge(MergeState) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
merge(MergeState, Fields) - Method in class org.apache.lucene.codecs.FieldsConsumer
Called during merging to merge all Fields from sub-readers.
merge(MergeState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
 
merge(MergeState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
merge(MergeState, FieldInfo.IndexOptions, DocsEnum, FixedBitSet) - Method in class org.apache.lucene.codecs.PostingsConsumer
Default merge impl: append documents, mapping around deletes
merge(MergeState) - Method in class org.apache.lucene.codecs.StoredFieldsWriter
Merges in the stored fields from the readers in mergeState.
merge(MergeState, FieldInfo.IndexOptions, TermsEnum) - Method in class org.apache.lucene.codecs.TermsConsumer
Default merge impl
merge(MergeState) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Merges in the term vectors from the readers in mergeState.
merge(IndexWriter, MergeTrigger, boolean) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
merge(MergePolicy.OneMerge) - Method in class org.apache.lucene.index.IndexWriter
Merges the indicated segments, replacing them in the stack with a single segment.
merge(IndexWriter, MergeTrigger, boolean) - Method in class org.apache.lucene.index.MergeScheduler
Run the merges provided by IndexWriter.getNextMerge().
merge(IndexWriter, MergeTrigger, boolean) - Method in class org.apache.lucene.index.NoMergeScheduler
 
merge(IndexWriter, MergeTrigger, boolean) - Method in class org.apache.lucene.index.SerialMergeScheduler
Just do the merges in sequence.
merge(List<Collection<SearchGroup<T>>>, int, int, Sort) - Static method in class org.apache.lucene.search.grouping.SearchGroup
Merges multiple collections of top groups, for example obtained from separate index shards.
merge(TopGroups<T>[], Sort, Sort, int, int, TopGroups.ScoreMergeMode) - Static method in class org.apache.lucene.search.grouping.TopGroups
Merges an array of TopGroups, for example obtained from the second-pass collector across multiple shards.
merge(TextFragment) - Method in class org.apache.lucene.search.highlight.TextFragment
 
merge(Sort, int, TopDocs[]) - Static method in class org.apache.lucene.search.TopDocs
Returns a new TopDocs, containing topN results across the provided TopDocs, sorting by the specified Sort.
merge(Sort, int, int, TopDocs[]) - Static method in class org.apache.lucene.search.TopDocs
Same as TopDocs.merge(Sort, int, TopDocs[]) but also slices the result at the same time based on the provided start and size.
merge(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
merge(Object, Object) - Method in class org.apache.lucene.util.fst.NoOutputs
 
merge(T, T) - Method in class org.apache.lucene.util.fst.Outputs
 
merge(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
merge(Row, Row) - Method in class org.egothor.stemmer.Optimizer
Merge the given rows and return the resulting Row.
merge(Cell, Cell) - Method in class org.egothor.stemmer.Optimizer
Merge the given Cells and return the resulting Cell.
merge(Cell, Cell) - Method in class org.egothor.stemmer.Optimizer2
Merge the given Cells and return the resulting Cell.
MERGE_BUFFER_SIZE - Static variable in class org.apache.lucene.store.BufferedIndexInput
A buffer size for merges set to 4096.
mergeBinaryField(FieldInfo, MergeState, List<BinaryDocValues>, List<Bits>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Merges the binary docvalues from toMerge.
MergedIterator<T extends Comparable<T>> - Class in org.apache.lucene.util
Provides a merged sorted view from several sorted iterators.
MergedIterator(Iterator<T>...) - Constructor for class org.apache.lucene.util.MergedIterator
 
MergedIterator(boolean, Iterator<T>...) - Constructor for class org.apache.lucene.util.MergedIterator
 
mergeFactor - Variable in class org.apache.lucene.index.LogMergePolicy
How many segments to merge at a time.
mergeInfo - Variable in class org.apache.lucene.store.IOContext
 
MergeInfo - Class in org.apache.lucene.store
A MergeInfo provides information required for a MERGE context.
MergeInfo(int, long, boolean, int) - Constructor for class org.apache.lucene.store.MergeInfo
Creates a new MergeInfo instance from the values required for a MERGE IOContext context.
mergeMaxNumSegments - Variable in class org.apache.lucene.store.MergeInfo
 
mergeNumericField(FieldInfo, MergeState, List<NumericDocValues>, List<Bits>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Merges the numeric docvalues from toMerge.
mergePolicy - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
MergePolicy for selecting merges.
MergePolicy - Class in org.apache.lucene.index
Expert: a MergePolicy determines the sequence of primitive merge operations.
MergePolicy() - Constructor for class org.apache.lucene.index.MergePolicy
Creates a new merge policy instance.
MergePolicy(double, long) - Constructor for class org.apache.lucene.index.MergePolicy
Creates a new merge policy instance with default settings for noCFSRatio and maxCFSSegmentSize.
MergePolicy.DocMap - Class in org.apache.lucene.index
A map of doc IDs.
MergePolicy.DocMap() - Constructor for class org.apache.lucene.index.MergePolicy.DocMap
Sole constructor, typically invoked from sub-classes constructors.
MergePolicy.MergeAbortedException - Exception in org.apache.lucene.index
Thrown when a merge was explicity aborted because IndexWriter.close(boolean) was called with false.
MergePolicy.MergeAbortedException() - Constructor for exception org.apache.lucene.index.MergePolicy.MergeAbortedException
MergePolicy.MergeAbortedException(String) - Constructor for exception org.apache.lucene.index.MergePolicy.MergeAbortedException
Create a MergePolicy.MergeAbortedException with a specified message.
MergePolicy.MergeException - Exception in org.apache.lucene.index
Exception thrown if there are any problems while executing a merge.
MergePolicy.MergeException(String, Directory) - Constructor for exception org.apache.lucene.index.MergePolicy.MergeException
Create a MergeException.
MergePolicy.MergeException(Throwable, Directory) - Constructor for exception org.apache.lucene.index.MergePolicy.MergeException
Create a MergeException.
MergePolicy.MergeSpecification - Class in org.apache.lucene.index
A MergeSpecification instance provides the information necessary to perform multiple merges.
MergePolicy.MergeSpecification() - Constructor for class org.apache.lucene.index.MergePolicy.MergeSpecification
Sole constructor.
MergePolicy.OneMerge - Class in org.apache.lucene.index
OneMerge provides the information necessary to perform an individual primitive merge operation, resulting in a single new segment.
MergePolicy.OneMerge(List<SegmentCommitInfo>) - Constructor for class org.apache.lucene.index.MergePolicy.OneMerge
Sole constructor.
mergePos - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
 
mergeRounds - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
number of partition merges
merges - Variable in class org.apache.lucene.index.MergePolicy.MergeSpecification
The subset of segments to be included in the primitive merge.
mergeScheduler - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
MergeScheduler to use for running merges.
MergeScheduler - Class in org.apache.lucene.index
Expert: IndexWriter uses an instance implementing this interface to execute the merges selected by a MergePolicy.
MergeScheduler() - Constructor for class org.apache.lucene.index.MergeScheduler
Sole constructor.
mergeSegmentResults(int, int, boolean) - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
Returns grouped facet results that were computed over zero or more segments.
mergeSortedField(FieldInfo, MergeState, List<SortedDocValues>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Merges the sorted docvalues from toMerge.
mergeSortedSetField(FieldInfo, MergeState, List<SortedSetDocValues>) - Method in class org.apache.lucene.codecs.DocValuesConsumer
Merges the sortedset docvalues from toMerge.
MergeState - Class in org.apache.lucene.index
Holds common state used during segment merging.
MergeState.CheckAbort - Class in org.apache.lucene.index
Class for recording units of work when merging segments.
MergeState.CheckAbort(MergePolicy.OneMerge, Directory) - Constructor for class org.apache.lucene.index.MergeState.CheckAbort
Creates a #CheckAbort instance.
MergeState.DocMap - Class in org.apache.lucene.index
Remaps docids around deletes during merge
mergeTerm - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
 
mergeThreadCount - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
How many ConcurrentMergeScheduler.MergeThreads have kicked off (this is use to name them).
mergeThreadCount() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Returns the number of merge threads that are alive.
mergeThreads - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
List of currently active ConcurrentMergeScheduler.MergeThreads.
mergeTime - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
time spent merging sorted partitions (in milliseconds)
MergeTrigger - Enum in org.apache.lucene.index
MergeTrigger is passed to MergePolicy.findMerges(MergeTrigger, org.apache.lucene.index.SegmentInfos) to indicate the event that triggered the merge.
message(String) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Outputs the given message - this method assumes ConcurrentMergeScheduler.verbose() was called and returned true.
message(String) - Method in class org.apache.lucene.index.LogMergePolicy
Print a debug message to IndexWriter's infoStream.
message - Variable in exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
Message - Interface in org.apache.lucene.queryparser.flexible.messages
Message Interface for a lazy loading.
message(String, String) - Method in class org.apache.lucene.util.InfoStream
prints a message
message(String, String) - Method in class org.apache.lucene.util.PrintStreamInfoStream
 
messageID - Variable in class org.apache.lucene.util.PrintStreamInfoStream
 
MessageImpl - Class in org.apache.lucene.queryparser.flexible.messages
Default implementation of Message interface.
MessageImpl(String) - Constructor for class org.apache.lucene.queryparser.flexible.messages.MessageImpl
 
MessageImpl(String, Object...) - Constructor for class org.apache.lucene.queryparser.flexible.messages.MessageImpl
 
META_CODEC - Static variable in class org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
 
META_EXTENSION - Static variable in class org.apache.lucene.codecs.diskdv.DiskDocValuesFormat
 
method - Variable in class org.tartarus.snowball.Among
 
methodobject - Variable in class org.tartarus.snowball.Among
 
min - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
min - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
min - Variable in class org.apache.lucene.facet.range.DoubleRange
Minimum.
min - Variable in class org.apache.lucene.facet.range.LongRange
Minimum.
min - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
min - Variable in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
MIN_BUFFER_SIZE_MB - Static variable in class org.apache.lucene.util.OfflineSorter
Minimum recommended buffer size for sorting.
MIN_FRAG_CHAR_SIZE_FACTOR - Static variable in class org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
 
MIN_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.CodepointCountFilterFactory
 
MIN_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
 
MIN_WORD_LENGTH - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
minBlockSize - Variable in class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
Deprecated.
minimum items (terms or sub-blocks) per block for BlockTree
MinFloatFunction - Class in org.apache.lucene.queries.function.valuesource
MinFloatFunction returns the min of it's components.
MinFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MinFloatFunction
 
MinimizationOperations - Class in org.apache.lucene.util.automaton
Operations for minimizing automata.
minimize(Automaton) - Static method in class org.apache.lucene.util.automaton.Automaton
minimize(Automaton) - Static method in class org.apache.lucene.util.automaton.MinimizationOperations
Minimizes (and determinizes if not already deterministic) the given automaton.
MINIMIZE_HOPCROFT - Static variable in class org.apache.lucene.util.automaton.Automaton
Minimize using Hopcroft's O(n log n) algorithm.
minimizeHopcroft(Automaton) - Static method in class org.apache.lucene.util.automaton.MinimizationOperations
Minimizes the given automaton using Hopcroft's algorithm.
minInclusive - Variable in class org.apache.lucene.facet.range.DoubleRange
True if the minimum value is inclusive.
minInclusive - Variable in class org.apache.lucene.facet.range.LongRange
True if the minimum value is inclusive.
minMergeSize - Variable in class org.apache.lucene.index.LogMergePolicy
Any segments whose size is smaller than this value will be rounded up to this value.
minNrShouldMatch - Variable in class org.apache.lucene.search.BooleanQuery
 
MinPayloadFunction - Class in org.apache.lucene.search.payloads
Calculates the minimum payload seen
MinPayloadFunction() - Constructor for class org.apache.lucene.search.payloads.MinPayloadFunction
 
minSimilarity - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
minSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
MINUS - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
MINUS - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
minus(Automaton) - Method in class org.apache.lucene.util.automaton.Automaton
minus(Automaton, Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns a (deterministic) automaton that accepts the intersection of the language of a1 and the complement of the language of a2.
minWordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
missing - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
 
missingSegments - Variable in class org.apache.lucene.index.CheckIndex.Status
True if we were unable to locate and load the segments_N file.
missingSegmentVersion - Variable in class org.apache.lucene.index.CheckIndex.Status
True if we were unable to read the version number from segments_N file.
missingValue - Variable in class org.apache.lucene.search.FieldComparator.NumericComparator
 
missingValue - Variable in class org.apache.lucene.search.SortField
 
mixedBlockCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
The number of "internal" blocks (that have both terms and sub-blocks).
MMapDirectory - Class in org.apache.lucene.store
File-based Directory implementation that uses mmap for reading, and FSDirectory.FSIndexOutput for writing.
MMapDirectory(File, LockFactory) - Constructor for class org.apache.lucene.store.MMapDirectory
Create a new MMapDirectory for the named location.
MMapDirectory(File) - Constructor for class org.apache.lucene.store.MMapDirectory
Create a new MMapDirectory for the named location and NativeFSLockFactory.
MMapDirectory(File, LockFactory, int) - Constructor for class org.apache.lucene.store.MMapDirectory
Create a new MMapDirectory for the named location, specifying the maximum chunk size used for memory mapping.
ModClause(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
ModifierQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A ModifierQueryNode indicates the modifier value (+,-,?,NONE) for each term on the query string.
ModifierQueryNode(QueryNode, ModifierQueryNode.Modifier) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
Used to store the modifier value on the original query string
ModifierQueryNode.Modifier - Enum in org.apache.lucene.queryparser.flexible.core.nodes
Modifier type: such as required (REQ), prohibited (NOT)
ModifierQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds no object, it only returns the Query object set on the ModifierQueryNode object using a QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID tag.
ModifierQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.ModifierQueryNodeBuilder
 
Modifiers() - Method in class org.apache.lucene.queryparser.classic.QueryParser
 
Modifiers() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
MonotonicAppendingLongBuffer - Class in org.apache.lucene.util.packed
Utility class to buffer signed longs in memory, which is optimized for the case where the sequence is monotonic, although it can encode any sequence of arbitrary longs.
MonotonicAppendingLongBuffer(int, int, float) - Constructor for class org.apache.lucene.util.packed.MonotonicAppendingLongBuffer
 
MonotonicAppendingLongBuffer() - Constructor for class org.apache.lucene.util.packed.MonotonicAppendingLongBuffer
Create an MonotonicAppendingLongBuffer with initialPageCount=16, pageSize=1024 and acceptableOverheadRatio=PackedInts.DEFAULT
MonotonicAppendingLongBuffer(float) - Constructor for class org.apache.lucene.util.packed.MonotonicAppendingLongBuffer
Create an AppendingDeltaPackedLongBuffer with initialPageCount=16, pageSize=1024
MonotonicBlockPackedReader - Class in org.apache.lucene.util.packed
Provides random access to a stream written with MonotonicBlockPackedWriter.
MonotonicBlockPackedReader(IndexInput, int, int, long, boolean) - Constructor for class org.apache.lucene.util.packed.MonotonicBlockPackedReader
Sole constructor.
MonotonicBlockPackedWriter - Class in org.apache.lucene.util.packed
A writer for large monotonically increasing sequences of positive longs.
MonotonicBlockPackedWriter(DataOutput, int) - Constructor for class org.apache.lucene.util.packed.MonotonicBlockPackedWriter
Sole constructor.
more - Variable in class org.apache.lucene.search.spans.SpanScorer
 
More(String, BytesRef) - Static method in class org.apache.lucene.search.TermRangeFilter
Constructs a filter for field fieldName matching greater than or equal to lowerTerm.
MoreLikeThis - Class in org.apache.lucene.queries.mlt
Generate "more like this" similarity queries.
MoreLikeThis(IndexReader) - Constructor for class org.apache.lucene.queries.mlt.MoreLikeThis
Constructor requiring an IndexReader.
MoreLikeThis(IndexReader, TFIDFSimilarity) - Constructor for class org.apache.lucene.queries.mlt.MoreLikeThis
 
MoreLikeThisQuery - Class in org.apache.lucene.queries.mlt
A simple wrapper for MoreLikeThis for use in scenarios where a Query object is required eg in custom QueryParser extensions.
MoreLikeThisQuery(String, String[], Analyzer, String) - Constructor for class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
MULTI_FIELDS - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the fields a query should be expanded to when the field is null
MULTI_TERM_REWRITE_METHOD - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the MultiTermQuery.RewriteMethod used when creating queries
MultiBoolFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract ValueSource implementation which wraps multiple ValueSources and applies an extendible boolean function to their values.
MultiBoolFunction(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
MultiCollector - Class in org.apache.lucene.search
A Collector which allows running a search with several Collectors.
MultiDocsAndPositionsEnum - Class in org.apache.lucene.index
Exposes flex API, merged from flex API of sub-segments.
MultiDocsAndPositionsEnum(MultiTermsEnum, int) - Constructor for class org.apache.lucene.index.MultiDocsAndPositionsEnum
Sole constructor.
MultiDocsAndPositionsEnum.EnumWithSlice - Class in org.apache.lucene.index
Holds a DocsAndPositionsEnum along with the corresponding ReaderSlice.
MultiDocsEnum - Class in org.apache.lucene.index
Exposes DocsEnum, merged from DocsEnum API of sub-segments.
MultiDocsEnum(MultiTermsEnum, int) - Constructor for class org.apache.lucene.index.MultiDocsEnum
Sole constructor
MultiDocsEnum.EnumWithSlice - Class in org.apache.lucene.index
Holds a DocsEnum along with the corresponding ReaderSlice.
MultiDocValues - Class in org.apache.lucene.index
A wrapper for CompositeIndexReader providing access to DocValues.
MultiDocValues.MultiSortedDocValues - Class in org.apache.lucene.index
Implements SortedDocValues over n subs, using an OrdinalMap
MultiDocValues.MultiSortedSetDocValues - Class in org.apache.lucene.index
Implements MultiSortedSetDocValues over n subs, using an OrdinalMap
MultiDocValues.OrdinalMap - Class in org.apache.lucene.index
maps per-segment ordinals to/from global ordinal space
MultiDocValues.OrdinalMap(Object, TermsEnum[]) - Constructor for class org.apache.lucene.index.MultiDocValues.OrdinalMap
Creates an ordinal map that allows mapping ords to/from a merged space from subs.
MultiFacets - Class in org.apache.lucene.facet
Maps specified dims to provided Facets impls; else, uses the default Facets impl.
MultiFacets(Map<String, Facets>) - Constructor for class org.apache.lucene.facet.MultiFacets
Create this, with no default Facets.
MultiFacets(Map<String, Facets>, Facets) - Constructor for class org.apache.lucene.facet.MultiFacets
Create this, with the specified default Facets for fields not included in dimToFacets.
MultiFieldQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor is used to expand terms so the query looks for the same term in different fields.
MultiFieldQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.MultiFieldQueryNodeProcessor
 
MultiFieldQueryParser - Class in org.apache.lucene.queryparser.classic
A QueryParser which constructs queries to search multiple fields.
MultiFieldQueryParser(Version, String[], Analyzer, Map<String, Float>) - Constructor for class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
Creates a MultiFieldQueryParser.
MultiFieldQueryParser(Version, String[], Analyzer) - Constructor for class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
Creates a MultiFieldQueryParser.
MultiFields - Class in org.apache.lucene.index
Exposes flex API, merged from flex API of sub-segments.
MultiFields(Fields[], ReaderSlice[]) - Constructor for class org.apache.lucene.index.MultiFields
Expert: construct a new MultiFields instance directly.
MultiFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract ValueSource implementation which wraps multiple ValueSources and applies an extendible float function to their values.
MultiFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
MultiFunction - Class in org.apache.lucene.queries.function.valuesource
Abstract parent class for ValueSource implementations that wrap multiple ValueSources and apply their own logic.
MultiFunction(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiFunction
 
MultiFunction.Values - Class in org.apache.lucene.queries.function.valuesource
 
MultiFunction.Values(FunctionValues[]) - Constructor for class org.apache.lucene.queries.function.valuesource.MultiFunction.Values
 
MultiLevelSkipListReader - Class in org.apache.lucene.codecs
This abstract class reads skip lists with multiple levels.
MultiLevelSkipListReader(IndexInput, int, int, int) - Constructor for class org.apache.lucene.codecs.MultiLevelSkipListReader
Creates a MultiLevelSkipListReader.
MultiLevelSkipListReader(IndexInput, int, int) - Constructor for class org.apache.lucene.codecs.MultiLevelSkipListReader
Creates a MultiLevelSkipListReader, where skipInterval and skipMultiplier are the same.
MultiLevelSkipListWriter - Class in org.apache.lucene.codecs
This abstract class writes skip lists with multiple levels.
MultiLevelSkipListWriter(int, int, int, int) - Constructor for class org.apache.lucene.codecs.MultiLevelSkipListWriter
Creates a MultiLevelSkipListWriter.
MultiLevelSkipListWriter(int, int, int) - Constructor for class org.apache.lucene.codecs.MultiLevelSkipListWriter
Creates a MultiLevelSkipListWriter, where skipInterval and skipMultiplier are the same.
MultiPassIndexSplitter - Class in org.apache.lucene.index
This tool splits input index into multiple equal parts.
MultiPassIndexSplitter() - Constructor for class org.apache.lucene.index.MultiPassIndexSplitter
 
MultiPhraseQuery - Class in org.apache.lucene.search
MultiPhraseQuery is a generalized version of PhraseQuery, with an added method MultiPhraseQuery.add(Term[]).
MultiPhraseQuery() - Constructor for class org.apache.lucene.search.MultiPhraseQuery
 
MultiPhraseQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
A MultiPhraseQueryNode indicates that its children should be used to build a MultiPhraseQuery instead of PhraseQuery.
MultiPhraseQueryNode() - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.MultiPhraseQueryNode
 
MultiPhraseQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a MultiPhraseQuery object from a MultiPhraseQueryNode object.
MultiPhraseQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.MultiPhraseQueryNodeBuilder
 
MultiReader - Class in org.apache.lucene.index
A CompositeReader which reads multiple indexes, appending their content.
MultiReader(IndexReader...) - Constructor for class org.apache.lucene.index.MultiReader
Construct a MultiReader aggregating the named set of (sub)readers.
MultiReader(IndexReader[], boolean) - Constructor for class org.apache.lucene.index.MultiReader
Construct a MultiReader aggregating the named set of (sub)readers.
MultiSimilarity - Class in org.apache.lucene.search.similarities
Implements the CombSUM method for combining evidence from multiple similarity values described in: Joseph A.
MultiSimilarity(Similarity[]) - Constructor for class org.apache.lucene.search.similarities.MultiSimilarity
Creates a MultiSimilarity which will sum the scores of the provided sims.
MultiTermAwareComponent - Interface in org.apache.lucene.analysis.util
Add to any analysis factory component to allow returning an analysis component factory for use with partial terms in prefix queries, wildcard queries, range query endpoints, regex queries, etc.
MultiTermQuery - Class in org.apache.lucene.search
An abstract Query that matches documents containing a subset of terms provided by a FilteredTermsEnum enumeration.
MultiTermQuery(String) - Constructor for class org.apache.lucene.search.MultiTermQuery
Constructs a query matching terms that cannot be represented with a single Term.
MultiTermQuery.ConstantScoreAutoRewrite - Class in org.apache.lucene.search
A rewrite method that tries to pick the best constant-score rewrite method based on term and document counts from the query.
MultiTermQuery.ConstantScoreAutoRewrite() - Constructor for class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
 
MultiTermQuery.RewriteMethod - Class in org.apache.lucene.search
Abstract class that defines how the query is rewritten.
MultiTermQuery.RewriteMethod() - Constructor for class org.apache.lucene.search.MultiTermQuery.RewriteMethod
 
MultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite - Class in org.apache.lucene.search
A rewrite method that first translates each term into BooleanClause.Occur.SHOULD clause in a BooleanQuery, but the scores are only computed as the boost.
MultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite(int) - Constructor for class org.apache.lucene.search.MultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite
Create a TopTermsBoostOnlyBooleanQueryRewrite for at most size terms.
MultiTermQuery.TopTermsScoringBooleanQueryRewrite - Class in org.apache.lucene.search
A rewrite method that first translates each term into BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the scores as computed by the query.
MultiTermQuery.TopTermsScoringBooleanQueryRewrite(int) - Constructor for class org.apache.lucene.search.MultiTermQuery.TopTermsScoringBooleanQueryRewrite
Create a TopTermsScoringBooleanQueryRewrite for at most size terms.
MultiTermQueryWrapperFilter<Q extends MultiTermQuery> - Class in org.apache.lucene.search
A wrapper for MultiTermQuery, that exposes its functionality as a Filter.
MultiTermQueryWrapperFilter(Q) - Constructor for class org.apache.lucene.search.MultiTermQueryWrapperFilter
Wrap a MultiTermQuery as a Filter.
MultiTermRewriteMethodProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor instates the default MultiTermQuery.RewriteMethod, MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT, for multi-term query nodes.
MultiTermRewriteMethodProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.MultiTermRewriteMethodProcessor
 
MultiTerms - Class in org.apache.lucene.index
Exposes flex API, merged from flex API of sub-segments.
MultiTerms(Terms[], ReaderSlice[]) - Constructor for class org.apache.lucene.index.MultiTerms
Sole constructor.
MultiTermsEnum - Class in org.apache.lucene.index
Exposes TermsEnum API, merged from TermsEnum API of sub-segments.
MultiTermsEnum(ReaderSlice[]) - Constructor for class org.apache.lucene.index.MultiTermsEnum
Sole constructor.
MultiTrie - Class in org.egothor.stemmer
The MultiTrie is a Trie of Tries.
MultiTrie(DataInput) - Constructor for class org.egothor.stemmer.MultiTrie
Constructor for the MultiTrie object.
MultiTrie(boolean) - Constructor for class org.egothor.stemmer.MultiTrie
Constructor for the MultiTrie object
MultiTrie2 - Class in org.egothor.stemmer
The MultiTrie is a Trie of Tries.
MultiTrie2(DataInput) - Constructor for class org.egothor.stemmer.MultiTrie2
Constructor for the MultiTrie object.
MultiTrie2(boolean) - Constructor for class org.egothor.stemmer.MultiTrie2
Constructor for the MultiTrie2 object
multiValued - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
True if this dimension is multi-valued.
MultiValueSource - Class in org.apache.lucene.queries.function.valuesource
A ValueSource that abstractly represents ValueSources for poly fields, and other things.
MultiValueSource() - Constructor for class org.apache.lucene.queries.function.valuesource.MultiValueSource
 
MurmurHash2 - Class in org.apache.lucene.codecs.bloom
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
murmurhash3_x86_32(byte[], int, int, int) - Static method in class org.apache.lucene.util.StringHelper
Returns the MurmurHash3_x86_32 hash.
murmurhash3_x86_32(BytesRef, int) - Static method in class org.apache.lucene.util.StringHelper
 
mustRewriteQuery(SpanQuery) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
MutableBits - Interface in org.apache.lucene.util
Extension of Bits for live documents.
MutableValue - Class in org.apache.lucene.util.mutable
Base class for all mutable values.
MutableValue() - Constructor for class org.apache.lucene.util.mutable.MutableValue
 
MutableValueBool - Class in org.apache.lucene.util.mutable
MutableValue implementation of type boolean.
MutableValueBool() - Constructor for class org.apache.lucene.util.mutable.MutableValueBool
 
MutableValueDate - Class in org.apache.lucene.util.mutable
MutableValue implementation of type Date.
MutableValueDate() - Constructor for class org.apache.lucene.util.mutable.MutableValueDate
 
MutableValueDouble - Class in org.apache.lucene.util.mutable
MutableValue implementation of type double.
MutableValueDouble() - Constructor for class org.apache.lucene.util.mutable.MutableValueDouble
 
MutableValueFloat - Class in org.apache.lucene.util.mutable
MutableValue implementation of type float.
MutableValueFloat() - Constructor for class org.apache.lucene.util.mutable.MutableValueFloat
 
MutableValueInt - Class in org.apache.lucene.util.mutable
MutableValue implementation of type int.
MutableValueInt() - Constructor for class org.apache.lucene.util.mutable.MutableValueInt
 
MutableValueLong - Class in org.apache.lucene.util.mutable
MutableValue implementation of type long.
MutableValueLong() - Constructor for class org.apache.lucene.util.mutable.MutableValueLong
 
MutableValueStr - Class in org.apache.lucene.util.mutable
MutableValue implementation of type String.
MutableValueStr() - Constructor for class org.apache.lucene.util.mutable.MutableValueStr
 

N

N - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
name - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
name - Variable in class org.apache.lucene.codecs.PostingsBaseFormat
Unique name that's used to retrieve this codec when reading the index
name - Variable in class org.apache.lucene.document.Field
Field's name
name() - Method in class org.apache.lucene.document.Field
 
name() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
name - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Name of the segment.
name - Variable in class org.apache.lucene.index.FieldInfo
Field's name
name() - Method in interface org.apache.lucene.index.IndexableField
Field name
name - Variable in class org.apache.lucene.index.SegmentInfo
Unique segment name in the directory.
name() - Method in class org.apache.lucene.queries.CustomScoreQuery
A short name of this query, used in CustomScoreQuery.toString(String).
name() - Method in class org.apache.lucene.queries.function.valuesource.DefFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.DivFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.DualFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.IDFValueSource
 
NAME - Static variable in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MaxDocValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MaxFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MinFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.NormValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.PowFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.ProductFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SumFloatFunction
 
name() - Method in class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.TermFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.TFValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
name() - Method in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
NamedSPILoader<S extends NamedSPILoader.NamedSPI> - Class in org.apache.lucene.util
Helper class for loading named SPIs from classpath (e.g.
NamedSPILoader(Class<S>) - Constructor for class org.apache.lucene.util.NamedSPILoader
 
NamedSPILoader(Class<S>, ClassLoader) - Constructor for class org.apache.lucene.util.NamedSPILoader
 
NamedSPILoader.NamedSPI - Interface in org.apache.lucene.util
Interface to support NamedSPILoader.lookup(String) by name.
NamedThreadFactory - Class in org.apache.lucene.util
A default ThreadFactory implementation that accepts the name prefix of the created threads as a constructor argument.
NamedThreadFactory(String) - Constructor for class org.apache.lucene.util.NamedThreadFactory
Creates a new NamedThreadFactory instance
NameHashIntCacheLRU - Class in org.apache.lucene.facet.taxonomy.writercache
An an LRU cache of mapping from name to int.
NativeFSLockFactory - Class in org.apache.lucene.store
Implements LockFactory using native OS file locks.
NativeFSLockFactory() - Constructor for class org.apache.lucene.store.NativeFSLockFactory
Create a NativeFSLockFactory instance, with null (unset) lock directory.
NativeFSLockFactory(String) - Constructor for class org.apache.lucene.store.NativeFSLockFactory
Create a NativeFSLockFactory instance, storing lock files into the specified lockDirName:
NativeFSLockFactory(File) - Constructor for class org.apache.lucene.store.NativeFSLockFactory
Create a NativeFSLockFactory instance, storing lock files into the specified lockDir:
NativePosixUtil - Class in org.apache.lucene.store
Provides JNI access to native methods such as madvise() for NativeUnixDirectory
NativePosixUtil() - Constructor for class org.apache.lucene.store.NativePosixUtil
 
NativeUnixDirectory - Class in org.apache.lucene.store
A Directory implementation for all Unixes that uses DIRECT I/O to bypass OS level IO caching during merging.
NativeUnixDirectory(File, int, long, Directory) - Constructor for class org.apache.lucene.store.NativeUnixDirectory
Create a new NIOFSDirectory for the named location.
NativeUnixDirectory(File, Directory) - Constructor for class org.apache.lucene.store.NativeUnixDirectory
Create a new NIOFSDirectory for the named location.
naturalComparator() - Static method in class org.apache.lucene.util.ArrayUtil
Get the natural Comparator for the provided object class.
NEAR_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables NEAR operators: (~) on phrases
NearSpansOrdered - Class in org.apache.lucene.search.spans
A Spans that is formed from the ordered subspans of a SpanNearQuery where the subspans do not overlap and have a maximum slop between them.
NearSpansOrdered(SpanNearQuery, AtomicReaderContext, Bits, Map<Term, TermContext>) - Constructor for class org.apache.lucene.search.spans.NearSpansOrdered
 
NearSpansOrdered(SpanNearQuery, AtomicReaderContext, Bits, Map<Term, TermContext>, boolean) - Constructor for class org.apache.lucene.search.spans.NearSpansOrdered
 
NearSpansUnordered - Class in org.apache.lucene.search.spans
Similar to NearSpansOrdered, but for the unordered case.
NearSpansUnordered(SpanNearQuery, AtomicReaderContext, Bits, Map<Term, TermContext>) - Constructor for class org.apache.lucene.search.spans.NearSpansUnordered
 
needsField(FieldInfo) - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
 
needsField(FieldInfo) - Method in class org.apache.lucene.index.StoredFieldVisitor
Hook before processing a field.
needsScores() - Method in class org.apache.lucene.search.Sort
Returns true if the relevance score is needed to sort documents.
needsScores() - Method in class org.apache.lucene.search.SortField
Whether the relevance score is needed to sort documents.
negate() - Method in class org.apache.lucene.search.FieldValueFilter
Returns true iff this filter is negated, otherwise false
newBooleanClause(Query, BooleanClause.Occur) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Builds a new BooleanClause instance
newBooleanQuery(boolean) - Method in class org.apache.lucene.util.QueryBuilder
Builds a new BooleanQuery instance.
newBuffer(byte[]) - Method in class org.apache.lucene.store.BufferedIndexInput
 
newBuffer(byte[]) - Method in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
newBuffer(int) - Method in class org.apache.lucene.store.RAMFile
Expert: allocate a new buffer.
newByteRange(String, Byte, Byte, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Deprecated.
newByteRange(String, FieldCache.ByteParser, Byte, Byte, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Deprecated.
newBytesRefRange(String, BytesRef, BytesRef, boolean, boolean) - Static method in class org.apache.lucene.search.DocTermOrdsRangeFilter
newBytesRefRange(String, BytesRef, BytesRef, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
newCharacterBuffer(int) - Static method in class org.apache.lucene.analysis.util.CharacterUtils
Creates a new CharacterUtils.CharacterBuffer and allocates a char[] of the given bufferSize.
newComparator(String, int, int, boolean) - Method in class org.apache.lucene.index.sorter.BlockJoinComparatorSource
 
newComparator(String, int, int, boolean) - Method in class org.apache.lucene.search.FieldComparatorSource
Creates a comparator for the field in the given index.
newCompressor() - Method in class org.apache.lucene.codecs.compressing.CompressionMode
Create a new Compressor instance.
newConcurrentHashMap() - Static method in class org.apache.lucene.util.WeakIdentityMap
Creates a new WeakIdentityMap based on a ConcurrentHashMap.
newConcurrentHashMap(boolean) - Static method in class org.apache.lucene.util.WeakIdentityMap
Creates a new WeakIdentityMap based on a ConcurrentHashMap.
newContext(IndexSearcher) - Static method in class org.apache.lucene.queries.function.ValueSource
Returns a new non-threadsafe context map.
newCounter() - Static method in class org.apache.lucene.util.Counter
Returns a new counter.
newCounter(boolean) - Static method in class org.apache.lucene.util.Counter
Returns a new counter.
newDecompressor() - Method in class org.apache.lucene.codecs.compressing.CompressionMode
Create a new Decompressor instance.
newDefaultQuery(String) - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Factory method to generate a standard query (no phrase or prefix operators).
newDoubleRange(String, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range filter using FieldCache.getDoubles(AtomicReader,String,boolean).
newDoubleRange(String, FieldCache.DoubleParser, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
newDoubleRange(String, int, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that filters a double range using the given precisionStep.
newDoubleRange(String, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that queries a double range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newDoubleRange(String, int, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a double range using the given precisionStep.
newDoubleRange(String, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a double range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newField(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
 
newField(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNTermSelector
 
newField(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.IndexTermSelector
Called when a new field is started.
newFieldQuery(Analyzer, String, String, boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
newFloatRange(String, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range filter using FieldCache.getFloats(AtomicReader,String,boolean).
newFloatRange(String, FieldCache.FloatParser, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
newFloatRange(String, int, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that filters a float range using the given precisionStep.
newFloatRange(String, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that queries a float range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newFloatRange(String, int, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a float range using the given precisionStep.
newFloatRange(String, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a float range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newFSDirectory(String, File) - Static method in class org.apache.lucene.util.CommandLineUtil
Creates a specific FSDirectory instance starting from its class name
newFSDirectory(Class<? extends FSDirectory>, File) - Static method in class org.apache.lucene.util.CommandLineUtil
Creates a new specific FSDirectory instance
newFuzzyQuery(Term, float, int) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Builds a new FuzzyQuery instance
newFuzzyQuery(String, int) - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Factory method to generate a fuzzy query.
newHashMap() - Static method in class org.apache.lucene.util.WeakIdentityMap
Creates a new WeakIdentityMap based on a non-synchronized HashMap.
newHashMap(boolean) - Static method in class org.apache.lucene.util.WeakIdentityMap
Creates a new WeakIdentityMap based on a non-synchronized HashMap.
newInstance(String, Class<T>) - Method in class org.apache.lucene.analysis.util.ClasspathResourceLoader
 
newInstance(String, Class<T>) - Method in class org.apache.lucene.analysis.util.FilesystemResourceLoader
 
newInstance(String, Class<T>) - Method in interface org.apache.lucene.analysis.util.ResourceLoader
Creates an instance of the name and expected type
newInstance() - Static method in class org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey
Creates a new instance.
newInstance() - Method in class org.apache.lucene.util.RollingBuffer
 
newIntRange(String, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range filter using FieldCache.getInts(AtomicReader,String,boolean).
newIntRange(String, FieldCache.IntParser, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
newIntRange(String, int, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that filters a int range using the given precisionStep.
newIntRange(String, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that queries a int range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newIntRange(String, int, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a int range using the given precisionStep.
newIntRange(String, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a int range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newLiveDocs(int) - Method in class org.apache.lucene.codecs.LiveDocsFormat
Creates a new MutableBits, with all bits set, for the specified size.
newLiveDocs(Bits) - Method in class org.apache.lucene.codecs.LiveDocsFormat
Creates a new mutablebits of the same bits set and size of existing.
newLiveDocs(int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat
 
newLiveDocs(Bits) - Method in class org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat
 
newLiveDocs(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
newLiveDocs(Bits) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
newLongRange(String, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range filter using FieldCache.getLongs(AtomicReader,String,boolean).
newLongRange(String, FieldCache.LongParser, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
newLongRange(String, int, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that filters a long range using the given precisionStep.
newLongRange(String, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeFilter
Factory that creates a NumericRangeFilter, that queries a long range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newLongRange(String, int, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a long range using the given precisionStep.
newLongRange(String, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.NumericRangeQuery
Factory that creates a NumericRangeQuery, that queries a long range using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
newMatchAllDocsQuery() - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Builds a new MatchAllDocsQuery instance
newMultiPhraseQuery() - Method in class org.apache.lucene.util.QueryBuilder
Builds a new MultiPhraseQuery instance.
newMutable(int, int) - Method in class org.apache.lucene.util.packed.PagedGrowableWriter
 
newMutable(int, int) - Method in class org.apache.lucene.util.packed.PagedMutable
 
newMutableValueLong() - Method in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
newPair(A, B) - Method in class org.apache.lucene.util.fst.PairOutputs
Create a new Pair
newPhraseQuery(String, int) - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Factory method to generate a phrase query with slop.
newPhraseQuery() - Method in class org.apache.lucene.util.QueryBuilder
Builds a new PhraseQuery instance.
newPrefixQuery(Term) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Builds a new PrefixQuery instance
newPrefixQuery(String) - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Factory method to generate a prefix query.
newRAMFile() - Method in class org.apache.lucene.store.RAMDirectory
Returns a new RAMFile for storing data.
newRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Builds a new TermRangeQuery instance
newRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
newRegexpQuery(Term) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Builds a new RegexpQuery instance
newSearcher(IndexReader) - Method in class org.apache.lucene.search.SearcherFactory
Returns a new IndexSearcher over the given reader.
newSentenceInstance() - Static method in class org.apache.lucene.analysis.util.CharArrayIterator
Create a new CharArrayIterator that works around JRE bugs in a manner suitable for BreakIterator.getSentenceInstance()
newShortRange(String, Short, Short, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Deprecated.
newShortRange(String, FieldCache.ShortParser, Short, Short, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Deprecated.
newSinkTokenStream() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
Returns a new TeeSinkTokenFilter.SinkTokenStream that receives all tokens consumed by this stream.
newSinkTokenStream(TeeSinkTokenFilter.SinkFilter) - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
Returns a new TeeSinkTokenFilter.SinkTokenStream that receives all tokens consumed by this stream that pass the supplied filter.
newSlice(int) - Method in class org.apache.lucene.util.ByteBlockPool
Allocates a new slice with the given size.
newSpanTermQuery(Term) - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
newStats(String, float) - Method in class org.apache.lucene.search.similarities.LMSimilarity
 
newStats(String, float) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Factory method to return a custom stats object
newString(int[], int, int) - Static method in class org.apache.lucene.util.UnicodeUtil
Cover JDK 1.5 API.
newStringRange(String, String, String, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
newStringRange(String, String, String, boolean, boolean) - Static method in class org.apache.lucene.search.TermRangeFilter
Factory that creates a new TermRangeFilter using Strings for term text.
newStringRange(String, String, String, boolean, boolean) - Static method in class org.apache.lucene.search.TermRangeQuery
Factory that creates a new TermRangeQuery using Strings for term text.
newTermExtractor(String) - Method in class org.apache.lucene.search.highlight.QueryScorer
 
newTermQuery(Term, TermContext) - Method in class org.apache.lucene.queries.CommonTermsQuery
Builds a new TermQuery instance.
newTermQuery(Term) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
newTermQuery(Term) - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
newTermQuery(Term) - Method in class org.apache.lucene.util.QueryBuilder
Builds a new TermQuery instance.
newTermState() - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
newTermState() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
newTermState() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
newTermState() - Method in class org.apache.lucene.codecs.PostingsReaderBase
Return a newly created empty TermState
newTermState() - Method in class org.apache.lucene.codecs.PostingsWriterBase
Return a newly created empty TermState
newTermState() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
newTermState() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
newTermState() - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
newTermState() - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
 
newThread(Runnable) - Method in class org.apache.lucene.util.NamedThreadFactory
Creates a new Thread
newToken(int, String) - Static method in class org.apache.lucene.queryparser.classic.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryparser.classic.Token
 
newToken(int, String) - Static method in class org.apache.lucene.queryparser.flexible.standard.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryparser.flexible.standard.parser.Token
 
newToken(int, String) - Static method in class org.apache.lucene.queryparser.surround.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryparser.surround.parser.Token
 
newTopDocs(ScoreDoc[], int) - Method in class org.apache.lucene.search.TopDocsCollector
Returns a TopDocs instance containing the given results.
newTopDocs(ScoreDoc[], int) - Method in class org.apache.lucene.search.TopFieldCollector
 
newTopDocs(ScoreDoc[], int) - Method in class org.apache.lucene.search.TopScoreDocCollector
 
newUnfilledCopy(long) - Method in class org.apache.lucene.util.packed.PagedGrowableWriter
 
newUnfilledCopy(long) - Method in class org.apache.lucene.util.packed.PagedMutable
 
newWildcardQuery(Term) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Builds a new WildcardQuery instance
newWordInstance() - Static method in class org.apache.lucene.analysis.util.CharArrayIterator
Create a new CharArrayIterator that works around JRE bugs in a manner suitable for BreakIterator.getWordInstance()
next() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
next() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
use nextCharArray() + currentValue() for better efficiency.
next() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Returns -1 at end
next() - Method in class org.apache.lucene.codecs.sep.IntIndexInput.Reader
Reads next single int
next() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader.ChildrenIterator
Return the next child ordinal, or TaxonomyReader.INVALID_ORDINAL if no more children.
next() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
next() - Method in class org.apache.lucene.index.FilteredTermsEnum
 
next() - Method in class org.apache.lucene.index.MultiTermsEnum
 
next - Variable in class org.apache.lucene.queryparser.classic.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.apache.lucene.queryparser.surround.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
next() - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
next(int) - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
next() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
next() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
next() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
next() - Method in class org.apache.lucene.search.spans.Spans
Move to the next match, returning true iff any such exists.
next() - Method in class org.apache.lucene.search.spans.TermSpans
 
next() - Method in class org.apache.lucene.search.spell.TermFreqIterator.TermFreqIteratorWrapper
 
next() - Method in class org.apache.lucene.search.suggest.BufferedInputIterator
 
next() - Method in class org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
 
next() - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
 
next() - Method in class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
 
next() - Method in class org.apache.lucene.search.suggest.SortedInputIterator
 
next() - Method in class org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
 
next() - Method in class org.apache.lucene.search.suggest.UnsortedInputIterator
 
next() - Method in interface org.apache.lucene.util.BytesRefIterator
Increments the iteration to the next BytesRef in the iterator.
next() - Method in class org.apache.lucene.util.FilterIterator
 
next() - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
 
next() - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
 
next() - Method in class org.apache.lucene.util.MergedIterator
 
next() - Method in class org.apache.lucene.util.packed.BlockPackedReaderIterator
Read the next value.
next(int) - Method in class org.apache.lucene.util.packed.BlockPackedReaderIterator
Read between 1 and count values.
next() - Method in interface org.apache.lucene.util.packed.PackedInts.ReaderIterator
Returns next value
next(int) - Method in interface org.apache.lucene.util.packed.PackedInts.ReaderIterator
Returns at least 1 and at most count next values, the returned ref MUST NOT be modified
next() - Method in class org.apache.lucene.util.SPIClassIterator
 
NEXT_LEVEL_ARRAY - Static variable in class org.apache.lucene.util.ByteBlockPool
An array holding the offset into the ByteBlockPool.LEVEL_SIZE_ARRAY to quickly navigate to the next slice level.
nextBuffer() - Method in class org.apache.lucene.util.ByteBlockPool
Advances the pool to its next buffer.
nextBuffer() - Method in class org.apache.lucene.util.IntBlockPool
Advances the pool to its next buffer.
nextDoc() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
nextDoc() - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
 
nextDoc() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
nextDoc() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsEnum
 
nextDoc() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
nextDoc() - Method in class org.apache.lucene.index.MultiDocsEnum
 
nextDoc() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
nextDoc() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
nextDoc() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
nextDoc() - Method in class org.apache.lucene.search.DocIdSetIterator
Advances to the next document in the set and returns the doc it is currently on, or DocIdSetIterator.NO_MORE_DOCS if there are no more docs in the set.
NOTE: after the iterator has exhausted you should not call this method, as it may result in unpredicted behavior.
nextDoc() - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
 
nextDoc() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
nextDoc() - Method in class org.apache.lucene.search.spans.SpanScorer
 
nextDoc() - Method in class org.apache.lucene.util.FixedBitSet.FixedBitSetIterator
 
nextDoc() - Method in class org.apache.lucene.util.OpenBitSetIterator
alternate shift implementations // 32 bit shifts, but a long shift needed at the end private void shift2() { int y = (int)word; if (y==0) {wordShift +=32; y = (int)(word >>>32); } if ((y & 0x0000FFFF) == 0) { wordShift +=16; y>>>=16; } if ((y & 0x000000FF) == 0) { wordShift +=8; y>>>=8; } indexArray = bitlist[y & 0xff]; word >>>= (wordShift +1); } private void shift3() { int lower = (int)word; int lowByte = lower & 0xff; if (lowByte != 0) { indexArray=bitlist[lowByte]; return; } shift(); }
nextElement() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
nextFinalOutput - Variable in class org.apache.lucene.util.fst.Builder.Arc
 
nextFinalOutput - Variable in class org.apache.lucene.util.fst.FST.Arc
 
nextHighestPowerOfTwo(int) - Static method in class org.apache.lucene.util.BitUtil
returns the next highest power of two, or the current value if it's already a power of two or zero
nextHighestPowerOfTwo(long) - Static method in class org.apache.lucene.util.BitUtil
returns the next highest power of two, or the current value if it's already a power of two or zero
nextKey() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
gets the next key...
nextKeyString() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
gets the next key as a newly created String object
nextOrd() - Method in class org.apache.lucene.index.MultiDocValues.MultiSortedSetDocValues
 
nextOrd() - Method in class org.apache.lucene.index.SortedSetDocValues
Returns the next ordinal for the current document (previously set by SortedSetDocValues.setDocument(int).
nextPosition() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
nextPosition() - Method in class org.apache.lucene.index.DocsAndPositionsEnum
Returns the next position.
nextPosition() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
nextPosition() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
nextSeekTerm(BytesRef) - Method in class org.apache.lucene.index.FilteredTermsEnum
On the first call to FilteredTermsEnum.next() or if FilteredTermsEnum.accept(org.apache.lucene.util.BytesRef) returns FilteredTermsEnum.AcceptStatus.YES_AND_SEEK or FilteredTermsEnum.AcceptStatus.NO_AND_SEEK, this method will be called to eventually seek the underlying TermsEnum to a new position.
nextSetBit(int) - Method in class org.apache.lucene.util.FixedBitSet
Returns the index of the first set bit starting at the index specified.
nextSetBit(long) - Method in class org.apache.lucene.util.LongBitSet
Returns the index of the first set bit starting at the index specified.
nextSetBit(int) - Method in class org.apache.lucene.util.OpenBitSet
Returns the index of the first set bit starting at the index specified.
nextSetBit(long) - Method in class org.apache.lucene.util.OpenBitSet
Returns the index of the first set bit starting at the index specified.
nextTerm() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
Go to next term in this SegmentResult in order to retrieve the grouped facet counts.
nextValue() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
If another value is available after the current decoding index, return this value and and increase the decoding index by 1.
NGramDistance - Class in org.apache.lucene.search.spell
N-Gram version of edit distance based on paper by Grzegorz Kondrak, "N-gram similarity and distance".
NGramDistance(int) - Constructor for class org.apache.lucene.search.spell.NGramDistance
Creates an N-Gram distance measure using n-grams of the specified size.
NGramDistance() - Constructor for class org.apache.lucene.search.spell.NGramDistance
Creates an N-Gram distance measure using n-grams of size 2.
NGramFilterFactory - Class in org.apache.lucene.analysis.ngram
Factory for NGramTokenFilter.
NGramFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.NGramFilterFactory
Creates a new NGramFilterFactory
NGramPhraseQuery - Class in org.apache.lucene.search
This is a PhraseQuery which is optimized for n-gram phrase query.
NGramPhraseQuery(int) - Constructor for class org.apache.lucene.search.NGramPhraseQuery
Constructor that takes gram size.
NGramTokenFilter - Class in org.apache.lucene.analysis.ngram
Tokenizes the input into n-grams of the given size(s).
NGramTokenFilter(Version, TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenFilter
Creates NGramTokenFilter with given min and max n-grams.
NGramTokenFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenFilter
Creates NGramTokenFilter with default min and max n-grams.
NGramTokenizer - Class in org.apache.lucene.analysis.ngram
Tokenizes the input into n-grams of the given size(s).
NGramTokenizer(Version, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with given min and max n-grams.
NGramTokenizer(Version, AttributeSource.AttributeFactory, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with given min and max n-grams.
NGramTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with default min and max n-grams.
NGramTokenizerFactory - Class in org.apache.lucene.analysis.ngram
Factory for NGramTokenizer.
NGramTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizerFactory
Creates a new NGramTokenizerFactory
NIOFSDirectory - Class in org.apache.lucene.store
An FSDirectory implementation that uses java.nio's FileChannel's positional read, which allows multiple threads to read from the same file without synchronizing.
NIOFSDirectory(File, LockFactory) - Constructor for class org.apache.lucene.store.NIOFSDirectory
Create a new NIOFSDirectory for the named location.
NIOFSDirectory(File) - Constructor for class org.apache.lucene.store.NIOFSDirectory
Create a new NIOFSDirectory for the named location and NativeFSLockFactory.
NIOFSDirectory.NIOFSIndexInput - Class in org.apache.lucene.store
NIOFSDirectory.NIOFSIndexInput(String, FileChannel, IOContext) - Constructor for class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
NIOFSDirectory.NIOFSIndexInput(String, FileChannel, long, long, int) - Constructor for class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
NLS - Class in org.apache.lucene.queryparser.flexible.messages
MessageBundles classes extend this class, to implement a bundle.
NLS() - Constructor for class org.apache.lucene.queryparser.flexible.messages.NLS
 
NLSException - Interface in org.apache.lucene.queryparser.flexible.messages
Interface that exceptions should implement to support lazy loading of messages.
NO - Static variable in class org.apache.lucene.index.SegmentInfo
Used by some member fields to mean not present (e.g., norms, deletions).
NO_COMPOUND_FILES - Static variable in class org.apache.lucene.index.NoMergePolicy
A singleton NoMergePolicy which indicates the index does not use compound files.
NO_MORE_DOCS - Static variable in class org.apache.lucene.search.DocIdSetIterator
When returned by DocIdSetIterator.nextDoc(), DocIdSetIterator.advance(int) and DocIdSetIterator.docID() it means there are no more docs in the iterator.
NO_MORE_ORDS - Static variable in class org.apache.lucene.index.SortedSetDocValues
When returned by SortedSetDocValues.nextOrd() it means there are no more ordinals for the document.
NO_MORE_VALUES - Static variable in class org.apache.lucene.util.packed.EliasFanoDecoder
 
NO_OUTPUT - Static variable in class org.apache.lucene.util.InfoStream
Instance of InfoStream that does no logging at all.
noBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
noCFSRatio - Variable in class org.apache.lucene.index.MergePolicy
If the size of the merge segment exceeds this ratio of the total index size then it will remain in non-compound format
NoChildOptimizationQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.core.processors
A NoChildOptimizationQueryNodeProcessor removes every BooleanQueryNode, BoostQueryNode, TokenizedPhraseQueryNode or ModifierQueryNode that do not have a valid children.
NoChildOptimizationQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.core.processors.NoChildOptimizationQueryNodeProcessor
 
NODE_ACTION_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
nodeCount - Variable in class org.apache.lucene.util.fst.FST
 
NoDeletionPolicy - Class in org.apache.lucene.index
An IndexDeletionPolicy which keeps all index commits around, never deleting them.
NoLockFactory - Class in org.apache.lucene.store
Use this LockFactory to disable locking entirely.
NoMergePolicy - Class in org.apache.lucene.index
A MergePolicy which never returns merges to execute (hence it's name).
NoMergeScheduler - Class in org.apache.lucene.index
A MergeScheduler which never executes any merges.
NON_WORD_PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
"\\W+"; Divides text at non-letters (NOT Character.isLetter(c))
NONE - Static variable in class org.apache.lucene.util.automaton.RegExp
Syntax flag, enables no optional regexp syntax.
nonFloorBlockCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
The number of normal (non-floor) blocks in the terms file.
NOON - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
NoOutputs - Class in org.apache.lucene.util.fst
A null FST Outputs implementation; use this if you just want to build an FSA.
NOREUSE - Static variable in class org.apache.lucene.store.NativePosixUtil
 
norm(int) - Method in class org.apache.lucene.search.postingshighlight.PassageScorer
Normalize a passage according to its position in the document.
NORMAL - Static variable in class org.apache.lucene.store.NativePosixUtil
 
normalization - Variable in class org.apache.lucene.search.similarities.DFRSimilarity
The term frequency normalization.
normalization - Variable in class org.apache.lucene.search.similarities.IBSimilarity
The term frequency normalization.
Normalization - Class in org.apache.lucene.search.similarities
This class acts as the base class for the implementations of the term frequency normalization methods in the DFR framework.
Normalization() - Constructor for class org.apache.lucene.search.similarities.Normalization
Sole constructor.
Normalization.NoNormalization - Class in org.apache.lucene.search.similarities
Implementation used when there is no normalization.
Normalization.NoNormalization() - Constructor for class org.apache.lucene.search.similarities.Normalization.NoNormalization
Sole constructor: parameter-free
NormalizationH1 - Class in org.apache.lucene.search.similarities
Normalization model that assumes a uniform distribution of the term frequency.
NormalizationH1(float) - Constructor for class org.apache.lucene.search.similarities.NormalizationH1
Creates NormalizationH1 with the supplied parameter c.
NormalizationH1() - Constructor for class org.apache.lucene.search.similarities.NormalizationH1
NormalizationH2 - Class in org.apache.lucene.search.similarities
Normalization model in which the term frequency is inversely related to the length.
NormalizationH2(float) - Constructor for class org.apache.lucene.search.similarities.NormalizationH2
Creates NormalizationH2 with the supplied parameter c.
NormalizationH2() - Constructor for class org.apache.lucene.search.similarities.NormalizationH2
NormalizationH3 - Class in org.apache.lucene.search.similarities
Dirichlet Priors normalization
NormalizationH3() - Constructor for class org.apache.lucene.search.similarities.NormalizationH3
NormalizationH3(float) - Constructor for class org.apache.lucene.search.similarities.NormalizationH3
Creates NormalizationH3 with the supplied parameter μ.
NormalizationZ - Class in org.apache.lucene.search.similarities
Pareto-Zipf Normalization
NormalizationZ() - Constructor for class org.apache.lucene.search.similarities.NormalizationZ
NormalizationZ(float) - Constructor for class org.apache.lucene.search.similarities.NormalizationZ
Creates NormalizationZ with the supplied parameter z.
normalize(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicNormalizer
Normalize an input buffer of Arabic text
normalize(char[], int) - Method in class org.apache.lucene.analysis.ckb.SoraniNormalizer
Normalize an input buffer of Sorani text
normalize(int) - Method in class org.apache.lucene.analysis.core.LowerCaseTokenizer
Converts char to lower case Character.toLowerCase(int).
normalize(char[], int) - Method in class org.apache.lucene.analysis.fa.PersianNormalizer
Normalize an input buffer of Persian text
normalize(char[], int) - Method in class org.apache.lucene.analysis.hi.HindiNormalizer
Normalize an input buffer of Hindi text
normalize(char[], int) - Method in class org.apache.lucene.analysis.in.IndicNormalizer
Normalizes input text, and returns the new length.
normalize(int) - Method in class org.apache.lucene.analysis.util.CharTokenizer
Called on each token character to normalize it before it is added to the token.
normalize(float, float) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
normalize(float, float) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
normalize(float, float) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
normalize(float, float) - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
Apply the computed normalization factor to our subqueries
normalize(float, float) - Method in class org.apache.lucene.search.similarities.BasicStats
No normalization is done.
normalize(float, float) - Method in class org.apache.lucene.search.similarities.Similarity.SimWeight
Assigns the query normalization factor and boost from parent queries to this.
normalize(float, float) - Method in class org.apache.lucene.search.spans.SpanWeight
 
normalize(float, float) - Method in class org.apache.lucene.search.Weight
Assigns the query normalization factor and boost from parent queries to this.
NormalizeCharMap - Class in org.apache.lucene.analysis.charfilter
Holds a map of String input to String output, to be used with MappingCharFilter.
NormalizeCharMap.Builder - Class in org.apache.lucene.analysis.charfilter
Builds an NormalizeCharMap.
NormalizeCharMap.Builder() - Constructor for class org.apache.lucene.analysis.charfilter.NormalizeCharMap.Builder
 
normalizeException(ArrayList<?>) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
NORMGEN_KEY - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
NORMGEN_PREFIX - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
normMap - Variable in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
normsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.diskdv.DiskNormsFormat
 
normsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40NormsFormat
Deprecated.
 
normsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene42.Lucene42NormsFormat
 
normsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.NormsFormat
Returns a DocValuesConsumer to write norms to the index.
normsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat
 
normsFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes document normalization values
normsFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
normsFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
normsFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
normsFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
normsFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
normsFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
normsFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
NormsFormat - Class in org.apache.lucene.codecs
Encodes/decodes per-document score normalization values.
NormsFormat() - Constructor for class org.apache.lucene.codecs.NormsFormat
Sole constructor.
normsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
normsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.diskdv.DiskNormsFormat
 
normsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40NormsFormat
Deprecated.
 
normsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene42.Lucene42NormsFormat
 
normsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.NormsFormat
Returns a DocValuesProducer to read norms from the index.
normsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat
 
NormValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns TFIDFSimilarity.decodeNormValue(long) for every document.
NormValueSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.NormValueSource
 
NorwegianAnalyzer - Class in org.apache.lucene.analysis.no
Analyzer for Norwegian.
NorwegianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.no.NorwegianAnalyzer
Builds an analyzer with the default stop words: NorwegianAnalyzer.DEFAULT_STOPWORD_FILE.
NorwegianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.no.NorwegianAnalyzer
Builds an analyzer with the given stop words.
NorwegianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.no.NorwegianAnalyzer
Builds an analyzer with the given stop words.
NorwegianLightStemFilter - Class in org.apache.lucene.analysis.no
A TokenFilter that applies NorwegianLightStemmer to stem Norwegian words.
NorwegianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.no.NorwegianLightStemFilter
NorwegianLightStemFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.no.NorwegianLightStemFilter
Creates a new NorwegianLightStemFilter
NorwegianLightStemFilterFactory - Class in org.apache.lucene.analysis.no
NorwegianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.no.NorwegianLightStemFilterFactory
Creates a new NorwegianLightStemFilterFactory
NorwegianLightStemmer - Class in org.apache.lucene.analysis.no
Light Stemmer for Norwegian.
NorwegianLightStemmer(int) - Constructor for class org.apache.lucene.analysis.no.NorwegianLightStemmer
Creates a new NorwegianLightStemmer
NorwegianMinimalStemFilter - Class in org.apache.lucene.analysis.no
A TokenFilter that applies NorwegianMinimalStemmer to stem Norwegian words.
NorwegianMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.no.NorwegianMinimalStemFilter
NorwegianMinimalStemFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.no.NorwegianMinimalStemFilter
Creates a new NorwegianLightStemFilter
NorwegianMinimalStemFilterFactory - Class in org.apache.lucene.analysis.no
NorwegianMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.no.NorwegianMinimalStemFilterFactory
Creates a new NorwegianMinimalStemFilterFactory
NorwegianMinimalStemmer - Class in org.apache.lucene.analysis.no
Minimal Stemmer for Norwegian Bokmål (no-nb) and Nynorsk (no-nn)
NorwegianMinimalStemmer(int) - Constructor for class org.apache.lucene.analysis.no.NorwegianMinimalStemmer
Creates a new NorwegianMinimalStemmer
NorwegianStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
NorwegianStemmer() - Constructor for class org.tartarus.snowball.ext.NorwegianStemmer
 
NoSuchDirectoryException - Exception in org.apache.lucene.store
This exception is thrown when you try to list a non-existent directory.
NoSuchDirectoryException(String) - Constructor for exception org.apache.lucene.store.NoSuchDirectoryException
 
NOT - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
NOT - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
NOT - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
NOT_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables NOT operator (-)
notEquals0_8(long) - Static method in class org.apache.lucene.util.BroadWord
An unsigned bytewise not equals 0 operator.
NoTokenFoundQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A NoTokenFoundQueryNode is used if a term is convert into no tokens by the tokenizer/lemmatizer/analyzer (null).
NoTokenFoundQueryNode() - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.NoTokenFoundQueryNode
 
NotQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
NotQuery - Class in org.apache.lucene.queryparser.surround.query
Factory for prohibited clauses
NotQuery(List<SrndQuery>, String) - Constructor for class org.apache.lucene.queryparser.surround.query.NotQuery
 
NQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
NRTCachingDirectory - Class in org.apache.lucene.store
Wraps a RAMDirectory around any provided delegate directory, to be used during NRT search.
NRTCachingDirectory(Directory, double, double) - Constructor for class org.apache.lucene.store.NRTCachingDirectory
We will cache a newly created output if 1) it's a flush or a merge and the estimated size of the merged segment is <= maxMergeSizeMB, and 2) the total cached bytes is <= maxCachedMB
NullFragmenter - Class in org.apache.lucene.search.highlight
Fragmenter implementation which does not fragment the text.
NullFragmenter() - Constructor for class org.apache.lucene.search.highlight.NullFragmenter
 
NUM - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
NUM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
NUM - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
NUM_BYTES_ARRAY_HEADER - Static variable in class org.apache.lucene.util.RamUsageEstimator
Number of bytes to represent an array header (no content, but with alignments).
NUM_BYTES_BOOLEAN - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_BYTES_BYTE - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_BYTES_CHAR - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_BYTES_DOUBLE - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_BYTES_FLOAT - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_BYTES_INT - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_BYTES_LONG - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_BYTES_OBJECT_ALIGNMENT - Static variable in class org.apache.lucene.util.RamUsageEstimator
A constant specifying the object alignment boundary inside the JVM.
NUM_BYTES_OBJECT_HEADER - Static variable in class org.apache.lucene.util.RamUsageEstimator
Number of bytes to represent an object header (no fields, no alignments).
NUM_BYTES_OBJECT_REF - Static variable in class org.apache.lucene.util.RamUsageEstimator
Number of bytes this jvm uses to represent an object reference.
NUM_BYTES_SHORT - Static variable in class org.apache.lucene.util.RamUsageEstimator
 
NUM_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
numArcs - Variable in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
numBadSegments - Variable in class org.apache.lucene.index.CheckIndex.Status
How many bad segments were found.
NUMBER - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
ASCII Alphanumeric
number - Variable in class org.apache.lucene.index.FieldInfo
Internal field number
NUMBER - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
NUMBER - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
NUMBER - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
NUMBER_CHAR_ARRAY - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
 
NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
NumberDateFormat - Class in org.apache.lucene.queryparser.flexible.standard.config
This Format parses Long into date strings and vice-versa.
NumberDateFormat(DateFormat) - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
Constructs a NumberDateFormat object using the given DateFormat.
numberOfDocuments - Variable in class org.apache.lucene.search.similarities.BasicStats
The number of documents.
numberOfFieldTokens - Variable in class org.apache.lucene.search.similarities.BasicStats
The total number of tokens in the field.
numberOfSkipLevels - Variable in class org.apache.lucene.codecs.MultiLevelSkipListWriter
number of levels in this skip list
numBufferedBlocks() - Method in class org.apache.lucene.util.RecyclingByteBlockAllocator
 
numBufferedBlocks() - Method in class org.apache.lucene.util.RecyclingIntBlockAllocator
 
numBuffers() - Method in class org.apache.lucene.store.RAMFile
 
numDataNodes() - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the number of nodes in the trie that have non-null data.
numDataNodes(JaspellTernarySearchTrie.TSTNode) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the number of nodes in the subtrie below and including the starting node.
numDeleted - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Number of deleted documents.
numDeletedDocs() - Method in class org.apache.lucene.index.IndexReader
Returns the number of deleted documents.
numDeletedDocs(SegmentCommitInfo) - Method in class org.apache.lucene.index.IndexWriter
Obtain the number of deleted docs for a pooled reader.
numDeletedDocs() - Method in class org.apache.lucene.index.MergeState.DocMap
Returns the number of deleted documents.
numDocs() - Method in class org.apache.lucene.index.BaseCompositeReader
 
numDocs() - Method in class org.apache.lucene.index.FilterAtomicReader
 
numDocs() - Method in class org.apache.lucene.index.IndexReader
Returns the number of documents in this index.
numDocs() - Method in class org.apache.lucene.index.IndexWriter
Returns total number of docs in this index, including docs not yet flushed (still in the RAM buffer), and including deletions.
numDocs() - Method in class org.apache.lucene.index.MergeState.DocMap
Returns the number of not-deleted documents.
numDocs() - Method in class org.apache.lucene.index.ParallelAtomicReader
 
numDocs() - Method in class org.apache.lucene.index.SegmentReader
 
numDocs() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
numDocs - Variable in class org.apache.lucene.store.FlushInfo
 
numDocsToCollect - Variable in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
Number of documents to collect in each segment
NumDocsValueSource - Class in org.apache.lucene.queries.function.valuesource
Returns the value of IndexReader.numDocs() for every document.
NumDocsValueSource() - Constructor for class org.apache.lucene.queries.function.valuesource.NumDocsValueSource
 
numEncoded() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
The number of values encoded by the encoder.
NUMERIC_CANNOT_BE_EMPTY - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
NUMERIC_CONFIG - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set a field to its NumericConfig.
NUMERIC_CONFIG_MAP - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the NumericConfig in FieldConfig for numeric fields.
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Numbers
NUMERIC_UTILS_DOUBLE_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
A parser instance for double values encoded with NumericUtils, e.g.
NUMERIC_UTILS_FLOAT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
A parser instance for float values encoded with NumericUtils, e.g.
NUMERIC_UTILS_INT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
A parser instance for int values encoded by NumericUtils, e.g.
NUMERIC_UTILS_LONG_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
A parser instance for long values encoded by NumericUtils, e.g.
NumericConfig - Class in org.apache.lucene.queryparser.flexible.standard.config
This class holds the configuration used to parse numeric queries and create NumericRangeQuerys.
NumericConfig(int, NumberFormat, FieldType.NumericType) - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
Constructs a NumericConfig object.
numericConfig - Variable in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericRangeQueryNode
 
NumericDocValues - Class in org.apache.lucene.index
A per-document numeric value.
NumericDocValues() - Constructor for class org.apache.lucene.index.NumericDocValues
Sole constructor.
NumericDocValuesField - Class in org.apache.lucene.document
Field that stores a per-document long value for scoring, sorting or value retrieval.
NumericDocValuesField(String, long) - Constructor for class org.apache.lucene.document.NumericDocValuesField
Creates a new DocValues field with the specified 64-bit long value
NumericFieldConfigListener - Class in org.apache.lucene.queryparser.flexible.standard.config
NumericFieldConfigListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.NumericFieldConfigListener
Construcs a NumericFieldConfigListener object using the given QueryConfigHandler.
NumericPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Assigns a payload to a token based on the Token.type()
NumericPayloadTokenFilter(TokenStream, float, String) - Constructor for class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilter
 
NumericPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
NumericPayloadTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilterFactory
Creates a new NumericPayloadTokenFilterFactory
numericPrecisionStep() - Method in class org.apache.lucene.document.FieldType
Precision step for numeric field.
NumericQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
This query node represents a field query that holds a numeric value.
NumericQueryNode(CharSequence, Number, NumberFormat) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Creates a NumericQueryNode object using the given field, Number value and NumberFormat used to convert the value to String.
NumericQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor is used to convert FieldQueryNodes to NumericRangeQueryNodes.
NumericQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.NumericQueryNodeProcessor
Constructs a NumericQueryNodeProcessor object.
NumericRangeFilter<T extends Number> - Class in org.apache.lucene.search
A Filter that only accepts numeric values within a specified range.
NumericRangeFilterBuilder - Class in org.apache.lucene.queryparser.xml.builders
NumericRangeFilterBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.NumericRangeFilterBuilder
 
NumericRangeQuery<T extends Number> - Class in org.apache.lucene.search
A Query that matches numeric values within a specified range.
NumericRangeQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
NumericRangeQueryBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.NumericRangeQueryBuilder
 
NumericRangeQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
This query node represents a range query composed by NumericQueryNode bounds, which means the bound values are Numbers.
NumericRangeQueryNode(NumericQueryNode, NumericQueryNode, boolean, boolean, NumericConfig) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.NumericRangeQueryNode
Constructs a NumericRangeQueryNode object using the given NumericQueryNode as its bounds and NumericConfig.
NumericRangeQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
NumericRangeQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.NumericRangeQueryNodeBuilder
Constructs a NumericRangeQueryNodeBuilder object.
NumericRangeQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor is used to convert TermRangeQueryNodes to NumericRangeQueryNodes.
NumericRangeQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.NumericRangeQueryNodeProcessor
Constructs an empty NumericRangeQueryNode object.
NumericTokenStream - Class in org.apache.lucene.analysis
Expert: This class provides a TokenStream for indexing numeric values that can be used by NumericRangeQuery or NumericRangeFilter.
NumericTokenStream() - Constructor for class org.apache.lucene.analysis.NumericTokenStream
Creates a token stream for numeric values using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
NumericTokenStream(int) - Constructor for class org.apache.lucene.analysis.NumericTokenStream
Creates a token stream for numeric values with the specified precisionStep.
NumericTokenStream(AttributeSource.AttributeFactory, int) - Constructor for class org.apache.lucene.analysis.NumericTokenStream
Expert: Creates a token stream for numeric values with the specified precisionStep using the given AttributeSource.AttributeFactory.
NumericTokenStream.NumericTermAttribute - Interface in org.apache.lucene.analysis
Expert: Use this attribute to get the details of the currently generated token.
NumericTokenStream.NumericTermAttributeImpl - Class in org.apache.lucene.analysis
NumericTokenStream.NumericTermAttributeImpl() - Constructor for class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
Creates, but does not yet initialize this attribute instance
numericType() - Method in class org.apache.lucene.document.FieldType
NumericType: if non-null then the field's value will be indexed numerically so that NumericRangeQuery can be used at search time.
NumericUtils - Class in org.apache.lucene.util
This is a helper class to generate prefix-encoded representations for numerical values and supplies converters to represent float/double values as sortable integers/longs.
NumericUtils.IntRangeBuilder - Class in org.apache.lucene.util
NumericUtils.IntRangeBuilder() - Constructor for class org.apache.lucene.util.NumericUtils.IntRangeBuilder
 
NumericUtils.LongRangeBuilder - Class in org.apache.lucene.util
NumericUtils.LongRangeBuilder() - Constructor for class org.apache.lucene.util.NumericUtils.LongRangeBuilder
 
numericValue() - Method in class org.apache.lucene.document.Field
 
numericValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
numericValue() - Method in interface org.apache.lucene.index.IndexableField
Non-null if this field has a numeric value
numFiles - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Number of files referenced by this segment.
numMatches - Variable in class org.apache.lucene.search.spans.SpanScorer
 
numNodes() - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the total number of nodes in the trie.
numNodes(JaspellTernarySearchTrie.TSTNode) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns the total number of nodes in the subtrie below and including the starting Node.
numOrd() - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
numOrd() - Method in class org.apache.lucene.queries.function.FunctionValues
 
numRamDocs() - Method in class org.apache.lucene.index.IndexWriter
Expert: Return the number of documents currently buffered in RAM.
numSegments - Variable in class org.apache.lucene.index.CheckIndex.Status
Number of segments in the index.
numTerms() - Method in class org.apache.lucene.index.DocTermOrds
Returns the number of terms in this field
numTermsInField - Variable in class org.apache.lucene.index.DocTermOrds
Number of terms in the field.
numTransitions - Variable in class org.apache.lucene.util.automaton.State
 
numTransitions() - Method in class org.apache.lucene.util.automaton.State
 
NYNORSK - Static variable in class org.apache.lucene.analysis.no.NorwegianLightStemmer
Constant to remove Nynorsk-specific endings

O

object - Variable in class org.apache.lucene.util.RefCount
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
objectVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
Native Java Object representation of the value
obtain() - Method in class org.apache.lucene.store.Lock
Attempts to obtain exclusive access and immediately return upon success or failure.
obtain(long) - Method in class org.apache.lucene.store.Lock
Attempts to obtain an exclusive lock within amount of time given.
obtainFile(String, String, String) - Method in class org.apache.lucene.replicator.http.HttpReplicator
 
obtainFile(String, String, String) - Method in class org.apache.lucene.replicator.LocalReplicator
 
obtainFile(String, String, String) - Method in interface org.apache.lucene.replicator.Replicator
Returns an InputStream for the requested file and source in the context of the given session.
off - Variable in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
start offset: non-zero in the slice case
off - Variable in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
start offset: non-zero in the slice case
OfflineSorter - Class in org.apache.lucene.util
On-disk sorting of byte arrays.
OfflineSorter() - Constructor for class org.apache.lucene.util.OfflineSorter
Defaults constructor.
OfflineSorter(Comparator<BytesRef>) - Constructor for class org.apache.lucene.util.OfflineSorter
Defaults constructor with a custom comparator.
OfflineSorter(Comparator<BytesRef>, OfflineSorter.BufferSize, File, int) - Constructor for class org.apache.lucene.util.OfflineSorter
All-details constructor.
OfflineSorter.BufferSize - Class in org.apache.lucene.util
A bit more descriptive unit for constructors.
OfflineSorter.ByteSequencesReader - Class in org.apache.lucene.util
Utility class to read length-prefixed byte[] entries from an input.
OfflineSorter.ByteSequencesReader(File) - Constructor for class org.apache.lucene.util.OfflineSorter.ByteSequencesReader
Constructs a ByteSequencesReader from the provided File
OfflineSorter.ByteSequencesReader(DataInput) - Constructor for class org.apache.lucene.util.OfflineSorter.ByteSequencesReader
Constructs a ByteSequencesReader from the provided DataInput
OfflineSorter.ByteSequencesWriter - Class in org.apache.lucene.util
Utility class to emit length-prefixed byte[] entries to an output stream for sorting.
OfflineSorter.ByteSequencesWriter(File) - Constructor for class org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Constructs a ByteSequencesWriter to the provided File
OfflineSorter.ByteSequencesWriter(DataOutput) - Constructor for class org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Constructs a ByteSequencesWriter to the provided DataOutput
OfflineSorter.SortInfo - Class in org.apache.lucene.util
Sort info (debugging mostly).
OfflineSorter.SortInfo() - Constructor for class org.apache.lucene.util.OfflineSorter.SortInfo
create a new SortInfo (with empty statistics) for debugging
offset - Variable in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
accumulated offset of previous buffers for this reader, for offsetAtt
offset - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.NumericEntry
offset to the actual numeric values
offset - Variable in class org.apache.lucene.util.BytesRef
Offset of first valid byte.
offset - Variable in class org.apache.lucene.util.CharsRef
Offset of first valid character.
offset - Variable in class org.apache.lucene.util.IntsRef
Offset of first valid integer.
offset - Variable in class org.apache.lucene.util.LongsRef
Offset of first valid long.
offsetAtt - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
OffsetAttribute - Interface in org.apache.lucene.analysis.tokenattributes
The start and end character offset of a Token.
OffsetAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of OffsetAttribute.
OffsetAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
Initialize this attribute with startOffset and endOffset of 0.
offsetByCodePoints(char[], int, int, int, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Return the index within buf[start:start+count] which is by offset code points from index.
OffsetLimitTokenFilter - Class in org.apache.lucene.search.highlight
This TokenFilter limits the number of tokens while indexing by adding up the current offset.
OffsetLimitTokenFilter(TokenStream, int) - Constructor for class org.apache.lucene.search.highlight.OffsetLimitTokenFilter
 
offsets - Variable in class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader.CachedOrds
Index into CachedOrdinalsReader.CachedOrds.ordinals for each document.
OK_PREFIX - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
omitNorms() - Method in enum org.apache.lucene.document.Field.Index
Deprecated.
 
omitNorms() - Method in class org.apache.lucene.document.FieldType
True if normalization values should be omitted for the field.
omitNorms() - Method in interface org.apache.lucene.index.IndexableFieldType
True if normalization values should be omitted for the field.
omitsNorms() - Method in class org.apache.lucene.index.FieldInfo
Returns true if norms are explicitly omitted for this field
onClose(IndexReader) - Method in interface org.apache.lucene.index.IndexReader.ReaderClosedListener
Invoked when the IndexReader is closed.
onClose(Object) - Method in interface org.apache.lucene.index.SegmentReader.CoreClosedListener
Invoked when the shared core of the original SegmentReader has closed.
onCommit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.IndexDeletionPolicy
This is called each time the writer completed a commit.
onCommit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy
Deletes all commits except the most recent one.
onCommit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.NoDeletionPolicy
 
onCommit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
 
ONE_GB - Static variable in class org.apache.lucene.util.RamUsageEstimator
One gigabyte bytes.
ONE_KB - Static variable in class org.apache.lucene.util.RamUsageEstimator
One kilobyte bytes.
ONE_MB - Static variable in class org.apache.lucene.util.RamUsageEstimator
One megabyte bytes.
onIndexOutputClosed(FSDirectory.FSIndexOutput) - Method in class org.apache.lucene.store.FSDirectory
 
onInit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.IndexDeletionPolicy
This is called once when a writer is first instantiated to give the policy a chance to remove old commit points.
onInit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy
Deletes all commits except the most recent one.
onInit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.NoDeletionPolicy
 
onInit(List<? extends IndexCommit>) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
 
ONLY_FIRST_WORD - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
onlyLongestMatch - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
onOrAfter(Version) - Method in enum org.apache.lucene.util.Version
 
OP_COLON - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OP_EQUAL - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OP_LESSTHAN - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OP_LESSTHANEQ - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OP_MORETHAN - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OP_MORETHANEQ - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OpaqueQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A OpaqueQueryNode is used for specify values that are not supposed to be parsed by the parser.
OpaqueQueryNode(CharSequence, CharSequence) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.OpaqueQueryNode
 
open(Directory) - Static method in class org.apache.lucene.index.DirectoryReader
Returns a IndexReader reading the index in the given Directory
open(Directory, int) - Static method in class org.apache.lucene.index.DirectoryReader
Expert: Returns a IndexReader reading the index in the given Directory with the given termInfosIndexDivisor.
open(IndexWriter, boolean) - Static method in class org.apache.lucene.index.DirectoryReader
Open a near real time IndexReader from the IndexWriter.
open(IndexCommit) - Static method in class org.apache.lucene.index.DirectoryReader
Expert: returns an IndexReader reading the index in the given IndexCommit.
open(IndexCommit, int) - Static method in class org.apache.lucene.index.DirectoryReader
Expert: returns an IndexReader reading the index in the given IndexCommit and termInfosIndexDivisor.
open(Directory) - Static method in class org.apache.lucene.index.IndexReader
open(Directory, int) - Static method in class org.apache.lucene.index.IndexReader
open(IndexWriter, boolean) - Static method in class org.apache.lucene.index.IndexReader
open(IndexCommit) - Static method in class org.apache.lucene.index.IndexReader
open(IndexCommit, int) - Static method in class org.apache.lucene.index.IndexReader
open(String, String) - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
open(String, String) - Method in class org.apache.lucene.replicator.IndexRevision
 
open(String, String) - Method in interface org.apache.lucene.replicator.Revision
Returns an IndexInput for the given fileName and source.
open(File) - Static method in class org.apache.lucene.store.FSDirectory
Creates an FSDirectory instance, trying to pick the best implementation given the current environment.
open(File, LockFactory) - Static method in class org.apache.lucene.store.FSDirectory
Just like FSDirectory.open(File), but allows you to also specify a custom LockFactory.
open_direct(String, boolean) - Static method in class org.apache.lucene.store.NativePosixUtil
 
OPEN_RANGE_TOKEN - Static variable in class org.apache.lucene.queryparser.flexible.standard.processors.OpenRangeQueryNodeProcessor
 
OpenBitSet - Class in org.apache.lucene.util
An "open" BitSet implementation that allows direct access to the array of words storing the bits.
OpenBitSet(long) - Constructor for class org.apache.lucene.util.OpenBitSet
Constructs an OpenBitSet large enough to hold numBits.
OpenBitSet() - Constructor for class org.apache.lucene.util.OpenBitSet
Constructor: allocates enough space for 64 bits.
OpenBitSet(long[], int) - Constructor for class org.apache.lucene.util.OpenBitSet
Constructs an OpenBitSet from an existing long[].
OpenBitSetDISI - Class in org.apache.lucene.util
OpenBitSet with added methods to bulk-update the bits from a DocIdSetIterator.
OpenBitSetDISI(DocIdSetIterator, int) - Constructor for class org.apache.lucene.util.OpenBitSetDISI
Construct an OpenBitSetDISI with its bits set from the doc ids of the given DocIdSetIterator.
OpenBitSetDISI(int) - Constructor for class org.apache.lucene.util.OpenBitSetDISI
Construct an OpenBitSetDISI with no bits set, and a given maximum size one larger than the largest doc id for which a bit may ever be set on this OpenBitSetDISI.
OpenBitSetIterator - Class in org.apache.lucene.util
An iterator to iterate over set bits in an OpenBitSet.
OpenBitSetIterator(OpenBitSet) - Constructor for class org.apache.lucene.util.OpenBitSetIterator
 
OpenBitSetIterator(long[], int) - Constructor for class org.apache.lucene.util.OpenBitSetIterator
 
openChecksumInput(String, IOContext) - Method in class org.apache.lucene.store.Directory
Returns a stream reading an existing file, computing checksum as it reads
openFullSlice() - Method in class org.apache.lucene.store.Directory.IndexInputSlicer
Deprecated.
Only for reading CFS files from 3.x indexes.
openIfChanged(T) - Static method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
If the taxonomy has changed since the provided reader was opened, open and return a new TaxonomyReader; else, return null.
openIfChanged(DirectoryReader) - Static method in class org.apache.lucene.index.DirectoryReader
If the index has changed since the provided reader was opened, open and return a new reader; else, return null.
openIfChanged(DirectoryReader, IndexCommit) - Static method in class org.apache.lucene.index.DirectoryReader
If the IndexCommit differs from what the provided reader is searching, open and return a new reader; else, return null.
openIfChanged(DirectoryReader, IndexWriter, boolean) - Static method in class org.apache.lucene.index.DirectoryReader
Expert: If there changes (committed or not) in the IndexWriter versus what the provided reader is searching, then open and return a new IndexReader searching both committed and uncommitted changes from the writer; else, return null (though, the current implementation never returns null).
openIndexReader(Directory) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Open the DirectoryReader from this Directory.
openIndexReader(IndexWriter) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Open the DirectoryReader from this IndexWriter.
openIndexWriter(Directory, IndexWriterConfig) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Open internal index writer, which contains the taxonomy data.
openIndexWriter(Directory, IndexWriterConfig) - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
 
openInput(Directory, String, IOContext) - Method in class org.apache.lucene.codecs.sep.IntStreamFactory
Create an IntIndexInput on the provided fileName.
openInput(String, IOContext) - Method in class org.apache.lucene.store.CompoundFileDirectory
 
openInput(String, IOContext) - Method in class org.apache.lucene.store.Directory
Returns a stream reading an existing file, with the specified read buffer size.
openInput(String, IOContext) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
openInput(String, IOContext) - Method in class org.apache.lucene.store.FilterDirectory
 
openInput(String, IOContext) - Method in class org.apache.lucene.store.MMapDirectory
Creates an IndexInput for the file with the given name.
openInput(String, IOContext) - Method in class org.apache.lucene.store.NativeUnixDirectory
 
openInput(String, IOContext) - Method in class org.apache.lucene.store.NIOFSDirectory
Creates an IndexInput for the file with the given name.
openInput(String, IOContext) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
openInput(String, IOContext) - Method in class org.apache.lucene.store.RAMDirectory
Returns a stream reading an existing file.
openInput(String, IOContext) - Method in class org.apache.lucene.store.SimpleFSDirectory
Creates an IndexInput for the file with the given name.
openInput(String, IOContext) - Method in class org.apache.lucene.store.WindowsDirectory
 
openMode - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
OpenRangeQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
Processes TermRangeQuerys with open ranges.
OpenRangeQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.OpenRangeQueryNodeProcessor
 
openReaderPassed - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
True if we were able to open an AtomicReader on this segment.
openResource(String) - Method in class org.apache.lucene.analysis.util.ClasspathResourceLoader
 
openResource(String) - Method in class org.apache.lucene.analysis.util.FilesystemResourceLoader
 
openResource(String) - Method in interface org.apache.lucene.analysis.util.ResourceLoader
Opens a named resource
openSlice(String, long, long) - Method in class org.apache.lucene.store.Directory.IndexInputSlicer
Returns an IndexInput slice starting at the given offset with the given length.
OpenStringBuilder - Class in org.apache.lucene.analysis.util
A StringBuilder that allows one to access the array.
OpenStringBuilder() - Constructor for class org.apache.lucene.analysis.util.OpenStringBuilder
 
OpenStringBuilder(int) - Constructor for class org.apache.lucene.analysis.util.OpenStringBuilder
 
OpenStringBuilder(char[], int) - Constructor for class org.apache.lucene.analysis.util.OpenStringBuilder
 
opName - Variable in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
optimize(Trie) - Method in class org.egothor.stemmer.Gener
Return a Trie with infrequent values occurring in the given Trie removed.
optimize(Trie) - Method in class org.egothor.stemmer.Lift
Optimize (eliminate rows with no content) the given Trie and return the reduced Trie.
optimize(Trie) - Method in class org.egothor.stemmer.Optimizer
Optimize (remove empty rows) from the given Trie and return the resulting Trie.
optimize(Trie) - Method in class org.egothor.stemmer.Reduce
Optimize (remove holes in the rows) the given Trie and return the restructured Trie.
Optimizer - Class in org.egothor.stemmer
The Optimizer class is a Trie that will be reduced (have empty rows removed).
Optimizer() - Constructor for class org.egothor.stemmer.Optimizer
Constructor for the Optimizer object.
Optimizer2 - Class in org.egothor.stemmer
The Optimizer class is a Trie that will be reduced (have empty rows removed).
Optimizer2() - Constructor for class org.egothor.stemmer.Optimizer2
Constructor for the Optimizer2 object.
optional() - Method in class org.apache.lucene.util.automaton.Automaton
optional(Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts the union of the empty string and the language of the given automaton.
OptionalFields() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
OptionalWeights(SrndQuery) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
OR - Static variable in class org.apache.lucene.queries.ChainedFilter
 
OR - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
OR - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OR - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
or(DocIdSetIterator) - Method in class org.apache.lucene.util.FixedBitSet
Does in-place OR of the bits provided by the iterator.
or(FixedBitSet) - Method in class org.apache.lucene.util.FixedBitSet
this = this OR other
or(LongBitSet) - Method in class org.apache.lucene.util.LongBitSet
this = this OR other
or(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
 
OR_OPERATOR - Static variable in class org.apache.lucene.queryparser.classic.QueryParserBase
Alternative form of QueryParser.Operator.OR
OR_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables OR operator (|)
ord() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Only implemented if TermsIndexReaderBase.supportsOrd() returns true.
ord - Variable in class org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndValue
Ordinal of the entry.
ord - Variable in class org.apache.lucene.facet.TopOrdAndIntQueue.OrdAndValue
Ordinal of the entry.
ord - Variable in class org.apache.lucene.index.AtomicReaderContext
The readers ord in the top-level's leaves array
ord() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
ord() - Method in class org.apache.lucene.index.FilteredTermsEnum
 
ord() - Method in class org.apache.lucene.index.MultiTermsEnum
 
ord - Variable in class org.apache.lucene.index.OrdTermState
Term ordinal, i.e.
ord() - Method in class org.apache.lucene.index.TermsEnum
Returns ordinal position for current term.
ord() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
ord() - Method in class org.apache.lucene.util.packed.BlockPackedReaderIterator
Return the offset of the next value to read.
ord() - Method in interface org.apache.lucene.util.packed.PackedInts.ReaderIterator
Returns the current position
ord() - Method in class org.apache.lucene.util.packed.PackedInts.Writer
Returns the current ord in the stream (number of values that have been written so far minus one).
ordAt(int) - Method in class org.apache.lucene.index.RandomAccessOrds
Retrieve the ordinal for the current document (previously set by SortedSetDocValues.setDocument(int) at the specified index.
ordBase - Variable in class org.apache.lucene.index.DocTermOrds
Ordinal of the first term in the field, or 0 if the PostingsFormat does not implement TermsEnum.ord().
orderedGroups - Variable in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
 
OrdFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains the ordinal of the field value from the default Lucene FieldCache using getStringIndex().
OrdFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.OrdFieldSource
 
ordinals - Variable in class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader.CachedOrds
Holds ords for all docs.
OrdinalsReader - Class in org.apache.lucene.facet.taxonomy
Provides per-document ordinals.
OrdinalsReader() - Constructor for class org.apache.lucene.facet.taxonomy.OrdinalsReader
Default constructor.
OrdinalsReader.OrdinalsSegmentReader - Class in org.apache.lucene.facet.taxonomy
Returns ordinals for documents in one segment.
OrdinalsReader.OrdinalsSegmentReader() - Constructor for class org.apache.lucene.facet.taxonomy.OrdinalsReader.OrdinalsSegmentReader
Default constructor.
ordInParent - Variable in class org.apache.lucene.index.IndexReaderContext
the ord for this reader in the parent, 0 if parent is null
OrdTermState - Class in org.apache.lucene.index
An ordinal based TermState
OrdTermState() - Constructor for class org.apache.lucene.index.OrdTermState
Sole constructor.
ordVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
ordVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
org.apache.lucene - package org.apache.lucene
Top-level package.
org.apache.lucene.analysis - package org.apache.lucene.analysis
API and code to convert text into indexable/searchable tokens.
org.apache.lucene.analysis.ar - package org.apache.lucene.analysis.ar
Analyzer for Arabic.
org.apache.lucene.analysis.bg - package org.apache.lucene.analysis.bg
Analyzer for Bulgarian.
org.apache.lucene.analysis.br - package org.apache.lucene.analysis.br
Analyzer for Brazilian Portuguese.
org.apache.lucene.analysis.ca - package org.apache.lucene.analysis.ca
Analyzer for Catalan.
org.apache.lucene.analysis.charfilter - package org.apache.lucene.analysis.charfilter
Normalization of text before the tokenizer.
org.apache.lucene.analysis.cjk - package org.apache.lucene.analysis.cjk
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
org.apache.lucene.analysis.ckb - package org.apache.lucene.analysis.ckb
Analyzer for Sorani Kurdish.
org.apache.lucene.analysis.cn - package org.apache.lucene.analysis.cn
Analyzer for Chinese, which indexes unigrams (individual chinese characters).
org.apache.lucene.analysis.cn.smart - package org.apache.lucene.analysis.cn.smart
Analyzer for Simplified Chinese, which indexes words.
org.apache.lucene.analysis.cn.smart.hhmm - package org.apache.lucene.analysis.cn.smart.hhmm
SmartChineseAnalyzer Hidden Markov Model package.
org.apache.lucene.analysis.commongrams - package org.apache.lucene.analysis.commongrams
Construct n-grams for frequently occurring terms and phrases.
org.apache.lucene.analysis.compound - package org.apache.lucene.analysis.compound
A filter that decomposes compound words you find in many Germanic languages into the word parts.
org.apache.lucene.analysis.compound.hyphenation - package org.apache.lucene.analysis.compound.hyphenation
The code for the compound word hyphenation is taken from the Apache FOP project.
org.apache.lucene.analysis.core - package org.apache.lucene.analysis.core
Basic, general-purpose analysis components.
org.apache.lucene.analysis.cz - package org.apache.lucene.analysis.cz
Analyzer for Czech.
org.apache.lucene.analysis.da - package org.apache.lucene.analysis.da
Analyzer for Danish.
org.apache.lucene.analysis.de - package org.apache.lucene.analysis.de
Analyzer for German.
org.apache.lucene.analysis.el - package org.apache.lucene.analysis.el
Analyzer for Greek.
org.apache.lucene.analysis.en - package org.apache.lucene.analysis.en
Analyzer for English.
org.apache.lucene.analysis.es - package org.apache.lucene.analysis.es
Analyzer for Spanish.
org.apache.lucene.analysis.eu - package org.apache.lucene.analysis.eu
Analyzer for Basque.
org.apache.lucene.analysis.fa - package org.apache.lucene.analysis.fa
Analyzer for Persian.
org.apache.lucene.analysis.fi - package org.apache.lucene.analysis.fi
Analyzer for Finnish.
org.apache.lucene.analysis.fr - package org.apache.lucene.analysis.fr
Analyzer for French.
org.apache.lucene.analysis.ga - package org.apache.lucene.analysis.ga
Analysis for Irish.
org.apache.lucene.analysis.gl - package org.apache.lucene.analysis.gl
Analyzer for Galician.
org.apache.lucene.analysis.hi - package org.apache.lucene.analysis.hi
Analyzer for Hindi.
org.apache.lucene.analysis.hu - package org.apache.lucene.analysis.hu
Analyzer for Hungarian.
org.apache.lucene.analysis.hunspell - package org.apache.lucene.analysis.hunspell
Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.
org.apache.lucene.analysis.hy - package org.apache.lucene.analysis.hy
Analyzer for Armenian.
org.apache.lucene.analysis.id - package org.apache.lucene.analysis.id
Analyzer for Indonesian.
org.apache.lucene.analysis.in - package org.apache.lucene.analysis.in
Analysis components for Indian languages.
org.apache.lucene.analysis.it - package org.apache.lucene.analysis.it
Analyzer for Italian.
org.apache.lucene.analysis.lv - package org.apache.lucene.analysis.lv
Analyzer for Latvian.
org.apache.lucene.analysis.miscellaneous - package org.apache.lucene.analysis.miscellaneous
Miscellaneous TokenStreams
org.apache.lucene.analysis.ngram - package org.apache.lucene.analysis.ngram
Character n-gram tokenizers and filters.
org.apache.lucene.analysis.nl - package org.apache.lucene.analysis.nl
Analyzer for Dutch.
org.apache.lucene.analysis.no - package org.apache.lucene.analysis.no
Analyzer for Norwegian.
org.apache.lucene.analysis.path - package org.apache.lucene.analysis.path
Analysis components for path-like strings such as filenames.
org.apache.lucene.analysis.pattern - package org.apache.lucene.analysis.pattern
Set of components for pattern-based (regex) analysis.
org.apache.lucene.analysis.payloads - package org.apache.lucene.analysis.payloads
Provides various convenience classes for creating payloads on Tokens.
org.apache.lucene.analysis.phonetic - package org.apache.lucene.analysis.phonetic
Analysis components for phonetic search.
org.apache.lucene.analysis.pl - package org.apache.lucene.analysis.pl
Analyzer for Polish.
org.apache.lucene.analysis.position - package org.apache.lucene.analysis.position
Filter for assigning position increments.
org.apache.lucene.analysis.pt - package org.apache.lucene.analysis.pt
Analyzer for Portuguese.
org.apache.lucene.analysis.query - package org.apache.lucene.analysis.query
Automatically filter high-frequency stopwords.
org.apache.lucene.analysis.reverse - package org.apache.lucene.analysis.reverse
Filter to reverse token text.
org.apache.lucene.analysis.ro - package org.apache.lucene.analysis.ro
Analyzer for Romanian.
org.apache.lucene.analysis.ru - package org.apache.lucene.analysis.ru
Analyzer for Russian.
org.apache.lucene.analysis.shingle - package org.apache.lucene.analysis.shingle
Word n-gram filters
org.apache.lucene.analysis.sinks - package org.apache.lucene.analysis.sinks
TeeSinkTokenFilter and implementations of TeeSinkTokenFilter.SinkFilter that might be useful.
org.apache.lucene.analysis.snowball - package org.apache.lucene.analysis.snowball
TokenFilter and Analyzer implementations that use Snowball stemmers.
org.apache.lucene.analysis.standard - package org.apache.lucene.analysis.standard
Fast, general-purpose grammar-based tokenizers.
org.apache.lucene.analysis.standard.std31 - package org.apache.lucene.analysis.standard.std31
Backwards-compatible implementation to match Version.LUCENE_31
org.apache.lucene.analysis.standard.std34 - package org.apache.lucene.analysis.standard.std34
Backwards-compatible implementation to match Version.LUCENE_34
org.apache.lucene.analysis.standard.std36 - package org.apache.lucene.analysis.standard.std36
Backwards-compatible implementation to match Version.LUCENE_36
org.apache.lucene.analysis.standard.std40 - package org.apache.lucene.analysis.standard.std40
Backwards-compatible implementation to match Version.LUCENE_40
org.apache.lucene.analysis.stempel - package org.apache.lucene.analysis.stempel
Stempel: Algorithmic Stemmer
org.apache.lucene.analysis.sv - package org.apache.lucene.analysis.sv
Analyzer for Swedish.
org.apache.lucene.analysis.synonym - package org.apache.lucene.analysis.synonym
Analysis components for Synonyms.
org.apache.lucene.analysis.th - package org.apache.lucene.analysis.th
Analyzer for Thai.
org.apache.lucene.analysis.tokenattributes - package org.apache.lucene.analysis.tokenattributes
General-purpose attributes for text analysis.
org.apache.lucene.analysis.tr - package org.apache.lucene.analysis.tr
Analyzer for Turkish.
org.apache.lucene.analysis.util - package org.apache.lucene.analysis.util
Utility functions for text analysis.
org.apache.lucene.analysis.wikipedia - package org.apache.lucene.analysis.wikipedia
Tokenizer that is aware of Wikipedia syntax.
org.apache.lucene.classification - package org.apache.lucene.classification
Uses already seen data (the indexed documents) to classify new documents.
org.apache.lucene.classification.utils - package org.apache.lucene.classification.utils
Utilities for evaluation, data preparation, etc.
org.apache.lucene.codecs - package org.apache.lucene.codecs
Codecs API: API for customization of the encoding and structure of the index.
org.apache.lucene.codecs.appending - package org.apache.lucene.codecs.appending
Codec for on append-only outputs, such as plain output streams and append-only filesystems.
org.apache.lucene.codecs.blockterms - package org.apache.lucene.codecs.blockterms
Pluggable term index / block terms dictionary implementations.
org.apache.lucene.codecs.bloom - package org.apache.lucene.codecs.bloom
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
org.apache.lucene.codecs.compressing - package org.apache.lucene.codecs.compressing
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
org.apache.lucene.codecs.diskdv - package org.apache.lucene.codecs.diskdv
DocValuesFormat that accesses values directly from disk.
org.apache.lucene.codecs.intblock - package org.apache.lucene.codecs.intblock
Intblock: base support for fixed or variable length block integer encoders
org.apache.lucene.codecs.lucene3x - package org.apache.lucene.codecs.lucene3x
Codec to support Lucene 3.x indexes (readonly)
org.apache.lucene.codecs.lucene40 - package org.apache.lucene.codecs.lucene40
Lucene 4.0 file format.
org.apache.lucene.codecs.lucene41 - package org.apache.lucene.codecs.lucene41
Lucene 4.1 file format.
org.apache.lucene.codecs.lucene42 - package org.apache.lucene.codecs.lucene42
Lucene 4.2 file format.
org.apache.lucene.codecs.lucene45 - package org.apache.lucene.codecs.lucene45
Lucene 4.5 file format.
org.apache.lucene.codecs.lucene46 - package org.apache.lucene.codecs.lucene46
Lucene 4.6 file format.
org.apache.lucene.codecs.memory - package org.apache.lucene.codecs.memory
Term dictionary, DocValues or Postings formats that are read entirely into memory.
org.apache.lucene.codecs.perfield - package org.apache.lucene.codecs.perfield
Postings format that can delegate to different formats per-field.
org.apache.lucene.codecs.pulsing - package org.apache.lucene.codecs.pulsing
Pulsing Codec: inlines low frequency terms' postings into terms dictionary.
org.apache.lucene.codecs.sep - package org.apache.lucene.codecs.sep
Sep: base support for separate files (doc,frq,pos,skp,pyl)
org.apache.lucene.codecs.simpletext - package org.apache.lucene.codecs.simpletext
Simpletext Codec: writes human readable postings.
org.apache.lucene.collation - package org.apache.lucene.collation
Unicode collation support.
org.apache.lucene.collation.tokenattributes - package org.apache.lucene.collation.tokenattributes
Custom AttributeImpl for indexing collation keys as index terms.
org.apache.lucene.document - package org.apache.lucene.document
Misc extensions of the Document/Field API.
org.apache.lucene.facet - package org.apache.lucene.facet
faceted search
org.apache.lucene.facet.range - package org.apache.lucene.facet.range
Provides range faceting capabilities.
org.apache.lucene.facet.sortedset - package org.apache.lucene.facet.sortedset
Provides faceting capabilities over facets that were indexed with SortedSetDocValuesFacetField.
org.apache.lucene.facet.taxonomy - package org.apache.lucene.facet.taxonomy
Taxonomy of Categories
org.apache.lucene.facet.taxonomy.directory - package org.apache.lucene.facet.taxonomy.directory
Taxonomy index implementation using on top of a Directory.
org.apache.lucene.facet.taxonomy.writercache - package org.apache.lucene.facet.taxonomy.writercache
Improves indexing time by caching a map of CategoryPath to their Ordinal.
org.apache.lucene.index - package org.apache.lucene.index
Misc index tools and index support.
org.apache.lucene.index.memory - package org.apache.lucene.index.memory
High-performance single-document main memory Apache Lucene fulltext search index.
org.apache.lucene.index.sorter - package org.apache.lucene.index.sorter
Provides index sorting capablities.
org.apache.lucene.misc - package org.apache.lucene.misc
Miscellaneous index tools.
org.apache.lucene.queries - package org.apache.lucene.queries
Filters and Queries that add to core Lucene.
org.apache.lucene.queries.function - package org.apache.lucene.queries.function
Queries that compute score based upon a function
org.apache.lucene.queries.function.docvalues - package org.apache.lucene.queries.function.docvalues
FunctionValues for different data types.
org.apache.lucene.queries.function.valuesource - package org.apache.lucene.queries.function.valuesource
A variety of functions to use with FunctionQuery.
org.apache.lucene.queries.mlt - package org.apache.lucene.queries.mlt
Document similarity query generators.
org.apache.lucene.queryparser.analyzing - package org.apache.lucene.queryparser.analyzing
QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer.
org.apache.lucene.queryparser.classic - package org.apache.lucene.queryparser.classic
A simple query parser implemented with JavaCC.
org.apache.lucene.queryparser.complexPhrase - package org.apache.lucene.queryparser.complexPhrase
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"
org.apache.lucene.queryparser.ext - package org.apache.lucene.queryparser.ext
Extendable QueryParser provides a simple and flexible extension mechanism by overloading query field names.
org.apache.lucene.queryparser.flexible.core - package org.apache.lucene.queryparser.flexible.core
Core classes of the flexible query parser framework.
org.apache.lucene.queryparser.flexible.core.builders - package org.apache.lucene.queryparser.flexible.core.builders
Necessary classes to implement query builders.
org.apache.lucene.queryparser.flexible.core.config - package org.apache.lucene.queryparser.flexible.core.config
Base classes used to configure the query processing.
org.apache.lucene.queryparser.flexible.core.messages - package org.apache.lucene.queryparser.flexible.core.messages
Messages usually used by query parser implementations.
org.apache.lucene.queryparser.flexible.core.nodes - package org.apache.lucene.queryparser.flexible.core.nodes
Query nodes commonly used by query parser implementations.
org.apache.lucene.queryparser.flexible.core.parser - package org.apache.lucene.queryparser.flexible.core.parser
Necessary interfaces to implement text parsers.
org.apache.lucene.queryparser.flexible.core.processors - package org.apache.lucene.queryparser.flexible.core.processors
Interfaces and implementations used by query node processors
org.apache.lucene.queryparser.flexible.core.util - package org.apache.lucene.queryparser.flexible.core.util
Utility classes to used with the Query Parser.
org.apache.lucene.queryparser.flexible.messages - package org.apache.lucene.queryparser.flexible.messages
For Native Language Support (NLS), system of software internationalization.
org.apache.lucene.queryparser.flexible.precedence - package org.apache.lucene.queryparser.flexible.precedence
Precedence Query Parser Implementation
org.apache.lucene.queryparser.flexible.precedence.processors - package org.apache.lucene.queryparser.flexible.precedence.processors
Processors used by Precedence Query Parser
org.apache.lucene.queryparser.flexible.standard - package org.apache.lucene.queryparser.flexible.standard
Implementation of the Lucene classic query parser using the flexible query parser frameworks
org.apache.lucene.queryparser.flexible.standard.builders - package org.apache.lucene.queryparser.flexible.standard.builders
Standard Lucene Query Node Builders.
org.apache.lucene.queryparser.flexible.standard.config - package org.apache.lucene.queryparser.flexible.standard.config
Standard Lucene Query Configuration.
org.apache.lucene.queryparser.flexible.standard.nodes - package org.apache.lucene.queryparser.flexible.standard.nodes
Standard Lucene Query Nodes.
org.apache.lucene.queryparser.flexible.standard.parser - package org.apache.lucene.queryparser.flexible.standard.parser
Lucene Query Parser.
org.apache.lucene.queryparser.flexible.standard.processors - package org.apache.lucene.queryparser.flexible.standard.processors
Lucene Query Node Processors.
org.apache.lucene.queryparser.simple - package org.apache.lucene.queryparser.simple
A simple query parser for human-entered queries.
org.apache.lucene.queryparser.surround.parser - package org.apache.lucene.queryparser.surround.parser
This package contains the QueryParser.jj source file for the Surround parser.
org.apache.lucene.queryparser.surround.query - package org.apache.lucene.queryparser.surround.query
This package contains SrndQuery and its subclasses.
org.apache.lucene.queryparser.xml - package org.apache.lucene.queryparser.xml
Parser that produces Lucene Query objects from XML streams.
org.apache.lucene.queryparser.xml.builders - package org.apache.lucene.queryparser.xml.builders
XML Parser factories for different Lucene Query/Filters.
org.apache.lucene.replicator - package org.apache.lucene.replicator
Files replication framework
org.apache.lucene.replicator.http - package org.apache.lucene.replicator.http
HTTP replication implementation
org.apache.lucene.sandbox.queries - package org.apache.lucene.sandbox.queries
Additional queries (some may have caveats or limitations)
org.apache.lucene.sandbox.queries.regex - package org.apache.lucene.sandbox.queries.regex
Regular expression Query.
org.apache.lucene.search - package org.apache.lucene.search
Code to search indices.
org.apache.lucene.search.grouping - package org.apache.lucene.search.grouping
This module enables search result grouping with Lucene, where hits with the same value in the specified single-valued group field are grouped together.
org.apache.lucene.search.grouping.function - package org.apache.lucene.search.grouping.function
Support for grouping by ValueSource.
org.apache.lucene.search.grouping.term - package org.apache.lucene.search.grouping.term
Support for grouping by indexed terms via FieldCache.
org.apache.lucene.search.highlight - package org.apache.lucene.search.highlight
The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages.
org.apache.lucene.search.join - package org.apache.lucene.search.join
This modules support index-time and query-time joins.
org.apache.lucene.search.payloads - package org.apache.lucene.search.payloads
The payloads package provides Query mechanisms for finding and using payloads.
org.apache.lucene.search.postingshighlight - package org.apache.lucene.search.postingshighlight
Highlighter implementation that uses offsets from postings lists.
org.apache.lucene.search.similarities - package org.apache.lucene.search.similarities
This package contains the various ranking models that can be used in Lucene.
org.apache.lucene.search.spans - package org.apache.lucene.search.spans
The calculus of spans.
org.apache.lucene.search.spell - package org.apache.lucene.search.spell
Suggest alternate spellings for words.
org.apache.lucene.search.suggest - package org.apache.lucene.search.suggest
Support for Autocomplete/Autosuggest
org.apache.lucene.search.suggest.analyzing - package org.apache.lucene.search.suggest.analyzing
Analyzer based autosuggest.
org.apache.lucene.search.suggest.fst - package org.apache.lucene.search.suggest.fst
Finite-state based autosuggest.
org.apache.lucene.search.suggest.jaspell - package org.apache.lucene.search.suggest.jaspell
JaSpell-based autosuggest.
org.apache.lucene.search.suggest.tst - package org.apache.lucene.search.suggest.tst
Ternary Search Tree based autosuggest.
org.apache.lucene.search.vectorhighlight - package org.apache.lucene.search.vectorhighlight
This is an another highlighter implementation.
org.apache.lucene.store - package org.apache.lucene.store
Misc Directory implementations.
org.apache.lucene.util - package org.apache.lucene.util
Some utility classes.
org.apache.lucene.util.automaton - package org.apache.lucene.util.automaton
Finite-state automaton for regular expressions.
org.apache.lucene.util.fst - package org.apache.lucene.util.fst
Misc FST classes.
org.apache.lucene.util.mutable - package org.apache.lucene.util.mutable
Comparable object wrappers
org.apache.lucene.util.packed - package org.apache.lucene.util.packed
Packed integer arrays and streams.
org.egothor.stemmer - package org.egothor.stemmer
Egothor stemmer API.
org.tartarus.snowball - package org.tartarus.snowball
Snowball stemmer API.
org.tartarus.snowball.ext - package org.tartarus.snowball.ext
Autogenerated snowball stemmer implementations.
originalTermIndexes - Variable in class org.apache.lucene.search.spell.CombineSuggestion
The indexes from the passed-in array of terms used to make this word combination
origReader - Variable in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
IndexReader passed to the constructor.
OrQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
OrQuery - Class in org.apache.lucene.queryparser.surround.query
Factory for disjunctions
OrQuery(List<SrndQuery>, boolean, String) - Constructor for class org.apache.lucene.queryparser.surround.query.OrQuery
 
OrQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A OrQueryNode represents an OR boolean operation performed on a list of nodes.
OrQueryNode(List<QueryNode>) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.OrQueryNode
 
OS_ARCH - Static variable in class org.apache.lucene.util.Constants
 
OS_NAME - Static variable in class org.apache.lucene.util.Constants
The value of System.getProperty("os.name").
OS_VERSION - Static variable in class org.apache.lucene.util.Constants
 
OTHER - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Other (not fitting any of the other categories)
other - Variable in class org.apache.lucene.search.CachingCollector
 
out - Variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
out - Variable in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
out - Variable in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 
out - Variable in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexOutput
 
out - Variable in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexOutput
 
out - Variable in class org.apache.lucene.util.packed.PackedInts.Writer
 
out_grouping(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
out_grouping_b(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
out_range(int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
out_range_b(int, int) - Method in class org.tartarus.snowball.SnowballProgram
 
output - Variable in class org.apache.lucene.util.fst.Builder.Arc
 
output - Variable in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
output - Variable in class org.apache.lucene.util.fst.BytesRefFSTEnum.InputOutput
 
output - Variable in class org.apache.lucene.util.fst.FST.Arc
 
output - Variable in class org.apache.lucene.util.fst.IntsRefFSTEnum.InputOutput
 
output - Variable in class org.apache.lucene.util.fst.Util.Result
 
output1 - Variable in class org.apache.lucene.util.fst.PairOutputs.Pair
 
output2 - Variable in class org.apache.lucene.util.fst.PairOutputs.Pair
 
outputs - Variable in class org.apache.lucene.util.fst.FST
 
Outputs<T> - Class in org.apache.lucene.util.fst
Represents the outputs for an FST, providing the basic algebra required for building and traversing the FST.
Outputs() - Constructor for class org.apache.lucene.util.fst.Outputs
 
OutputStreamDataOutput - Class in org.apache.lucene.store
A DataOutput wrapping a plain OutputStream.
OutputStreamDataOutput(OutputStream) - Constructor for class org.apache.lucene.store.OutputStreamDataOutput
 
outputToString(BytesRef) - Method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
outputToString(CharsRef) - Method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
outputToString(IntsRef) - Method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
outputToString(Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
outputToString(Object) - Method in class org.apache.lucene.util.fst.NoOutputs
 
outputToString(T) - Method in class org.apache.lucene.util.fst.Outputs
 
outputToString(PairOutputs.Pair<A, B>) - Method in class org.apache.lucene.util.fst.PairOutputs
 
outputToString(Long) - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
outputToString(Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
overheadPerValue(int) - Method in enum org.apache.lucene.util.packed.PackedInts.Format
Returns the overhead per value, in bits.
overheadRatio(int) - Method in enum org.apache.lucene.util.packed.PackedInts.Format
Returns the overhead ratio (overhead per value / bits per value).
oversize(int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Returns an array size >= minTargetSize, generally over-allocating exponentially to achieve amortized linear-time cost as the array grows.

P

PackedDataInput - Class in org.apache.lucene.util.packed
A DataInput wrapper to read unaligned, variable-length packed integers.
PackedDataInput(DataInput) - Constructor for class org.apache.lucene.util.packed.PackedDataInput
Create a new instance that wraps in.
PackedDataOutput - Class in org.apache.lucene.util.packed
A DataOutput wrapper to write unaligned, variable-length packed integers.
PackedDataOutput(DataOutput) - Constructor for class org.apache.lucene.util.packed.PackedDataOutput
Create a new instance that wraps out.
PackedInts - Class in org.apache.lucene.util.packed
Simplistic compression for array of unsigned long values.
PackedInts() - Constructor for class org.apache.lucene.util.packed.PackedInts
 
PackedInts.Decoder - Interface in org.apache.lucene.util.packed
A decoder for packed integers.
PackedInts.Encoder - Interface in org.apache.lucene.util.packed
An encoder for packed integers.
PackedInts.Format - Enum in org.apache.lucene.util.packed
A format to write packed ints.
PackedInts.FormatAndBits - Class in org.apache.lucene.util.packed
Simple class that holds a format and a number of bits per value.
PackedInts.FormatAndBits(PackedInts.Format, int) - Constructor for class org.apache.lucene.util.packed.PackedInts.FormatAndBits
 
PackedInts.Header - Class in org.apache.lucene.util.packed
Header identifying the structure of a packed integer array.
PackedInts.Header(PackedInts.Format, int, int, int) - Constructor for class org.apache.lucene.util.packed.PackedInts.Header
 
PackedInts.Mutable - Class in org.apache.lucene.util.packed
A packed integer array that can be modified.
PackedInts.Mutable() - Constructor for class org.apache.lucene.util.packed.PackedInts.Mutable
 
PackedInts.NullReader - Class in org.apache.lucene.util.packed
A PackedInts.Reader which has all its values equal to 0 (bitsPerValue = 0).
PackedInts.NullReader(int) - Constructor for class org.apache.lucene.util.packed.PackedInts.NullReader
Sole constructor.
PackedInts.Reader - Class in org.apache.lucene.util.packed
A read-only random access array of positive integers.
PackedInts.Reader() - Constructor for class org.apache.lucene.util.packed.PackedInts.Reader
 
PackedInts.ReaderIterator - Interface in org.apache.lucene.util.packed
Run-once iterator interface, to decode previously saved PackedInts.
PackedInts.Writer - Class in org.apache.lucene.util.packed
A write-once Writer.
PackedInts.Writer(DataOutput, int, int) - Constructor for class org.apache.lucene.util.packed.PackedInts.Writer
 
packedIntsVersion - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
packed ints version used to encode addressing information
packedIntsVersion - Variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.NumericEntry
packed ints version used to encode these numerics
PackedLongDocValuesField - Class in org.apache.lucene.document
Deprecated.
PackedLongDocValuesField(String, long) - Constructor for class org.apache.lucene.document.PackedLongDocValuesField
Deprecated.
Creates a new DocValues field with the specified long value
packValues(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Packs the values by storing them in 4 bits, two values into a byte Values range is from 0 to 9.
PagedBytes - Class in org.apache.lucene.util
Represents a logical byte[] as a series of pages.
PagedBytes(int) - Constructor for class org.apache.lucene.util.PagedBytes
1<<blockBits must be bigger than biggest single BytesRef slice that will be pulled
PagedBytes.PagedBytesDataInput - Class in org.apache.lucene.util
 
PagedBytes.PagedBytesDataOutput - Class in org.apache.lucene.util
 
PagedBytes.PagedBytesDataOutput() - Constructor for class org.apache.lucene.util.PagedBytes.PagedBytesDataOutput
 
PagedBytes.Reader - Class in org.apache.lucene.util
Provides methods to read BytesRefs from a frozen PagedBytes.
PagedGrowableWriter - Class in org.apache.lucene.util.packed
PagedGrowableWriter(long, int, int, float) - Constructor for class org.apache.lucene.util.packed.PagedGrowableWriter
Create a new PagedGrowableWriter instance.
PagedMutable - Class in org.apache.lucene.util.packed
PagedMutable(long, int, int, float) - Constructor for class org.apache.lucene.util.packed.PagedMutable
Create a new PagedMutable instance.
PairOutputs<A,B> - Class in org.apache.lucene.util.fst
An FST Outputs implementation, holding two other outputs.
PairOutputs(Outputs<A>, Outputs<B>) - Constructor for class org.apache.lucene.util.fst.PairOutputs
 
PairOutputs.Pair<A,B> - Class in org.apache.lucene.util.fst
Holds a single pair of two outputs.
ParallelAtomicReader - Class in org.apache.lucene.index
An AtomicReader which reads multiple, parallel indexes.
ParallelAtomicReader(AtomicReader...) - Constructor for class org.apache.lucene.index.ParallelAtomicReader
Create a ParallelAtomicReader based on the provided readers; auto-closes the given readers on IndexReader.close().
ParallelAtomicReader(boolean, AtomicReader...) - Constructor for class org.apache.lucene.index.ParallelAtomicReader
Create a ParallelAtomicReader based on the provided readers.
ParallelAtomicReader(boolean, AtomicReader[], AtomicReader[]) - Constructor for class org.apache.lucene.index.ParallelAtomicReader
Expert: create a ParallelAtomicReader based on the provided readers and storedFieldReaders; when a document is loaded, only storedFieldsReaders will be used.
ParallelCompositeReader - Class in org.apache.lucene.index
An CompositeReader which reads multiple, parallel indexes.
ParallelCompositeReader(CompositeReader...) - Constructor for class org.apache.lucene.index.ParallelCompositeReader
Create a ParallelCompositeReader based on the provided readers; auto-closes the given readers on IndexReader.close().
ParallelCompositeReader(boolean, CompositeReader...) - Constructor for class org.apache.lucene.index.ParallelCompositeReader
Create a ParallelCompositeReader based on the provided readers.
ParallelCompositeReader(boolean, CompositeReader[], CompositeReader[]) - Constructor for class org.apache.lucene.index.ParallelCompositeReader
Expert: create a ParallelCompositeReader based on the provided readers and storedFieldReaders; when a document is loaded, only storedFieldsReaders will be used.
ParallelTaxonomyArrays - Class in org.apache.lucene.facet.taxonomy
Returns 3 arrays for traversing the taxonomy: parents: parents[i] denotes the parent of category ordinal i. children: children[i] denotes a child of category ordinal i. siblings: siblings[i] denotes the sibling of category ordinal i. To traverse the taxonomy tree, you typically start with children[0] (ordinal 0 is reserved for ROOT), and then depends if you want to do DFS or BFS, you call children[children[0]] or siblings[children[0]] and so forth, respectively.
ParallelTaxonomyArrays() - Constructor for class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
Sole constructor.
PARAMETER_VALUE_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
parent - Variable in class org.apache.lucene.index.IndexReaderContext
The reader context for this reader's immediate parent, or null if none
PARENT - Static variable in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
Index values for accessing relatives array.
parents() - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
Returns the parents array, where parents[i] denotes the parent of category ordinal i.
parse(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
Parses a hyphenation pattern file.
parse(File) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
Parses a hyphenation pattern file.
parse(InputSource) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
Parses a hyphenation pattern file.
parse(Class<? extends RSLPStemmerBase>, String) - Static method in class org.apache.lucene.analysis.pt.RSLPStemmerBase
Parse a resource file into an RSLP stemmer description.
parse(Reader) - Method in class org.apache.lucene.analysis.synonym.SolrSynonymParser
 
parse(Reader) - Method in class org.apache.lucene.analysis.synonym.SynonymMap.Parser
Parse the given input, adding synonyms to the inherited SynonymMap.Builder.
parse(Reader) - Method in class org.apache.lucene.analysis.synonym.WordnetSynonymParser
 
parse(Version, String[], String[], Analyzer) - Static method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
Parses a query which searches on the fields specified.
parse(Version, String, String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
Parses a query, searching on the fields specified.
parse(Version, String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryparser.classic.MultiFieldQueryParser
Parses a query, searching on the fields specified.
parse(String) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Parses a query string, returning a Query.
parse(String) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
 
parse(ExtensionQuery) - Method in class org.apache.lucene.queryparser.ext.ParserExtension
Processes the given ExtensionQuery and returns a corresponding Query instance.
parse(CharSequence, CharSequence) - Method in interface org.apache.lucene.queryparser.flexible.core.parser.SyntaxParser
 
parse(String, String) - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Parses a query string to an object, usually some query object.
parse(String, ParsePosition) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
 
parse(CharSequence, CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Parses a query string, returning a QueryNode.
parse(String[], String[], Analyzer) - Static method in class org.apache.lucene.queryparser.flexible.standard.QueryParserUtil
Parses a query which searches on the fields specified.
parse(String, String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryparser.flexible.standard.QueryParserUtil
Parses a query, searching on the fields specified.
parse(String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryparser.flexible.standard.QueryParserUtil
Parses a query, searching on the fields specified.
parse(String, String) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Overrides QueryParserHelper.parse(String, String) so it casts the return object to Query.
parse(String) - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Parses the query text and returns parsed query (or null if empty)
parse(String) - Static method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
parse(InputStream) - Method in class org.apache.lucene.queryparser.xml.CoreParser
 
parse2(String) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
parseByte(BytesRef) - Method in interface org.apache.lucene.search.FieldCache.ByteParser
Deprecated.
Return a single Byte representation of this field's value.
parseDouble(BytesRef) - Method in interface org.apache.lucene.search.FieldCache.DoubleParser
Return an double representation of this field's value.
ParseException - Exception in org.apache.lucene.queryparser.classic
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryparser.classic.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryparser.classic.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.lucene.queryparser.classic.ParseException
Constructor with message.
ParseException - Exception in org.apache.lucene.queryparser.flexible.standard.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryparser.flexible.standard.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryparser.flexible.standard.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(Message) - Constructor for exception org.apache.lucene.queryparser.flexible.standard.parser.ParseException
Constructor with message.
ParseException - Exception in org.apache.lucene.queryparser.surround.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryparser.surround.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryparser.surround.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.lucene.queryparser.surround.parser.ParseException
Constructor with message.
parseFloat(BytesRef) - Method in interface org.apache.lucene.search.FieldCache.FloatParser
Return an float representation of this field's value.
parseInt(BytesRef) - Method in interface org.apache.lucene.search.FieldCache.IntParser
Return an integer representation of this field's value.
parseInt(char[]) - Static method in class org.apache.lucene.util.ArrayUtil
Parses the string argument as if it was an int value and returns the result.
parseInt(char[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Parses a char array into an int.
parseInt(char[], int, int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Parses the string argument as if it was an int value and returns the result.
parseLeniently(String) - Static method in enum org.apache.lucene.util.Version
 
parseLong(BytesRef) - Method in interface org.apache.lucene.search.FieldCache.LongParser
Return an long representation of this field's value.
parser - Variable in class org.apache.lucene.queries.function.valuesource.DoubleFieldSource
 
parser - Variable in class org.apache.lucene.queries.function.valuesource.FloatFieldSource
 
parser - Variable in class org.apache.lucene.queries.function.valuesource.LongFieldSource
 
parser - Variable in class org.apache.lucene.queryparser.xml.CoreParser
 
ParserException - Exception in org.apache.lucene.queryparser.xml
Thrown when the xml queryparser encounters invalid syntax/configuration.
ParserException() - Constructor for exception org.apache.lucene.queryparser.xml.ParserException
 
ParserException(String) - Constructor for exception org.apache.lucene.queryparser.xml.ParserException
 
ParserException(String, Throwable) - Constructor for exception org.apache.lucene.queryparser.xml.ParserException
 
ParserException(Throwable) - Constructor for exception org.apache.lucene.queryparser.xml.ParserException
 
ParserExtension - Class in org.apache.lucene.queryparser.ext
This class represents an extension base class to the Lucene standard QueryParser.
ParserExtension() - Constructor for class org.apache.lucene.queryparser.ext.ParserExtension
 
parseRules(List<String>, NormalizeCharMap.Builder) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
parseSegmentName(String) - Static method in class org.apache.lucene.index.IndexFileNames
Parses the segment name out of the given file name.
parseShort(BytesRef) - Method in interface org.apache.lucene.search.FieldCache.ShortParser
Deprecated.
Return a short representation of this field's value.
parseString(String) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
partial - Variable in class org.apache.lucene.index.CheckIndex.Status
True if we checked only specific segments (CheckIndex.checkIndex(List)) was called with non-null argument).
Passage - Class in org.apache.lucene.search.postingshighlight
Represents a passage (typically a sentence of the document).
Passage() - Constructor for class org.apache.lucene.search.postingshighlight.Passage
 
PassageFormatter - Class in org.apache.lucene.search.postingshighlight
Creates a formatted snippet from the top passages.
PassageFormatter() - Constructor for class org.apache.lucene.search.postingshighlight.PassageFormatter
 
PassageScorer - Class in org.apache.lucene.search.postingshighlight
Ranks passages found by PostingsHighlighter.
PassageScorer() - Constructor for class org.apache.lucene.search.postingshighlight.PassageScorer
Creates PassageScorer with these default values: k1 = 1.2, b = 0.75.
PassageScorer(float, float, float) - Constructor for class org.apache.lucene.search.postingshighlight.PassageScorer
Creates PassageScorer with specified scoring parameters
path - Variable in class org.apache.lucene.facet.FacetField
Path for this field.
path - Variable in class org.apache.lucene.facet.FacetResult
Path whose children were requested.
path - Variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
Facet path for this field.
PathHierarchyTokenizer - Class in org.apache.lucene.analysis.path
Tokenizer for path-like hierarchies.
PathHierarchyTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizer(Reader, int, char) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizer(Reader, char, char) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizer(Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizer(AttributeSource.AttributeFactory, Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizer(Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizer(AttributeSource.AttributeFactory, Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizerFactory - Class in org.apache.lucene.analysis.path
PathHierarchyTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizerFactory
Creates a new PathHierarchyTokenizerFactory
PathQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A PathQueryNode is used to store queries like /company/USA/California /product/shoes/brown.
PathQueryNode(List<PathQueryNode.QueryText>) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
 
PathQueryNode.QueryText - Class in org.apache.lucene.queryparser.flexible.core.nodes
Term text with a beginning and end position
PathQueryNode.QueryText(CharSequence, int, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
 
pathToString(String, String[]) - Static method in class org.apache.lucene.facet.FacetsConfig
Turns a dim + path into an encoded string.
pathToString(String[]) - Static method in class org.apache.lucene.facet.FacetsConfig
Turns a dim + path into an encoded string.
pathToString(String[], int) - Static method in class org.apache.lucene.facet.FacetsConfig
Turns the first length elements of path into an encoded string.
PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
 
PATTERN - Static variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
 
pattern - Variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
 
PatternAnalyzer - Class in org.apache.lucene.analysis.miscellaneous
Deprecated.
(4.0) use the pattern-based analysis in the analysis/pattern package instead.
PatternAnalyzer(Version, Pattern, boolean, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
Constructs a new instance with the given parameters.
PatternCaptureGroupFilterFactory - Class in org.apache.lucene.analysis.pattern
PatternCaptureGroupFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pattern.PatternCaptureGroupFilterFactory
 
PatternCaptureGroupTokenFilter - Class in org.apache.lucene.analysis.pattern
CaptureGroup uses Java regexes to emit multiple tokens - one for each capture group in one or more patterns.
PatternCaptureGroupTokenFilter(TokenStream, boolean, Pattern...) - Constructor for class org.apache.lucene.analysis.pattern.PatternCaptureGroupTokenFilter
 
PatternConsumer - Interface in org.apache.lucene.analysis.compound.hyphenation
This interface is used to connect the XML pattern file parser to the hyphenation tree.
PatternKeywordMarkerFilter - Class in org.apache.lucene.analysis.miscellaneous
Marks terms as keywords via the KeywordAttribute.
PatternKeywordMarkerFilter(TokenStream, Pattern) - Constructor for class org.apache.lucene.analysis.miscellaneous.PatternKeywordMarkerFilter
Create a new PatternKeywordMarkerFilter, that marks the current token as a keyword if the tokens term buffer matches the provided Pattern via the KeywordAttribute.
PatternParser - Class in org.apache.lucene.analysis.compound.hyphenation
A SAX document handler to read and parse hyphenation patterns from a XML file.
PatternParser() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
PatternParser(PatternConsumer) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
PatternReplaceCharFilter - Class in org.apache.lucene.analysis.pattern
CharFilter that uses a regular expression for the target of replace string.
PatternReplaceCharFilter(Pattern, String, Reader) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
PatternReplaceCharFilter(Pattern, String, int, String, Reader) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
Deprecated.
PatternReplaceCharFilterFactory - Class in org.apache.lucene.analysis.pattern
PatternReplaceCharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilterFactory
Creates a new PatternReplaceCharFilterFactory
PatternReplaceFilter - Class in org.apache.lucene.analysis.pattern
A TokenFilter which applies a Pattern to each token in the stream, replacing match occurances with the specified replacement string.
PatternReplaceFilter(TokenStream, Pattern, String, boolean) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceFilter
Constructs an instance to replace either the first, or all occurances
PatternReplaceFilterFactory - Class in org.apache.lucene.analysis.pattern
PatternReplaceFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceFilterFactory
Creates a new PatternReplaceFilterFactory
PatternTokenizer - Class in org.apache.lucene.analysis.pattern
This tokenizer uses regex pattern matching to construct distinct tokens for the input stream.
PatternTokenizer(Reader, Pattern, int) - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizer
creates a new PatternTokenizer returning tokens from group (-1 for split functionality)
PatternTokenizer(AttributeSource.AttributeFactory, Reader, Pattern, int) - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizer
creates a new PatternTokenizer returning tokens from group (-1 for split functionality)
PatternTokenizerFactory - Class in org.apache.lucene.analysis.pattern
Factory for PatternTokenizer.
PatternTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
Creates a new PatternTokenizerFactory
pause(long) - Method in class org.apache.lucene.store.RateLimiter
Pauses, if necessary, to keep the instantaneous IO rate at or below the target.
pause(long) - Method in class org.apache.lucene.store.RateLimiter.SimpleRateLimiter
Pauses, if necessary, to keep the instantaneous IO rate at or below the target.
PAY_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
Filename extension for payloads and offsets.
payload - Variable in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
payload() - Method in class org.apache.lucene.search.suggest.BufferedInputIterator
 
payload() - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
 
payload() - Method in class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
 
payload() - Method in interface org.apache.lucene.search.suggest.InputIterator
An arbitrary byte[] to record per suggestion.
payload - Variable in class org.apache.lucene.search.suggest.Lookup.LookupResult
the key's payload (null if not present)
payload() - Method in class org.apache.lucene.search.suggest.SortedInputIterator
 
payload() - Method in class org.apache.lucene.search.suggest.UnsortedInputIterator
 
PayloadAttribute - Interface in org.apache.lucene.analysis.tokenattributes
The payload of a Token.
PayloadAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of PayloadAttribute.
PayloadAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
Initialize this attribute with no payload.
PayloadAttributeImpl(BytesRef) - Constructor for class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
Initialize this attribute with the given payload.
PayloadEncoder - Interface in org.apache.lucene.analysis.payloads
Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to BytesRef.
payloadField - Variable in class org.apache.lucene.search.suggest.DocumentDictionary
Field to read payload from
PayloadFunction - Class in org.apache.lucene.search.payloads
An abstract class that defines a way for Payload*Query instances to transform the cumulative effects of payload scores for a document.
PayloadFunction() - Constructor for class org.apache.lucene.search.payloads.PayloadFunction
 
PayloadHelper - Class in org.apache.lucene.analysis.payloads
Utility methods for encoding payloads.
PayloadHelper() - Constructor for class org.apache.lucene.analysis.payloads.PayloadHelper
 
PayloadNearQuery - Class in org.apache.lucene.search.payloads
This class is very similar to SpanNearQuery except that it factors in the value of the payloads located at each of the positions where the TermSpans occurs.
PayloadNearQuery(SpanQuery[], int, boolean) - Constructor for class org.apache.lucene.search.payloads.PayloadNearQuery
 
PayloadNearQuery(SpanQuery[], int, boolean, PayloadFunction) - Constructor for class org.apache.lucene.search.payloads.PayloadNearQuery
 
PayloadNearQuery.PayloadNearSpanScorer - Class in org.apache.lucene.search.payloads
 
PayloadNearQuery.PayloadNearSpanScorer(Spans, Weight, Similarity, Similarity.SimScorer) - Constructor for class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
PayloadNearQuery.PayloadNearSpanWeight - Class in org.apache.lucene.search.payloads
 
PayloadNearQuery.PayloadNearSpanWeight(SpanQuery, IndexSearcher) - Constructor for class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanWeight
 
payloads - Variable in class org.apache.lucene.search.suggest.BufferedInputIterator
buffered payload entries
payloadScore - Variable in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
payloadScore - Variable in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
PayloadSpanUtil - Class in org.apache.lucene.search.payloads
Experimental class to get set of payloads for most standard Lucene queries.
PayloadSpanUtil(IndexReaderContext) - Constructor for class org.apache.lucene.search.payloads.PayloadSpanUtil
 
payloadsSeen - Variable in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
PayloadTermQuery - Class in org.apache.lucene.search.payloads
This class is very similar to SpanTermQuery except that it factors in the value of the payload located at each of the positions where the Term occurs.
PayloadTermQuery(Term, PayloadFunction) - Constructor for class org.apache.lucene.search.payloads.PayloadTermQuery
 
PayloadTermQuery(Term, PayloadFunction, boolean) - Constructor for class org.apache.lucene.search.payloads.PayloadTermQuery
 
PayloadTermQuery.PayloadTermWeight - Class in org.apache.lucene.search.payloads
 
PayloadTermQuery.PayloadTermWeight(PayloadTermQuery, IndexSearcher) - Constructor for class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight
 
PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer - Class in org.apache.lucene.search.payloads
 
PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer(TermSpans, Weight, Similarity.SimScorer) - Constructor for class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
payloadToMatch - Variable in class org.apache.lucene.search.spans.SpanNearPayloadCheckQuery
 
payloadToMatch - Variable in class org.apache.lucene.search.spans.SpanPayloadCheckQuery
 
PER_FIELD_FORMAT_KEY - Static variable in class org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat
FieldInfo attribute name used to store the format name for each field.
PER_FIELD_FORMAT_KEY - Static variable in class org.apache.lucene.codecs.perfield.PerFieldPostingsFormat
FieldInfo attribute name used to store the format name for each field.
PER_FIELD_NAME - Static variable in class org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat
Name of this PostingsFormat.
PER_FIELD_NAME - Static variable in class org.apache.lucene.codecs.perfield.PerFieldPostingsFormat
Name of this PostingsFormat.
PER_FIELD_REUSE_STRATEGY - Static variable in class org.apache.lucene.analysis.Analyzer
A predefined Analyzer.ReuseStrategy that reuses components per-field by maintaining a Map of TokenStreamComponent per field name.
PER_FIELD_SUFFIX_KEY - Static variable in class org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat
FieldInfo attribute name used to store the segment suffix name for each field.
PER_FIELD_SUFFIX_KEY - Static variable in class org.apache.lucene.codecs.perfield.PerFieldPostingsFormat
FieldInfo attribute name used to store the segment suffix name for each field.
PerFieldAnalyzerWrapper - Class in org.apache.lucene.analysis.miscellaneous
This analyzer is used to facilitate scenarios where different fields require different analysis techniques.
PerFieldAnalyzerWrapper(Analyzer) - Constructor for class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
Constructs with default analyzer.
PerFieldAnalyzerWrapper(Analyzer, Map<String, Analyzer>) - Constructor for class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
Constructs with default analyzer and a map of analyzers to use for specific fields.
PerFieldDocValuesFormat - Class in org.apache.lucene.codecs.perfield
Enables per field docvalues support.
PerFieldDocValuesFormat() - Constructor for class org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat
Sole constructor.
PerFieldPostingsFormat - Class in org.apache.lucene.codecs.perfield
Enables per field postings support.
PerFieldPostingsFormat() - Constructor for class org.apache.lucene.codecs.perfield.PerFieldPostingsFormat
Sole constructor.
PerFieldSimilarityWrapper - Class in org.apache.lucene.search.similarities
Provides the ability to use a different Similarity for different fields.
PerFieldSimilarityWrapper() - Constructor for class org.apache.lucene.search.similarities.PerFieldSimilarityWrapper
Sole constructor.
perform(HttpServletRequest, HttpServletResponse) - Method in class org.apache.lucene.replicator.http.ReplicationService
Executes the replication task.
PerSessionDirectoryFactory - Class in org.apache.lucene.replicator
A ReplicationClient.SourceDirectoryFactory which returns FSDirectory under a dedicated session directory.
PerSessionDirectoryFactory(File) - Constructor for class org.apache.lucene.replicator.PerSessionDirectoryFactory
Constructor with the given sources mapping.
PersianAnalyzer - Class in org.apache.lucene.analysis.fa
Analyzer for Persian.
PersianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the default stop words: PersianAnalyzer.DEFAULT_STOPWORD_FILE.
PersianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the given stop words
PersianCharFilter - Class in org.apache.lucene.analysis.fa
CharFilter that replaces instances of Zero-width non-joiner with an ordinary space.
PersianCharFilter(Reader) - Constructor for class org.apache.lucene.analysis.fa.PersianCharFilter
 
PersianCharFilterFactory - Class in org.apache.lucene.analysis.fa
Factory for PersianCharFilter.
PersianCharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fa.PersianCharFilterFactory
Creates a new PersianCharFilterFactory
PersianNormalizationFilter - Class in org.apache.lucene.analysis.fa
A TokenFilter that applies PersianNormalizer to normalize the orthography.
PersianNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilter
 
PersianNormalizationFilterFactory - Class in org.apache.lucene.analysis.fa
PersianNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
Creates a new PersianNormalizationFilterFactory
PersianNormalizer - Class in org.apache.lucene.analysis.fa
Normalizer for Persian.
PersianNormalizer() - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizer
 
PersistentSnapshotDeletionPolicy - Class in org.apache.lucene.index
A SnapshotDeletionPolicy which adds a persistence layer so that snapshots can be maintained across the life of an application.
PersistentSnapshotDeletionPolicy(IndexDeletionPolicy, Directory) - Constructor for class org.apache.lucene.index.PersistentSnapshotDeletionPolicy
PersistentSnapshotDeletionPolicy wraps another IndexDeletionPolicy to enable flexible snapshotting, passing IndexWriterConfig.OpenMode.CREATE_OR_APPEND by default.
PersistentSnapshotDeletionPolicy(IndexDeletionPolicy, Directory, IndexWriterConfig.OpenMode) - Constructor for class org.apache.lucene.index.PersistentSnapshotDeletionPolicy
PersistentSnapshotDeletionPolicy wraps another IndexDeletionPolicy to enable flexible snapshotting.
perThreadHardLimitMB - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
Sets the hard upper bound on RAM usage for a single segment, after which the segment is forced to flush.
PForDeltaDocIdSet - Class in org.apache.lucene.util
DocIdSet implementation based on pfor-delta encoding.
PForDeltaDocIdSet.Builder - Class in org.apache.lucene.util
A builder for PForDeltaDocIdSet.
PForDeltaDocIdSet.Builder() - Constructor for class org.apache.lucene.util.PForDeltaDocIdSet.Builder
Sole constructor.
phase1_time - Variable in class org.apache.lucene.index.DocTermOrds
Time for phase1 of the uninvert process.
PhoneticFilter - Class in org.apache.lucene.analysis.phonetic
Create tokens for phonetic matches.
PhoneticFilter(TokenStream, Encoder, boolean) - Constructor for class org.apache.lucene.analysis.phonetic.PhoneticFilter
Creates a PhoneticFilter with the specified encoder, and either adding encoded forms as synonyms (inject=true) or replacing them.
PhoneticFilterFactory - Class in org.apache.lucene.analysis.phonetic
Factory for PhoneticFilter.
PhoneticFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
Creates a new PhoneticFilterFactory
PHRASE_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables PHRASE operator (")
PHRASE_SLOP - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the default phrase slop
PhraseQuery - Class in org.apache.lucene.search
A Query that matches documents containing a particular sequence of terms.
PhraseQuery() - Constructor for class org.apache.lucene.search.PhraseQuery
Constructs an empty phrase query.
PhraseQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a PhraseQuery object from a TokenizedPhraseQueryNode object.
PhraseQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.PhraseQueryNodeBuilder
 
PhraseSlopQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
Query node for PhraseQuery's slop factor.
PhraseSlopQueryNode(QueryNode, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
PhraseSlopQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor removes invalid SlopQueryNode objects in the query node tree.
PhraseSlopQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.PhraseSlopQueryNodeProcessor
 
PKIndexSplitter - Class in org.apache.lucene.index
Split an index based on a Filter.
PKIndexSplitter(Version, Directory, Directory, Directory, Filter) - Constructor for class org.apache.lucene.index.PKIndexSplitter
Split an index based on a Filter.
PKIndexSplitter(Directory, Directory, Directory, Filter, IndexWriterConfig, IndexWriterConfig) - Constructor for class org.apache.lucene.index.PKIndexSplitter
 
PKIndexSplitter(Version, Directory, Directory, Directory, Term) - Constructor for class org.apache.lucene.index.PKIndexSplitter
Split an index based on a given primary key term and a 'middle' term.
PKIndexSplitter(Directory, Directory, Directory, Term, IndexWriterConfig, IndexWriterConfig) - Constructor for class org.apache.lucene.index.PKIndexSplitter
 
PLAINTEXT_FIELD_NAME - Static variable in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
PlainTextDictionary - Class in org.apache.lucene.search.spell
Dictionary represented by a text file.
PlainTextDictionary(File) - Constructor for class org.apache.lucene.search.spell.PlainTextDictionary
Creates a dictionary based on a File.
PlainTextDictionary(InputStream) - Constructor for class org.apache.lucene.search.spell.PlainTextDictionary
Creates a dictionary based on an inputstream.
PlainTextDictionary(Reader) - Constructor for class org.apache.lucene.search.spell.PlainTextDictionary
Creates a dictionary based on a reader.
PLUS - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
PLUS - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
PolishAnalyzer - Class in org.apache.lucene.analysis.pl
Analyzer for Polish.
PolishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.pl.PolishAnalyzer
Builds an analyzer with the default stop words: PolishAnalyzer.DEFAULT_STOPWORD_FILE.
PolishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.pl.PolishAnalyzer
Builds an analyzer with the given stop words.
PolishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.pl.PolishAnalyzer
Builds an analyzer with the given stop words.
pop() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
 
pop() - Method in class org.apache.lucene.util.PriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
pop_andnot(long[], long[], int, int) - Static method in class org.apache.lucene.util.BitUtil
Returns the popcount or cardinality of A & ~B.
pop_array(long[], int, int) - Static method in class org.apache.lucene.util.BitUtil
Returns the number of set bits in an array of longs.
pop_intersect(long[], long[], int, int) - Static method in class org.apache.lucene.util.BitUtil
Returns the popcount or cardinality of the two sets after an intersection.
pop_union(long[], long[], int, int) - Static method in class org.apache.lucene.util.BitUtil
Returns the popcount or cardinality of the union of two sets.
pop_xor(long[], long[], int, int) - Static method in class org.apache.lucene.util.BitUtil
Returns the popcount or cardinality of A ^ B Neither array is modified.
populateResults(ScoreDoc[], int) - Method in class org.apache.lucene.search.TopDocsCollector
Populates the results array with the ScoreDoc instances.
populateResults(ScoreDoc[], int) - Method in class org.apache.lucene.search.TopFieldCollector
 
PorterStemFilter - Class in org.apache.lucene.analysis.en
Transforms the token stream as per the Porter stemming algorithm.
PorterStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.PorterStemFilter
 
PorterStemFilterFactory - Class in org.apache.lucene.analysis.en
Factory for PorterStemFilter.
PorterStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.PorterStemFilterFactory
Creates a new PorterStemFilterFactory
PorterStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
PorterStemmer() - Constructor for class org.tartarus.snowball.ext.PorterStemmer
 
PortugueseAnalyzer - Class in org.apache.lucene.analysis.pt
Analyzer for Portuguese.
PortugueseAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
Builds an analyzer with the default stop words: PortugueseAnalyzer.DEFAULT_STOPWORD_FILE.
PortugueseAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
Builds an analyzer with the given stop words.
PortugueseAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
Builds an analyzer with the given stop words.
PortugueseLightStemFilter - Class in org.apache.lucene.analysis.pt
A TokenFilter that applies PortugueseLightStemmer to stem Portuguese words.
PortugueseLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilter
 
PortugueseLightStemFilterFactory - Class in org.apache.lucene.analysis.pt
PortugueseLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilterFactory
Creates a new PortugueseLightStemFilterFactory
PortugueseLightStemmer - Class in org.apache.lucene.analysis.pt
Light Stemmer for Portuguese
PortugueseLightStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemmer
 
PortugueseMinimalStemFilter - Class in org.apache.lucene.analysis.pt
A TokenFilter that applies PortugueseMinimalStemmer to stem Portuguese words.
PortugueseMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilter
 
PortugueseMinimalStemFilterFactory - Class in org.apache.lucene.analysis.pt
PortugueseMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilterFactory
Creates a new PortugueseMinimalStemFilterFactory
PortugueseMinimalStemmer - Class in org.apache.lucene.analysis.pt
Minimal Stemmer for Portuguese
PortugueseMinimalStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemmer
 
PortugueseStemFilter - Class in org.apache.lucene.analysis.pt
A TokenFilter that applies PortugueseStemmer to stem Portuguese words.
PortugueseStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilter
 
PortugueseStemFilterFactory - Class in org.apache.lucene.analysis.pt
PortugueseStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilterFactory
Creates a new PortugueseStemFilterFactory
PortugueseStemmer - Class in org.apache.lucene.analysis.pt
Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa) algorithm.
PortugueseStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemmer
 
PortugueseStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
PortugueseStemmer() - Constructor for class org.tartarus.snowball.ext.PortugueseStemmer
 
POS_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
Filename extension for positions.
POS_SEP - Static variable in class org.apache.lucene.analysis.TokenStreamToAutomaton
We create transition between two adjacent tokens.
position - Variable in class org.apache.lucene.search.spans.TermSpans
 
PositionFilter - Class in org.apache.lucene.analysis.position
Deprecated.
(4.4) PositionFilter makes TokenStream graphs inconsistent which can cause highlighting bugs. Its main use-case being to make QueryParser generate boolean queries instead of phrase queries, it is now advised to use QueryParser.setAutoGeneratePhraseQueries(boolean) (for simple cases) or to override QueryParser.newFieldQuery.
PositionFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.position.PositionFilter
Deprecated.
Constructs a PositionFilter that assigns a position increment of zero to all but the first token from the given input stream.
PositionFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.position.PositionFilter
Deprecated.
Constructs a PositionFilter that assigns the given position increment to all but the first token from the given input stream.
PositionFilterFactory - Class in org.apache.lucene.analysis.position
Deprecated.
(4.4)
PositionFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.position.PositionFilterFactory
Deprecated.
Creates a new PositionFilterFactory
positionIncrement - Variable in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
The term's position increment.
PositionIncrementAttribute - Interface in org.apache.lucene.analysis.tokenattributes
Determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.
PositionIncrementAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of PositionIncrementAttribute.
PositionIncrementAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
Initialize this attribute with position increment of 1
PositionLengthAttribute - Interface in org.apache.lucene.analysis.tokenattributes
Determines how many positions this token spans.
PositionLengthAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of PositionLengthAttribute.
PositionLengthAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.PositionLengthAttributeImpl
Initializes this attribute with position length of 1.
PositionSpan - Class in org.apache.lucene.search.highlight
Utility class to record Positions Spans
PositionSpan(int, int) - Constructor for class org.apache.lucene.search.highlight.PositionSpan
 
PositiveIntOutputs - Class in org.apache.lucene.util.fst
An FST Outputs implementation where each output is a non-negative long value.
PositiveScoresOnlyCollector - Class in org.apache.lucene.search
A Collector implementation which wraps another Collector and makes sure only documents with scores > 0 are collected.
PositiveScoresOnlyCollector(Collector) - Constructor for class org.apache.lucene.search.PositiveScoresOnlyCollector
 
posix_madvise(ByteBuffer, int) - Static method in class org.apache.lucene.store.NativePosixUtil
 
postBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
postings - Variable in class org.apache.lucene.search.spans.TermSpans
 
PostingsBaseFormat - Class in org.apache.lucene.codecs
PostingsBaseFormat(String) - Constructor for class org.apache.lucene.codecs.PostingsBaseFormat
Sole constructor.
PostingsConsumer - Class in org.apache.lucene.codecs
Abstract API that consumes postings for an individual term.
PostingsConsumer() - Constructor for class org.apache.lucene.codecs.PostingsConsumer
Sole constructor.
postingsFormat() - Method in class org.apache.lucene.codecs.appending.AppendingCodec
Deprecated.
 
postingsFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes postings
postingsFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
postingsFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
postingsFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
postingsFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
postingsFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
postingsFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
postingsFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
PostingsFormat - Class in org.apache.lucene.codecs
Encodes/decodes terms, postings, and proximity data.
PostingsFormat(String) - Constructor for class org.apache.lucene.codecs.PostingsFormat
Creates a new postings format.
postingsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
PostingsHighlighter - Class in org.apache.lucene.search.postingshighlight
Simple highlighter that does not analyze fields nor use term vectors.
PostingsHighlighter() - Constructor for class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Creates a new highlighter with PostingsHighlighter.DEFAULT_MAX_LENGTH.
PostingsHighlighter(int) - Constructor for class org.apache.lucene.search.postingshighlight.PostingsHighlighter
Creates a new highlighter, specifying maximum content length.
postingsReaderBase(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsBaseFormat
Deprecated.
 
postingsReaderBase(SegmentReadState) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsBaseFormat
 
postingsReaderBase(SegmentReadState) - Method in class org.apache.lucene.codecs.PostingsBaseFormat
Creates the PostingsReaderBase for this format.
PostingsReaderBase - Class in org.apache.lucene.codecs
The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation of DocsEnum and DocsAndPositionsEnum instances.
PostingsReaderBase() - Constructor for class org.apache.lucene.codecs.PostingsReaderBase
Sole constructor.
postingsWriterBase(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsBaseFormat
Deprecated.
 
postingsWriterBase(SegmentWriteState) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsBaseFormat
 
postingsWriterBase(SegmentWriteState) - Method in class org.apache.lucene.codecs.PostingsBaseFormat
Creates the PostingsWriterBase for this format.
PostingsWriterBase - Class in org.apache.lucene.codecs
Extension of PostingsConsumer to support pluggable term dictionaries.
PostingsWriterBase() - Constructor for class org.apache.lucene.codecs.PostingsWriterBase
Sole constructor.
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.NoChildOptimizationQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
This method is invoked for every node when walking up the tree.
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.RemoveDeletedQueryNodesProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.precedence.processors.BooleanModifiersQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AllowLeadingWildcardProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AnalyzerQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BoostQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.FuzzyQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MatchAllDocsQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MultiFieldQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MultiTermRewriteMethodProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.NumericQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.NumericRangeQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.OpenRangeQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.PhraseSlopQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.TermRangeQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.WildcardQueryNodeProcessor
 
postTag - Variable in class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
text that will appear after highlighted terms
postTags - Variable in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
PowFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Function to raise the base "a" to the power "b"
PowFloatFunction(ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.PowFloatFunction
 
pq - Variable in class org.apache.lucene.search.TopDocsCollector
The priority queue which holds the top documents.
pread(FileDescriptor, long, ByteBuffer) - Static method in class org.apache.lucene.store.NativePosixUtil
 
preBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
PRECEDENCE_OPERATORS - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables PRECEDENCE operators: ( and )
PrecedenceQueryNodeProcessorPipeline - Class in org.apache.lucene.queryparser.flexible.precedence.processors
This processor pipeline extends StandardQueryNodeProcessorPipeline and enables boolean precedence on it.
PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler) - Constructor for class org.apache.lucene.queryparser.flexible.precedence.processors.PrecedenceQueryNodeProcessorPipeline
 
PrecedenceQueryParser - Class in org.apache.lucene.queryparser.flexible.precedence
This query parser works exactly as the standard query parser ( StandardQueryParser ), except that it respect the boolean precedence, so <a AND b OR c AND d> is parsed to <(+a +b) (+c +d)> instead of <+a +b +c +d>.
PrecedenceQueryParser() - Constructor for class org.apache.lucene.queryparser.flexible.precedence.PrecedenceQueryParser
 
PrecedenceQueryParser(Analyzer) - Constructor for class org.apache.lucene.queryparser.flexible.precedence.PrecedenceQueryParser
 
preceding(int) - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
PRECISION_STEP_DEFAULT - Static variable in class org.apache.lucene.util.NumericUtils
predicateFunction(T) - Method in class org.apache.lucene.util.FilterIterator
returns true, if this element should be returned by FilterIterator.next().
prefix - Variable in class org.apache.lucene.index.DocTermOrds
If non-null, only terms matching this prefix were indexed.
prefix() - Method in interface org.apache.lucene.sandbox.queries.regex.RegexCapabilities.RegexMatcher
A wise prefix implementation can reduce the term enumeration (and thus increase performance) of RegexQuery dramatically!
PREFIX_LENGTH_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.TruncateTokenFilterFactory
 
PREFIX_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables PREFIX operator (*)
PrefixAndSuffixAwareTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
PrefixAndSuffixAwareTokenFilter(TokenStream, TokenStream, TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
PrefixAwareTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
Joins two token streams and leaves the last token of the first stream available to be used when updating the token values in the second stream based on that token.
PrefixAwareTokenFilter(TokenStream, TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
prefixCodedToInt(BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns an int from prefixCoded bytes.
prefixCodedToLong(BytesRef) - Static method in class org.apache.lucene.util.NumericUtils
Returns a long from prefixCoded bytes.
prefixCompletion(TernaryTreeNode, CharSequence, int) - Method in class org.apache.lucene.search.suggest.tst.TSTAutocomplete
Auto-completes a given prefix query using Depth-First Search with the end of prefix as source node each time finding a new leaf to get a complete key to be added in the suggest list.
prefixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
PrefixFilter - Class in org.apache.lucene.search
A Filter that restricts search results to values that have a matching prefix in a given field.
PrefixFilter(Term) - Constructor for class org.apache.lucene.search.PrefixFilter
 
PrefixOperatorQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
PrefixQuery - Class in org.apache.lucene.search
A Query that matches documents containing terms with a specified prefix.
PrefixQuery(Term) - Constructor for class org.apache.lucene.search.PrefixQuery
Constructs a query for terms starting with prefix.
PREFIXTERM - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
PrefixTermsEnum - Class in org.apache.lucene.search
Subclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter term.
PrefixTermsEnum(TermsEnum, BytesRef) - Constructor for class org.apache.lucene.search.PrefixTermsEnum
 
prefixToString(StringBuilder) - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
PrefixWildcardQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
A PrefixWildcardQueryNode represents wildcardquery that matches abc* or *.
PrefixWildcardQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.PrefixWildcardQueryNode
 
PrefixWildcardQueryNode(FieldQueryNode) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.PrefixWildcardQueryNode
 
PrefixWildcardQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a PrefixQuery object from a PrefixWildcardQueryNode object.
PrefixWildcardQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.PrefixWildcardQueryNodeBuilder
 
prepareCommit() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
prepare most of the work needed for a two-phase commit.
prepareCommit() - Method in class org.apache.lucene.index.IndexWriter
Expert: prepare for commit.
prepareCommit() - Method in interface org.apache.lucene.index.TwoPhaseCommit
The first stage of a 2-phase commit.
prependOutput(T) - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.NoChildOptimizationQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
This method is invoked for every node when walking down the tree.
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.RemoveDeletedQueryNodesProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.precedence.processors.BooleanModifiersQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AllowLeadingWildcardProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AnalyzerQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BoostQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.FuzzyQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MatchAllDocsQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MultiFieldQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MultiTermRewriteMethodProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.NumericQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.NumericRangeQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.OpenRangeQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.PhraseSlopQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.TermRangeQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.WildcardQueryNodeProcessor
 
PRESERVE_ORIGINAL - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Causes original words are preserved and added to the subword list (Defaults to false)

"500-42" => "500" "42" "500-42"

PRESERVE_ORIGINAL - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Causes original words are preserved and added to the subword list (Defaults to false)

"500-42" => "500" "42" "500-42"

PRESERVE_SEP - Static variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
Include this flag in the options parameter to AnalyzingSuggester.AnalyzingSuggester(Analyzer,Analyzer,int,int,int,boolean) to preserve token separators when matching.
preTag - Variable in class org.apache.lucene.search.postingshighlight.DefaultPassageFormatter
text that will appear before highlighted terms
preTags - Variable in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
previous() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
previous() - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
previousValue() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
If another value is available before the current decoding index, return this value and decrease the decoding index by 1.
prevSetBit(int) - Method in class org.apache.lucene.util.FixedBitSet
Returns the index of the last set bit before or on the index specified.
prevSetBit(long) - Method in class org.apache.lucene.util.LongBitSet
Returns the index of the last set bit before or on the index specified.
prevSetBit(int) - Method in class org.apache.lucene.util.OpenBitSet
Returns the index of the first set bit starting downwards at the index specified.
prevSetBit(long) - Method in class org.apache.lucene.util.OpenBitSet
Returns the index of the first set bit starting downwards at the index specified.
PrimaryQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
print(PrintStream) - Method in class org.egothor.stemmer.Row
Write the contents of this Row to the printstream.
printInfo(PrintStream, CharSequence) - Method in class org.egothor.stemmer.MultiTrie
Print the given prefix and the position(s) in the Trie where it appears.
printInfo(PrintStream, CharSequence) - Method in class org.egothor.stemmer.Trie
writes debugging info to the printstream
printStats(PrintStream) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
printStats(PrintStream) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
printStats(TaxonomyReader, PrintStream, boolean) - Static method in class org.apache.lucene.facet.taxonomy.PrintTaxonomyStats
Recursively prints stats for all ordinals.
PrintStreamInfoStream - Class in org.apache.lucene.util
InfoStream implementation over a PrintStream such as System.out.
PrintStreamInfoStream(PrintStream) - Constructor for class org.apache.lucene.util.PrintStreamInfoStream
 
PrintStreamInfoStream(PrintStream, int) - Constructor for class org.apache.lucene.util.PrintStreamInfoStream
 
PrintTaxonomyStats - Class in org.apache.lucene.facet.taxonomy
Prints how many ords are under each dimension.
PrintTaxonomyStats() - Constructor for class org.apache.lucene.facet.taxonomy.PrintTaxonomyStats
Sole constructor.
PriorityQueue<T> - Class in org.apache.lucene.util
A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time.
PriorityQueue(int) - Constructor for class org.apache.lucene.util.PriorityQueue
 
PriorityQueue(int, boolean) - Constructor for class org.apache.lucene.util.PriorityQueue
 
process(String) - Method in class org.apache.lucene.analysis.cn.smart.hhmm.HHMMSegmenter
Return a list of SegToken representing the best segmentation of a sentence
process(QueryNode) - Method in interface org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessor
Processes a query node tree.
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.process(QueryNode).
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.RemoveDeletedQueryNodesProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.precedence.processors.BooleanModifiersQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AllowLeadingWildcardProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AnalyzerQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.GroupQueryNodeProcessor
Deprecated.
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
processChildren(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
This method is called every time a child is processed.
processChildren(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
processChildren(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
processChildren(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MultiFieldQueryNodeProcessor
 
processPayload(Similarity) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
processPayloads(Collection<byte[]>, int, int) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
By default, uses the PayloadFunction to score the payloads, but can be overridden to do other things.
ProductFloatFunction - Class in org.apache.lucene.queries.function.valuesource
ProductFloatFunction returns the product of it's components.
ProductFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.ProductFloatFunction
 
PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
 
PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
 
PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
 
ProximityQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A ProximityQueryNode represents a query where the terms should meet specific distance conditions.
ProximityQueryNode(List<QueryNode>, CharSequence, ProximityQueryNode.Type, int, boolean) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
ProximityQueryNode(List<QueryNode>, CharSequence, ProximityQueryNode.Type, boolean) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
ProximityQueryNode.ProximityType - Class in org.apache.lucene.queryparser.flexible.core.nodes
utility class containing the distance condition and number
ProximityQueryNode.ProximityType(ProximityQueryNode.Type) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.ProximityType
 
ProximityQueryNode.ProximityType(ProximityQueryNode.Type, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.ProximityType
 
ProximityQueryNode.Type - Enum in org.apache.lucene.queryparser.flexible.core.nodes
Distance condition: PARAGRAPH, SENTENCE, or NUMBER
prune(SearcherLifetimeManager.Pruner) - Method in class org.apache.lucene.search.SearcherLifetimeManager
Calls provided SearcherLifetimeManager.Pruner to prune entries.
PUA_EC00_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+EC00 (PRIVATE USE AREA: EC00)
publish(Revision) - Method in class org.apache.lucene.replicator.http.HttpReplicator
 
publish(Revision) - Method in class org.apache.lucene.replicator.LocalReplicator
 
publish(Revision) - Method in interface org.apache.lucene.replicator.Replicator
Publish a new Revision for consumption by clients.
Pulsing41PostingsFormat - Class in org.apache.lucene.codecs.pulsing
Concrete pulsing implementation over Lucene41PostingsFormat.
Pulsing41PostingsFormat() - Constructor for class org.apache.lucene.codecs.pulsing.Pulsing41PostingsFormat
Inlines docFreq=1 terms, otherwise uses the normal "Lucene41" format.
Pulsing41PostingsFormat(int) - Constructor for class org.apache.lucene.codecs.pulsing.Pulsing41PostingsFormat
Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene41" format.
Pulsing41PostingsFormat(int, int, int) - Constructor for class org.apache.lucene.codecs.pulsing.Pulsing41PostingsFormat
Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene41" format.
PulsingPostingsFormat - Class in org.apache.lucene.codecs.pulsing
This postings format "inlines" the postings for terms that have low docFreq.
PulsingPostingsFormat(String, PostingsBaseFormat, int) - Constructor for class org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
 
PulsingPostingsFormat(String, PostingsBaseFormat, int, int, int) - Constructor for class org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
Terms with freq <= freqCutoff are inlined into terms dict.
PulsingPostingsReader - Class in org.apache.lucene.codecs.pulsing
Concrete class that reads the current doc/freq/skip postings format
PulsingPostingsReader(SegmentReadState, PostingsReaderBase) - Constructor for class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
PulsingPostingsReader.PulsingEnumAttribute - Interface in org.apache.lucene.codecs.pulsing
A per-docsenum attribute that stores additional reuse information so that pulsing enums can keep a reference to their wrapped enums, and vice versa.
PulsingPostingsReader.PulsingEnumAttributeImpl - Class in org.apache.lucene.codecs.pulsing
Implementation of PulsingPostingsReader.PulsingEnumAttribute for reuse of wrapped postings readers underneath pulsing.
PulsingPostingsReader.PulsingEnumAttributeImpl() - Constructor for class org.apache.lucene.codecs.pulsing.PulsingPostingsReader.PulsingEnumAttributeImpl
 
PulsingPostingsWriter - Class in org.apache.lucene.codecs.pulsing
Writer for the pulsing format.
PulsingPostingsWriter(SegmentWriteState, int, PostingsWriterBase) - Constructor for class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
If the total number of positions (summed across all docs for this term) is <= maxPositions, then the postings are inlined into terms dict
purgeAllCaches() - Method in interface org.apache.lucene.search.FieldCache
EXPERT: Instructs the FieldCache to forcibly expunge all entries from the underlying caches.
purgeByCacheKey(Object) - Method in interface org.apache.lucene.search.FieldCache
Expert: drops all cache entries associated with this reader IndexReader.getCoreCacheKey().
push(FieldTermStack.TermInfo) - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
 
put(int, byte) - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
put(int, char) - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
put(CharSequence, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
Add the given mapping.
put(Object, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
put(String, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
Add the given mapping.
put(char[], V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
Add the given mapping.
put(FacetLabel, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache
 
put(FacetLabel, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
 
put(FacetLabel, int) - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
Add a category to the cache, with the given ordinal as the value.
put(K, WeightedSpanTerm) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor.PositionCheckingMap
 
put(CharSequence, Object) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Stores a value in the trie.
put(K, V) - Method in class org.apache.lucene.util.DoubleBarrelLRUCache
 
put(K, V) - Method in class org.apache.lucene.util.MapOfSets
Adds val to the Set associated with key in the Map.
put(int) - Method in class org.apache.lucene.util.SentinelIntSet
Puts this integer (key) in the set, and returns the slot index it was added to.
put(K, V) - Method in class org.apache.lucene.util.WeakIdentityMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends WeightedSpanTerm>) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor.PositionCheckingMap
 
putAll(K, Collection<? extends V>) - Method in class org.apache.lucene.util.MapOfSets
Adds multiple vals to the Set associated with key in the Map.
putAttribute(String, String) - Method in class org.apache.lucene.index.FieldInfo
Puts a codec attribute value.
putAttribute(String, String) - Method in class org.apache.lucene.index.SegmentInfo
Deprecated.
no longer supported

Q

qfield - Variable in class org.apache.lucene.queries.function.valuesource.JoinDocFreqValueSource
 
queries - Variable in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
Query(String) - Method in class org.apache.lucene.queryparser.classic.QueryParser
 
Query(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
query - Variable in class org.apache.lucene.search.ConstantScoreQuery
 
query - Variable in class org.apache.lucene.search.MultiTermQueryWrapperFilter
 
Query - Class in org.apache.lucene.search
The abstract base class for queries.
Query() - Constructor for class org.apache.lucene.search.Query
 
query - Variable in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
 
query - Variable in class org.apache.lucene.search.spans.SpanWeight
 
QUERY_FIRST_FILTER_STRATEGY - Static variable in class org.apache.lucene.search.FilteredQuery
A filter strategy that advances the Query or rather its Scorer first and consults the filter DocIdSet for each matched document.
QUERY_TREE_BUILDER_TAGID - Static variable in class org.apache.lucene.queryparser.flexible.core.builders.QueryTreeBuilder
This tag is used to tag the nodes in a query tree with the built objects produced from their own associated builder.
queryAnalyzer - Variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Analyzer used at search time
QueryAutoStopWordAnalyzer - Class in org.apache.lucene.analysis.query
An Analyzer used primarily at query time to wrap another analyzer and provide a layer of protection which prevents very common words from being passed into queries.
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for all indexed fields from terms with a document frequency percentage greater than QueryAutoStopWordAnalyzer.defaultMaxDocFreqPercent
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, int) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for all indexed fields from terms with a document frequency greater than the given maxDocFreq
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, float) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for all indexed fields from terms with a document frequency percentage greater than the given maxPercentDocs
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, Collection<String>, float) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for the given selection of fields from terms with a document frequency percentage greater than the given maxPercentDocs
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, Collection<String>, int) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for the given selection of fields from terms with a document frequency greater than the given maxDocFreq
queryBoost - Variable in class org.apache.lucene.search.similarities.BasicStats
Query's inner boost.
QueryBuilder - Interface in org.apache.lucene.queryparser.flexible.core.builders
This interface is used by implementors classes that builds some kind of object from a query tree.
QueryBuilder - Interface in org.apache.lucene.queryparser.xml
Implemented by objects that produce Lucene Query objects from XML streams.
QueryBuilder - Class in org.apache.lucene.util
Creates queries from the Analyzer chain.
QueryBuilder(Analyzer) - Constructor for class org.apache.lucene.util.QueryBuilder
Creates a new QueryBuilder using the given analyzer.
QueryBuilderFactory - Class in org.apache.lucene.queryparser.xml
Factory for QueryBuilder
QueryBuilderFactory() - Constructor for class org.apache.lucene.queryparser.xml.QueryBuilderFactory
 
QueryConfigHandler - Class in org.apache.lucene.queryparser.flexible.core.config
This class can be used to hold any query configuration and no field configuration.
QueryConfigHandler() - Constructor for class org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
 
queryFactory - Variable in class org.apache.lucene.queryparser.xml.CoreParser
 
QueryNode - Interface in org.apache.lucene.queryparser.flexible.core.nodes
A QueryNode is a interface implemented by all nodes on a QueryNode tree.
QueryNodeError - Error in org.apache.lucene.queryparser.flexible.core
Error class with NLS support
QueryNodeError(Message) - Constructor for error org.apache.lucene.queryparser.flexible.core.QueryNodeError
 
QueryNodeError(Throwable) - Constructor for error org.apache.lucene.queryparser.flexible.core.QueryNodeError
 
QueryNodeError(Message, Throwable) - Constructor for error org.apache.lucene.queryparser.flexible.core.QueryNodeError
 
QueryNodeException - Exception in org.apache.lucene.queryparser.flexible.core
This exception should be thrown if something wrong happens when dealing with QueryNodes.
QueryNodeException(Message) - Constructor for exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
QueryNodeException(Throwable) - Constructor for exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
QueryNodeException(Message, Throwable) - Constructor for exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
QueryNodeImpl - Class in org.apache.lucene.queryparser.flexible.core.nodes
A QueryNodeImpl is the default implementation of the interface QueryNode
QueryNodeImpl() - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
QueryNodeOperation - Class in org.apache.lucene.queryparser.flexible.core.util
Allow joining 2 QueryNode Trees, into one.
QueryNodeParseException - Exception in org.apache.lucene.queryparser.flexible.core
This should be thrown when an exception happens during the query parsing from string to the query node tree.
QueryNodeParseException(Message) - Constructor for exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
QueryNodeParseException(Throwable) - Constructor for exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
QueryNodeParseException(Message, Throwable) - Constructor for exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
QueryNodeProcessor - Interface in org.apache.lucene.queryparser.flexible.core.processors
A QueryNodeProcessor is an interface for classes that process a QueryNode tree.
QueryNodeProcessorImpl - Class in org.apache.lucene.queryparser.flexible.core.processors
This is a default implementation for the QueryNodeProcessor interface, it's an abstract class, so it should be extended by classes that want to process a QueryNode tree.
QueryNodeProcessorImpl() - Constructor for class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
 
QueryNodeProcessorImpl(QueryConfigHandler) - Constructor for class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
 
QueryNodeProcessorPipeline - Class in org.apache.lucene.queryparser.flexible.core.processors
A QueryNodeProcessorPipeline class should be used to build a query node processor pipeline.
QueryNodeProcessorPipeline() - Constructor for class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
Constructs an empty query node processor pipeline.
QueryNodeProcessorPipeline(QueryConfigHandler) - Constructor for class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
Constructs with a QueryConfigHandler object.
queryNorm - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
queryNorm(float) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Implemented as 1/sqrt(sumOfSquaredWeights).
queryNorm(float) - Method in class org.apache.lucene.search.similarities.Similarity
Computes the normalization value for a query given the sum of the normalized weights Similarity.SimWeight.getValueForNormalization() of each of the query terms.
queryNorm(float) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Computes the normalization value for a query given the sum of the squared weights of each of the query terms.
QueryParser - Class in org.apache.lucene.queryparser.classic
This class is generated by JavaCC.
QueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryparser.classic.QueryParser
Create a query parser.
QueryParser(CharStream) - Constructor for class org.apache.lucene.queryparser.classic.QueryParser
Constructor with user supplied CharStream.
QueryParser(QueryParserTokenManager) - Constructor for class org.apache.lucene.queryparser.classic.QueryParser
Constructor with generated Token Manager.
QueryParser - Class in org.apache.lucene.queryparser.surround.parser
This class is generated by JavaCC.
QueryParser() - Constructor for class org.apache.lucene.queryparser.surround.parser.QueryParser
 
QueryParser(CharStream) - Constructor for class org.apache.lucene.queryparser.surround.parser.QueryParser
Constructor with user supplied CharStream.
QueryParser(QueryParserTokenManager) - Constructor for class org.apache.lucene.queryparser.surround.parser.QueryParser
Constructor with generated Token Manager.
QueryParser.Operator - Enum in org.apache.lucene.queryparser.classic
The default operator for parsing queries.
QueryParserBase - Class in org.apache.lucene.queryparser.classic
This class is overridden by QueryParser in QueryParser.jj and acts to separate the majority of the Java code from the .jj grammar file.
QueryParserBase() - Constructor for class org.apache.lucene.queryparser.classic.QueryParserBase
 
QueryParserBase.MethodRemovedUseAnother - Class in org.apache.lucene.queryparser.classic
Do not catch this exception in your code, it means you are using methods that you should no longer use.
QueryParserBase.MethodRemovedUseAnother() - Constructor for class org.apache.lucene.queryparser.classic.QueryParserBase.MethodRemovedUseAnother
 
QueryParserConstants - Interface in org.apache.lucene.queryparser.classic
Token literal values and constants.
QueryParserConstants - Interface in org.apache.lucene.queryparser.surround.parser
Token literal values and constants.
QueryParserHelper - Class in org.apache.lucene.queryparser.flexible.core
This class is a helper for the query parser framework, it does all the three query parser phrases at once: text parsing, query processing and query building.
QueryParserHelper(QueryConfigHandler, SyntaxParser, QueryNodeProcessor, QueryBuilder) - Constructor for class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Creates a query parser helper object using the specified configuration, text parser, processor and builder.
QueryParserMessages - Class in org.apache.lucene.queryparser.flexible.core.messages
Flexible Query Parser message bundle class
QueryParserTokenManager - Class in org.apache.lucene.queryparser.classic
Token Manager.
QueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Constructor.
QueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Constructor.
QueryParserTokenManager - Class in org.apache.lucene.queryparser.surround.parser
Token Manager.
QueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Constructor.
QueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Constructor.
QueryParserUtil - Class in org.apache.lucene.queryparser.flexible.standard
This class defines utility methods to (help) parse query strings into Query objects.
QueryParserUtil() - Constructor for class org.apache.lucene.queryparser.flexible.standard.QueryParserUtil
 
QueryRescorer - Class in org.apache.lucene.search
A Rescorer that uses a provided Query to assign scores to the first-pass hits.
QueryRescorer(Query) - Constructor for class org.apache.lucene.search.QueryRescorer
Sole constructor, passing the 2nd pass query to assign scores to the 1st pass hits.
QueryScorer - Class in org.apache.lucene.search.highlight
Scorer implementation which scores text fragments by the number of unique query terms found.
QueryScorer(Query) - Constructor for class org.apache.lucene.search.highlight.QueryScorer
 
QueryScorer(Query, String) - Constructor for class org.apache.lucene.search.highlight.QueryScorer
 
QueryScorer(Query, IndexReader, String) - Constructor for class org.apache.lucene.search.highlight.QueryScorer
 
QueryScorer(Query, IndexReader, String, String) - Constructor for class org.apache.lucene.search.highlight.QueryScorer
 
QueryScorer(Query, String, String) - Constructor for class org.apache.lucene.search.highlight.QueryScorer
 
QueryScorer(WeightedSpanTerm[]) - Constructor for class org.apache.lucene.search.highlight.QueryScorer
 
QueryTemplateManager - Class in org.apache.lucene.queryparser.xml
Provides utilities for turning query form input (such as from a web page or Swing gui) into Lucene XML queries by using XSL templates.
QueryTemplateManager() - Constructor for class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
QueryTemplateManager(InputStream) - Constructor for class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
QueryTermExtractor - Class in org.apache.lucene.search.highlight
Utility class used to extract the terms used in a query, plus any weights.
QueryTermExtractor() - Constructor for class org.apache.lucene.search.highlight.QueryTermExtractor
 
QueryTermScorer - Class in org.apache.lucene.search.highlight
Scorer implementation which scores text fragments by the number of unique query terms found.
QueryTermScorer(Query) - Constructor for class org.apache.lucene.search.highlight.QueryTermScorer
 
QueryTermScorer(Query, String) - Constructor for class org.apache.lucene.search.highlight.QueryTermScorer
 
QueryTermScorer(Query, IndexReader, String) - Constructor for class org.apache.lucene.search.highlight.QueryTermScorer
 
QueryTermScorer(WeightedTerm[]) - Constructor for class org.apache.lucene.search.highlight.QueryTermScorer
 
QueryTreeBuilder - Class in org.apache.lucene.queryparser.flexible.core.builders
This class should be used when there is a builder for each type of node.
QueryTreeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.core.builders.QueryTreeBuilder
QueryTreeBuilder constructor.
QueryValueSource - Class in org.apache.lucene.queries.function.valuesource
QueryValueSource returns the relevance score of the query
QueryValueSource(Query, float) - Constructor for class org.apache.lucene.queries.function.valuesource.QueryValueSource
 
queryWeight - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
QueryWrapperFilter - Class in org.apache.lucene.search
Constrains search results to only match those which also match a provided query.
QueryWrapperFilter(Query) - Constructor for class org.apache.lucene.search.QueryWrapperFilter
Constructs a filter which only matches documents matching query.
QUOTED - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
QUOTED - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
QUOTED - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
QuotedFieldQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A QuotedFieldQueryNode represents phrase query.
QuotedFieldQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.QuotedFieldQueryNode
 

R

ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.DocValuesProducer
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.codecs.FieldsProducer
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Deprecated.
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.PostingsReaderBase
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.sep.SepPostingsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.StoredFieldsReader
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.codecs.TermVectorsReader
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader.CachedOrds
Returns number of bytes used by this cache entry
ramBytesUsed() - Method in class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader
How many bytes is this cache using?
ramBytesUsed() - Method in class org.apache.lucene.index.MultiDocValues.OrdinalMap
Returns total byte size used by this ordinal map.
ramBytesUsed() - Method in class org.apache.lucene.index.SegmentReader
Returns approximate RAM Bytes used
ramBytesUsed() - Method in class org.apache.lucene.util.packed.AppendingDeltaPackedLongBuffer
 
ramBytesUsed() - Method in class org.apache.lucene.util.packed.BlockPackedReader
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.util.packed.GrowableWriter
 
ramBytesUsed() - Method in class org.apache.lucene.util.packed.MonotonicAppendingLongBuffer
 
ramBytesUsed() - Method in class org.apache.lucene.util.packed.MonotonicBlockPackedReader
Returns the approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.util.packed.PackedInts.NullReader
 
ramBytesUsed() - Method in class org.apache.lucene.util.packed.PackedInts.Reader
Return the in-memory size in bytes.
ramBytesUsed() - Method in class org.apache.lucene.util.PagedBytes
Return approx RAM usage in bytes.
ramBytesUsed() - Method in class org.apache.lucene.util.PagedBytes.Reader
Returns approximate RAM bytes used
ramBytesUsed() - Method in class org.apache.lucene.util.PForDeltaDocIdSet
Return the memory usage of this instance.
ramBytesUsed() - Method in class org.apache.lucene.util.WAH8DocIdSet
Return the memory usage of this class in bytes.
RAMDirectory - Class in org.apache.lucene.store
A memory-resident Directory implementation.
RAMDirectory() - Constructor for class org.apache.lucene.store.RAMDirectory
Constructs an empty Directory.
RAMDirectory(Directory, IOContext) - Constructor for class org.apache.lucene.store.RAMDirectory
Creates a new RAMDirectory instance from a different Directory implementation.
RAMFile - Class in org.apache.lucene.store
Represents a file in RAM as a list of byte[] buffers.
RAMFile() - Constructor for class org.apache.lucene.store.RAMFile
 
RAMInputStream - Class in org.apache.lucene.store
A memory-resident IndexInput implementation.
RAMInputStream(String, RAMFile) - Constructor for class org.apache.lucene.store.RAMInputStream
 
RAMOutputStream - Class in org.apache.lucene.store
A memory-resident IndexOutput implementation.
RAMOutputStream() - Constructor for class org.apache.lucene.store.RAMOutputStream
Construct an empty output buffer.
RAMOutputStream(RAMFile) - Constructor for class org.apache.lucene.store.RAMOutputStream
 
ramSizeInBytes() - Method in class org.apache.lucene.index.IndexWriter
Expert: Return the total size of all index files currently cached in memory.
RamUsageEstimator - Class in org.apache.lucene.util
Estimates the size (memory representation) of Java objects.
RamUsageEstimator.JvmFeature - Enum in org.apache.lucene.util
JVM diagnostic features.
ramUsedInBytes() - Method in class org.apache.lucene.index.DocTermOrds
Returns total bytes used.
RANDOM - Static variable in class org.apache.lucene.store.NativePosixUtil
 
RANDOM_ACCESS_FILTER_STRATEGY - Static variable in class org.apache.lucene.search.FilteredQuery
A FilteredQuery.FilterStrategy that conditionally uses a random access filter if the given DocIdSet supports random access (returns a non-null value from DocIdSet.bits()) and FilteredQuery.RandomAccessFilterStrategy.useRandomAccess(Bits, int) returns true.
RandomAccessOrds - Class in org.apache.lucene.index
Extension of SortedSetDocValues that supports random access to the ordinals of a document.
RandomAccessOrds() - Constructor for class org.apache.lucene.index.RandomAccessOrds
Sole constructor.
RandomSamplingFacetsCollector - Class in org.apache.lucene.facet
Collects hits for subsequent faceting, using sampling if needed.
RandomSamplingFacetsCollector(int) - Constructor for class org.apache.lucene.facet.RandomSamplingFacetsCollector
Constructor with the given sample size and default seed.
RandomSamplingFacetsCollector(int, long) - Constructor for class org.apache.lucene.facet.RandomSamplingFacetsCollector
Constructor with the given sample size and seed.
Range - Class in org.apache.lucene.facet.range
Base class for a single labeled range.
Range(String) - Constructor for class org.apache.lucene.facet.range.Range
Sole constructor.
Range - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
Lexical state.
Range - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
Lexical state.
RANGE_GOOP - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RANGE_GOOP - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGE_QUOTED - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RANGE_QUOTED - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGE_TO - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RANGE_TO - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_END - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RANGEEX_END - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_START - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RANGEEX_START - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RangeFilterBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for TermRangeFilter
RangeFilterBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.RangeFilterBuilder
 
RANGEIN_END - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RANGEIN_END - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_START - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RANGEIN_START - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RangeMapFloatFunction - Class in org.apache.lucene.queries.function.valuesource
RangeMapFloatFunction implements a map function over another ValueSource whose values fall within min and max inclusive to target.
RangeMapFloatFunction(ValueSource, float, float, float, Float) - Constructor for class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
RangeMapFloatFunction(ValueSource, float, float, ValueSource, ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
RangeQueryNode<T extends FieldValuePairQueryNode<?>> - Interface in org.apache.lucene.queryparser.flexible.core.nodes
This interface should be implemented by a QueryNode that represents some kind of range query.
RateLimitedDirectoryWrapper - Class in org.apache.lucene.store
A Directory wrapper that allows IndexOutput rate limiting using IO context specific rate limiters.
RateLimitedDirectoryWrapper(Directory) - Constructor for class org.apache.lucene.store.RateLimitedDirectoryWrapper
 
RateLimiter - Class in org.apache.lucene.store
Abstract base class to rate limit IO.
RateLimiter() - Constructor for class org.apache.lucene.store.RateLimiter
 
RateLimiter.SimpleRateLimiter - Class in org.apache.lucene.store
Simple class to rate limit IO.
RateLimiter.SimpleRateLimiter(double) - Constructor for class org.apache.lucene.store.RateLimiter.SimpleRateLimiter
mbPerSec is the MB/sec max IO rate
raw - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
rawDocs(int[], int, int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
Returns the length in bytes of each raw document in a contiguous range of length numDocs starting with startDocID.
rawNormalizationValue() - Method in class org.apache.lucene.search.similarities.BasicStats
Computes the raw normalization value.
read() - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
 
read(char[], int, int) - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
 
read() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
 
read(char[], int, int) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
 
read(char[], int, int) - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
 
read() - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
 
read(char[], int, int) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
read() - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
read(Directory, String, String, IOContext) - Method in class org.apache.lucene.codecs.FieldInfosReader
Read the FieldInfos previously written with FieldInfosWriter.
read(Directory, String, IOContext) - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoReader
Deprecated.
 
read(Directory, String, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoReader
Deprecated.
 
read(Directory, String, IOContext) - Method in class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoReader
 
read(Directory, String, IOContext) - Method in class org.apache.lucene.codecs.SegmentInfoReader
Read SegmentInfo data from a directory.
read(DataInput, boolean) - Method in class org.apache.lucene.codecs.sep.IntIndexInput.Index
 
read(Directory, String, String, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosReader
 
read(Directory, String, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoReader
 
read(Directory, String) - Method in class org.apache.lucene.index.SegmentInfos
Read a particular segmentFileName.
read(Directory) - Method in class org.apache.lucene.index.SegmentInfos
Find the latest commit (segments_N file) and load all SegmentCommitInfos.
read() - Method in class org.apache.lucene.replicator.IndexInputInputStream
 
read(byte[]) - Method in class org.apache.lucene.replicator.IndexInputInputStream
 
read(byte[], int, int) - Method in class org.apache.lucene.replicator.IndexInputInputStream
 
READ - Static variable in class org.apache.lucene.store.IOContext
 
read(DataInput) - Method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
read(DataInput) - Method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
read(File, Outputs<T>) - Static method in class org.apache.lucene.util.fst.FST
Reads an automaton from a file.
read(DataInput) - Method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
read(DataInput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
read(DataInput) - Method in class org.apache.lucene.util.fst.NoOutputs
 
read(DataInput) - Method in class org.apache.lucene.util.fst.Outputs
Decode an output value previously written with Outputs.write(Object, DataOutput).
read(DataInput) - Method in class org.apache.lucene.util.fst.PairOutputs
 
read(DataInput) - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
read(DataInput) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
read(BytesRef) - Method in class org.apache.lucene.util.OfflineSorter.ByteSequencesReader
Reads the next entry into the provided BytesRef.
read() - Method in class org.apache.lucene.util.OfflineSorter.ByteSequencesReader
Reads the next entry and returns it if successful.
readBlock() - Method in interface org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput.BlockReader
 
readBlock() - Method in interface org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput.BlockReader
 
readBufferSize - Variable in class org.apache.lucene.store.CompoundFileDirectory
 
readByte() - Method in class org.apache.lucene.store.BufferedChecksumIndexInput
 
readByte() - Method in class org.apache.lucene.store.BufferedIndexInput
 
readByte() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
readByte() - Method in class org.apache.lucene.store.DataInput
Reads and returns a single byte.
readByte() - Method in class org.apache.lucene.store.InputStreamDataInput
 
readByte() - Method in class org.apache.lucene.store.RAMInputStream
 
readByte() - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.BufferedChecksumIndexInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.BufferedIndexInput
 
readBytes(byte[], int, int, boolean) - Method in class org.apache.lucene.store.BufferedIndexInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.ByteArrayDataInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.DataInput
Reads a specified number of bytes into an array at the specified offset.
readBytes(byte[], int, int, boolean) - Method in class org.apache.lucene.store.DataInput
Reads a specified number of bytes into an array at the specified offset with control over whether the read should be buffered (callers who have their own buffer should pass in "false" for useBuffer).
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.InputStreamDataInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.RAMInputStream
 
readBytes(long, byte[], int, int) - Method in class org.apache.lucene.util.ByteBlockPool
Reads bytes bytes out of the pool starting at the given offset with the given length into the given byte array at offset off.
readBytes(byte[], int, int) - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataInput
 
readCeilArc(int, FST<T>, FST.Arc<T>, FST.Arc<T>, FST.BytesReader) - Static method in class org.apache.lucene.util.fst.Util
Reads the first arc greater or equal that the given label into the provided arc in place and returns it iff found, otherwise return null.
readChar() - Method in interface org.apache.lucene.queryparser.classic.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.lucene.queryparser.classic.FastCharStream
 
readChar() - Method in interface org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
 
readChar() - Method in interface org.apache.lucene.queryparser.surround.parser.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.lucene.queryparser.surround.parser.FastCharStream
 
reader() - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput
 
reader() - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput
 
reader() - Method in class org.apache.lucene.codecs.sep.IntIndexInput
 
reader() - Method in class org.apache.lucene.index.AtomicReaderContext
 
reader() - Method in class org.apache.lucene.index.CompositeReaderContext
 
reader() - Method in class org.apache.lucene.index.IndexReaderContext
Returns the IndexReader, this context represents.
reader - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
reader - Variable in class org.apache.lucene.search.suggest.DocumentDictionary
IndexReader to load documents from
readerBase(int) - Method in class org.apache.lucene.index.BaseCompositeReader
Helper method for subclasses to get the docBase of the given sub-reader index.
readerContext - Variable in class org.apache.lucene.search.IndexSearcher
 
readerIndex(int) - Method in class org.apache.lucene.index.BaseCompositeReader
Helper method for subclasses to get the corresponding reader for a doc ID
readerIndex - Variable in class org.apache.lucene.index.ReaderSlice
Sub-reader index for this slice.
ReaderManager - Class in org.apache.lucene.index
Utility class to safely share DirectoryReader instances across multiple threads, while periodically reopening.
ReaderManager(IndexWriter, boolean) - Constructor for class org.apache.lucene.index.ReaderManager
Creates and returns a new ReaderManager from the given IndexWriter.
ReaderManager(Directory) - Constructor for class org.apache.lucene.index.ReaderManager
Creates and returns a new ReaderManager from the given Directory.
readerPooling - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
True if readers should be pooled.
readers - Variable in class org.apache.lucene.index.MergeState
Readers being merged.
ReaderSlice - Class in org.apache.lucene.index
Subreader slice from a parent composite reader.
ReaderSlice(int, int, int) - Constructor for class org.apache.lucene.index.ReaderSlice
Sole constructor.
ReaderUtil - Class in org.apache.lucene.index
Common util methods for dealing with IndexReaders and IndexReaderContexts.
readerValue() - Method in class org.apache.lucene.document.Field
The value of the field as a Reader, or null.
readerValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
readerValue() - Method in interface org.apache.lucene.index.IndexableField
Non-null if this field has a Reader value
readFinalOutput(DataInput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
readFinalOutput(DataInput) - Method in class org.apache.lucene.util.fst.Outputs
Decode an output value previously written with Outputs.writeFinalOutput(Object, DataOutput).
readFirstRealTargetArc(long, FST.Arc<T>, FST.BytesReader) - Method in class org.apache.lucene.util.fst.FST
 
readFirstTargetArc(FST.Arc<T>, FST.Arc<T>, FST.BytesReader) - Method in class org.apache.lucene.util.fst.FST
Follow the follow arc and read the first arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
readHeader(IndexInput) - Method in class org.apache.lucene.codecs.appending.AppendingTermsReader
Deprecated.
 
readHeader(IndexInput) - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
Reads terms file header.
readHeader(DataInput) - Static method in class org.apache.lucene.util.packed.PackedInts
Expert: reads only the metadata from a stream.
readIndexHeader(IndexInput) - Method in class org.apache.lucene.codecs.appending.AppendingTermsReader
Deprecated.
 
readIndexHeader(IndexInput) - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
Reads index file header.
readInt() - Method in class org.apache.lucene.store.BufferedIndexInput
 
readInt() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
readInt() - Method in class org.apache.lucene.store.DataInput
Reads four bytes and returns an int.
readInt() - Method in class org.apache.lucene.util.IntBlockPool.SliceReader
Reads the next int from the current slice and returns it.
readInternal(byte[], int, int) - Method in class org.apache.lucene.store.BufferedIndexInput
Expert: implements buffer refill.
readInternal(byte[], int, int) - Method in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
readInternal(byte[], int, int) - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
IndexInput methods
readLastTargetArc(FST.Arc<T>, FST.Arc<T>, FST.BytesReader) - Method in class org.apache.lucene.util.fst.FST
Follows the follow arc and reads the last arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
readLegacyInfos(SegmentInfos, Directory, IndexInput, int) - Static method in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoReader
Deprecated.
 
readLiveDocs(Directory, SegmentCommitInfo, IOContext) - Method in class org.apache.lucene.codecs.LiveDocsFormat
Read live docs bits.
readLiveDocs(Directory, SegmentCommitInfo, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat
 
readLiveDocs(Directory, SegmentCommitInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
readLong() - Method in class org.apache.lucene.store.BufferedIndexInput
 
readLong() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
readLong() - Method in class org.apache.lucene.store.DataInput
Reads eight bytes and returns a long.
readLong(int) - Method in class org.apache.lucene.util.packed.PackedDataInput
Read the next long using exactly bitsPerValue bits.
readNextArc(FST.Arc<T>, FST.BytesReader) - Method in class org.apache.lucene.util.fst.FST
In-place read; returns the arc.
readNextArcLabel(FST.Arc<T>, FST.BytesReader) - Method in class org.apache.lucene.util.fst.FST
Peeks at next arc's label; does not alter arc.
readNextRealArc(FST.Arc<T>, FST.BytesReader) - Method in class org.apache.lucene.util.fst.FST
Never returns null, but you should never call this if arc.isLast() is true.
readOnce - Variable in class org.apache.lucene.store.IOContext
 
READONCE - Static variable in class org.apache.lucene.store.IOContext
 
readPayload - Variable in class org.apache.lucene.search.spans.TermSpans
 
readRootArcs(FST.Arc<T>[]) - Method in class org.apache.lucene.util.fst.FST
 
readShort() - Method in class org.apache.lucene.store.BufferedIndexInput
 
readShort() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
readShort() - Method in class org.apache.lucene.store.DataInput
Reads two bytes and returns a short.
readSkipData(int, IndexInput) - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
 
readSkipData(int, IndexInput) - Method in class org.apache.lucene.codecs.MultiLevelSkipListReader
Subclasses must implement the actual skip data encoding in this method.
readString() - Method in class org.apache.lucene.store.DataInput
Reads a string.
readStringSet() - Method in class org.apache.lucene.store.DataInput
Reads a Set<String> previously written with DataOutput.writeStringSet(Set).
readStringStringMap() - Method in class org.apache.lucene.store.DataInput
Reads a Map<String,String> previously written with DataOutput.writeStringStringMap(Map).
readTime - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
time spent in i/o read (in milliseconds)
readToken(StringBuilder) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
readVInt() - Method in class org.apache.lucene.store.BufferedIndexInput
 
readVInt() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
readVInt() - Method in class org.apache.lucene.store.DataInput
Reads an int stored in variable-length format.
readVLong() - Method in class org.apache.lucene.store.BufferedIndexInput
 
readVLong() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
readVLong() - Method in class org.apache.lucene.store.DataInput
Reads a long stored in variable-length format.
realPrefixLength - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
reap() - Method in class org.apache.lucene.util.WeakIdentityMap
This method manually cleans up the reference queue to remove all garbage collected key/value pairs from the map.
ReciprocalFloatFunction - Class in org.apache.lucene.queries.function.valuesource
ReciprocalFloatFunction implements a reciprocal function f(x) = a/(mx+b), based on the float value of a field or function as exported by ValueSource.
ReciprocalFloatFunction(ValueSource, float, float, float) - Constructor for class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
f(source) = a/(m*float(source)+b)
recompose(List<SrndQuery>) - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
record(IndexSearcher) - Method in class org.apache.lucene.search.SearcherLifetimeManager
Records that you are now using this IndexSearcher.
recycleByteBlocks(byte[][], int, int) - Method in class org.apache.lucene.util.ByteBlockPool.Allocator
 
recycleByteBlocks(List<byte[]>) - Method in class org.apache.lucene.util.ByteBlockPool.Allocator
 
recycleByteBlocks(byte[][], int, int) - Method in class org.apache.lucene.util.ByteBlockPool.DirectAllocator
 
recycleByteBlocks(byte[][], int, int) - Method in class org.apache.lucene.util.ByteBlockPool.DirectTrackingAllocator
 
recycleByteBlocks(byte[][], int, int) - Method in class org.apache.lucene.util.RecyclingByteBlockAllocator
 
recycleIntBlocks(int[][], int, int) - Method in class org.apache.lucene.util.IntBlockPool.Allocator
 
recycleIntBlocks(int[][], int, int) - Method in class org.apache.lucene.util.IntBlockPool.DirectAllocator
 
recycleIntBlocks(int[][], int, int) - Method in class org.apache.lucene.util.RecyclingIntBlockAllocator
 
RecyclingByteBlockAllocator - Class in org.apache.lucene.util
A ByteBlockPool.Allocator implementation that recycles unused byte blocks in a buffer and reuses them in subsequent calls to RecyclingByteBlockAllocator.getByteBlock().
RecyclingByteBlockAllocator(int, int, Counter) - Constructor for class org.apache.lucene.util.RecyclingByteBlockAllocator
RecyclingByteBlockAllocator(int, int) - Constructor for class org.apache.lucene.util.RecyclingByteBlockAllocator
RecyclingByteBlockAllocator() - Constructor for class org.apache.lucene.util.RecyclingByteBlockAllocator
RecyclingIntBlockAllocator - Class in org.apache.lucene.util
A IntBlockPool.Allocator implementation that recycles unused int blocks in a buffer and reuses them in subsequent calls to RecyclingIntBlockAllocator.getIntBlock().
RecyclingIntBlockAllocator(int, int, Counter) - Constructor for class org.apache.lucene.util.RecyclingIntBlockAllocator
RecyclingIntBlockAllocator(int, int) - Constructor for class org.apache.lucene.util.RecyclingIntBlockAllocator
RecyclingIntBlockAllocator() - Constructor for class org.apache.lucene.util.RecyclingIntBlockAllocator
Creates a new RecyclingIntBlockAllocator with a block size of IntBlockPool.INT_BLOCK_SIZE, upper buffered docs limit of RecyclingIntBlockAllocator.DEFAULT_BUFFERED_BLOCKS (64).
reduce() - Method in class org.apache.lucene.util.automaton.Automaton
Reduces this automaton.
reduce() - Method in class org.apache.lucene.util.automaton.State
Reduces this state.
reduce(Reduce) - Method in class org.egothor.stemmer.MultiTrie
Remove empty rows from the given Trie and return the newly reduced Trie.
reduce(Reduce) - Method in class org.egothor.stemmer.MultiTrie2
Remove empty rows from the given Trie and return the newly reduced Trie.
Reduce - Class in org.egothor.stemmer
The Reduce object is used to remove gaps in a Trie which stores a dictionary.
Reduce() - Constructor for class org.egothor.stemmer.Reduce
Constructor for the Reduce object.
reduce(Reduce) - Method in class org.egothor.stemmer.Trie
Remove empty rows from the given Trie and return the newly reduced Trie.
RefCount<T> - Class in org.apache.lucene.util
Manages reference counting for a given object.
RefCount(T) - Constructor for class org.apache.lucene.util.RefCount
 
refCounts - Variable in class org.apache.lucene.index.SnapshotDeletionPolicy
Records how many snapshots are held against each commit generation
ReferenceManager<G> - Class in org.apache.lucene.search
Utility class to safely share instances of a certain type across multiple threads, while periodically refreshing them.
ReferenceManager() - Constructor for class org.apache.lucene.search.ReferenceManager
 
ReferenceManager.RefreshListener - Interface in org.apache.lucene.search
Use to receive notification when a refresh has finished.
reflect(Class<? extends Attribute>, String, Object) - Method in interface org.apache.lucene.util.AttributeReflector
This method gets called for every property in an AttributeImpl/AttributeSource passing the class name of the Attribute, a key and the actual value.
reflectAsString(boolean) - Method in class org.apache.lucene.util.AttributeImpl
This method returns the current attribute values as a string in the following format by calling the AttributeImpl.reflectWith(AttributeReflector) method: iff prependAttClass=true: "AttributeClass#key=value,AttributeClass#key=value" iff prependAttClass=false: "key=value,key=value"
reflectAsString(boolean) - Method in class org.apache.lucene.util.AttributeSource
This method returns the current attribute values as a string in the following format by calling the AttributeSource.reflectWith(AttributeReflector) method: iff prependAttClass=true: "AttributeClass#key=value,AttributeClass#key=value" iff prependAttClass=false: "key=value,key=value"
reflectWith(AttributeReflector) - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
reflectWith(AttributeReflector) - Method in class org.apache.lucene.analysis.Token
 
reflectWith(AttributeReflector) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
reflectWith(AttributeReflector) - Method in class org.apache.lucene.util.AttributeImpl
This method is for introspection of attributes, it should simply add the key/values this attribute holds to the given AttributeReflector.
reflectWith(AttributeReflector) - Method in class org.apache.lucene.util.AttributeSource
This method is for introspection of attributes, it should simply add the key/values this AttributeSource holds to the given AttributeReflector.
refresh() - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Reopens the underlying searcher; it's best to "batch up" many additions/updates, and then call refresh once in the end.
refreshIfNeeded(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
 
refreshIfNeeded(DirectoryReader) - Method in class org.apache.lucene.index.ReaderManager
 
refreshIfNeeded(G) - Method in class org.apache.lucene.search.ReferenceManager
Refresh the given reference if needed.
refreshIfNeeded(IndexSearcher) - Method in class org.apache.lucene.search.SearcherManager
 
RegexCapabilities - Interface in org.apache.lucene.sandbox.queries.regex
Defines basic operations needed by RegexQuery for a regular expression implementation.
RegexCapabilities.RegexMatcher - Interface in org.apache.lucene.sandbox.queries.regex
Interface for basic regex matching.
RegExp - Class in org.apache.lucene.util.automaton
Regular Expression extension to Automaton.
RegExp(String) - Constructor for class org.apache.lucene.util.automaton.RegExp
Constructs new RegExp from a string.
RegExp(String, int) - Constructor for class org.apache.lucene.util.automaton.RegExp
Constructs new RegExp from a string.
RegexpQuery - Class in org.apache.lucene.search
A fast regular expression query based on the org.apache.lucene.util.automaton package.
RegexpQuery(Term) - Constructor for class org.apache.lucene.search.RegexpQuery
Constructs a query for terms matching term.
RegexpQuery(Term, int) - Constructor for class org.apache.lucene.search.RegexpQuery
Constructs a query for terms matching term.
RegexpQuery(Term, int, AutomatonProvider) - Constructor for class org.apache.lucene.search.RegexpQuery
Constructs a query for terms matching term.
RegexpQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
A RegexpQueryNode represents RegexpQuery query Examples: /[a-z]|[0-9]/
RegexpQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
RegexpQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a RegexpQuery object from a RegexpQueryNode object.
RegexpQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.RegexpQueryNodeBuilder
 
REGEXPTERM - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
REGEXPTERM - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RegexQuery - Class in org.apache.lucene.sandbox.queries.regex
Implements the regular expression term search query.
RegexQuery(Term) - Constructor for class org.apache.lucene.sandbox.queries.regex.RegexQuery
Constructs a query for terms matching term.
RegexQueryCapable - Interface in org.apache.lucene.sandbox.queries.regex
Defines methods for regular expression supporting Querys to use.
RegexTermsEnum - Class in org.apache.lucene.sandbox.queries.regex
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.
RegexTermsEnum(TermsEnum, Term, RegexCapabilities) - Constructor for class org.apache.lucene.sandbox.queries.regex.RegexTermsEnum
 
register(TermState, int, int, long) - Method in class org.apache.lucene.index.TermContext
Registers and associates a TermState with an leaf ordinal.
registerParentReader(IndexReader) - Method in class org.apache.lucene.index.IndexReader
Expert: This method is called by IndexReaders which wrap other readers (e.g.
rehash() - Method in class org.apache.lucene.util.SentinelIntSet
(internal) Rehashes by doubling int[] key and filling with the old values.
rehashCount - Variable in class org.apache.lucene.util.SentinelIntSet
the count at which a rehash should be done
reinit(char[], int, int, int, int, String) - Method in class org.apache.lucene.analysis.Token
reinit(char[], int, int, int, int) - Method in class org.apache.lucene.analysis.Token
reinit(String, int, int, String) - Method in class org.apache.lucene.analysis.Token
reinit(String, int, int, int, int, String) - Method in class org.apache.lucene.analysis.Token
reinit(String, int, int) - Method in class org.apache.lucene.analysis.Token
reinit(String, int, int, int, int) - Method in class org.apache.lucene.analysis.Token
reinit(Token) - Method in class org.apache.lucene.analysis.Token
Copy the prototype token's fields into this one.
reinit(Token, String) - Method in class org.apache.lucene.analysis.Token
Copy the prototype token's fields into this one, with a different term.
reinit(Token, char[], int, int) - Method in class org.apache.lucene.analysis.Token
Copy the prototype token's fields into this one, with a different term.
ReInit(CharStream) - Method in class org.apache.lucene.queryparser.classic.QueryParser
Reinitialise.
ReInit(QueryParserTokenManager) - Method in class org.apache.lucene.queryparser.classic.QueryParser
Reinitialise.
ReInit(CharStream) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
ReInit(CharStream) - Method in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Reinitialise parser.
ReInit(CharStream) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(StandardSyntaxParserTokenManager) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(CharStream) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Reinitialise parser.
ReInit(CharStream) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
Reinitialise.
ReInit(QueryParserTokenManager) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
Reinitialise.
ReInit(CharStream) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Reinitialise parser.
reinit() - Method in class org.apache.lucene.util.BytesRefHash
reinitializes the BytesRefHash after a previous BytesRefHash.clear() call.
relationship - Variable in class org.apache.lucene.search.Scorer.ChildScorer
An arbitrary string relating this scorer to the parent.
relatives - Variable in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
The relative nodes.
release(IndexCommit) - Method in class org.apache.lucene.index.PersistentSnapshotDeletionPolicy
Deletes a snapshotted commit.
release(long) - Method in class org.apache.lucene.index.PersistentSnapshotDeletionPolicy
Deletes a snapshotted commit by generation.
release(IndexCommit) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Release a snapshotted commit.
release(String) - Method in class org.apache.lucene.replicator.http.HttpReplicator
 
release() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
release() - Method in class org.apache.lucene.replicator.IndexRevision
 
release(String) - Method in class org.apache.lucene.replicator.LocalReplicator
 
release(String) - Method in interface org.apache.lucene.replicator.Replicator
Notify that the specified SessionToken is no longer needed by the caller.
release() - Method in interface org.apache.lucene.replicator.Revision
Called when this revision can be safely released, i.e.
release(G) - Method in class org.apache.lucene.search.ReferenceManager
Release the reference previously obtained via ReferenceManager.acquire().
release(IndexSearcher) - Method in class org.apache.lucene.search.SearcherLifetimeManager
Release a searcher previously obtained from SearcherLifetimeManager.acquire(long).
release() - Method in class org.apache.lucene.util.RefCount
Called when reference counting hits 0.
releaseGen(long) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Release a snapshot by generation.
RELEVANCE - Static variable in class org.apache.lucene.search.Sort
Represents sorting by computed relevance.
reload(ClassLoader) - Method in class org.apache.lucene.util.NamedSPILoader
Reloads the internal SPI list from the given ClassLoader.
reloadCharFilters(ClassLoader) - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
Reloads the factory list from the given ClassLoader.
reloadCodecs(ClassLoader) - Static method in class org.apache.lucene.codecs.Codec
Reloads the codec list from the given ClassLoader.
reloadDocValuesFormats(ClassLoader) - Static method in class org.apache.lucene.codecs.DocValuesFormat
Reloads the DocValues format list from the given ClassLoader.
reloadPostingsFormats(ClassLoader) - Static method in class org.apache.lucene.codecs.PostingsFormat
Reloads the postings format list from the given ClassLoader.
reloadTokenFilters(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
Reloads the factory list from the given ClassLoader.
reloadTokenizers(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
Reloads the factory list from the given ClassLoader.
remove() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
 
remove(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
 
remove(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
remove(String[]) - Method in class org.apache.lucene.index.IndexSplitter
 
remove(SegmentCommitInfo) - Method in class org.apache.lucene.index.SegmentInfos
Remove the provided SegmentCommitInfo.
remove(Object) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
remove(int) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
remove(String) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Removes the value indexed by key.
remove() - Method in class org.apache.lucene.util.FilterIterator
 
remove() - Method in class org.apache.lucene.util.MergedIterator
 
remove(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
Remove all elements set in other.
remove() - Method in class org.apache.lucene.util.SPIClassIterator
 
remove(Object) - Method in class org.apache.lucene.util.WeakIdentityMap
Removes the mapping for a key from this weak hash map if it is present.
removeAll(Collection<?>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
removeCoreClosedListener(SegmentReader.CoreClosedListener) - Method in class org.apache.lucene.index.SegmentReader
Expert: removes a CoreClosedListener from this reader's shared core
removeDeadTransitions() - Method in class org.apache.lucene.util.automaton.Automaton
Removes transitions to dead states and calls Automaton.reduce().
RemoveDeletedQueryNodesProcessor - Class in org.apache.lucene.queryparser.flexible.core.processors
A QueryNodeProcessorPipeline class removes every instance of DeletedQueryNode from a query node tree.
RemoveDeletedQueryNodesProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.core.processors.RemoveDeletedQueryNodesProcessor
 
RemoveDuplicatesTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.
RemoveDuplicatesTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
Creates a new RemoveDuplicatesTokenFilter
RemoveDuplicatesTokenFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
RemoveDuplicatesTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilterFactory
Creates a new RemoveDuplicatesTokenFilterFactory
removeEldestEntry(Map.Entry<K, V>) - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
 
RemoveEmptyNonLeafQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processor removes every QueryNode that is not a leaf and has not children.
RemoveEmptyNonLeafQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
removeField(String) - Method in class org.apache.lucene.document.Document
Removes field with the specified name from the document.
removeFields(String) - Method in class org.apache.lucene.document.Document
Removes all fields with the given name from the document.
removeFromParent() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
Removes this query node from its parent.
removeFromParent() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
removeListener(ReferenceManager.RefreshListener) - Method in class org.apache.lucene.search.ReferenceManager
Remove a listener added with ReferenceManager.addListener(RefreshListener).
removeReaderClosedListener(IndexReader.ReaderClosedListener) - Method in class org.apache.lucene.index.IndexReader
Expert: remove a previously added IndexReader.ReaderClosedListener.
renameFile(String, String) - Method in class org.apache.lucene.store.CompoundFileDirectory
Not implemented
repeat() - Method in class org.apache.lucene.util.automaton.Automaton
repeat(int) - Method in class org.apache.lucene.util.automaton.Automaton
repeat(int, int) - Method in class org.apache.lucene.util.automaton.Automaton
repeat(Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts the Kleene star (zero or more concatenated repetitions) of the language of the given automaton.
repeat(Automaton, int) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts min or more concatenated repetitions of the language of the given automaton.
repeat(Automaton, int, int) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts between min and max (including both) concatenated repetitions of the language of the given automaton.
replace(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
replace_s(int, int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
replaceLast(int, Builder.Node, T, boolean) - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
replacement - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
replaceTaxonomy(Directory) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Replaces the current taxonomy with the given one.
replay(Collector) - Method in class org.apache.lucene.search.CachingCollector
Replays the cached doc IDs (and scores) to the given Collector.
REPLICATE_FILENAME_PARAM - Static variable in class org.apache.lucene.replicator.http.ReplicationService
Request parameter name for providing the file's name.
REPLICATE_SESSION_ID_PARAM - Static variable in class org.apache.lucene.replicator.http.ReplicationService
Request parameter name for providing a session ID.
REPLICATE_SOURCE_PARAM - Static variable in class org.apache.lucene.replicator.http.ReplicationService
Request parameter name for providing the file's source.
REPLICATE_VERSION_PARAM - Static variable in class org.apache.lucene.replicator.http.ReplicationService
Request parameter name for providing the revision version.
REPLICATION_CONTEXT - Static variable in class org.apache.lucene.replicator.http.ReplicationService
The context path for the servlet.
ReplicationClient - Class in org.apache.lucene.replicator
A client which monitors and obtains new revisions from a Replicator.
ReplicationClient(Replicator, ReplicationClient.ReplicationHandler, ReplicationClient.SourceDirectoryFactory) - Constructor for class org.apache.lucene.replicator.ReplicationClient
Constructor.
ReplicationClient.ReplicationHandler - Interface in org.apache.lucene.replicator
Handler for revisions obtained by the client.
ReplicationClient.SourceDirectoryFactory - Interface in org.apache.lucene.replicator
Resolves a session and source into a Directory to use for copying the session files to.
ReplicationService - Class in org.apache.lucene.replicator.http
A server-side service for handling replication requests.
ReplicationService(Map<String, Replicator>) - Constructor for class org.apache.lucene.replicator.http.ReplicationService
 
ReplicationService.ReplicationAction - Enum in org.apache.lucene.replicator.http
Actions supported by the ReplicationService.
Replicator - Interface in org.apache.lucene.replicator
An interface for replicating files.
require(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
require(Map<String, String>, String, Collection<String>) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
require(Map<String, String>, String, Collection<String>, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requireBoolean(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requireChar(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requiredFiles(Map<String, List<RevisionFile>>) - Method in class org.apache.lucene.replicator.ReplicationClient
Returns the files required for replication.
requireDimCount - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
True if the count/aggregate for the entire dimension is required, which is unusual (default is false).
requireFloat(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requireInt(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
rescore(IndexSearcher, TopDocs, int) - Method in class org.apache.lucene.search.QueryRescorer
 
rescore(IndexSearcher, TopDocs, Query, double, int) - Static method in class org.apache.lucene.search.QueryRescorer
Sugar API, calling {#rescore} using a simple linear combination of firstPassScore + weight * secondPassScore
rescore(IndexSearcher, TopDocs, int) - Method in class org.apache.lucene.search.Rescorer
Rescore an initial first-pass TopDocs.
rescore(IndexSearcher, TopDocs, int) - Method in class org.apache.lucene.search.SortRescorer
 
Rescorer - Class in org.apache.lucene.search
Re-scores the topN results (TopDocs) from an original query.
Rescorer() - Constructor for class org.apache.lucene.search.Rescorer
 
reserve(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
reset() - Method in class org.apache.lucene.analysis.CachingTokenFilter
Rewinds the iterator to the beginning of the cached list.
reset() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
 
reset() - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilter
 
reset() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer
 
reset() - Method in class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.cn.smart.WordTokenFilter
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilter
This method is called by a consumer before it begins consumption using TokenStream.incrementToken().
reset() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
This method is called by a consumer before it begins consumption using TokenStream.incrementToken().
reset() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
reset() - Method in class org.apache.lucene.analysis.core.KeywordTokenizer
 
reset() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilter
This method is called by a consumer before it begins consumption using TokenStream.incrementToken().
reset() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
This method is called by a consumer before it begins consumption using TokenStream.incrementToken().
reset() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
This method is called by a consumer before it begins consumption using TokenStream.incrementToken().
reset() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
reset() - Method in class org.apache.lucene.analysis.NumericTokenStream
 
reset() - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
reset() - Method in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
reset() - Method in class org.apache.lucene.analysis.pattern.PatternCaptureGroupTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.pattern.PatternTokenizer
 
reset() - Method in class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
 
reset() - Method in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilter
 
reset() - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilter
 
reset() - Method in class org.apache.lucene.analysis.position.PositionFilter
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
reset() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter
reset() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream
 
reset() - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
reset() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
reset() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
reset() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
reset() - Method in class org.apache.lucene.analysis.synonym.SynonymFilter
 
reset() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
Deprecated.
 
reset() - Method in class org.apache.lucene.analysis.TokenFilter
This method is called by a consumer before it begins consumption using TokenStream.incrementToken().
reset() - Method in class org.apache.lucene.analysis.Tokenizer
 
reset() - Method in class org.apache.lucene.analysis.TokenStream
This method is called by a consumer before it begins consumption using TokenStream.incrementToken().
reset() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
Resets the CharacterBuffer.
reset() - Method in class org.apache.lucene.analysis.util.CharTokenizer
 
reset() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
reset(Reader) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
Clear array and switch to new reader.
reset() - Method in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
 
reset() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
reset() - Method in class org.apache.lucene.index.memory.MemoryIndex
Resets the MemoryIndex to its initial state and recycles all internal buffers.
reset(MultiDocsAndPositionsEnum.EnumWithSlice[], int) - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
Rre-use and reset this instance on the provided slices.
reset(MultiTermsEnum.TermsEnumIndex[]) - Method in class org.apache.lucene.index.MultiTermsEnum
The terms array must be newly created TermsEnum, ie BytesRefIterator.next() has not yet been called.
reset() - Method in class org.apache.lucene.search.highlight.OffsetLimitTokenFilter
 
reset() - Method in class org.apache.lucene.search.highlight.TokenStreamFromTermPositionVector
 
reset() - Method in class org.apache.lucene.search.suggest.analyzing.SuggestStopFilter
 
reset() - Method in class org.apache.lucene.store.BufferedChecksum
 
reset(byte[]) - Method in class org.apache.lucene.store.ByteArrayDataInput
 
reset(byte[], int, int) - Method in class org.apache.lucene.store.ByteArrayDataInput
 
reset(byte[]) - Method in class org.apache.lucene.store.ByteArrayDataOutput
 
reset(byte[], int, int) - Method in class org.apache.lucene.store.ByteArrayDataOutput
 
reset() - Method in class org.apache.lucene.store.RAMOutputStream
Resets this to an empty file.
reset() - Method in class org.apache.lucene.util.ByteBlockPool
Resets the pool to its initial state reusing the first buffer and fills all buffers with 0 bytes before they reused or passed to ByteBlockPool.Allocator.recycleByteBlocks(byte[][], int, int).
reset(boolean, boolean) - Method in class org.apache.lucene.util.ByteBlockPool
Expert: Resets the pool to its initial state reusing the first buffer.
reset() - Method in class org.apache.lucene.util.IntBlockPool
Resets the pool to its initial state reusing the first buffer.
reset(boolean, boolean) - Method in class org.apache.lucene.util.IntBlockPool
Expert: Resets the pool to its initial state reusing the first buffer.
reset(int, int) - Method in class org.apache.lucene.util.IntBlockPool.SliceReader
Resets the reader to a slice give the slices absolute start and end offset in the pool
reset(int) - Method in class org.apache.lucene.util.IntBlockPool.SliceWriter
 
reset(DataInput, long) - Method in class org.apache.lucene.util.packed.BlockPackedReaderIterator
Reset the current reader to wrap a stream of valueCount values contained in in.
reset() - Method in class org.apache.lucene.util.RollingBuffer
 
reset() - Method in interface org.apache.lucene.util.RollingBuffer.Resettable
 
resetSkip() - Method in class org.apache.lucene.codecs.MultiLevelSkipListWriter
Creates new buffers or empties the existing ones
resize(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
resize(int) - Method in class org.apache.lucene.util.packed.GrowableWriter
 
resizeBuffer(int) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Grows the termBuffer to at least size newSize, preserving the existing content.
resizeBuffer(int) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
resolveEntity(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
ResourceLoader - Interface in org.apache.lucene.analysis.util
Abstraction for loading resources (streams, files, and classes).
ResourceLoaderAware - Interface in org.apache.lucene.analysis.util
Interface for a component that needs to be initialized by an implementation of ResourceLoader.
responseInputStream(HttpResponse) - Method in class org.apache.lucene.replicator.http.HttpClientBase
Internal utility: input stream of the provided response
responseInputStream(HttpResponse, boolean) - Method in class org.apache.lucene.replicator.http.HttpClientBase
Internal utility: input stream of the provided response, which optionally consumes the response's resources when the input stream is exhausted.
restore(int, int) - Method in class org.apache.lucene.util.TimSorter
Restore element j from the temporary storage into slot i.
restoreInvariant() - Method in class org.apache.lucene.util.automaton.Automaton
Restores representation invariant.
restoreState(AttributeSource.State) - Method in class org.apache.lucene.util.AttributeSource
Restores this state by copying the values of all attribute implementations that this state contains into the attributes implementations of the targetStream.
result - Variable in class org.tartarus.snowball.Among
 
retainAll(Collection<?>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
reThrow(Throwable) - Static method in class org.apache.lucene.util.IOUtils
Simple utilty method that takes a previously caught Throwable and rethrows either IOException or an unchecked exception.
reThrowUnchecked(Throwable) - Static method in class org.apache.lucene.util.IOUtils
Simple utilty method that takes a previously caught Throwable and rethrows it as an unchecked exception.
retrieveChecksum(IndexInput) - Static method in class org.apache.lucene.codecs.CodecUtil
Returns (but does not validate) the checksum previously written by CodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput).
retrieveGroup(int) - Method in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
Returns the group the specified doc belongs to or null if no group could be retrieved.
retrieveGroup(int) - Method in class org.apache.lucene.search.grouping.function.FunctionSecondPassGroupingCollector
 
retrieveGroup(int) - Method in class org.apache.lucene.search.grouping.term.TermSecondPassGroupingCollector
 
retrieveGroupHeadAndAddIfNotExist(int) - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
Returns the group head and puts it into AbstractAllGroupHeadsCollector.temporalResult.
retrieveGroupHeadAndAddIfNotExist(int) - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupHeadsCollector
 
retrieveGroupHeads(int) - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
retrieveGroupHeads() - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
retrieveInterestingTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
retrieveInterestingTerms(Reader, String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Convenience routine to make it easy to return the most interesting words in a document.
retrieveTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Find words for a more-like-this query former.
retrieveTerms(Reader, String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Find words for a more-like-this query former.
reverse(Version, String) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Reverses the given input string
reverse(Version, char[]) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Reverses the given input buffer in-place
reverse(Version, char[], int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Partially reverses the given input buffer in-place from offset 0 up to the given length.
reverse(Version, char[], int, int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Partially reverses the given input buffer in-place from the given offset up to the given length.
reverse(Automaton) - Static method in class org.apache.lucene.util.automaton.SpecialOperations
Reverses the language of the given (non-singleton) automaton while returning the set of new initial states.
reversed - Variable in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
reversed() - Method in class org.apache.lucene.util.fst.FST.BytesReader
Returns true if this reader uses reversed bytes under-the-hood.
reverseMul - Variable in class org.apache.lucene.search.FieldValueHitQueue
 
ReverseOrdFieldSource - Class in org.apache.lucene.queries.function.valuesource
Obtains the ordinal of the field value from the default Lucene FieldCache using getTermsIndex() and reverses the order.
ReverseOrdFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.ReverseOrdFieldSource
 
ReversePathHierarchyTokenizer - Class in org.apache.lucene.analysis.path
Tokenizer for domain-like hierarchies.
ReversePathHierarchyTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(Reader, int, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(Reader, char, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(Reader, int, char, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(Reader, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(AttributeSource.AttributeFactory, Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReversePathHierarchyTokenizer(AttributeSource.AttributeFactory, Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
ReverseStringFilter - Class in org.apache.lucene.analysis.reverse
Reverse token string, for example "country" => "yrtnuoc".
ReverseStringFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
Create a new ReverseStringFilter that reverses all tokens in the supplied TokenStream.
ReverseStringFilter(Version, TokenStream, char) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
Create a new ReverseStringFilter that reverses and marks all tokens in the supplied TokenStream.
ReverseStringFilterFactory - Class in org.apache.lucene.analysis.reverse
Factory for ReverseStringFilter.
ReverseStringFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilterFactory
Creates a new ReverseStringFilterFactory
Revision - Interface in org.apache.lucene.replicator
A revision comprises lists of files that come from different sources and need to be replicated together to e.g.
RevisionFile - Class in org.apache.lucene.replicator
Describes a file in a Revision.
RevisionFile(String) - Constructor for class org.apache.lucene.replicator.RevisionFile
Constructor with the given file name.
revisionFiles(IndexCommit, IndexCommit) - Static method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
Returns a singleton map of the revision files from the given IndexCommit.
revisionFiles(IndexCommit) - Static method in class org.apache.lucene.replicator.IndexRevision
Returns a singleton map of the revision files from the given IndexCommit.
revisionReady(String, Map<String, List<RevisionFile>>, Map<String, List<String>>, Map<String, Directory>) - Method in class org.apache.lucene.replicator.IndexAndTaxonomyReplicationHandler
 
revisionReady(String, Map<String, List<RevisionFile>>, Map<String, List<String>>, Map<String, Directory>) - Method in class org.apache.lucene.replicator.IndexReplicationHandler
 
revisionReady(String, Map<String, List<RevisionFile>>, Map<String, List<String>>, Map<String, Directory>) - Method in interface org.apache.lucene.replicator.ReplicationClient.ReplicationHandler
Called when a new revision was obtained and is available (i.e.
revisionVersion(IndexCommit, IndexCommit) - Static method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
Returns a String representation of a revision's version from the given IndexCommits of the search and taxonomy indexes.
revisionVersion(IndexCommit) - Static method in class org.apache.lucene.replicator.IndexRevision
Returns a String representation of a revision's version from the given IndexCommit.
rewind() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
rewind() - Method in class org.apache.lucene.store.ByteArrayDataInput
 
rewrite(IndexReader) - Method in class org.apache.lucene.facet.DrillDownQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.BoostingQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.function.FunctionQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.BooleanQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.ConstantScoreQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Optimize our representation and our subqueries representations
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.DocTermOrdsRewriteMethod
 
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.FieldCacheRewriteMethod
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.FilteredQuery
Rewrites the query.
rewrite(Query) - Method in class org.apache.lucene.search.IndexSearcher
Expert: called to re-write queries into primitive queries.
rewrite(IndexReader) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.MultiPhraseQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.MultiTermQuery
To rewrite to a simpler form, instead return a simpler enum from MultiTermQuery.getTermsEnum(Terms, AttributeSource).
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.MultiTermQuery.RewriteMethod
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.NGramPhraseQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.PhraseQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.Query
Expert: called to re-write queries into primitive queries.
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.ScoringRewrite
 
rewrite(IndexSearcher) - Method in class org.apache.lucene.search.Sort
Rewrites the SortFields in this Sort, returning a new Sort if any of the fields changes during their rewriting.
rewrite(IndexSearcher) - Method in class org.apache.lucene.search.SortField
Rewrites this SortField, returning a new SortField if a change is made.
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
 
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.SpanRewriteMethod
 
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery
 
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.TopTermsRewrite
 
rewriteMethod - Variable in class org.apache.lucene.search.MultiTermQuery
 
rollback() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Rollback changes to the taxonomy writer and closes the instance.
rollback() - Method in class org.apache.lucene.index.IndexWriter
Close the IndexWriter without committing any changes that have occurred since the last commit (or since it was opened, if commit hasn't been called).
rollback() - Method in interface org.apache.lucene.index.TwoPhaseCommit
Discards any changes that have occurred since the last commit.
RollingBuffer<T extends RollingBuffer.Resettable> - Class in org.apache.lucene.util
Acts like forever growing T[], but internally uses a circular buffer to reuse instances of T.
RollingBuffer() - Constructor for class org.apache.lucene.util.RollingBuffer
 
RollingBuffer.Resettable - Interface in org.apache.lucene.util
Implement to reset an instance
RollingCharBuffer - Class in org.apache.lucene.analysis.util
Acts like a forever growing char[] as you read characters into it from the provided reader, but internally it uses a circular buffer to only hold the characters that haven't been freed yet.
RollingCharBuffer() - Constructor for class org.apache.lucene.analysis.util.RollingCharBuffer
 
rollup() - Method in class org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets
Rolls up any single-valued hierarchical dimensions.
rollup() - Method in class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
Rolls up any single-valued hierarchical dimensions.
RomanianAnalyzer - Class in org.apache.lucene.analysis.ro
Analyzer for Romanian.
RomanianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
Builds an analyzer with the default stop words: RomanianAnalyzer.DEFAULT_STOPWORD_FILE.
RomanianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
Builds an analyzer with the given stop words.
RomanianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
Builds an analyzer with the given stop words.
RomanianStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
RomanianStemmer() - Constructor for class org.tartarus.snowball.ext.RomanianStemmer
 
root - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
ROOT_ORDINAL - Static variable in class org.apache.lucene.facet.taxonomy.TaxonomyReader
The root category (the category with the empty path) always has the ordinal 0, to which we give a name ROOT_ORDINAL.
round(Date, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
Limit a date's resolution.
round(long, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
Limit a date's resolution.
Row - Class in org.egothor.stemmer
The Row class represents a row in a matrix representation of a trie.
Row(DataInput) - Constructor for class org.egothor.stemmer.Row
Construct a Row object from input carried in via the given input stream.
Row() - Constructor for class org.egothor.stemmer.Row
The default constructor for the Row object.
Row(Row) - Constructor for class org.egothor.stemmer.Row
Construct a Row using the cells of the given Row.
RPAREN - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
RPAREN - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RPAREN - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
RSLPStemmerBase - Class in org.apache.lucene.analysis.pt
Base class for stemmers that use a set of RSLP-like stemming steps.
RSLPStemmerBase() - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase
 
RSLPStemmerBase.Rule - Class in org.apache.lucene.analysis.pt
A basic rule, with no exceptions.
RSLPStemmerBase.Rule(String, int, String) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
Create a rule.
RSLPStemmerBase.RuleWithSetExceptions - Class in org.apache.lucene.analysis.pt
A rule with a set of whole-word exceptions.
RSLPStemmerBase.RuleWithSetExceptions(String, int, String, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
 
RSLPStemmerBase.RuleWithSuffixExceptions - Class in org.apache.lucene.analysis.pt
A rule with a set of exceptional suffixes.
RSLPStemmerBase.RuleWithSuffixExceptions(String, int, String, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSuffixExceptions
 
RSLPStemmerBase.Step - Class in org.apache.lucene.analysis.pt
A step containing a list of rules.
RSLPStemmerBase.Step(String, RSLPStemmerBase.Rule[], int, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
Create a new step
RTL_DIRECTION_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+200F (RIGHT-TO-LEFT MARK)
rules - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
run() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
 
run() - Method in class org.apache.lucene.index.SegmentInfos.FindSegmentsFile
Locate the most recent segments file and run SegmentInfos.FindSegmentsFile.doBody(java.lang.String) on it.
run(IndexCommit) - Method in class org.apache.lucene.index.SegmentInfos.FindSegmentsFile
run() - Method in class org.apache.lucene.search.ControlledRealTimeReopenThread
 
run() - Method in class org.apache.lucene.search.TimeLimitingCollector.TimerThread
 
run() - Method in class org.apache.lucene.store.Lock.With
Calls Lock.With.doBody() while lock is obtained.
run(Automaton, String) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns true if the given string is accepted by the automaton.
run(byte[], int, int) - Method in class org.apache.lucene.util.automaton.ByteRunAutomaton
Returns true if the given byte array is accepted by this automaton
run(String) - Method in class org.apache.lucene.util.automaton.CharacterRunAutomaton
Returns true if the given string is accepted by this automaton.
run(char[], int, int) - Method in class org.apache.lucene.util.automaton.CharacterRunAutomaton
Returns true if the given string is accepted by this automaton
runAutomaton - Variable in class org.apache.lucene.util.automaton.CompiledAutomaton
Matcher for quickly determining if a byte[] is accepted.
RunAutomaton - Class in org.apache.lucene.util.automaton
Finite-state automaton with fast run operation.
RunAutomaton(Automaton, int, boolean) - Constructor for class org.apache.lucene.util.automaton.RunAutomaton
Constructs a new RunAutomaton from a deterministic Automaton.
RussianAnalyzer - Class in org.apache.lucene.analysis.ru
Analyzer for Russian language.
RussianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 
RussianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Builds an analyzer with the given stop words
RussianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Builds an analyzer with the given stop words
RussianLetterTokenizer - Class in org.apache.lucene.analysis.ru
Deprecated.
(3.1) Use StandardTokenizer instead, which has the same functionality. This filter will be removed in Lucene 5.0
RussianLetterTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Deprecated.
Construct a new RussianLetterTokenizer.
RussianLetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Deprecated.
Construct a new RussianLetterTokenizer using a given AttributeSource.AttributeFactory.
RussianLetterTokenizerFactory - Class in org.apache.lucene.analysis.ru
Deprecated.
Use StandardTokenizerFactory instead. This tokenizer has no Russian-specific functionality.
RussianLetterTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory
Deprecated.
Creates a new RussianLetterTokenizerFactory
RussianLightStemFilter - Class in org.apache.lucene.analysis.ru
A TokenFilter that applies RussianLightStemmer to stem Russian words.
RussianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilter
 
RussianLightStemFilterFactory - Class in org.apache.lucene.analysis.ru
RussianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilterFactory
Creates a new RussianLightStemFilterFactory
RussianLightStemmer - Class in org.apache.lucene.analysis.ru
Light Stemmer for Russian.
RussianLightStemmer() - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemmer
 
RussianStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
RussianStemmer() - Constructor for class org.tartarus.snowball.ext.RussianStemmer
 

S

s - Variable in class org.tartarus.snowball.Among
 
s_size - Variable in class org.tartarus.snowball.Among
 
sameLanguage(Automaton, Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns true if these two automata accept exactly the same language.
save - Variable in class org.apache.lucene.analysis.phonetic.PhoneticFilter
captured state, non-null when inject=true and a token is buffered
save(DataOutput) - Method in class org.apache.lucene.util.fst.FST
 
save(File) - Method in class org.apache.lucene.util.fst.FST
Writes an automaton to a file.
save(DataOutput) - Method in class org.apache.lucene.util.packed.GrowableWriter
 
save(DataOutput) - Method in class org.apache.lucene.util.packed.PackedInts.Mutable
Save this mutable into out.
save(int, int) - Method in class org.apache.lucene.util.TimSorter
Save all elements between slots i and i+len into the temporary storage.
sc - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
The character stored in this node: splitchar.
scale_factor - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
ScaleFloatFunction - Class in org.apache.lucene.queries.function.valuesource
Scales values to be between min and max.
ScaleFloatFunction(ValueSource, float, float) - Constructor for class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
ScandinavianFoldingFilter - Class in org.apache.lucene.analysis.miscellaneous
This filter folds Scandinavian characters åÅäæÄÆ->a and öÖøØ->o.
ScandinavianFoldingFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.ScandinavianFoldingFilter
 
ScandinavianFoldingFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
ScandinavianFoldingFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.ScandinavianFoldingFilterFactory
 
ScandinavianNormalizationFilter - Class in org.apache.lucene.analysis.miscellaneous
This filter normalize use of the interchangeable Scandinavian characters æÆäÄöÖøØ and folded variants (aa, ao, ae, oe and oo) by transforming them to åÅæÆøØ.
ScandinavianNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.ScandinavianNormalizationFilter
 
ScandinavianNormalizationFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
ScandinavianNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.ScandinavianNormalizationFilterFactory
 
score(List<SegmentCommitInfo>, boolean, long) - Method in class org.apache.lucene.index.TieredMergePolicy
Expert: scores one merge; subclasses can override.
score() - Method in class org.apache.lucene.queries.function.FunctionQuery.AllScorer
 
score() - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
score(Collector) - Method in class org.apache.lucene.search.BulkScorer
Scores and collects all matching documents.
score(Collector, int) - Method in class org.apache.lucene.search.BulkScorer
Collects matching documents in a range.
score(Collector, int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantBulkScorer
 
score() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
score - Variable in class org.apache.lucene.search.grouping.GroupDocs
Overall aggregated score of this group (currently only set by join queries).
score() - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
score() - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
score() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
score - Variable in class org.apache.lucene.search.ScoreDoc
The score of this document for the query.
score() - Method in class org.apache.lucene.search.Scorer
Returns the score of the current document matching the query.
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffect.NoAfterEffect
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffect
Returns the aftereffect score.
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffectB
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.AfterEffectL
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModel
Returns the informative content score.
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelBE
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelD
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelG
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelIF
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelIn
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelIne
 
score(BasicStats, float) - Method in class org.apache.lucene.search.similarities.BasicModelP
 
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.DFRSimilarity
 
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.Distribution
Computes the score.
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.DistributionLL
 
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.DistributionSPL
 
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.IBSimilarity
 
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.LMDirichletSimilarity
 
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.LMJelinekMercerSimilarity
 
score(int, float) - Method in class org.apache.lucene.search.similarities.Similarity.SimScorer
Score a single document
score(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Scores the document doc.
score() - Method in class org.apache.lucene.search.spans.SpanScorer
 
score - Variable in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
The similarity score.
score - Variable in class org.apache.lucene.search.spell.SuggestWord
the score of the word
ScoreCachingWrappingScorer - Class in org.apache.lucene.search
A Scorer which wraps another scorer and caches the score of the current document.
ScoreCachingWrappingScorer(Scorer) - Constructor for class org.apache.lucene.search.ScoreCachingWrappingScorer
Creates a new instance by wrapping the given scorer.
ScoreDoc - Class in org.apache.lucene.search
Holds one hit in TopDocs.
ScoreDoc(int, float) - Constructor for class org.apache.lucene.search.ScoreDoc
Constructs a ScoreDoc.
ScoreDoc(int, float, int) - Constructor for class org.apache.lucene.search.ScoreDoc
Constructs a ScoreDoc.
scoreDocs - Variable in class org.apache.lucene.search.grouping.GroupDocs
Hits; this may be FieldDoc instances if the withinGroupSort sorted by fields.
scoreDocs - Variable in class org.apache.lucene.search.TopDocs
The top hits for the query.
ScoreMode - Enum in org.apache.lucene.search.join
How to aggregate multiple child hit scores into a single parent score.
ScoreOrderFragmentsBuilder - Class in org.apache.lucene.search.vectorhighlight
An implementation of FragmentsBuilder that outputs score-order fragments.
ScoreOrderFragmentsBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder
a constructor.
ScoreOrderFragmentsBuilder(String[], String[]) - Constructor for class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder
a constructor.
ScoreOrderFragmentsBuilder(BoundaryScanner) - Constructor for class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder
 
ScoreOrderFragmentsBuilder(String[], String[], BoundaryScanner) - Constructor for class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder
 
ScoreOrderFragmentsBuilder.ScoreComparator - Class in org.apache.lucene.search.vectorhighlight
Comparator for FieldFragList.WeightedFragInfo by boost, breaking ties by offset.
ScoreOrderFragmentsBuilder.ScoreComparator() - Constructor for class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder.ScoreComparator
 
scorePayload(int, int, int, BytesRef) - Method in class org.apache.lucene.search.similarities.BM25Similarity
The default implementation returns 1
scorePayload(int, int, int, BytesRef) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
The default implementation returns 1
scorePayload(int, int, int, BytesRef) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Calculate a scoring factor based on the data in the payload.
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
Create the scorer used to score our associated DisjunctionMaxQuery
Scorer - Interface in org.apache.lucene.search.highlight
A Scorer is responsible for scoring a stream of tokens.
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanWeight
 
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight
 
Scorer - Class in org.apache.lucene.search
Expert: Common scoring functionality for different types of queries.
Scorer(Weight) - Constructor for class org.apache.lucene.search.Scorer
Constructs a Scorer
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.spans.SpanWeight
 
scorer(AtomicReaderContext, Bits) - Method in class org.apache.lucene.search.Weight
Returns a Scorer which scores documents in/out-of order according to scoreDocsInOrder.
Scorer.ChildScorer - Class in org.apache.lucene.search
A child Scorer and its relationship to its parent.
Scorer.ChildScorer(Scorer, String) - Constructor for class org.apache.lucene.search.Scorer.ChildScorer
Creates a new ChildScorer node with the specified relationship.
scores - Variable in class org.apache.lucene.facet.FacetsCollector.MatchingDocs
Non-sparse scores array.
scoresDocsOutOfOrder() - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
scoresDocsOutOfOrder() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
scoresDocsOutOfOrder() - Method in class org.apache.lucene.search.Weight
Returns true iff this implementation scores docs only out of order.
scoreSubDocsAtOnce() - Method in class org.apache.lucene.facet.DrillSideways
Override this and return true if your collector (e.g., ToParentBlockJoinCollector) expects all sub-scorers to be positioned on the document being collected.
SCORING_BOOLEAN_QUERY_REWRITE - Static variable in class org.apache.lucene.search.MultiTermQuery
A rewrite method that first translates each term into BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the scores as computed by the query.
SCORING_BOOLEAN_QUERY_REWRITE - Static variable in class org.apache.lucene.search.ScoringRewrite
A rewrite method that first translates each term into BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the scores as computed by the query.
SCORING_SPAN_QUERY_REWRITE - Static variable in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
A rewrite method that first translates each term into a SpanTermQuery in a BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the scores as computed by the query.
ScoringRewrite<Q extends Query> - Class in org.apache.lucene.search
Base rewrite method that translates each term into a query, and keeps the scores as computed by the query.
ScoringRewrite() - Constructor for class org.apache.lucene.search.ScoringRewrite
 
search(DrillDownQuery, Collector) - Method in class org.apache.lucene.facet.DrillSideways
Search, collecting hits with a Collector, and computing drill down and sideways counts.
search(DrillDownQuery, Filter, FieldDoc, int, Sort, boolean, boolean) - Method in class org.apache.lucene.facet.DrillSideways
Search, sorting by Sort, and computing drill down and sideways counts.
search(DrillDownQuery, int) - Method in class org.apache.lucene.facet.DrillSideways
Search, sorting by score, and computing drill down and sideways counts.
search(ScoreDoc, DrillDownQuery, int) - Method in class org.apache.lucene.facet.DrillSideways
Search, sorting by score, and computing drill down and sideways counts.
search(IndexSearcher, Query, int, Collector) - Static method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
search(IndexSearcher, Query, Filter, int, Collector) - Static method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
search(IndexSearcher, Query, Filter, int, Sort, Collector) - Static method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
search(IndexSearcher, Query, Filter, int, Sort, boolean, boolean, Collector) - Static method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
search(Query) - Method in class org.apache.lucene.index.memory.MemoryIndex
Convenience method that efficiently returns the relevance score by matching this index against the given Lucene query expression.
search(IndexSearcher, Query, int, int) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Executes a grouped search.
search(IndexSearcher, Filter, Query, int, int) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Executes a grouped search.
search(Query, int) - Method in class org.apache.lucene.search.IndexSearcher
Finds the top n hits for query.
search(Query, Filter, int) - Method in class org.apache.lucene.search.IndexSearcher
Finds the top n hits for query, applying filter if non-null.
search(Query, Filter, Collector) - Method in class org.apache.lucene.search.IndexSearcher
Lower-level search API.
search(Query, Collector) - Method in class org.apache.lucene.search.IndexSearcher
Lower-level search API.
search(Query, Filter, int, Sort) - Method in class org.apache.lucene.search.IndexSearcher
Search implementation with arbitrary sorting.
search(Query, Filter, int, Sort, boolean, boolean) - Method in class org.apache.lucene.search.IndexSearcher
Search implementation with arbitrary sorting, plus control over whether hit scores and max score should be computed.
search(Query, int, Sort) - Method in class org.apache.lucene.search.IndexSearcher
Search implementation with arbitrary sorting and no filter.
search(Weight, ScoreDoc, int) - Method in class org.apache.lucene.search.IndexSearcher
Expert: Low-level search implementation.
search(List<AtomicReaderContext>, Weight, ScoreDoc, int) - Method in class org.apache.lucene.search.IndexSearcher
Expert: Low-level search implementation.
search(Weight, int, Sort, boolean, boolean) - Method in class org.apache.lucene.search.IndexSearcher
Expert: Low-level search implementation with arbitrary sorting and control over whether hit scores and max score should be computed.
search(Weight, FieldDoc, int, Sort, boolean, boolean, boolean) - Method in class org.apache.lucene.search.IndexSearcher
Just like IndexSearcher.search(Weight, int, Sort, boolean, boolean), but you choose whether or not the fields in the returned FieldDoc instances should be set by specifying fillFields.
search(List<AtomicReaderContext>, Weight, FieldDoc, int, Sort, boolean, boolean, boolean) - Method in class org.apache.lucene.search.IndexSearcher
Just like IndexSearcher.search(Weight, int, Sort, boolean, boolean), but you choose whether or not the fields in the returned FieldDoc instances should be set by specifying fillFields.
search(List<AtomicReaderContext>, Weight, Collector) - Method in class org.apache.lucene.search.IndexSearcher
Lower-level search API.
search() - Method in class org.apache.lucene.util.fst.Util.TopNSearcher
 
searchAfter(IndexSearcher, ScoreDoc, Query, int, Collector) - Method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
searchAfter(IndexSearcher, ScoreDoc, Query, Filter, int, Collector) - Static method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
searchAfter(IndexSearcher, ScoreDoc, Query, Filter, int, Sort, Collector) - Static method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
searchAfter(IndexSearcher, ScoreDoc, Query, Filter, int, Sort, boolean, boolean, Collector) - Static method in class org.apache.lucene.facet.FacetsCollector
Utility method, to search and also collect all hits into the provided Collector.
searchAfter(ScoreDoc, Query, int) - Method in class org.apache.lucene.search.IndexSearcher
Finds the top n hits for query where all results are after a previous result (after).
searchAfter(ScoreDoc, Query, Filter, int) - Method in class org.apache.lucene.search.IndexSearcher
Finds the top n hits for query, applying filter if non-null, where all results are after a previous result (after).
searchAfter(ScoreDoc, Query, Filter, int, Sort) - Method in class org.apache.lucene.search.IndexSearcher
Finds the top n hits for query, applying filter if non-null, where all results are after a previous result (after).
searchAfter(ScoreDoc, Query, int, Sort) - Method in class org.apache.lucene.search.IndexSearcher
Finds the top n hits for query where all results are after a previous result (after).
searchAfter(ScoreDoc, Query, Filter, int, Sort, boolean, boolean) - Method in class org.apache.lucene.search.IndexSearcher
Finds the top n hits for query where all results are after a previous result (after), allowing control over whether hit scores and max score should be computed.
searcher - Variable in class org.apache.lucene.facet.DrillSideways
IndexSearcher passed to constructor.
searcher - Variable in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
Point-in-time IndexSearcher.
searcher - Variable in class org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
 
SearcherFactory - Class in org.apache.lucene.search
Factory class used by SearcherManager to create new IndexSearchers.
SearcherFactory() - Constructor for class org.apache.lucene.search.SearcherFactory
 
SearcherLifetimeManager - Class in org.apache.lucene.search
Keeps track of current plus old IndexSearchers, closing the old ones once they have timed out.
SearcherLifetimeManager() - Constructor for class org.apache.lucene.search.SearcherLifetimeManager
 
SearcherLifetimeManager.PruneByAge - Class in org.apache.lucene.search
Simple pruner that drops any searcher older by more than the specified seconds, than the newest searcher.
SearcherLifetimeManager.PruneByAge(double) - Constructor for class org.apache.lucene.search.SearcherLifetimeManager.PruneByAge
 
SearcherLifetimeManager.Pruner - Interface in org.apache.lucene.search
SearcherManager - Class in org.apache.lucene.search
Utility class to safely share IndexSearcher instances across multiple threads, while periodically reopening.
SearcherManager(IndexWriter, boolean, SearcherFactory) - Constructor for class org.apache.lucene.search.SearcherManager
Creates and returns a new SearcherManager from the given IndexWriter.
SearcherManager(Directory, SearcherFactory) - Constructor for class org.apache.lucene.search.SearcherManager
Creates and returns a new SearcherManager from the given Directory.
searcherMgr - Variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
IndexSearcher used for lookups.
SearcherTaxonomyManager - Class in org.apache.lucene.facet.taxonomy
Manages near-real-time reopen of both an IndexSearcher and a TaxonomyReader.
SearcherTaxonomyManager(IndexWriter, boolean, SearcherFactory, DirectoryTaxonomyWriter) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
Creates near-real-time searcher and taxonomy reader from the corresponding writers.
SearcherTaxonomyManager(Directory, Directory, SearcherFactory) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
Creates search and taxonomy readers over the corresponding directories.
SearcherTaxonomyManager.SearcherAndTaxonomy - Class in org.apache.lucene.facet.taxonomy
Holds a matched pair of IndexSearcher and TaxonomyReader
SearcherTaxonomyManager.SearcherAndTaxonomy(IndexSearcher, DirectoryTaxonomyReader) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
Create a SearcherAndTaxonomy
SearchGroup<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
Represents a group that is found during the first pass search.
SearchGroup() - Constructor for class org.apache.lucene.search.grouping.SearchGroup
 
searchPatterns(char[], int, byte[]) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Search for all possible partial matches of word starting at index an update interletter values.
searchPhrase(List<FieldTermStack.TermInfo>) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
searchPhrase(String, List<FieldTermStack.TermInfo>) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery
 
second - Variable in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
seek(BytesRef) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Seeks to "largest" indexed term that's <= term; returns file pointer index (into the main terms index file) for that term
seek(long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Only implemented if TermsIndexReaderBase.supportsOrd() returns true.
seek(long) - Method in interface org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput.BlockReader
 
seek(IntIndexInput.Reader) - Method in class org.apache.lucene.codecs.sep.IntIndexInput.Index
Seeks primary stream to the last read offset
seek(long) - Method in class org.apache.lucene.store.BufferedIndexInput
 
seek(long) - Method in class org.apache.lucene.store.BufferedIndexOutput
 
seek(long) - Method in class org.apache.lucene.store.ChecksumIndexInput
Sets current position in this file, where the next read will occur.
seek(long) - Method in class org.apache.lucene.store.FSDirectory.FSIndexOutput
Random-access methods
seek(long) - Method in class org.apache.lucene.store.IndexInput
Sets current position in this file, where the next read will occur.
seek(long) - Method in class org.apache.lucene.store.IndexOutput
Deprecated.
(4.1) This method will be removed in Lucene 5.0
seek(long) - Method in class org.apache.lucene.store.RAMInputStream
 
seek(long) - Method in class org.apache.lucene.store.RAMOutputStream
 
seekCeil(BytesRef) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
seekCeil(BytesRef) - Method in class org.apache.lucene.index.FilteredTermsEnum
This enum does not support seeking!
seekCeil(BytesRef) - Method in class org.apache.lucene.index.MultiTermsEnum
 
seekCeil(BytesRef) - Method in class org.apache.lucene.index.TermsEnum
Seeks to the specified term, if it exists, or to the next (ceiling) term.
seekCeil(BytesRef) - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
seekCeil(BytesRef) - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
Seeks to smallest term that's >= target.
seekCeil(IntsRef) - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
Seeks to smallest term that's >= target.
seekChild(int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
 
seekChild(int) - Method in class org.apache.lucene.codecs.MultiLevelSkipListReader
Seeks the skip entry on the given level
seekDir(IndexInput, long) - Method in class org.apache.lucene.codecs.appending.AppendingTermsReader
Deprecated.
 
seekDir(IndexInput, long) - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
Seek input to the directory offset.
seekExact(long) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
seekExact(BytesRef) - Method in class org.apache.lucene.index.FilteredTermsEnum
This enum does not support seeking!
seekExact(long) - Method in class org.apache.lucene.index.FilteredTermsEnum
This enum does not support seeking!
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.index.FilteredTermsEnum
This enum does not support seeking!
seekExact(BytesRef) - Method in class org.apache.lucene.index.MultiTermsEnum
 
seekExact(long) - Method in class org.apache.lucene.index.MultiTermsEnum
 
seekExact(BytesRef) - Method in class org.apache.lucene.index.TermsEnum
Attempts to seek to the exact term, returning true if the term is found.
seekExact(long) - Method in class org.apache.lucene.index.TermsEnum
Seeks to the specified term by ordinal (position) as previously returned by TermsEnum.ord().
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.index.TermsEnum
Expert: Seeks a specific position by TermState previously obtained from TermsEnum.termState().
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
seekExact(BytesRef) - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
seekExact(long) - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
seekExact(BytesRef) - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
Seeks to exactly this term, returning null if the term doesn't exist.
seekExact(IntsRef) - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
Seeks to exactly this term, returning null if the term doesn't exist.
seekFloor(BytesRef) - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
Seeks to biggest term that's <= target.
seekFloor(IntsRef) - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
Seeks to biggest term that's <= target.
seekInternal(long) - Method in class org.apache.lucene.store.BufferedIndexInput
Expert: implements seek.
seekInternal(long) - Method in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
seekInternal(long) - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
segment - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Segment name.
SegmentCommitInfo - Class in org.apache.lucene.index
Embeds a [read-only] SegmentInfo and adds per-commit fields.
SegmentCommitInfo(SegmentInfo, int, long, long) - Constructor for class org.apache.lucene.index.SegmentCommitInfo
Sole constructor.
segmentFacetCounts - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
segmentFileName(String, String, String) - Static method in class org.apache.lucene.index.IndexFileNames
Returns a file name that includes the given segment name, your own custom name and extension.
segmentInfo - Variable in class org.apache.lucene.index.MergeState
SegmentInfo of the newly merged segment.
SegmentInfo - Class in org.apache.lucene.index
Information about a segment such as it's name, directory, and files related to the segment.
SegmentInfo(Directory, String, String, int, boolean, Codec, Map<String, String>) - Constructor for class org.apache.lucene.index.SegmentInfo
Construct a new complete SegmentInfo instance from input.
SegmentInfo(Directory, String, String, int, boolean, Codec, Map<String, String>, Map<String, String>) - Constructor for class org.apache.lucene.index.SegmentInfo
Construct a new complete SegmentInfo instance from input.
segmentInfo - Variable in class org.apache.lucene.index.SegmentReadState
SegmentInfo describing this segment.
segmentInfo - Variable in class org.apache.lucene.index.SegmentWriteState
SegmentInfo describing this segment.
segmentInfoFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes segment info file
segmentInfoFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
segmentInfoFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
segmentInfoFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
segmentInfoFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
segmentInfoFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
segmentInfoFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
segmentInfoFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
SegmentInfoFormat - Class in org.apache.lucene.codecs
Expert: Controls the format of the SegmentInfo (segment metadata file).
SegmentInfoFormat() - Constructor for class org.apache.lucene.codecs.SegmentInfoFormat
Sole constructor.
segmentInfoFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
SegmentInfoReader - Class in org.apache.lucene.codecs
Specifies an API for classes that can read SegmentInfo information.
SegmentInfoReader() - Constructor for class org.apache.lucene.codecs.SegmentInfoReader
Sole constructor.
segmentInfos - Variable in class org.apache.lucene.index.CheckIndex.Status
List of CheckIndex.Status.SegmentInfoStatus instances, detailing status of each segment.
SegmentInfos - Class in org.apache.lucene.index
A collection of segmentInfo objects with methods for operating on those segments in relation to the file system.
SegmentInfos() - Constructor for class org.apache.lucene.index.SegmentInfos
Sole constructor.
SegmentInfos.FindSegmentsFile - Class in org.apache.lucene.index
Utility class for executing code that needs to do something with the current segments file.
SegmentInfos.FindSegmentsFile(Directory) - Constructor for class org.apache.lucene.index.SegmentInfos.FindSegmentsFile
Sole constructor.
SegmentInfoWriter - Class in org.apache.lucene.codecs
Specifies an API for classes that can write out SegmentInfo data.
SegmentInfoWriter() - Constructor for class org.apache.lucene.codecs.SegmentInfoWriter
Sole constructor.
SegmentingTokenizerBase - Class in org.apache.lucene.analysis.util
Breaks text into sentences with a BreakIterator and allows subclasses to decompose these sentences into words.
SegmentingTokenizerBase(Reader, BreakIterator) - Constructor for class org.apache.lucene.analysis.util.SegmentingTokenizerBase
Construct a new SegmenterBase, using the provided BreakIterator for sentence segmentation.
SegmentingTokenizerBase(AttributeSource.AttributeFactory, Reader, BreakIterator) - Constructor for class org.apache.lucene.analysis.util.SegmentingTokenizerBase
Construct a new SegmenterBase, also supplying the AttributeFactory
SegmentReader - Class in org.apache.lucene.index
IndexReader implementation over a single segment.
SegmentReader(SegmentCommitInfo, int, IOContext) - Constructor for class org.apache.lucene.index.SegmentReader
Constructs a new SegmentReader with a new core.
SegmentReader.CoreClosedListener - Interface in org.apache.lucene.index
Called when the shared core for this SegmentReader is closed.
SegmentReadState - Class in org.apache.lucene.index
Holder class for common parameters used during read.
SegmentReadState(Directory, SegmentInfo, FieldInfos, IOContext, int) - Constructor for class org.apache.lucene.index.SegmentReadState
Create a SegmentReadState.
SegmentReadState(Directory, SegmentInfo, FieldInfos, IOContext, int, String) - Constructor for class org.apache.lucene.index.SegmentReadState
Create a SegmentReadState.
SegmentReadState(SegmentReadState, String) - Constructor for class org.apache.lucene.index.SegmentReadState
Create a SegmentReadState.
segmentResults - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
SEGMENTS - Static variable in class org.apache.lucene.index.IndexFileNames
Name of the index segment file
segments - Variable in class org.apache.lucene.index.MergePolicy.OneMerge
Segments to be merged.
SEGMENTS_GEN - Static variable in class org.apache.lucene.index.IndexFileNames
Name of the generation reference file name
segmentsChecked - Variable in class org.apache.lucene.index.CheckIndex.Status
Empty unless you passed specific segments list to check as optional 3rd argument.
segmentsFileName - Variable in class org.apache.lucene.index.CheckIndex.Status
Name of latest segments_N file in the index.
segmentSorted - Variable in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
True if the current segment being processed is sorted by EarlyTerminatingSortingCollector.sort
segmentSuffix - Variable in class org.apache.lucene.index.SegmentReadState
Unique suffix for any postings files read for this segment.
segmentSuffix - Variable in class org.apache.lucene.index.SegmentWriteState
Unique suffix for any postings files written for this segment.
segmentTotalCollect - Variable in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
Number of documents to collect in the current segment being processed
segmentTotalCount - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
SegmentWriteState - Class in org.apache.lucene.index
Holder class for common parameters used during write.
SegmentWriteState(InfoStream, Directory, SegmentInfo, FieldInfos, int, BufferedUpdates, IOContext) - Constructor for class org.apache.lucene.index.SegmentWriteState
Sole constructor.
SegmentWriteState(InfoStream, Directory, SegmentInfo, FieldInfos, int, BufferedUpdates, IOContext, String) - Constructor for class org.apache.lucene.index.SegmentWriteState
Constructor which takes segment suffix.
SegmentWriteState(SegmentWriteState, String) - Constructor for class org.apache.lucene.index.SegmentWriteState
Create a shallow copy of SegmentWriteState with a new segment suffix.
segString() - Method in class org.apache.lucene.index.IndexWriter
Returns a string description of all segments, for debugging.
segString(Iterable<SegmentCommitInfo>) - Method in class org.apache.lucene.index.IndexWriter
Returns a string description of the specified segments, for debugging.
segString(SegmentCommitInfo) - Method in class org.apache.lucene.index.IndexWriter
Returns a string description of the specified segment, for debugging.
segString(Directory) - Method in class org.apache.lucene.index.MergePolicy.MergeSpecification
Returns a description of the merges in this specification.
segString(Directory) - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Returns a readable description of the current merge state.
SegToken - Class in org.apache.lucene.analysis.cn.smart.hhmm
SmartChineseAnalyzer internal token
SegToken(char[], int, int, int, int) - Constructor for class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
Create a new SegToken from a character array.
SegTokenFilter - Class in org.apache.lucene.analysis.cn.smart.hhmm
Filters a SegToken by converting full-width latin to half-width, then lowercasing latin.
SegTokenFilter() - Constructor for class org.apache.lucene.analysis.cn.smart.hhmm.SegTokenFilter
 
segUpdates - Variable in class org.apache.lucene.index.SegmentWriteState
Deletes and updates to apply while we are flushing the segment.
select(long, int) - Static method in class org.apache.lucene.util.BroadWord
Select a 1-bit from a long.
selectNaive(long, int) - Static method in class org.apache.lucene.util.BroadWord
Naive implementation of BroadWord.select(long,int), using Long.numberOfTrailingZeros(long) repetitively.
SENTENCE_BEGIN - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
Start of a Sentence
SENTENCE_END - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
End of a Sentence
SentenceTokenizer - Class in org.apache.lucene.analysis.cn.smart
Deprecated.
SentenceTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
Deprecated.
 
SentenceTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
Deprecated.
 
SentinelIntSet - Class in org.apache.lucene.util
A native int hash-based set where one value is reserved to mean "EMPTY" internally.
SentinelIntSet(int, int) - Constructor for class org.apache.lucene.util.SentinelIntSet
 
SEPARATOR_TERM - Static variable in class org.apache.lucene.search.spell.WordBreakSpellChecker
Term that can be used to prohibit adjacent terms from being combined
SepPostingsReader - Class in org.apache.lucene.codecs.sep
Concrete class that reads the current doc/freq/skip postings format.
SepPostingsReader(Directory, FieldInfos, SegmentInfo, IOContext, IntStreamFactory, String) - Constructor for class org.apache.lucene.codecs.sep.SepPostingsReader
 
SepPostingsWriter - Class in org.apache.lucene.codecs.sep
Writes frq to .frq, docs to .doc, pos to .pos, payloads to .pyl, skip data to .skp
SepPostingsWriter(SegmentWriteState, IntStreamFactory) - Constructor for class org.apache.lucene.codecs.sep.SepPostingsWriter
 
SepPostingsWriter(SegmentWriteState, IntStreamFactory, int) - Constructor for class org.apache.lucene.codecs.sep.SepPostingsWriter
 
SEQUENTIAL - Static variable in class org.apache.lucene.store.NativePosixUtil
 
serialize(DataOutput) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
Serializes the data set to file using the following format: FuzzySet -->FuzzySetVersion,HashFunctionName,BloomSize, NumBitSetWords,BitSetWordNumBitSetWords HashFunctionName --> String The name of a ServiceProvider registered HashFunction FuzzySetVersion --> Uint32 The version number of the FuzzySet class BloomSize --> Uint32 The modulo value used to project hashes into the field's Bitset NumBitSetWords --> Uint32 The number of longs (as returned from FixedBitSet.getBits()) BitSetWord --> Long A long from the array returned by FixedBitSet.getBits()
serialize(DataOutput) - Method in class org.apache.lucene.replicator.SessionToken
Serialize the token data for communication between server and client.
SerialMergeScheduler - Class in org.apache.lucene.index
A MergeScheduler that simply does each merge sequentially, using the current thread.
SerialMergeScheduler() - Constructor for class org.apache.lucene.index.SerialMergeScheduler
Sole constructor.
SessionExpiredException - Exception in org.apache.lucene.replicator
Exception indicating that a revision update session was expired due to lack of activity.
SessionExpiredException(String, Throwable) - Constructor for exception org.apache.lucene.replicator.SessionExpiredException
 
SessionExpiredException(String) - Constructor for exception org.apache.lucene.replicator.SessionExpiredException
 
SessionExpiredException(Throwable) - Constructor for exception org.apache.lucene.replicator.SessionExpiredException
 
SessionToken - Class in org.apache.lucene.replicator
Token for a replication session, for guaranteeing that source replicated files will be kept safe until the replication completes.
SessionToken(DataInput) - Constructor for class org.apache.lucene.replicator.SessionToken
Constructor which deserializes from the given DataInput.
SessionToken(String, Revision) - Constructor for class org.apache.lucene.replicator.SessionToken
Constructor with the given id and revision.
set(char[], int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
set(ConfigurationKey<T>, T) - Method in class org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
Sets a key and its value.
set(List<QueryNode>) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
 
set(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
set(int, QueryNodeProcessor) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
set(T) - Method in class org.apache.lucene.util.CloseableThreadLocal
 
set(int) - Method in class org.apache.lucene.util.FixedBitSet
 
set(int, int) - Method in class org.apache.lucene.util.FixedBitSet
Sets a range of bits
set(long) - Method in class org.apache.lucene.util.LongBitSet
 
set(long, long) - Method in class org.apache.lucene.util.LongBitSet
Sets a range of bits
set(long) - Method in class org.apache.lucene.util.OpenBitSet
sets a bit, expanding the set size if necessary
set(long, long) - Method in class org.apache.lucene.util.OpenBitSet
Sets a range of bits, expanding the set size if necessary
set(int, long) - Method in class org.apache.lucene.util.packed.GrowableWriter
 
set(int, long[], int, int) - Method in class org.apache.lucene.util.packed.GrowableWriter
 
set(int, long) - Method in class org.apache.lucene.util.packed.PackedInts.Mutable
Set the value at the given index in the array.
set(int, long[], int, int) - Method in class org.apache.lucene.util.packed.PackedInts.Mutable
Bulk set: set at least one and at most len longs starting at off in arr into this mutable, starting at index.
set(T) - Method in class org.apache.lucene.util.SetOnce
Sets the given object.
setAccept(boolean) - Method in class org.apache.lucene.util.automaton.State
Sets acceptance for this state.
setAccuracy(float) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Set the minimal accuracy required (default: 0.5f) from a StringDistance for a suggestion match.
setAccuracy(float) - Method in class org.apache.lucene.search.spell.SpellChecker
Sets the accuracy 0 < minScore < 1; default SpellChecker.DEFAULT_ACCURACY
setActualDocFreq(int, int) - Method in class org.apache.lucene.index.DocTermOrds
Invoked during DocTermOrds.uninvert(AtomicReader,Bits,BytesRef) to record the document frequency for each uninverted term.
setAllGroupHeads(boolean) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Whether to compute all group heads (most relevant document per group) matching the query.
setAllGroups(boolean) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Whether to also compute all groups matching the query.
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Set to true to allow leading wildcard characters.
setAllowLeadingWildcard(boolean) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Set to true to allow leading wildcard characters.
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Set to true to allow leading wildcard characters.
setAllowMutate(boolean) - Static method in class org.apache.lucene.util.automaton.Automaton
Sets or resets allow mutate flag.
setAllowMutate(boolean) - Method in class org.apache.lucene.util.automaton.RegExp
Sets or resets allow mutate flag.
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the analyzer to use.
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.util.QueryBuilder
Sets the analyzer used to tokenize text.
setAnalyzeRangeTerms(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Set whether or not to analyze range terms when constructing TermRangeQuerys.
setAutoGeneratePhraseQueries(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Set to true if phrase queries will be automatically generated when the analyzer returns more than one term from whitespace delimited text.
setAvgFieldLength(float) - Method in class org.apache.lucene.search.similarities.BasicStats
Sets the average field length.
setBaseline(long) - Method in class org.apache.lucene.search.TimeLimitingCollector
Sets the baseline for this collector.
setBaseline() - Method in class org.apache.lucene.search.TimeLimitingCollector
Syntactic sugar for TimeLimitingCollector.setBaseline(long) using Counter.get() on the clock passed to the constructor.
setBaselineTfFactors(float, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the baseline and minimum function variables for baselineTf
setBegin(int) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
setBeginColumn(int) - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
setBeginLine(int) - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
setBoost(float) - Method in class org.apache.lucene.document.Field
Sets the boost factor on this field.
setBoost(float) - Method in class org.apache.lucene.index.FieldInvertState
Set boost value.
setBoost(boolean) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets whether to boost terms in query based on "score" or not.
setBoost(float) - Method in interface org.apache.lucene.search.BoostAttribute
Sets the boost in this attribute
setBoost(float) - Method in class org.apache.lucene.search.BoostAttributeImpl
 
setBoost(float) - Method in class org.apache.lucene.search.Query
Sets the boost for this query clause to b.
setBoostFactor(float) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the boost factor to use when boosting terms
setBottom(int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator
Set the bottom slot, ie the "weakest" (sorted last) entry in the queue.
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
setBottom(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
setBounds(T, T, boolean, boolean) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Sets the lower and upper bounds.
setBounds(NumericQueryNode, NumericQueryNode, boolean, boolean, NumericConfig) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericRangeQueryNode
Sets the upper and lower bounds of this range query node and the NumericConfig associated with these bounds.
setBufferSize(int) - Method in class org.apache.lucene.store.BufferedIndexInput
Change the buffer size used by this IndexInput
setBuilder(CharSequence, QueryBuilder) - Method in class org.apache.lucene.queryparser.flexible.core.builders.QueryTreeBuilder
Associates a field name with a builder.
setBuilder(Class<? extends QueryNode>, QueryBuilder) - Method in class org.apache.lucene.queryparser.flexible.core.builders.QueryTreeBuilder
Associates a class with a builder
setBytesComparator(Comparator<BytesRef>) - Method in class org.apache.lucene.search.SortField
 
setBytesRef(BytesRef, int) - Method in class org.apache.lucene.util.ByteBlockPool
 
setBytesValue(byte[]) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setBytesValue(BytesRef) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setByteValue(byte) - Method in class org.apache.lucene.document.ByteDocValuesField
Deprecated.
 
setByteValue(byte) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setCacheMissesUntilFill(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Set the number of cache misses before an attempt is made to read the entire taxonomy into the in-memory cache.
setCacheSize(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
setCacheSize controls the maximum allowed size of each of the caches used by DirectoryTaxonomyReader.getPath(int) and DirectoryTaxonomyReader.getOrdinal(FacetLabel).
setCaching(int, boolean) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Enables caching for the second pass search.
setCachingInMB(double, boolean) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Enables caching for the second pass search.
setCalibrateSizeByDeletes(boolean) - Method in class org.apache.lucene.index.LogMergePolicy
Sets whether the segment size should be calibrated by the number of deletes when choosing segments for merge.
setCharAt(int, char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
setCheckDeletes(boolean) - Method in class org.apache.lucene.queries.function.ValueSourceScorer
 
setCheckIntegrityAtMerge(boolean) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Sets if IndexWriter should call AtomicReader.checkIntegrity() on existing segments before merging them into a new one.
setChild(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.GroupQueryNode
 
setChild(QueryNode) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.NoChildOptimizationQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
This method is invoked for every node that has at least on child.
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.core.processors.RemoveDeletedQueryNodesProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.precedence.processors.BooleanModifiersQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AllowLeadingWildcardProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.AnalyzerQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BoostQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.FuzzyQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MatchAllDocsQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MultiFieldQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.MultiTermRewriteMethodProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.NumericQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.NumericRangeQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.OpenRangeQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.PhraseSlopQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.TermRangeQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.WildcardQueryNodeProcessor
 
setCmd(Character, int) - Method in class org.egothor.stemmer.Row
Set the command in the Cell of the given Character to the given integer.
setCodec(Codec) - Method in class org.apache.lucene.index.IndexWriterConfig
Set the Codec.
setCodec(Codec) - Method in class org.apache.lucene.index.SegmentInfo
Can only be called once.
setCollectionProbability(float) - Method in class org.apache.lucene.search.similarities.LMSimilarity.LMStats
Sets the probability that the current term is generated by the collection.
setCollector(Collector) - Method in class org.apache.lucene.search.TimeLimitingCollector
This is so the same timer can be used with a multi-phase search process such as grouping.
setCommitData(Map<String, String>) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
 
setCommitData(Map<String, String>) - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
Sets the commit user data map.
setCommitData(Map<String, String>) - Method in class org.apache.lucene.index.IndexWriter
Sets the commit user data map.
setComparator(int, FieldComparator<?>) - Method in class org.apache.lucene.search.FieldValueHitQueue
 
setComparator(Comparator<SuggestWord>) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Set the comparator for sorting suggestions.
setComparator(Comparator<SuggestWord>) - Method in class org.apache.lucene.search.spell.SpellChecker
Sets the Comparator for the SuggestWordQueue.
setCompetitiveTerm(BytesRef) - Method in interface org.apache.lucene.search.MaxNonCompetitiveBoostAttribute
This is the term or null of the term that triggered the boost change.
setCompetitiveTerm(BytesRef) - Method in class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
 
setConnectionTimeout(int) - Method in class org.apache.lucene.replicator.http.HttpClientBase
Set the connection timeout for this client, in milliseconds.
setConsumer(PatternConsumer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
setCrossCheckTermVectors(boolean) - Method in class org.apache.lucene.index.CheckIndex
If true, term vectors are compared against postings to make sure they are the same.
setCurrent(String) - Method in class org.tartarus.snowball.SnowballProgram
Set the current string.
setCurrent(char[], int) - Method in class org.tartarus.snowball.SnowballProgram
Set the current string.
setCurrentLabel(int) - Method in class org.apache.lucene.util.fst.BytesRefFSTEnum
 
setCurrentLabel(int) - Method in class org.apache.lucene.util.fst.IntsRefFSTEnum
 
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Sets the default date resolution used by RangeQueries for fields for which no specific date resolutions has been set.
setDateResolution(String, DateTools.Resolution) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Sets the date resolution used by RangeQueries for a specific field.
setDateResolution(DateTools.Resolution) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Sets the default DateTools.Resolution used for certain field when no DateTools.Resolution is defined for this field.
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Sets the default DateTools.Resolution used for certain field when no DateTools.Resolution is defined for this field.
setDateResolution(Map<CharSequence, DateTools.Resolution>) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Deprecated.
setDateResolutionMap(Map<CharSequence, DateTools.Resolution>) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Sets the DateTools.Resolution used for each field
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Set debug output.
setDefault(Codec) - Static method in class org.apache.lucene.codecs.Codec
expert: sets the default codec used for newly created IndexWriterConfigs.
setDefault(InfoStream) - Static method in class org.apache.lucene.util.InfoStream
Sets the default InfoStream used by a newly instantiated classes.
setDefaultGenLookaheadCount(int) - Static method in class org.apache.lucene.index.SegmentInfos
Advanced: set how many times to try incrementing the gen when loading the segments file.
setDefaultOperator(QueryParser.Operator) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Sets the boolean operator of the QueryParser.
setDefaultOperator(StandardQueryConfigHandler.Operator) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Sets the boolean operator of the QueryParser.
setDefaultOperator(BooleanClause.Occur) - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Sets the implicit operator setting, which must be either SHOULD or MUST.
setDefaultPhraseSlop(int) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
setDefaultWriteLockTimeout(long) - Static method in class org.apache.lucene.index.IndexWriterConfig
Sets the default (for any instance) maximum time to wait for a write lock (in milliseconds).
setDescription(String) - Method in class org.apache.lucene.search.Explanation
Sets the description of this explanation node.
setDeterministic(boolean) - Method in class org.apache.lucene.util.automaton.Automaton
Sets deterministic flag for this automaton.
setDiscountOverlaps(boolean) - Method in class org.apache.lucene.search.similarities.BM25Similarity
Sets whether overlap tokens (Tokens with 0 position increment) are ignored when computing norm.
setDiscountOverlaps(boolean) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Determines whether overlap tokens (Tokens with 0 position increment) are ignored when computing norm.
setDiscountOverlaps(boolean) - Method in class org.apache.lucene.search.similarities.SimilarityBase
Determines whether overlap tokens (Tokens with 0 position increment) are ignored when computing norm.
setDiscreteMultiValueHighlighting(boolean) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
setDistance(StringDistance) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Set the string distance metric.
setDocFreq(int) - Method in class org.apache.lucene.index.TermContext
expert: only available for queries that want to lie about docfreq
setDocFreq(long) - Method in class org.apache.lucene.search.similarities.BasicStats
Sets the document frequency.
setDocument(int) - Method in class org.apache.lucene.index.MultiDocValues.MultiSortedSetDocValues
 
setDocument(int) - Method in class org.apache.lucene.index.SortedSetDocValues
Sets iteration to the specified docID
setDocValuesGen(long) - Method in class org.apache.lucene.index.FieldInfo
Sets the docValues generation of this field.
setDocValueType(FieldInfo.DocValuesType) - Method in class org.apache.lucene.document.FieldType
Set's the field's DocValuesType
setDoubleValue(double) - Method in class org.apache.lucene.analysis.NumericTokenStream
Initializes the token stream with the supplied double value.
setDoubleValue(double) - Method in class org.apache.lucene.document.DoubleDocValuesField
 
setDoubleValue(double) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setEmpty() - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Sets the length of the termBuffer to zero.
setEmpty() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
Deprecated.
enablePositionIncrements=false is not supported anymore as of Lucene 4.4
setEnablePositionIncrements(boolean) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Set to true to enable position increments in result query.
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Set to true to enable position increments in result query.
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.util.QueryBuilder
Set to true to enable position increments in result query.
setEncoder(Encoder) - Method in class org.apache.lucene.search.highlight.Highlighter
 
setEnd(int) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
setEndOffset(int) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
setEnum(TermsEnum) - Method in class org.apache.lucene.search.FuzzyTermsEnum
swap in a new actual enum to proxy to
setErrorToken(String) - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
setExpandMultiTermQuery(boolean) - Method in class org.apache.lucene.search.highlight.QueryScorer
Controls whether or not multi-term queries are expanded against a MemoryIndex IndexReader.
setExpandMultiTermQuery(boolean) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
setExpirationThreshold(long) - Method in class org.apache.lucene.replicator.LocalReplicator
Modify session expiration time - if a replication session is inactive that long it is automatically expired, and further attempts to operate within this session will throw a SessionExpiredException.
setExplicitLuceneMatchVersion(boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
setField(FieldInfo) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
setField(FieldInfo) - Method in class org.apache.lucene.codecs.PostingsWriterBase
Sets the current field for writing, and returns the fixed length of long[] metadata (which is fixed per field), called when the writing switches to another field.
setField(FieldInfo) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
setField(FieldInfo) - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
 
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
 
setField(CharSequence) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.FieldableNode
Associates the node to a field.
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.TokenizedPhraseQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
Sets the field associated with this node.
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.MultiPhraseQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Sets the field associated with this node.
setField(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
setFieldName(String) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
setFieldNames(String[]) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the field names that will be used when generating the 'More Like This' query.
setFieldsBoost(Map<String, Float>) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Sets the boost used for each field.
setFiles(Set<String>) - Method in class org.apache.lucene.index.SegmentInfo
Sets the files written for this segment.
setFillerToken(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Sets the string to insert for each position at which there is no token (i.e., when position increment is greater than one).
setFillSortFields(boolean) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Whether to also fill the sort fields per returned group and groups docs.
setFlags(int) - Method in class org.apache.lucene.analysis.Token
Set the flags to a new bitset.
setFlags(int) - Method in interface org.apache.lucene.analysis.tokenattributes.FlagsAttribute
Set the flags to a new bitset.
setFlags(int) - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
setFloatValue(float) - Method in class org.apache.lucene.analysis.NumericTokenStream
Initializes the token stream with the supplied float value.
setFloatValue(float) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setFloatValue(float) - Method in class org.apache.lucene.document.FloatDocValuesField
 
setFloorSegmentMB(double) - Method in class org.apache.lucene.index.TieredMergePolicy
Segments smaller than this are "rounded up" to this size, ie treated as equal (floor) size for merge selection.
setForceMergeDeletesPctAllowed(double) - Method in class org.apache.lucene.index.TieredMergePolicy
When forceMergeDeletes is called, we only merge away a segment if its delete percentage is over this threshold.
setFragmentScorer(Scorer) - Method in class org.apache.lucene.search.highlight.Highlighter
 
setFragmentSize(int) - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
 
setFreqCurrentDoc() - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
setFreqCurrentDoc() - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
setFreqCurrentDoc() - Method in class org.apache.lucene.search.spans.SpanScorer
 
setFuzzyMinSim(float) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Set the minimum similarity for fuzzy queries.
setFuzzyMinSim(float) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Set the minimum similarity for fuzzy queries.
setFuzzyMinSim(float) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Set the minimum similarity for fuzzy queries.
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Set the prefix length for fuzzy queries.
setFuzzyPrefixLength(int) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Set the prefix length for fuzzy queries.
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Set the prefix length for fuzzy queries.
setGenUpdatesFiles(Map<Long, Set<String>>) - Method in class org.apache.lucene.index.SegmentCommitInfo
Sets the updates file names per generation.
setGreedy(boolean) - Method in class org.apache.lucene.search.TimeLimitingCollector
Sets whether this time limited collector is greedy.
setGroupDocsLimit(int) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Specifies the number of documents to return inside a group from the specified groupDocsOffset.
setGroupDocsOffset(int) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Specifies the offset for documents inside a group.
setGroupSort(Sort) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Specifies how groups are sorted.
setHierarchical(String, boolean) - Method in class org.apache.lucene.facet.FacetsConfig
Pass true if this dimension is hierarchical (has depth > 1 paths).
setHighFreqMinimumNumberShouldMatch(float) - Method in class org.apache.lucene.queries.CommonTermsQuery
Specifies a minimum number of the high frequent optional BooleanClauses which must be satisfied in order to produce a match on the low frequency terms query part.
setHyperbolicTfFactors(float, float, double, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the function variables for the hyperbolicTf functions
setIgnoreTF(boolean) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
setIncludeMaxScore(boolean) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Whether to include the score of the most relevant document per group.
setIncludeScores(boolean) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Whether to include the scores per doc inside a group.
setIndex(int) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
setIndexCommit(IndexCommit) - Method in class org.apache.lucene.index.IndexWriterConfig
Expert: allows to open a certain commit point.
setIndexDeletionPolicy(IndexDeletionPolicy) - Method in class org.apache.lucene.index.IndexWriterConfig
Expert: allows an optional IndexDeletionPolicy implementation to be specified.
setIndexed(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true to index (invert) this field.
setIndexFieldName(String, String) - Method in class org.apache.lucene.facet.FacetsConfig
Specify which index field name should hold the ordinals for this dimension; this is only used by the taxonomy based facet methods.
setIndexInterval(int) - Method in class org.apache.lucene.util.PForDeltaDocIdSet.Builder
Set the index interval.
setIndexInterval(int) - Method in class org.apache.lucene.util.WAH8DocIdSet.Builder
 
setIndexOptions(FieldInfo.IndexOptions) - Method in class org.apache.lucene.document.FieldType
Sets the indexing options for the field:
setIndexWriter(IndexWriter) - Method in class org.apache.lucene.index.MergePolicy
Sets the IndexWriter to use by this merge policy.
setIndexWriter(IndexWriter) - Method in class org.apache.lucene.index.NoMergePolicy
 
setIndexWriter(IndexWriter) - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
setIndexWriter(IndexWriter) - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
 
setInfo(SegmentCommitInfo) - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Expert: Sets the SegmentCommitInfo of this MergePolicy.OneMerge.
setInfo(Object) - Method in class org.apache.lucene.util.automaton.Automaton
Associates extra information with this automaton.
setInfoStream(PrintStream, boolean) - Method in class org.apache.lucene.index.CheckIndex
Set infoStream where messages should go.
setInfoStream(PrintStream) - Method in class org.apache.lucene.index.CheckIndex
Set infoStream where messages should go.
setInfoStream(InfoStream) - Method in class org.apache.lucene.index.IndexWriterConfig
Information about merges, deletes and a message when maxFieldLength is reached will be printed to this.
setInfoStream(PrintStream) - Method in class org.apache.lucene.index.IndexWriterConfig
Convenience method that uses PrintStreamInfoStream.
setInfoStream(PrintStream) - Static method in class org.apache.lucene.index.SegmentInfos
If non-null, information about retries when loading the segments file will be printed to this.
setInfoStream(InfoStream) - Method in class org.apache.lucene.replicator.IndexAndTaxonomyReplicationHandler
Sets the InfoStream to use for logging messages.
setInfoStream(InfoStream) - Method in class org.apache.lucene.replicator.IndexReplicationHandler
Sets the InfoStream to use for logging messages.
setInfoStream(InfoStream) - Method in class org.apache.lucene.replicator.ReplicationClient
Sets the InfoStream to use for logging messages.
setInfoStream(PrintStream) - Method in interface org.apache.lucene.search.FieldCache
If non-null, FieldCacheImpl will warn whenever entries are created that are not sane according to FieldCacheSanityChecker.
setInitialSeekTerm(BytesRef) - Method in class org.apache.lucene.index.FilteredTermsEnum
Use this method to set the initial BytesRef to seek before iterating.
setInitialSize(int) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Sets the initial size of some internal used data structures.
setInOrder(boolean) - Method in class org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
When inOrder is true, the search terms must exists in the documents as the same order as in query.
setIntValue(int) - Method in class org.apache.lucene.analysis.NumericTokenStream
Initializes the token stream with the supplied int value.
setIntValue(int) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setIntValue(int) - Method in class org.apache.lucene.document.IntDocValuesField
Deprecated.
 
setKeepMode(DuplicateFilter.KeepMode) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
setKeyword(boolean) - Method in interface org.apache.lucene.analysis.tokenattributes.KeywordAttribute
Marks the current token as keyword if set to true.
setKeyword(boolean) - Method in class org.apache.lucene.analysis.tokenattributes.KeywordAttributeImpl
 
SetKeywordMarkerFilter - Class in org.apache.lucene.analysis.miscellaneous
Marks terms as keywords via the KeywordAttribute.
SetKeywordMarkerFilter(TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.SetKeywordMarkerFilter
Create a new KeywordSetMarkerFilter, that marks the current token as a keyword if the tokens term buffer is contained in the given set via the KeywordAttribute.
setLastOutput(int, T) - Method in class org.apache.lucene.util.fst.Builder.UnCompiledNode
 
setLastSkipData(int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Deprecated.
 
setLastSkipData(int) - Method in class org.apache.lucene.codecs.MultiLevelSkipListReader
Copies the values of the last read skip entry on this level
setLeaf(boolean) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
setLength(int) - Method in interface org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Set number of valid characters (length of the term) in the termBuffer array.
setLength(int) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
setLength(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
setLength(int) - Method in class org.apache.lucene.index.FieldInvertState
Set length value.
setLength(long) - Method in class org.apache.lucene.store.FSDirectory.FSIndexOutput
 
setLength(long) - Method in class org.apache.lucene.store.IndexOutput
Set the file length.
setLength(long) - Method in class org.apache.lucene.store.RAMFile
 
setLengthNormFactors(int, int, float, boolean) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the default function variables used by lengthNorm when no field specific variables have been set.
setLikeText(String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setLocale(Locale) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Set locale used by date range parsing, lowercasing, and other locale-sensitive operations.
setLocale(Locale) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Set locale used by date range parsing.
setLocale(Locale) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Set locale used by date range parsing.
setLockDir(File) - Method in class org.apache.lucene.store.FSLockFactory
Set the lock directory.
setLockFactory(LockFactory) - Method in class org.apache.lucene.store.BaseDirectory
 
setLockFactory(LockFactory) - Method in class org.apache.lucene.store.Directory
Set the LockFactory that this Directory instance should use for its locking implementation.
setLockFactory(LockFactory) - Method in class org.apache.lucene.store.FilterDirectory
 
setLockFactory(LockFactory) - Method in class org.apache.lucene.store.FSDirectory
 
setLockFactory(LockFactory) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
setLockPrefix(String) - Method in class org.apache.lucene.store.LockFactory
Set the prefix in use for all locks created in this LockFactory.
setLongValue(long) - Method in class org.apache.lucene.analysis.NumericTokenStream
Initializes the token stream with the supplied long value.
setLongValue(long) - Method in class org.apache.lucene.document.DoubleDocValuesField
 
setLongValue(long) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setLongValue(long) - Method in class org.apache.lucene.document.FloatDocValuesField
 
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Whether terms of wildcard, prefix, fuzzy and range queries are to be automatically lower-cased or not.
setLowercaseExpandedTerms(boolean) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Whether terms of multi-term queries (e.g., wildcard, prefix, fuzzy and range) should be automatically lower-cased or not.
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Set to true to allow leading wildcard characters.
setLowerCaseTerms(boolean) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
True if the spellchecker should lowercase terms (default: true)
setLowFreqMinimumNumberShouldMatch(float) - Method in class org.apache.lucene.queries.CommonTermsQuery
Specifies a minimum number of the low frequent optional BooleanClauses which must be satisfied in order to produce a match on the low frequency terms query part.
setMatch(Boolean) - Method in class org.apache.lucene.search.ComplexExplanation
Sets the match status assigned to this explanation node.
setMatchAlmostDiff(int) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Sets the number of characters by which words can differ from target word when calling the matchAlmost method.
setMaxBufferedDeleteTerms(int) - Method in class org.apache.lucene.index.IndexWriterConfig
 
setMaxBufferedDeleteTerms(int) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Determines the maximum number of delete-by-term operations that will be buffered before both the buffered in-memory delete terms and queries are applied and flushed.
setMaxBufferedDocs(int) - Method in class org.apache.lucene.index.IndexWriterConfig
 
setMaxBufferedDocs(int) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Determines the minimal number of documents required before the buffered in-memory documents are flushed as a new Segment.
setMaxCFSSegmentSizeMB(double) - Method in class org.apache.lucene.index.MergePolicy
If a merged segment will be more than this value, leave the segment as non-compound file even if compound file is enabled.
setMaxChanges(int) - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
The maximum numbers of changes (word breaks or combinations) to make on the original term(s).
setMaxClauseCount(int) - Static method in class org.apache.lucene.search.BooleanQuery
Set the maximum number of clauses permitted per BooleanQuery.
setMaxCombineWordLength(int) - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
The maximum length of a suggestion made by combining 1 or more original terms.
setMaxDocCharsToAnalyze(int) - Method in class org.apache.lucene.search.highlight.Highlighter
 
setMaxDocCharsToAnalyze(int) - Method in class org.apache.lucene.search.highlight.QueryScorer
 
setMaxDocCharsToAnalyze(int) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
setMaxDocFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Set the maximum frequency in which words may still appear.
setMaxDocFreqPct(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Set the maximum percentage in which words may still appear.
setMaxEdits(int) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Sets the maximum number of Levenshtein edit-distances to draw candidate terms from.
setMaxEvaluations(int) - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
The maximum number of word combinations to evaluate.
setMaxInspections(int) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Set the maximum number of top-N inspections (default: 5) per suggestion.
setMaxMergeAtOnce(int) - Method in class org.apache.lucene.index.TieredMergePolicy
Maximum number of segments to be merged at a time during "normal" merging.
setMaxMergeAtOnceExplicit(int) - Method in class org.apache.lucene.index.TieredMergePolicy
Maximum number of segments to be merged at a time, during forceMerge or forceMergeDeletes.
setMaxMergeDocs(int) - Method in class org.apache.lucene.index.LogMergePolicy
Determines the largest segment (measured by document count) that may be merged with other segments.
setMaxMergedSegmentMB(double) - Method in class org.apache.lucene.index.TieredMergePolicy
Maximum sized segment to produce during normal merging.
setMaxMergeMB(double) - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
Determines the largest segment (measured by total byte size of the segment's files, in MB) that may be merged with other segments.
setMaxMergeMBForForcedMerge(double) - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
Determines the largest segment (measured by total byte size of the segment's files, in MB) that may be merged with other segments during forceMerge.
setMaxMergesAndThreads(int, int) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Sets the maximum number of merge threads and simultaneous merges allowed.
setMaxNonCompetitiveBoost(float) - Method in interface org.apache.lucene.search.MaxNonCompetitiveBoostAttribute
This is the maximum boost that would not be competitive.
setMaxNonCompetitiveBoost(float) - Method in class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
 
setMaxNumTokensParsed(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
setMaxQueryFrequency(float) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Set the maximum threshold (default: 0.01f) of documents a query term can appear in order to provide suggestions.
setMaxQueryTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the maximum number of query terms that will be included in any generated query.
setMaxQueryTerms(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setMaxScore(float) - Method in class org.apache.lucene.search.TopDocs
Sets the maximum score value encountered.
setMaxShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Set the max shingle size (default: 2)
setMaxSize(int) - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
setMaxSize() allows changing the map's maximal number of elements which was defined at construction time.
setMaxThreadStates(int) - Method in class org.apache.lucene.index.IndexWriterConfig
Sets the max number of simultaneous threads that may be indexing documents at once in IndexWriter.
setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.ClassicAnalyzer
Set maximum allowed token length.
setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
Set the max allowed token length.
setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
Set maximum allowed token length.
setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
Set the max allowed token length.
setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Set maximum allowed token length.
setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
Set the max allowed token length.
setMaxWordLen(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the maximum word length above which words will be ignored.
setMaxWriteMBPerSec(Double, IOContext.Context) - Method in class org.apache.lucene.store.RateLimitedDirectoryWrapper
Sets the maximum (approx) MB/sec allowed by all write IO performed by IndexOutput created with the given IOContext.Context.
setMbPerSec(double) - Method in class org.apache.lucene.store.RateLimiter
Sets an updated mb per second rate limit.
setMbPerSec(double) - Method in class org.apache.lucene.store.RateLimiter.SimpleRateLimiter
Sets an updated mb per second rate limit.
setMergedSegmentWarmer(IndexWriter.IndexReaderWarmer) - Method in class org.apache.lucene.index.IndexWriterConfig
 
setMergedSegmentWarmer(IndexWriter.IndexReaderWarmer) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Set the merged segment warmer.
setMergeFactor(int) - Method in class org.apache.lucene.index.LogMergePolicy
Determines how often segment indices are merged by addDocument().
setMergePolicy(MergePolicy) - Method in class org.apache.lucene.index.IndexWriterConfig
Expert: MergePolicy is invoked whenever there are changes to the segments in the index.
setMergeScheduler(MergeScheduler) - Method in class org.apache.lucene.index.IndexWriterConfig
Expert: sets the merge scheduler used by this writer.
setMergeState(MergeState) - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
Sets the MergeState, which is used to re-map document IDs.
setMergeState(MergeState) - Method in class org.apache.lucene.codecs.MappingMultiDocsEnum
Sets the MergeState, which is used to re-map document IDs.
setMergeThreadPriority(int) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Set the base priority that merge threads run at.
setMinBreakWordLength(int) - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
The minimum length to break words down to.
setMinDocFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the frequency at which words will be ignored which do not occur in at least this many docs.
setMinDocFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setMinimization(int) - Static method in class org.apache.lucene.util.automaton.Automaton
Selects minimization algorithm (default: MINIMIZE_HOPCROFT).
setMinimizeAlways(boolean) - Static method in class org.apache.lucene.util.automaton.Automaton
Sets or resets minimize always flag.
setMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.search.BooleanQuery
Specifies a minimum number of the optional BooleanClauses which must be satisfied.
setMinMergeDocs(int) - Method in class org.apache.lucene.index.LogDocMergePolicy
Sets the minimum size for the lowest level segments.
setMinMergeMB(double) - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
Sets the minimum size for the lowest level segments.
setMinPrefix(int) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Sets the minimal number of initial characters (default: 1) that must match exactly.
setMinQueryLength(int) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Set the minimum length of a query term (default: 4) needed to return suggestions.
setMinShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Set the min shingle size (default: 2).
setMinSimilarity(float) - Method in class org.apache.lucene.queryparser.flexible.standard.config.FuzzyConfig
 
setMinSuggestionFrequency(int) - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
The minimum frequency a term must have to be included as part of a suggestion.
setMinTermFreq(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the frequency below which terms will be ignored in the source doc.
setMinTermFrequency(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setMinWordLen(int) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Sets the minimum word length below which words will be ignored.
setMissingValue(Object) - Method in class org.apache.lucene.sandbox.queries.SortedSetSortField
Set how missing values (the empty set) are sorted.
setMissingValue(Object) - Method in class org.apache.lucene.search.SortField
 
setMoreLikeFields(String[]) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setMultiFields(CharSequence[]) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Set the fields a query should be expanded to when the field is null
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
By default, it uses MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT when creating a prefix, wildcard and range queries.
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
By default, it uses MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT when creating a prefix, wildcard and range queries.
setMultiValued(String, boolean) - Method in class org.apache.lucene.facet.FacetsConfig
Pass true if this dimension may have more than one value per document.
setMultiValuedSeparator(char) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.facet.FacetsCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.CachingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.Collector
Called before collecting from each AtomicReaderContext.
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.NumericComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.BlockGroupingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupHeadsCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupsCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.function.FunctionDistinctValuesCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.function.FunctionFirstPassGroupingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.function.FunctionSecondPassGroupingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.term.TermAllGroupsCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.term.TermDistinctValuesCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.term.TermFirstPassGroupingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.grouping.term.TermSecondPassGroupingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.MultiCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.PositiveScoresOnlyCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.TimeLimitingCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.TopScoreDocCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.TotalHitCountCollector
 
setNextSentence(int, int) - Method in class org.apache.lucene.analysis.cn.smart.HMMChineseTokenizer
 
setNextSentence(int, int) - Method in class org.apache.lucene.analysis.th.ThaiTokenizer
 
setNextSentence(int, int) - Method in class org.apache.lucene.analysis.util.SegmentingTokenizerBase
Provides the next input sentence for analysis
setNoCFSRatio(double) - Method in class org.apache.lucene.index.MergePolicy
If a merged segment will be more than this percentage of the total size of the index, leave the segment as non-compound file even if compound file is enabled.
setNonLocalizedMessage(Message) - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
setNumberedStates(State[]) - Method in class org.apache.lucene.util.automaton.Automaton
 
setNumberedStates(State[], int) - Method in class org.apache.lucene.util.automaton.Automaton
 
setNumberFormat(NumberFormat) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
Sets the NumberFormat used to parse a String to Number
setNumberFormat(NumberFormat) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Sets the NumberFormat used to convert the value to String.
setNumberOfDocuments(long) - Method in class org.apache.lucene.search.similarities.BasicStats
Sets the number of documents.
setNumberOfFieldTokens(long) - Method in class org.apache.lucene.search.similarities.BasicStats
Sets the total number of tokens in the field.
setNumericConfigMap(Map<String, NumericConfig>) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
setNumericPrecisionStep(int) - Method in class org.apache.lucene.document.FieldType
Sets the numeric precision step for the field.
setNumericType(FieldType.NumericType) - Method in class org.apache.lucene.document.FieldType
Specifies the field's numeric type.
setNumOverlap(int) - Method in class org.apache.lucene.index.FieldInvertState
Set number of terms with positionIncrement == 0.
setNumReturnValues(int) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Sets the default maximum number of values returned from the matchPrefix and matchAlmost methods.
setOccur(BooleanClause.Occur) - Method in class org.apache.lucene.search.BooleanClause
 
setOffset(int, int) - Method in class org.apache.lucene.analysis.Token
Set the starting and ending offset.
setOffset(int, int) - Method in interface org.apache.lucene.analysis.tokenattributes.OffsetAttribute
Set the starting and ending offset.
setOffset(int, int) - Method in class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
setOmitNorms(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true to omit normalization values for the field.
SetOnce<T> - Class in org.apache.lucene.util
A convenient class which offers a semi-immutable object wrapper implementation which allows one to set the value of an object exactly once, and retrieve it many times.
SetOnce() - Constructor for class org.apache.lucene.util.SetOnce
A default constructor which does not set the internal object, and allows setting it by calling SetOnce.set(Object).
SetOnce(T) - Constructor for class org.apache.lucene.util.SetOnce
Creates a new instance with the internal object set to the given object.
SetOnce.AlreadySetException - Exception in org.apache.lucene.util
Thrown when SetOnce.set(Object) is called more than once.
SetOnce.AlreadySetException() - Constructor for exception org.apache.lucene.util.SetOnce.AlreadySetException
 
setOpenMode(IndexWriterConfig.OpenMode) - Method in class org.apache.lucene.index.IndexWriterConfig
Specifies IndexWriterConfig.OpenMode of the index.
setOutputUnigrams(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Shall the output stream contain the input tokens (unigrams) as well as shingles? (default: true.)
setOutputUnigramsIfNoShingles(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Shall we override the behavior of outputUnigrams==false for those times when no shingles are available (because there are fewer than minShingleSize tokens in the input stream)? (default: false.)
setPathElements(List<PathQueryNode.QueryText>) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
Returns the a List with all QueryText elements
setPause(boolean) - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Set or clear whether this merge is paused paused (for example ConcurrentMergeScheduler will pause merges if too many are running).
setPayload(BytesRef) - Method in class org.apache.lucene.analysis.Token
Sets this Token's payload.
setPayload(BytesRef) - Method in interface org.apache.lucene.analysis.tokenattributes.PayloadAttribute
Sets this Token's payload.
setPayload(BytesRef) - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
 
setPercentTermsToMatch(float) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setPhraseLimit(int) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
set the maximum number of phrases to analyze when searching for the highest-scoring phrase.
setPhraseSlop(int) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
Sets the default slop for phrases.
setPhraseSlop(int) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
Sets the default slop for phrases.
setPhraseSlop(int) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Sets the default slop for phrases.
setPivot(int) - Method in class org.apache.lucene.util.IntroSorter
Save the value at slot i so that it can later be used as a pivot, see IntroSorter.comparePivot(int).
setPosition(int) - Method in class org.apache.lucene.store.ByteArrayDataInput
 
setPosition(long) - Method in class org.apache.lucene.util.fst.FST.BytesReader
Set current read position.
setPosition(long) - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataInput
Seek to a position previously obtained from PagedBytes.PagedBytesDataInput.getPosition().
setPositionIncrement(int) - Method in class org.apache.lucene.analysis.Token
Set the position increment.
setPositionIncrement(int) - Method in interface org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute
Set the position increment.
setPositionIncrement(int) - Method in class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
 
setPositionIncrement(int) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
setPositionLength(int) - Method in class org.apache.lucene.analysis.Token
Set the position length of this Token.
setPositionLength(int) - Method in interface org.apache.lucene.analysis.tokenattributes.PositionLengthAttribute
Set the position length of this Token.
setPositionLength(int) - Method in class org.apache.lucene.analysis.tokenattributes.PositionLengthAttributeImpl
 
setPositionSensitive(boolean) - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
setPrecisionStep(int) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
Sets the precision used to index the numeric values
setPrefix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
setPrefixLength(int) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
setPrefixLength(int) - Method in class org.apache.lucene.queryparser.flexible.standard.config.FuzzyConfig
 
setPreservePositionIncrements(boolean) - Method in class org.apache.lucene.analysis.TokenStreamToAutomaton
Whether to generate holes in the automaton for missing positions, true by default.
setProcessingMode(DuplicateFilter.ProcessingMode) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
setQuery(CharSequence) - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
 
setQuery(Query) - Method in class org.apache.lucene.search.BooleanClause
 
setQueryBuilder(QueryBuilder) - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
The query builder that will be used to build an object from the query node tree.
setQueryConfigHandler(QueryConfigHandler) - Method in interface org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessor
Sets the QueryConfigHandler associated to the query tree.
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler).
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler).
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Sets the query configuration handler that will be used during query processing.
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.GroupQueryNodeProcessor
Deprecated.
 
setQueryNodeProcessor(QueryNodeProcessor) - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Sets the processor that will be used to process the query node tree.
setRAMBufferSizeMB(double) - Method in class org.apache.lucene.index.IndexWriterConfig
 
setRAMBufferSizeMB(double) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Determines the amount of RAM that may be used for buffering added documents and deletions before they are flushed to the Directory.
setRAMPerThreadHardLimitMB(int) - Method in class org.apache.lucene.index.IndexWriterConfig
Expert: Sets the maximum memory consumption per thread triggering a forced flush if exceeded.
setRamUsageEstimator(boolean) - Method in class org.apache.lucene.util.FieldCacheSanityChecker
If set, estimate size for all CacheEntry objects will be calculateed.
setRateLimiter(RateLimiter, IOContext.Context) - Method in class org.apache.lucene.store.RateLimitedDirectoryWrapper
Sets the rate limiter to be used to limit (approx) MB/sec allowed by all IO performed with the given context.
setReadChunkSize(int) - Method in class org.apache.lucene.store.FSDirectory
Deprecated.
This is no longer used since Lucene 4.5.
setReader(Reader) - Method in class org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Resets the encapsulated components with the given reader.
setReader(Reader) - Method in class org.apache.lucene.analysis.Tokenizer
Expert: Set a new reader on the Tokenizer.
setReaderPooling(boolean) - Method in class org.apache.lucene.index.IndexWriterConfig
By default, IndexWriter does not pool the SegmentReaders it must open for deletions and merging, unless a near-real-time reader has been obtained by calling DirectoryReader.open(IndexWriter, boolean).
setReaderTermsIndexDivisor(int) - Method in class org.apache.lucene.index.IndexWriterConfig
 
setReaderTermsIndexDivisor(int) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Sets the termsIndexDivisor passed to any readers that IndexWriter opens, for example when applying deletes or creating a near-real-time reader in DirectoryReader.open(IndexWriter, boolean).
setReaderValue(Reader) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setReclaimDeletesWeight(double) - Method in class org.apache.lucene.index.TieredMergePolicy
Controls how aggressively merges that reclaim more deletions are favored.
setRef(Character, int) - Method in class org.egothor.stemmer.Row
Set the reference to the next row in the Cell of the given Character to the given integer.
setRegexImplementation(RegexCapabilities) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
setRegexImplementation(RegexCapabilities) - Method in interface org.apache.lucene.sandbox.queries.regex.RegexQueryCapable
Defines which RegexCapabilities implementation is used by this instance.
setRequireDimCount(String, boolean) - Method in class org.apache.lucene.facet.FacetsConfig
Pass true if at search time you require accurate counts of the dimension, i.e.
setResolution(long) - Method in class org.apache.lucene.search.TimeLimitingCollector.TimerThread
Set the timer resolution.
setReusableComponents(Analyzer, String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy
Deprecated.
 
setReusableComponents(Analyzer, String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy
Deprecated.
 
setReusableComponents(Analyzer, String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.Analyzer.ReuseStrategy
Stores the given TokenStreamComponents as the reusable components for the field with the give name.
setRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.search.MultiTermQuery
Sets the rewrite method to be used when executing the query.
setRewriteMethod(SpanMultiTermQueryWrapper.SpanRewriteMethod) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
Expert: sets the rewrite method.
setRunningMerge(MergePolicy.OneMerge) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
Record the currently running merge.
setScorer(Scorer) - Method in class org.apache.lucene.facet.FacetsCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.Collector
Called before successive calls to Collector.collect(int).
setScorer(Scorer) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
setScorer(Scorer) - Method in class org.apache.lucene.search.FieldComparator
Sets the Scorer to use in case a document's score is needed.
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.AbstractAllGroupsCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.AbstractDistinctValuesCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.AbstractFirstPassGroupingCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.BlockGroupingCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupHeadsCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.MultiCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.PositiveScoresOnlyCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.TimeLimitingCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.TopScoreDocCollector
 
setScorer(Scorer) - Method in class org.apache.lucene.search.TotalHitCountCollector
 
setSegmentsPerTier(double) - Method in class org.apache.lucene.index.TieredMergePolicy
Sets the allowed number of segments per tier.
setShift(int) - Method in interface org.apache.lucene.analysis.NumericTokenStream.NumericTermAttribute
Don't call this method!
setShift(int) - Method in class org.apache.lucene.analysis.NumericTokenStream.NumericTermAttributeImpl
 
setShortValue(short) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setShortValue(short) - Method in class org.apache.lucene.document.ShortDocValuesField
Deprecated.
 
setSimilarity(Similarity) - Method in class org.apache.lucene.index.IndexWriterConfig
Expert: set the Similarity implementation used by this IndexWriter.
setSimilarity(TFIDFSimilarity) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
 
setSimilarity(float) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
setSimilarity(Similarity) - Method in class org.apache.lucene.search.IndexSearcher
Expert: Set the Similarity implementation used by this IndexSearcher.
setSize(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
 
setSize(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
 
setSize(int) - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
Set the size of the map.
setSlop(int) - Method in class org.apache.lucene.search.MultiPhraseQuery
Sets the phrase slop for this query.
setSlop(int) - Method in class org.apache.lucene.search.PhraseQuery
Sets the number of other words permitted between words in query phrase.
setSort(SortField) - Method in class org.apache.lucene.search.Sort
Sets the sort to the given criteria.
setSort(SortField...) - Method in class org.apache.lucene.search.Sort
Sets the sort to the given criteria in succession.
setSortWithinGroup(Sort) - Method in class org.apache.lucene.search.grouping.GroupingSearch
Specified how documents inside a group are sorted.
setSoTimeout(int) - Method in class org.apache.lucene.replicator.http.HttpClientBase
Set the socket timeout for this client, in milliseconds.
setSpellIndex(Directory) - Method in class org.apache.lucene.search.spell.SpellChecker
Use a different index as the spell checker index or re-open the existing index if spellIndex is the same value as given in the constructor.
setStemDictionary(HashMap<?, ?>) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Deprecated.
Set dictionary for stemming, this dictionary overrules the algorithm, so you can correct for a particular unwanted word-stem pair.
setStemmer(GermanStemmer) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
Set a alternative/custom GermanStemmer for this filter.
setStemmer(FrenchStemmer) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
Deprecated.
Set a alternative/custom FrenchStemmer for this filter.
setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Deprecated.
Set a alternative/custom DutchStemmer for this filter.
setStopWords(Set<?>) - Method in class org.apache.lucene.queries.mlt.MoreLikeThis
Set the set of stopwords.
setStopWords(Set<?>) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
setStored(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true to store this field.
setStoredValue(Analyzer, Object) - Method in class org.apache.lucene.analysis.Analyzer.ReuseStrategy
Sets the stored value.
setStoreTermVectorOffsets(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true to also store token character offsets into the term vector for this field.
setStoreTermVectorPayloads(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true to also store token payloads into the term vector for this field.
setStoreTermVectorPositions(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true to also store token positions into the term vector for this field.
setStoreTermVectors(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true if this field's indexed form should be also stored into term vectors.
setStrict(boolean) - Method in class org.apache.lucene.queries.CustomScoreQuery
Set the strict mode of this query.
setStrictMode(boolean) - Method in class org.apache.lucene.queryparser.xml.builders.NumericRangeFilterBuilder
Specifies how this NumericRangeFilterBuilder will handle errors.
setStringDistance(StringDistance) - Method in class org.apache.lucene.search.spell.SpellChecker
Sets the StringDistance implementation for this SpellChecker instance.
setStringValue(String) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setSuffix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
setSyntaxParser(SyntaxParser) - Method in class org.apache.lucene.queryparser.flexible.core.QueryParserHelper
Sets the text parser that will be used to parse the query string, it cannot be null.
setTag(String, Object) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
Associate the specified value with the specified tagName.
setTag(String, Object) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
setTerm(String) - Method in class org.apache.lucene.search.highlight.WeightedTerm
 
setTermIndexInterval(int) - Method in class org.apache.lucene.index.IndexWriterConfig
 
setTermIndexInterval(int) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Expert: set the interval between indexed terms.
setText(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
Set a new region of text to be examined by this iterator
setText(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
setText(CharSequence) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.TextableQueryNode
 
setText(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
setText(CharacterIterator) - Method in class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
setTextFragmenter(Fragmenter) - Method in class org.apache.lucene.search.highlight.Highlighter
 
setThreadPriority(int) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
Set the priority of this thread.
setThreshold(float) - Method in class org.apache.lucene.search.spell.JaroWinklerDistance
Sets the threshold used to determine when Winkler bonus should be used.
setThresholdFrequency(float) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Set the minimal threshold of documents a term must appear for a match.
setTimeZone(TimeZone) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
setTimeZone(TimeZone) - Method in interface org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
 
setTimeZone(TimeZone) - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
setToken(Token) - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
setTokenized(boolean) - Method in class org.apache.lucene.document.FieldType
Set to true to tokenize this field's contents via the configured Analyzer.
setTokenSeparator(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Sets the string to use when joining adjacent tokens to form a shingle
setTokenStream(TokenStream) - Method in class org.apache.lucene.document.Field
Expert: sets the token stream to be used for indexing and causes isIndexed() and isTokenized() to return true.
setTokenType(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Set the type of the shingle tokens produced by this filter.
setTopValue(String) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
setTopValue(Byte) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
setTopValue(Integer) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
setTopValue(Double) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
setTopValue(Float) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
setTopValue(Integer) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
setTopValue(Long) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
setTopValue(Float) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
setTopValue(T) - Method in class org.apache.lucene.search.FieldComparator
Record the top value, for future calls to FieldComparator.compareTop(int).
setTopValue(Short) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
setTopValue(BytesRef) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
setTopValue(BytesRef) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
setTopValue(Object) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
setTotalTermFreq(long) - Method in class org.apache.lucene.search.similarities.BasicStats
Sets the total number of occurrences of this term across all documents.
setTransitions(Transition[]) - Method in class org.apache.lucene.util.automaton.State
 
setType(String) - Method in class org.apache.lucene.analysis.Token
Set the lexical type.
setType(String) - Method in interface org.apache.lucene.analysis.tokenattributes.TypeAttribute
Set the lexical type.
setType(String) - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
setType(FieldType.NumericType) - Method in class org.apache.lucene.queryparser.flexible.standard.config.NumericConfig
Sets the numeric type used to index the numeric values
setUnicodeArcs(boolean) - Method in class org.apache.lucene.analysis.TokenStreamToAutomaton
Whether to make transition labels Unicode code points instead of UTF8 bytes, false by default
setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.IndexWriterConfig
 
setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.LiveIndexWriterConfig
Sets if the IndexWriter should pack newly written segments in a compound file.
setUseUnmap(boolean) - Method in class org.apache.lucene.store.MMapDirectory
This method enables the workaround for unmapping the buffers from address space after closing IndexInput, that is mentioned in the bug report.
setValue(V) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
sets the value associated with the last key returned
setValue(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
setValue(T) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.ValueQueryNode
 
setValue(Number) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Sets the numeric value.
setValue(float) - Method in class org.apache.lucene.search.Explanation
Sets the value assigned to this explanation node.
setVersion(String) - Method in class org.apache.lucene.index.SegmentInfo
Used by DefaultSegmentInfosReader to upgrade a 3.0 segment to record its version is "3.0".
setWeight(float) - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
setWeight(float) - Method in class org.apache.lucene.search.highlight.WeightedTerm
 
setWrapIfNotCachingTokenFilter(boolean) - Method in class org.apache.lucene.search.highlight.QueryScorer
By default, TokenStreams that are not of the type CachingTokenFilter are wrapped in a CachingTokenFilter to ensure an efficient reset - if you are already using a different caching TokenStream impl and you don't want it to be wrapped, set this to false.
setWrapIfNotCachingTokenFilter(boolean) - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
By default, TokenStreams that are not of the type CachingTokenFilter are wrapped in a CachingTokenFilter to ensure an efficient reset - if you are already using a different caching TokenStream impl and you don't want it to be wrapped, set this to false.
setWriteLockTimeout(long) - Method in class org.apache.lucene.index.IndexWriterConfig
Sets the maximum time to wait for a write lock (in milliseconds) for this instance.
SHADDA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
shallowSizeOf(Object) - Static method in class org.apache.lucene.util.RamUsageEstimator
Estimates a "shallow" memory usage of the given object.
shallowSizeOfInstance(Class<?>) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the shallow instance size in bytes an instance of the given class would occupy.
shardIndex - Variable in class org.apache.lucene.search.ScoreDoc
SHIFT_START_INT - Static variable in class org.apache.lucene.util.NumericUtils
Integers are stored at lower precision by shifting off lower bits.
SHIFT_START_LONG - Static variable in class org.apache.lucene.util.NumericUtils
Longs are stored at lower precision by shifting off lower bits.
ShingleAnalyzerWrapper - Class in org.apache.lucene.analysis.shingle
A ShingleAnalyzerWrapper wraps a ShingleFilter around another Analyzer.
ShingleAnalyzerWrapper(Analyzer) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
ShingleAnalyzerWrapper(Analyzer, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
ShingleAnalyzerWrapper(Analyzer, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
ShingleAnalyzerWrapper(Analyzer, int, int, String, boolean, boolean, String) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
Creates a new ShingleAnalyzerWrapper
ShingleAnalyzerWrapper(Version) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
ShingleAnalyzerWrapper(Version, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
ShingleFilter - Class in org.apache.lucene.analysis.shingle
A ShingleFilter constructs shingles (token n-grams) from a token stream.
ShingleFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Constructs a ShingleFilter with the specified shingle size from the TokenStream input
ShingleFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Constructs a ShingleFilter with the specified shingle size from the TokenStream input
ShingleFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Construct a ShingleFilter with default shingle size: 2.
ShingleFilter(TokenStream, String) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Construct a ShingleFilter with the specified token type for shingle tokens and the default shingle size: 2
ShingleFilterFactory - Class in org.apache.lucene.analysis.shingle
Factory for ShingleFilter.
ShingleFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilterFactory
Creates a new ShingleFilterFactory
ShortDocValuesField - Class in org.apache.lucene.document
Deprecated.
ShortDocValuesField(String, short) - Constructor for class org.apache.lucene.document.ShortDocValuesField
Deprecated.
Creates a new DocValues field with the specified 16-bit short value
shortestPaths(FST<T>, FST.Arc<T>, T, Comparator<T>, int, boolean) - Static method in class org.apache.lucene.util.fst.Util
Starting from node, find the top N min cost completions to a final node.
ShortFieldSource - Class in org.apache.lucene.queries.function.valuesource
Deprecated.
ShortFieldSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
ShortFieldSource(String, FieldCache.ShortParser) - Constructor for class org.apache.lucene.queries.function.valuesource.ShortFieldSource
Deprecated.
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
shortVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
shortVal(int, short[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
shouldUpgradeSegment(SegmentCommitInfo) - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
Returns if the given segment should be upgraded.
shrink(short[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
shrink(int[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
shrink(long[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
shrink(byte[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
shrink(boolean[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
shrink(char[], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
shrink(int[][], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
shrink(float[][], int) - Static method in class org.apache.lucene.util.ArrayUtil
 
SI_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoFormat
Deprecated.
File extension used to store SegmentInfo.
SI_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoFormat
File extension used to store SegmentInfo.
SI_EXTENSION - Static variable in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
siblings() - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
Returns the siblings array, where siblings[i] denotes the sibling of category ordinal i.
siblings - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacets
Maps an ordinal to its sibling, or -1 if there is no sibling.
similarity - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
Similarity to use when encoding norms.
similarity - Variable in class org.apache.lucene.search.BooleanQuery.BooleanWeight
The Similarity implementation.
Similarity - Class in org.apache.lucene.search.similarities
Similarity defines the components of Lucene scoring.
Similarity() - Constructor for class org.apache.lucene.search.similarities.Similarity
Sole constructor.
similarity - Variable in class org.apache.lucene.search.spans.SpanWeight
 
Similarity.SimScorer - Class in org.apache.lucene.search.similarities
API for scoring "sloppy" queries such as TermQuery, SpanQuery, and PhraseQuery.
Similarity.SimScorer() - Constructor for class org.apache.lucene.search.similarities.Similarity.SimScorer
Sole constructor.
Similarity.SimWeight - Class in org.apache.lucene.search.similarities
Stores the weight for a query across the indexed collection.
Similarity.SimWeight() - Constructor for class org.apache.lucene.search.similarities.Similarity.SimWeight
Sole constructor.
SimilarityBase - Class in org.apache.lucene.search.similarities
A subclass of Similarity that provides a simplified API for its descendants.
SimilarityBase() - Constructor for class org.apache.lucene.search.similarities.SimilarityBase
Sole constructor.
SimpleAnalyzer - Class in org.apache.lucene.analysis.core
SimpleAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.SimpleAnalyzer
Creates a new SimpleAnalyzer
SimpleBoolFunction - Class in org.apache.lucene.queries.function.valuesource
BoolFunction implementation which applies an extendible boolean function to the values of a single wrapped ValueSource.
SimpleBoolFunction(ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
SimpleBoundaryScanner - Class in org.apache.lucene.search.vectorhighlight
Simple boundary scanner implementation that divides fragments based on a set of separator characters.
SimpleBoundaryScanner() - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
SimpleBoundaryScanner(int) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
SimpleBoundaryScanner(Character[]) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
SimpleBoundaryScanner(int, Character[]) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
SimpleBoundaryScanner(int, Set<Character>) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleBoundaryScanner
 
SimpleFieldFragList - Class in org.apache.lucene.search.vectorhighlight
A simple implementation of FieldFragList.
SimpleFieldFragList(int) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleFieldFragList
a constructor.
SimpleFloatFunction - Class in org.apache.lucene.queries.function.valuesource
A simple float function with a single argument
SimpleFloatFunction(ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
 
SimpleFragListBuilder - Class in org.apache.lucene.search.vectorhighlight
A simple implementation of FragListBuilder.
SimpleFragListBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleFragListBuilder
 
SimpleFragListBuilder(int) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleFragListBuilder
 
SimpleFragmenter - Class in org.apache.lucene.search.highlight
Fragmenter implementation which breaks text up into same-size fragments with no concerns over spotting sentence boundaries.
SimpleFragmenter() - Constructor for class org.apache.lucene.search.highlight.SimpleFragmenter
 
SimpleFragmenter(int) - Constructor for class org.apache.lucene.search.highlight.SimpleFragmenter
 
SimpleFragmentsBuilder - Class in org.apache.lucene.search.vectorhighlight
A simple implementation of FragmentsBuilder.
SimpleFragmentsBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder
a constructor.
SimpleFragmentsBuilder(String[], String[]) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder
a constructor.
SimpleFragmentsBuilder(BoundaryScanner) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder
 
SimpleFragmentsBuilder(String[], String[], BoundaryScanner) - Constructor for class org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder
 
SimpleFSDirectory - Class in org.apache.lucene.store
A straightforward implementation of FSDirectory using java.io.RandomAccessFile.
SimpleFSDirectory(File, LockFactory) - Constructor for class org.apache.lucene.store.SimpleFSDirectory
Create a new SimpleFSDirectory for the named location.
SimpleFSDirectory(File) - Constructor for class org.apache.lucene.store.SimpleFSDirectory
Create a new SimpleFSDirectory for the named location and NativeFSLockFactory.
SimpleFSDirectory.SimpleFSIndexInput - Class in org.apache.lucene.store
SimpleFSDirectory.SimpleFSIndexInput(String, RandomAccessFile, IOContext) - Constructor for class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
SimpleFSDirectory.SimpleFSIndexInput(String, RandomAccessFile, long, long, int) - Constructor for class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
SimpleFSLockFactory - Class in org.apache.lucene.store
SimpleFSLockFactory() - Constructor for class org.apache.lucene.store.SimpleFSLockFactory
Create a SimpleFSLockFactory instance, with null (unset) lock directory.
SimpleFSLockFactory(File) - Constructor for class org.apache.lucene.store.SimpleFSLockFactory
Instantiate using the provided directory (as a File instance).
SimpleFSLockFactory(String) - Constructor for class org.apache.lucene.store.SimpleFSLockFactory
Instantiate using the provided directory name (String).
SimpleHTMLEncoder - Class in org.apache.lucene.search.highlight
Simple Encoder implementation to escape text for HTML output
SimpleHTMLEncoder() - Constructor for class org.apache.lucene.search.highlight.SimpleHTMLEncoder
 
SimpleHTMLFormatter - Class in org.apache.lucene.search.highlight
Simple Formatter implementation to highlight terms with a pre and post tag.
SimpleHTMLFormatter(String, String) - Constructor for class org.apache.lucene.search.highlight.SimpleHTMLFormatter
 
SimpleHTMLFormatter() - Constructor for class org.apache.lucene.search.highlight.SimpleHTMLFormatter
Default constructor uses HTML: <B> tags to markup terms.
SimpleMergedSegmentWarmer - Class in org.apache.lucene.index
A very simple merged segment warmer that just ensures data structures are initialized.
SimpleMergedSegmentWarmer(InfoStream) - Constructor for class org.apache.lucene.index.SimpleMergedSegmentWarmer
Creates a new SimpleMergedSegmentWarmer
SimpleNaiveBayesClassifier - Class in org.apache.lucene.classification
A simplistic Lucene based NaiveBayes classifier, see http://en.wikipedia.org/wiki/Naive_Bayes_classifier
SimpleNaiveBayesClassifier() - Constructor for class org.apache.lucene.classification.SimpleNaiveBayesClassifier
Creates a new NaiveBayes classifier.
SimpleQueryParser - Class in org.apache.lucene.queryparser.simple
SimpleQueryParser is used to parse human readable query syntax.
SimpleQueryParser(Analyzer, String) - Constructor for class org.apache.lucene.queryparser.simple.SimpleQueryParser
Creates a new parser searching over a single field.
SimpleQueryParser(Analyzer, Map<String, Float>) - Constructor for class org.apache.lucene.queryparser.simple.SimpleQueryParser
Creates a new parser searching over multiple fields with different weights.
SimpleQueryParser(Analyzer, Map<String, Float>, int) - Constructor for class org.apache.lucene.queryparser.simple.SimpleQueryParser
Creates a new parser with custom flags used to enable/disable certain features.
SimpleSpanFragmenter - Class in org.apache.lucene.search.highlight
Fragmenter implementation which breaks text up into same-size fragments but does not split up Spans.
SimpleSpanFragmenter(QueryScorer) - Constructor for class org.apache.lucene.search.highlight.SimpleSpanFragmenter
 
SimpleSpanFragmenter(QueryScorer, int) - Constructor for class org.apache.lucene.search.highlight.SimpleSpanFragmenter
 
SimpleTerm() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
SimpleTerm - Class in org.apache.lucene.queryparser.surround.query
Base class for queries that expand to sets of simple terms.
SimpleTerm(boolean) - Constructor for class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
SimpleTerm.MatchingTermVisitor - Interface in org.apache.lucene.queryparser.surround.query
Callback to visit each matching term during "rewrite" in SimpleTerm.MatchingTermVisitor.visitMatchingTerm(Term)
SimpleTextCodec - Class in org.apache.lucene.codecs.simpletext
plain text index format.
SimpleTextCodec() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
SimpleTextDocValuesFormat - Class in org.apache.lucene.codecs.simpletext
plain text doc values format.
SimpleTextDocValuesFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextDocValuesFormat
 
SimpleTextFieldInfosFormat - Class in org.apache.lucene.codecs.simpletext
plaintext field infos format
SimpleTextFieldInfosFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
SimpleTextFieldInfosReader - Class in org.apache.lucene.codecs.simpletext
reads plaintext field infos files
SimpleTextFieldInfosReader() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosReader
 
SimpleTextFieldInfosWriter - Class in org.apache.lucene.codecs.simpletext
writes plaintext field infos files
SimpleTextFieldInfosWriter() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosWriter
 
SimpleTextLiveDocsFormat - Class in org.apache.lucene.codecs.simpletext
reads/writes plaintext live docs
SimpleTextLiveDocsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
SimpleTextNormsFormat - Class in org.apache.lucene.codecs.simpletext
plain-text norms format.
SimpleTextNormsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat
 
SimpleTextNormsFormat.SimpleTextNormsConsumer - Class in org.apache.lucene.codecs.simpletext
Writes plain-text norms.
SimpleTextNormsFormat.SimpleTextNormsConsumer(SegmentWriteState) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsConsumer
 
SimpleTextNormsFormat.SimpleTextNormsProducer - Class in org.apache.lucene.codecs.simpletext
Reads plain-text norms.
SimpleTextNormsFormat.SimpleTextNormsProducer(SegmentReadState) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
SimpleTextPostingsFormat - Class in org.apache.lucene.codecs.simpletext
For debugging, curiosity, transparency only!! Do not use this codec in production.
SimpleTextPostingsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextPostingsFormat
 
SimpleTextSegmentInfoFormat - Class in org.apache.lucene.codecs.simpletext
plain text segments file format.
SimpleTextSegmentInfoFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
SimpleTextSegmentInfoReader - Class in org.apache.lucene.codecs.simpletext
reads plaintext segments files
SimpleTextSegmentInfoReader() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoReader
 
SimpleTextSegmentInfoWriter - Class in org.apache.lucene.codecs.simpletext
writes plaintext segments files
SimpleTextSegmentInfoWriter() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoWriter
 
SimpleTextStoredFieldsFormat - Class in org.apache.lucene.codecs.simpletext
plain text stored fields format.
SimpleTextStoredFieldsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsFormat
 
SimpleTextStoredFieldsReader - Class in org.apache.lucene.codecs.simpletext
reads plaintext stored fields
SimpleTextStoredFieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
SimpleTextStoredFieldsWriter - Class in org.apache.lucene.codecs.simpletext
Writes plain-text stored fields.
SimpleTextStoredFieldsWriter(Directory, String, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
SimpleTextTermVectorsFormat - Class in org.apache.lucene.codecs.simpletext
plain text term vectors format.
SimpleTextTermVectorsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsFormat
 
SimpleTextTermVectorsReader - Class in org.apache.lucene.codecs.simpletext
Reads plain-text term vectors.
SimpleTextTermVectorsReader(Directory, SegmentInfo, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
SimpleTextTermVectorsWriter - Class in org.apache.lucene.codecs.simpletext
Writes plain-text term vectors.
SimpleTextTermVectorsWriter(Directory, String, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
simplify(BooleanQuery) - Method in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Helper to simplify boolean queries with 0 or 1 clause
sims - Variable in class org.apache.lucene.search.similarities.MultiSimilarity
the sub-similarities used to create the combined score
simScorer(Similarity.SimWeight, AtomicReaderContext) - Method in class org.apache.lucene.search.similarities.BM25Similarity
 
simScorer(Similarity.SimWeight, AtomicReaderContext) - Method in class org.apache.lucene.search.similarities.MultiSimilarity
 
simScorer(Similarity.SimWeight, AtomicReaderContext) - Method in class org.apache.lucene.search.similarities.PerFieldSimilarityWrapper
 
simScorer(Similarity.SimWeight, AtomicReaderContext) - Method in class org.apache.lucene.search.similarities.Similarity
Creates a new Similarity.SimScorer to score matching documents from a segment of the inverted index.
simScorer(Similarity.SimWeight, AtomicReaderContext) - Method in class org.apache.lucene.search.similarities.SimilarityBase
 
simScorer(Similarity.SimWeight, AtomicReaderContext) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
 
SINGLE_TYPE - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
when we emit a unigram, its then marked as this type
SingleFragListBuilder - Class in org.apache.lucene.search.vectorhighlight
An implementation class of FragListBuilder that generates one FieldFragList.WeightedFragInfo object.
SingleFragListBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.SingleFragListBuilder
 
SingleFunction - Class in org.apache.lucene.queries.function.valuesource
A function with a single argument
SingleFunction(ValueSource) - Constructor for class org.apache.lucene.queries.function.valuesource.SingleFunction
 
SingleInstanceLockFactory - Class in org.apache.lucene.store
Implements LockFactory for a single in-process instance, meaning all locking will take place through this one instance.
SingleInstanceLockFactory() - Constructor for class org.apache.lucene.store.SingleInstanceLockFactory
 
SingleTermsEnum - Class in org.apache.lucene.index
Subclass of FilteredTermsEnum for enumerating a single term.
SingleTermsEnum(TermsEnum, BytesRef) - Constructor for class org.apache.lucene.index.SingleTermsEnum
Creates a new SingleTermsEnum.
SingleTokenTokenStream - Class in org.apache.lucene.analysis.miscellaneous
A TokenStream containing a single token.
SingleTokenTokenStream(Token) - Constructor for class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
singleton(SortedDocValues) - Static method in class org.apache.lucene.index.DocValues
Returns a multi-valued view over the provided SortedDocValues
sink - Variable in class org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Sink tokenstream, such as the outer tokenfilter decorating the chain.
size() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
size() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
 
size() - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
size() - Method in class org.apache.lucene.analysis.util.CharArraySet
 
size() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
size() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
size() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.FieldReader
 
size() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
 
size() - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
size() - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
Returns number of documents.
size() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
size() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
size() - Method in class org.apache.lucene.facet.taxonomy.writercache.CollisionMap
How many mappings.
size() - Method in class org.apache.lucene.index.FieldInfos
Returns the number of fields
size() - Method in class org.apache.lucene.index.Fields
Returns the number of fields or -1 if the number of distinct field names is unknown.
size() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterFields
 
size() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTerms
 
size(SegmentCommitInfo) - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
 
size(SegmentCommitInfo) - Method in class org.apache.lucene.index.LogDocMergePolicy
 
size(SegmentCommitInfo) - Method in class org.apache.lucene.index.MergePolicy
Return the byte size of the provided SegmentCommitInfo, pro-rated by percentage of non-deleted documents is set.
size() - Method in class org.apache.lucene.index.MultiFields
 
size() - Method in class org.apache.lucene.index.MultiTerms
 
size(SegmentCommitInfo) - Method in class org.apache.lucene.index.NoMergePolicy
 
size() - Method in class org.apache.lucene.index.SegmentInfos
Returns number of SegmentCommitInfos.
size() - Method in class org.apache.lucene.index.Terms
Returns the number of terms for this field, or -1 if this measure isn't stored by the codec.
size() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
size() - Method in class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
size - Variable in class org.apache.lucene.replicator.RevisionFile
The size of the file denoted by RevisionFile.fileName.
size() - Method in class org.apache.lucene.search.LiveFieldValues
Returns the [approximate] number of id/value pairs buffered in RAM.
size() - Method in class org.apache.lucene.util.BytesRefArray
Returns the current size of this BytesRefArray
size() - Method in class org.apache.lucene.util.BytesRefHash
Returns the number of BytesRef values in this BytesRefHash.
size() - Method in class org.apache.lucene.util.OpenBitSet
Returns the current capacity of this set.
size() - Method in class org.apache.lucene.util.packed.GrowableWriter
 
size() - Method in class org.apache.lucene.util.packed.MonotonicBlockPackedReader
Returns the number of values
size() - Method in class org.apache.lucene.util.packed.PackedInts.NullReader
 
size() - Method in class org.apache.lucene.util.packed.PackedInts.Reader
 
size() - Method in interface org.apache.lucene.util.packed.PackedInts.ReaderIterator
Returns number of values
size() - Method in class org.apache.lucene.util.PriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
size() - Method in class org.apache.lucene.util.SentinelIntSet
The number of integers in this set.
size() - Method in class org.apache.lucene.util.WeakIdentityMap
Returns the number of key-value mappings in this map.
sizeBytes(SegmentCommitInfo) - Method in class org.apache.lucene.index.LogMergePolicy
Return the byte size of the provided SegmentCommitInfo, pro-rated by percentage of non-deleted documents if LogMergePolicy.setCalibrateSizeByDeletes(boolean) is set.
sizeDocs(SegmentCommitInfo) - Method in class org.apache.lucene.index.LogMergePolicy
Return the number of documents in the provided SegmentCommitInfo, pro-rated by percentage of non-deleted documents if LogMergePolicy.setCalibrateSizeByDeletes(boolean) is set.
sizeInBytes() - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns total size in bytes of all files for this segment.
sizeInBytes() - Method in class org.apache.lucene.search.CachingWrapperFilter
Returns total byte size used by cached filters.
sizeInBytes() - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
 
sizeInBytes() - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
Returns byte size of the underlying FST.
sizeInBytes() - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Returns byte size of the underlying FST.
sizeInBytes() - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
 
sizeInBytes() - Method in class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
Returns byte size of the underlying FST.
sizeInBytes() - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
Returns byte size of the underlying TST.
sizeInBytes() - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Return an approximate memory usage for this trie.
sizeInBytes() - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
Return an approximate memory usage for this node and its sub-nodes.
sizeInBytes() - Method in class org.apache.lucene.search.suggest.Lookup
Get the size of the underlying lookup implementation in memory
sizeInBytes() - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
Returns byte size of the underlying TST
sizeInBytes() - Method in class org.apache.lucene.store.NRTCachingDirectory
Returns how many bytes are being used by the RAMDirectory cache
sizeInBytes - Variable in class org.apache.lucene.store.RAMDirectory
 
sizeInBytes() - Method in class org.apache.lucene.store.RAMDirectory
Return total size in bytes of all files in this directory.
sizeInBytes - Variable in class org.apache.lucene.store.RAMFile
 
sizeInBytes() - Method in class org.apache.lucene.store.RAMOutputStream
Returns byte usage of all buffers.
sizeInBytes() - Method in class org.apache.lucene.util.fst.FST
Returns bytes used to represent the FST
sizeMB - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Net size (MB) of the files referenced by this segment.
sizeOf(byte[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the byte[] object.
sizeOf(boolean[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the boolean[] object.
sizeOf(char[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the char[] object.
sizeOf(short[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the short[] object.
sizeOf(int[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the int[] object.
sizeOf(float[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the float[] object.
sizeOf(long[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the long[] object.
sizeOf(double[]) - Static method in class org.apache.lucene.util.RamUsageEstimator
Returns the size in bytes of the double[] object.
sizeOf(Object) - Static method in class org.apache.lucene.util.RamUsageEstimator
Estimates the RAM usage by the given object.
sizeOfIndexedStrings - Variable in class org.apache.lucene.index.DocTermOrds
Total bytes (sum of term lengths) for all indexed terms.
sizeOfMap() - Method in class org.apache.lucene.facet.taxonomy.writercache.CompactLabelToOrdinal
How many labels.
skip(long) - Method in class org.apache.lucene.replicator.IndexInputInputStream
 
skip(long) - Method in class org.apache.lucene.util.packed.BlockPackedReaderIterator
Skip exactly count values.
SKIP_INTERVAL - Static variable in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
skipBytes(long) - Method in class org.apache.lucene.store.ByteArrayDataInput
 
skipBytes(long) - Method in class org.apache.lucene.store.DataInput
Skip over numBytes bytes.
skipBytes(int) - Method in class org.apache.lucene.util.fst.FST.BytesReader
Skips bytes.
skipDoc - Variable in class org.apache.lucene.codecs.MultiLevelSkipListReader
Doc id of current skip entry per level.
skipTo(int) - Method in class org.apache.lucene.codecs.MultiLevelSkipListReader
Skips entries to the first beyond the current whose document number is greater than or equal to target.
skipTo(int) - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
skipTo(int) - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
skipTo(int) - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
skipTo(int) - Method in class org.apache.lucene.search.spans.Spans
Skips to the first match beyond the current, whose document number is greater than or equal to target.
skipTo(int) - Method in class org.apache.lucene.search.spans.TermSpans
 
skipToNextByte() - Method in class org.apache.lucene.util.packed.PackedDataInput
If there are pending bits (at most 7), they will be ignored and the next value will be read starting at the next byte.
slice - Variable in class org.apache.lucene.index.MultiDocsAndPositionsEnum.EnumWithSlice
ReaderSlice describing how this sub-reader fits into the composite reader.
slice - Variable in class org.apache.lucene.index.MultiDocsEnum.EnumWithSlice
ReaderSlice describing how this sub-reader fits into the composite reader.
slice_check() - Method in class org.tartarus.snowball.SnowballProgram
 
slice_del() - Method in class org.tartarus.snowball.SnowballProgram
 
slice_from(CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
slice_to(StringBuilder) - Method in class org.tartarus.snowball.SnowballProgram
 
slices(List<AtomicReaderContext>) - Method in class org.apache.lucene.search.IndexSearcher
Expert: Creates an array of leaf slices each holding a subset of the given leaves.
slop - Variable in class org.apache.lucene.search.spans.SpanNearQuery
 
slope - Variable in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
sloppyFreq(int) - Method in class org.apache.lucene.search.similarities.BM25Similarity
Implemented as 1 / (distance + 1).
sloppyFreq(int) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Implemented as 1 / (distance + 1).
sloppyFreq(int) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Computes the amount of a sloppy phrase match, based on an edit distance.
sloppyFreq() - Method in class org.apache.lucene.search.spans.SpanScorer
Returns the intermediate "sloppy freq" adjusted for edit distance
SloppyMath - Class in org.apache.lucene.util
Math functions that trade off accuracy for speed.
SloppyMath() - Constructor for class org.apache.lucene.util.SloppyMath
 
SlopQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A SlopQueryNode represents phrase query with a slop.
SlopQueryNode(QueryNode, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
SlopQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
This builder basically reads the Query object set on the SlopQueryNode child using QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID and applies the slop value defined in the SlopQueryNode.
SlopQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.SlopQueryNodeBuilder
 
slot - Variable in class org.apache.lucene.search.FieldValueHitQueue.Entry
 
slowAdvance(int) - Method in class org.apache.lucene.search.DocIdSetIterator
Slow (linear) implementation of DocIdSetIterator.advance(int) relying on DocIdSetIterator.nextDoc() to advance beyond the target position.
SlowCollatedStringComparator - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedStringComparator(int, String, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
SlowCollatedTermRangeFilter - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedTermRangeFilter(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
 
SlowCollatedTermRangeQuery - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedTermRangeQuery(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Constructs a query selecting all terms greater/equal than lowerTerm but less/equal than upperTerm.
SlowCollatedTermRangeTermsEnum - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedTermRangeTermsEnum(TermsEnum, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeTermsEnum
Deprecated.
Enumerates all terms greater/equal than lowerTerm but less/equal than upperTerm.
SlowCompositeReaderWrapper - Class in org.apache.lucene.index
This class forces a composite reader (eg a MultiReader or DirectoryReader) to emulate an atomic reader.
SlowFuzzyQuery - Class in org.apache.lucene.sandbox.queries
Deprecated.
Use FuzzyQuery instead.
SlowFuzzyQuery(Term, float, int, int) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Create a new SlowFuzzyQuery that will match terms with a similarity of at least minimumSimilarity to term.
SlowFuzzyQuery(Term, float, int) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
SlowFuzzyQuery(Term, float) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
SlowFuzzyQuery(Term) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
SlowFuzzyTermsEnum - Class in org.apache.lucene.sandbox.queries
Deprecated.
Use FuzzyTermsEnum instead.
SlowFuzzyTermsEnum(Terms, AttributeSource, Term, float, int) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum
Deprecated.
 
smalleru_8(long, long) - Static method in class org.apache.lucene.util.BroadWord
An unsigned bytewise smaller <8 operator.
smallerUpto15_16(long, long) - Static method in class org.apache.lucene.util.BroadWord
A bytewise smaller <16 operator.
smallerUpTo7_8(long, long) - Static method in class org.apache.lucene.util.BroadWord
A signed bytewise smaller <8 operator, for operands 0L<= x, y <=0x7L.
SmallFloat - Class in org.apache.lucene.util
Floating point numbers smaller than 32 bits.
SmartChineseAnalyzer - Class in org.apache.lucene.analysis.cn.smart
SmartChineseAnalyzer is an analyzer for Chinese or mixed Chinese-English text.
SmartChineseAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Create a new SmartChineseAnalyzer, using the default stopword list.
SmartChineseAnalyzer(Version, boolean) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Create a new SmartChineseAnalyzer, optionally using the default stopword list.
SmartChineseAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Create a new SmartChineseAnalyzer, using the provided Set of stopwords.
SmartChineseSentenceTokenizerFactory - Class in org.apache.lucene.analysis.cn.smart
Deprecated.
SmartChineseSentenceTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseSentenceTokenizerFactory
Deprecated.
Creates a new SmartChineseSentenceTokenizerFactory
SmartChineseWordTokenFilterFactory - Class in org.apache.lucene.analysis.cn.smart
Deprecated.
SmartChineseWordTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseWordTokenFilterFactory
Deprecated.
Creates a new SmartChineseWordTokenFilterFactory
snapshot() - Method in class org.apache.lucene.index.PersistentSnapshotDeletionPolicy
Snapshots the last commit.
snapshot() - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Snapshots the last commit and returns it.
SnapshotDeletionPolicy - Class in org.apache.lucene.index
An IndexDeletionPolicy that wraps any other IndexDeletionPolicy and adds the ability to hold and later release snapshots of an index.
SnapshotDeletionPolicy(IndexDeletionPolicy) - Constructor for class org.apache.lucene.index.SnapshotDeletionPolicy
Sole constructor, taking the incoming IndexDeletionPolicy to wrap.
SNAPSHOTS_PREFIX - Static variable in class org.apache.lucene.index.PersistentSnapshotDeletionPolicy
Prefix used for the save file.
SnowballAnalyzer - Class in org.apache.lucene.analysis.snowball
Deprecated.
(3.1) Use the language-specific analyzer in modules/analysis instead. This analyzer will be removed in Lucene 5.0
SnowballAnalyzer(Version, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Deprecated.
Builds the named analyzer with no stop words.
SnowballAnalyzer(Version, String, CharArraySet) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Deprecated.
Builds the named analyzer with the given stop words.
SnowballFilter - Class in org.apache.lucene.analysis.snowball
A filter that stems words using a Snowball-generated stemmer.
SnowballFilter(TokenStream, SnowballProgram) - Constructor for class org.apache.lucene.analysis.snowball.SnowballFilter
 
SnowballFilter(TokenStream, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballFilter
Construct the named stemming filter.
SnowballPorterFilterFactory - Class in org.apache.lucene.analysis.snowball
Factory for SnowballFilter, with configurable language
SnowballPorterFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
Creates a new SnowballPorterFilterFactory
SnowballProgram - Class in org.tartarus.snowball
This is the rev 502 of the Snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive reflection in filter class.
SnowballProgram() - Constructor for class org.tartarus.snowball.SnowballProgram
 
SolrSynonymParser - Class in org.apache.lucene.analysis.synonym
Parser for the Solr synonyms format.
SolrSynonymParser(boolean, boolean, Analyzer) - Constructor for class org.apache.lucene.analysis.synonym.SolrSynonymParser
 
SoraniAnalyzer - Class in org.apache.lucene.analysis.ckb
Analyzer for Sorani Kurdish.
SoraniAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ckb.SoraniAnalyzer
Builds an analyzer with the default stop words: SoraniAnalyzer.DEFAULT_STOPWORD_FILE.
SoraniAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ckb.SoraniAnalyzer
Builds an analyzer with the given stop words.
SoraniAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ckb.SoraniAnalyzer
Builds an analyzer with the given stop words.
SoraniNormalizationFilter - Class in org.apache.lucene.analysis.ckb
A TokenFilter that applies SoraniNormalizer to normalize the orthography.
SoraniNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ckb.SoraniNormalizationFilter
 
SoraniNormalizationFilterFactory - Class in org.apache.lucene.analysis.ckb
SoraniNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ckb.SoraniNormalizationFilterFactory
Creates a new SoraniNormalizationFilterFactory
SoraniNormalizer - Class in org.apache.lucene.analysis.ckb
Normalizes the Unicode representation of Sorani text.
SoraniNormalizer() - Constructor for class org.apache.lucene.analysis.ckb.SoraniNormalizer
 
SoraniStemFilter - Class in org.apache.lucene.analysis.ckb
A TokenFilter that applies SoraniStemmer to stem Sorani words.
SoraniStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ckb.SoraniStemFilter
 
SoraniStemFilterFactory - Class in org.apache.lucene.analysis.ckb
Factory for SoraniStemFilter.
SoraniStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ckb.SoraniStemFilterFactory
Creates a new SoraniStemFilterFactory
SoraniStemmer - Class in org.apache.lucene.analysis.ckb
Light stemmer for Sorani
SoraniStemmer() - Constructor for class org.apache.lucene.analysis.ckb.SoraniStemmer
 
sort - Variable in class org.apache.lucene.index.sorter.EarlyTerminatingSortingCollector
Sort used to sort the search results
Sort - Class in org.apache.lucene.search
Encapsulates sort criteria for returned hits.
Sort() - Constructor for class org.apache.lucene.search.Sort
Sorts by computed relevance.
Sort(SortField) - Constructor for class org.apache.lucene.search.Sort
Sorts by the criteria in the given SortField.
Sort(SortField...) - Constructor for class org.apache.lucene.search.Sort
Sorts in succession by the criteria in each SortField.
sort(Comparator<BytesRef>) - Method in class org.apache.lucene.util.BytesRefHash
Returns the values array sorted by the referenced byte values.
sort(int, int) - Method in class org.apache.lucene.util.InPlaceMergeSorter
 
sort(int, int) - Method in class org.apache.lucene.util.IntroSorter
 
sort(File, File) - Method in class org.apache.lucene.util.OfflineSorter
Sort input to output, explicit hint for the buffer size.
sort(int, int) - Method in class org.apache.lucene.util.Sorter
Sort the slice which starts at from (inclusive) and ends at to (exclusive).
sort(int, int) - Method in class org.apache.lucene.util.TimSorter
 
sortableIntToFloat(int) - Static method in class org.apache.lucene.util.NumericUtils
Converts a sortable int back to a float.
sortableLongToDouble(long) - Static method in class org.apache.lucene.util.NumericUtils
Converts a sortable long back to a double.
SORTED_SET_SINGLE_VALUED_SORTED - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Single-valued sorted set values, encoded as sorted values, so no level of indirection: docId -> ord.
SORTED_SET_WITH_ADDRESSES - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Standard storage for sorted set values with 1 level of indirection: docId -> address -> ord.
SortedBytesDocValuesField - Class in org.apache.lucene.document
Deprecated.
SortedBytesDocValuesField(String, BytesRef) - Constructor for class org.apache.lucene.document.SortedBytesDocValuesField
Deprecated.
Create a new fixed or variable-length sorted DocValues field.
SortedBytesDocValuesField(String, BytesRef, boolean) - Constructor for class org.apache.lucene.document.SortedBytesDocValuesField
Deprecated.
Create a new fixed or variable length sorted DocValues field.
SortedDocValues - Class in org.apache.lucene.index
A per-document byte[] with presorted values.
SortedDocValues() - Constructor for class org.apache.lucene.index.SortedDocValues
Sole constructor.
SortedDocValuesField - Class in org.apache.lucene.document
Field that stores a per-document BytesRef value, indexed for sorting.
SortedDocValuesField(String, BytesRef) - Constructor for class org.apache.lucene.document.SortedDocValuesField
Create a new sorted DocValues field.
SortedInputIterator - Class in org.apache.lucene.search.suggest
This wrapper buffers incoming elements and makes sure they are sorted based on given comparator.
SortedInputIterator(InputIterator) - Constructor for class org.apache.lucene.search.suggest.SortedInputIterator
Creates a new sorted wrapper, using BytesRef.getUTF8SortedAsUnicodeComparator() for sorting.
SortedInputIterator(InputIterator, Comparator<BytesRef>) - Constructor for class org.apache.lucene.search.suggest.SortedInputIterator
Creates a new sorted wrapper, sorting by BytesRef (ascending) then cost (ascending).
SortedSetDocValues - Class in org.apache.lucene.index
A per-document set of presorted byte[] values.
SortedSetDocValues() - Constructor for class org.apache.lucene.index.SortedSetDocValues
Sole constructor.
SortedSetDocValuesFacetCounts - Class in org.apache.lucene.facet.sortedset
Compute facets counts from previously indexed SortedSetDocValuesFacetField, without require a separate taxonomy index.
SortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState, FacetsCollector) - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
Sparse faceting: returns any dimension that had any hits, topCount labels per dimension.
SortedSetDocValuesFacetField - Class in org.apache.lucene.facet.sortedset
Add an instance of this to your Document for every facet label to be indexed via SortedSetDocValues.
SortedSetDocValuesFacetField(String, String) - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
Sole constructor.
SortedSetDocValuesField - Class in org.apache.lucene.document
Field that stores a set of per-document BytesRef values, indexed for faceting,grouping,joining.
SortedSetDocValuesField(String, BytesRef) - Constructor for class org.apache.lucene.document.SortedSetDocValuesField
Create a new sorted DocValues field.
SortedSetDocValuesReaderState - Class in org.apache.lucene.facet.sortedset
Wraps a IndexReader and resolves ords using existing SortedSetDocValues APIs without a separate taxonomy index.
SortedSetDocValuesReaderState() - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
Sole constructor.
SortedSetDocValuesReaderState.OrdRange - Class in org.apache.lucene.facet.sortedset
Holds start/end range of ords, which maps to one dimension (someday we may generalize it to map to hierarchies within one dimension).
SortedSetDocValuesReaderState.OrdRange(int, int) - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
Start and end are inclusive.
SortedSetSortField - Class in org.apache.lucene.sandbox.queries
SortField for SortedSetDocValues.
SortedSetSortField(String, boolean) - Constructor for class org.apache.lucene.sandbox.queries.SortedSetSortField
Creates a sort, possibly in reverse, by the minimum value in the set for the document.
SortedSetSortField(String, boolean, SortedSetSortField.Selector) - Constructor for class org.apache.lucene.sandbox.queries.SortedSetSortField
Creates a sort, possibly in reverse, specifying how the sort value from the document's set is selected.
SortedSetSortField.Selector - Enum in org.apache.lucene.sandbox.queries
Selects a value from the document's set to use as the sort value
SortedTermFreqIteratorWrapper - Class in org.apache.lucene.search.suggest
This wrapper buffers incoming elements and makes sure they are sorted based on given comparator.
SortedTermFreqIteratorWrapper(TermFreqIterator) - Constructor for class org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
Creates a new sorted wrapper, using BytesRef.getUTF8SortedAsUnicodeComparator() for sorting.
SortedTermFreqIteratorWrapper(TermFreqIterator, Comparator<BytesRef>) - Constructor for class org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
Creates a new sorted wrapper, sorting by BytesRef (ascending) then cost (ascending).
sortedTransitions - Variable in class org.apache.lucene.util.automaton.CompiledAutomaton
Two dimensional array of transitions, indexed by state number for traversal.
Sorter - Class in org.apache.lucene.util
Base class for sorting algorithms implementations.
Sorter() - Constructor for class org.apache.lucene.util.Sorter
Sole constructor, used for inheritance.
SORTER_ID_PROP - Static variable in class org.apache.lucene.index.sorter.SortingMergePolicy
Put in the diagnostics to denote that this segment is sorted.
SortField - Class in org.apache.lucene.search
Stores information about how to sort documents by terms in an individual field.
SortField(String, SortField.Type) - Constructor for class org.apache.lucene.search.SortField
Creates a sort by terms in the given field with the type of term values explicitly given.
SortField(String, SortField.Type, boolean) - Constructor for class org.apache.lucene.search.SortField
Creates a sort, possibly in reverse, by terms in the given field with the type of term values explicitly given.
SortField(String, FieldCache.Parser) - Constructor for class org.apache.lucene.search.SortField
Creates a sort by terms in the given field, parsed to numeric values using a custom FieldCache.Parser.
SortField(String, FieldCache.Parser, boolean) - Constructor for class org.apache.lucene.search.SortField
Creates a sort, possibly in reverse, by terms in the given field, parsed to numeric values using a custom FieldCache.Parser.
SortField(String, FieldComparatorSource) - Constructor for class org.apache.lucene.search.SortField
Creates a sort with a custom comparison function.
SortField(String, FieldComparatorSource, boolean) - Constructor for class org.apache.lucene.search.SortField
Creates a sort, possibly in reverse, with a custom comparison function.
SortField.Type - Enum in org.apache.lucene.search
Specifies the type of the terms to be sorted, or special types such as CUSTOM
SortingAtomicReader - Class in org.apache.lucene.index.sorter
An AtomicReader which supports sorting documents by a given Sort.
SortingMergePolicy - Class in org.apache.lucene.index.sorter
A MergePolicy that reorders documents according to a Sort before merging them.
SortingMergePolicy(MergePolicy, Sort) - Constructor for class org.apache.lucene.index.sorter.SortingMergePolicy
Create a new MergePolicy that sorts documents with the given sort.
sortKeys(JaspellTernarySearchTrie.TSTNode, int) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie
Returns keys sorted in alphabetical order.
sortPartition(int) - Method in class org.apache.lucene.util.OfflineSorter
Sort a single partition in-memory.
SortRescorer - Class in org.apache.lucene.search
A Rescorer that re-sorts according to a provided Sort.
SortRescorer(Sort) - Constructor for class org.apache.lucene.search.SortRescorer
Sole constructor.
sortTime - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
time spent sorting data (in milliseconds)
sortTransitions(Comparator<Transition>) - Method in class org.apache.lucene.util.automaton.State
Sorts transitions array in-place.
sortValues - Variable in class org.apache.lucene.search.grouping.SearchGroup
The sort values used during sorting.
source - Variable in class org.apache.lucene.analysis.Analyzer.TokenStreamComponents
Original source of the tokens.
SOURCE - Static variable in class org.apache.lucene.index.IndexWriter
Key for the source of a segment in the diagnostics.
source - Variable in class org.apache.lucene.queries.function.valuesource.LinearFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.ReciprocalFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.ScaleFloatFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.SimpleBoolFunction
 
source - Variable in class org.apache.lucene.queries.function.valuesource.SingleFunction
 
SOURCE_ADDINDEXES_READERS - Static variable in class org.apache.lucene.index.IndexWriter
Source of a segment which results from a call to IndexWriter.addIndexes(IndexReader...).
SOURCE_FLUSH - Static variable in class org.apache.lucene.index.IndexWriter
Source of a segment which results from a flush.
SOURCE_MERGE - Static variable in class org.apache.lucene.index.IndexWriter
Source of a segment which results from a merge of other segments.
sourceFiles - Variable in class org.apache.lucene.replicator.SessionToken
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.MultiBoolFunction
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
sources - Variable in class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Chars in class \p{Line_Break = Complex_Context} are from South East Asian scripts (Thai, Lao, Myanmar, Khmer, etc.).
SOUTHEAST_ASIAN - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
SOUTHEAST_ASIAN - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
SPACE_LIKE - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Characters that act as a space
SPACES - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
Space-like characters that need to be skipped: such as space, tab, newline, carriage return.
SpanBuilderBase - Class in org.apache.lucene.queryparser.xml.builders
Base class for building SpanQuerys
SpanBuilderBase() - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanBuilderBase
 
SpanFirstBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for SpanFirstQuery
SpanFirstBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanFirstBuilder
 
SpanFirstQuery - Class in org.apache.lucene.search.spans
Matches spans near the beginning of a field.
SpanFirstQuery(SpanQuery, int) - Constructor for class org.apache.lucene.search.spans.SpanFirstQuery
Construct a SpanFirstQuery matching spans in match whose end position is less than or equal to end.
SpanGradientFormatter - Class in org.apache.lucene.search.highlight
Formats text with different color intensity depending on the score of the term using the span tag.
SpanGradientFormatter(float, String, String, String, String) - Constructor for class org.apache.lucene.search.highlight.SpanGradientFormatter
 
SpanishAnalyzer - Class in org.apache.lucene.analysis.es
Analyzer for Spanish.
SpanishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
Builds an analyzer with the default stop words: SpanishAnalyzer.DEFAULT_STOPWORD_FILE.
SpanishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
Builds an analyzer with the given stop words.
SpanishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
Builds an analyzer with the given stop words.
SpanishLightStemFilter - Class in org.apache.lucene.analysis.es
A TokenFilter that applies SpanishLightStemmer to stem Spanish words.
SpanishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilter
 
SpanishLightStemFilterFactory - Class in org.apache.lucene.analysis.es
SpanishLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilterFactory
Creates a new SpanishLightStemFilterFactory
SpanishLightStemmer - Class in org.apache.lucene.analysis.es
Light Stemmer for Spanish
SpanishLightStemmer() - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemmer
 
SpanishStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
SpanishStemmer() - Constructor for class org.tartarus.snowball.ext.SpanishStemmer
 
SpanMultiTermQueryWrapper<Q extends MultiTermQuery> - Class in org.apache.lucene.search.spans
Wraps any MultiTermQuery as a SpanQuery, so it can be nested within other SpanQuery classes.
SpanMultiTermQueryWrapper(Q) - Constructor for class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
Create a new SpanMultiTermQueryWrapper.
SpanMultiTermQueryWrapper.SpanRewriteMethod - Class in org.apache.lucene.search.spans
Abstract class that defines how the query is rewritten.
SpanMultiTermQueryWrapper.SpanRewriteMethod() - Constructor for class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.SpanRewriteMethod
 
SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite - Class in org.apache.lucene.search.spans
A rewrite method that first translates each term into a SpanTermQuery in a BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the scores as computed by the query.
SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite(int) - Constructor for class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite
Create a TopTermsSpanBooleanQueryRewrite for at most size terms.
SpanNearBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for SpanNearQuery
SpanNearBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanNearBuilder
 
SpanNearClauseFactory - Class in org.apache.lucene.queryparser.surround.query
Factory for SpanOrQuery
SpanNearClauseFactory(IndexReader, String, BasicQueryFactory) - Constructor for class org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
 
SpanNearPayloadCheckQuery - Class in org.apache.lucene.search.spans
Only return those matches that have a specific payload at the given position.
SpanNearPayloadCheckQuery(SpanNearQuery, Collection<byte[]>) - Constructor for class org.apache.lucene.search.spans.SpanNearPayloadCheckQuery
 
SpanNearQuery - Class in org.apache.lucene.search.spans
Matches spans which are near one another.
SpanNearQuery(SpanQuery[], int, boolean) - Constructor for class org.apache.lucene.search.spans.SpanNearQuery
Construct a SpanNearQuery.
SpanNearQuery(SpanQuery[], int, boolean, boolean) - Constructor for class org.apache.lucene.search.spans.SpanNearQuery
 
SpanNotBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for SpanNotQuery
SpanNotBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanNotBuilder
 
SpanNotQuery - Class in org.apache.lucene.search.spans
Removes matches which overlap with another SpanQuery or within a x tokens before or y tokens after another SpanQuery.
SpanNotQuery(SpanQuery, SpanQuery) - Constructor for class org.apache.lucene.search.spans.SpanNotQuery
Construct a SpanNotQuery matching spans from include which have no overlap with spans from exclude.
SpanNotQuery(SpanQuery, SpanQuery, int) - Constructor for class org.apache.lucene.search.spans.SpanNotQuery
Construct a SpanNotQuery matching spans from include which have no overlap with spans from exclude within dist tokens of include.
SpanNotQuery(SpanQuery, SpanQuery, int, int) - Constructor for class org.apache.lucene.search.spans.SpanNotQuery
Construct a SpanNotQuery matching spans from include which have no overlap with spans from exclude within pre tokens before or post tokens of include.
SpanOrBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for SpanOrQuery
SpanOrBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanOrBuilder
 
SpanOrQuery - Class in org.apache.lucene.search.spans
Matches the union of its clauses.
SpanOrQuery(SpanQuery...) - Constructor for class org.apache.lucene.search.spans.SpanOrQuery
Construct a SpanOrQuery merging the provided clauses.
SpanOrTermsBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder that analyzes the text into a SpanOrQuery
SpanOrTermsBuilder(Analyzer) - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanOrTermsBuilder
 
SpanPayloadCheckQuery - Class in org.apache.lucene.search.spans
Only return those matches that have a specific payload at the given position.
SpanPayloadCheckQuery(SpanQuery, Collection<byte[]>) - Constructor for class org.apache.lucene.search.spans.SpanPayloadCheckQuery
 
SpanPositionCheckQuery - Class in org.apache.lucene.search.spans
Base class for filtering a SpanQuery based on the position of a match.
SpanPositionCheckQuery(SpanQuery) - Constructor for class org.apache.lucene.search.spans.SpanPositionCheckQuery
 
SpanPositionCheckQuery.AcceptStatus - Enum in org.apache.lucene.search.spans
SpanPositionCheckQuery.PositionCheckSpan - Class in org.apache.lucene.search.spans
 
SpanPositionCheckQuery.PositionCheckSpan(AtomicReaderContext, Bits, Map<Term, TermContext>) - Constructor for class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
SpanPositionRangeQuery - Class in org.apache.lucene.search.spans
Checks to see if the SpanPositionCheckQuery.getMatch() lies between a start and end position
SpanPositionRangeQuery(SpanQuery, int, int) - Constructor for class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
SpanQuery - Class in org.apache.lucene.search.spans
Base class for span-based queries.
SpanQuery() - Constructor for class org.apache.lucene.search.spans.SpanQuery
 
SpanQueryBuilder - Interface in org.apache.lucene.queryparser.xml.builders
Interface for retrieving a SpanQuery.
SpanQueryBuilderFactory - Class in org.apache.lucene.queryparser.xml.builders
Factory for SpanQueryBuilders
SpanQueryBuilderFactory() - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanQueryBuilderFactory
 
Spans - Class in org.apache.lucene.search.spans
Expert: an enumeration of span matches.
Spans() - Constructor for class org.apache.lucene.search.spans.Spans
 
spans - Variable in class org.apache.lucene.search.spans.SpanScorer
 
SpanScorer - Class in org.apache.lucene.search.spans
Public for extension only.
SpanScorer(Spans, Weight, Similarity.SimScorer) - Constructor for class org.apache.lucene.search.spans.SpanScorer
 
SpanTermBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for SpanTermQuery
SpanTermBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.SpanTermBuilder
 
SpanTermQuery - Class in org.apache.lucene.search.spans
Matches spans containing a term.
SpanTermQuery(Term) - Constructor for class org.apache.lucene.search.spans.SpanTermQuery
Construct a SpanTermQuery matching the named term's spans.
SpanWeight - Class in org.apache.lucene.search.spans
Expert-only.
SpanWeight(SpanQuery, IndexSearcher) - Constructor for class org.apache.lucene.search.spans.SpanWeight
 
spare - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
spareChars - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
SpecialOperations - Class in org.apache.lucene.util.automaton
Special automata operations.
specialToken - Variable in class org.apache.lucene.queryparser.classic.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.apache.lucene.queryparser.surround.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SpellChecker - Class in org.apache.lucene.search.spell
Spell Checker class (Main class)
(initially inspired by the David Spencer code).
SpellChecker(Directory, StringDistance) - Constructor for class org.apache.lucene.search.spell.SpellChecker
Use the given directory as a spell checker index.
SpellChecker(Directory) - Constructor for class org.apache.lucene.search.spell.SpellChecker
Use the given directory as a spell checker index with a LevensteinDistance as the default StringDistance.
SpellChecker(Directory, StringDistance, Comparator<SuggestWord>) - Constructor for class org.apache.lucene.search.spell.SpellChecker
Use the given directory as a spell checker index with the given StringDistance measure and the given Comparator for sorting the results.
SPIClassIterator<S> - Class in org.apache.lucene.util
Helper class for loading SPI classes from classpath (META-INF files).
split(AtomicReader, Directory, Directory, Directory, Analyzer, String...) - Method in class org.apache.lucene.classification.utils.DatasetSplitter
Split a given index into 3 indexes for training, test and cross validation tasks respectively
split(File, String[]) - Method in class org.apache.lucene.index.IndexSplitter
 
split(Version, IndexReader, Directory[], boolean) - Method in class org.apache.lucene.index.MultiPassIndexSplitter
Split source index into multiple parts.
split() - Method in class org.apache.lucene.index.PKIndexSplitter
 
SPLIT_ON_CASE_CHANGE - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
If not set, causes case changes to be ignored (subwords will only be generated given SUBWORD_DELIM tokens)
SPLIT_ON_CASE_CHANGE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
If not set, causes case changes to be ignored (subwords will only be generated given SUBWORD_DELIM tokens)
SPLIT_ON_NUMERICS - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
If not set, causes numeric changes to be ignored (subwords will only be generated given SUBWORD_DELIM tokens).
SPLIT_ON_NUMERICS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
If not set, causes numeric changes to be ignored (subwords will only be generated given SUBWORD_DELIM tokens).
splitchar - Variable in class org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
The char used in the split.
splitExtensionField(String, String) - Method in class org.apache.lucene.queryparser.ext.Extensions
Splits a extension field and returns the field / extension part as a Extensions.Pair.
splitFileNames(String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Splits file names separated by comma character.
splitIntRange(NumericUtils.IntRangeBuilder, int, int, int) - Static method in class org.apache.lucene.util.NumericUtils
Splits an int range recursively.
splitLongRange(NumericUtils.LongRangeBuilder, int, long, long) - Static method in class org.apache.lucene.util.NumericUtils
Splits a long range recursively.
SrndPrefixQuery - Class in org.apache.lucene.queryparser.surround.query
Query that matches String prefixes
SrndPrefixQuery(String, boolean, char) - Constructor for class org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
 
SrndQuery - Class in org.apache.lucene.queryparser.surround.query
Lowest level base class for surround queries
SrndQuery() - Constructor for class org.apache.lucene.queryparser.surround.query.SrndQuery
 
SrndTermQuery - Class in org.apache.lucene.queryparser.surround.query
Simple single-term clause
SrndTermQuery(String, boolean) - Constructor for class org.apache.lucene.queryparser.surround.query.SrndTermQuery
 
SrndTruncQuery - Class in org.apache.lucene.queryparser.surround.query
Query that matches wildcards
SrndTruncQuery(String, char, char) - Constructor for class org.apache.lucene.queryparser.surround.query.SrndTruncQuery
 
staleFiles - Variable in class org.apache.lucene.store.FSDirectory
 
StandardAnalyzer - Class in org.apache.lucene.analysis.standard
Filters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
StandardAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Builds an analyzer with the given stop words.
StandardAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Builds an analyzer with the default stop words (StandardAnalyzer.STOP_WORDS_SET).
StandardAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Builds an analyzer with the stop words from the given reader.
StandardBooleanQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
A StandardBooleanQueryNode has the same behavior as BooleanQueryNode.
StandardBooleanQueryNode(List<QueryNode>, boolean) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.StandardBooleanQueryNode
 
StandardBooleanQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built BooleanQuery should have its coord disabled or not.
StandardBooleanQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.StandardBooleanQueryNodeBuilder
 
StandardFilter - Class in org.apache.lucene.analysis.standard
Normalizes tokens extracted with StandardTokenizer.
StandardFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.standard.StandardFilter
 
StandardFilterFactory - Class in org.apache.lucene.analysis.standard
Factory for StandardFilter.
StandardFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.StandardFilterFactory
Creates a new StandardFilterFactory
StandardQueryBuilder - Interface in org.apache.lucene.queryparser.flexible.standard.builders
This interface should be implemented by every class that wants to build Query objects from QueryNode objects.
StandardQueryConfigHandler - Class in org.apache.lucene.queryparser.flexible.standard.config
This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline.
StandardQueryConfigHandler() - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler
 
StandardQueryConfigHandler.ConfigurationKeys - Class in org.apache.lucene.queryparser.flexible.standard.config
Class holding keys for StandardQueryNodeProcessorPipeline options.
StandardQueryConfigHandler.ConfigurationKeys() - Constructor for class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
 
StandardQueryConfigHandler.Operator - Enum in org.apache.lucene.queryparser.flexible.standard.config
Boolean Operator: AND or OR
StandardQueryNodeProcessorPipeline - Class in org.apache.lucene.queryparser.flexible.standard.processors
This pipeline has all the processors needed to process a query node tree, generated by StandardSyntaxParser, already assembled.
StandardQueryNodeProcessorPipeline(QueryConfigHandler) - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.StandardQueryNodeProcessorPipeline
 
StandardQueryParser - Class in org.apache.lucene.queryparser.flexible.standard
This class is a helper that enables users to easily use the Lucene query parser.
StandardQueryParser() - Constructor for class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Constructs a StandardQueryParser object.
StandardQueryParser(Analyzer) - Constructor for class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
Constructs a StandardQueryParser object and sets an Analyzer to it.
StandardQueryTreeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
This query tree builder only defines the necessary map to build a Query tree object.
StandardQueryTreeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.StandardQueryTreeBuilder
 
StandardSyntaxParser - Class in org.apache.lucene.queryparser.flexible.standard.parser
Parser for the standard Lucene syntax
StandardSyntaxParser() - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
StandardSyntaxParser(CharStream) - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Constructor with user supplied CharStream.
StandardSyntaxParser(StandardSyntaxParserTokenManager) - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Constructor with generated Token Manager.
StandardSyntaxParserConstants - Interface in org.apache.lucene.queryparser.flexible.standard.parser
Token literal values and constants.
StandardSyntaxParserTokenManager - Class in org.apache.lucene.queryparser.flexible.standard.parser
Token Manager.
StandardSyntaxParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Constructor.
StandardSyntaxParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Constructor.
StandardTokenizer - Class in org.apache.lucene.analysis.standard
A grammar-based tokenizer constructed with JFlex.
StandardTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Creates a new instance of the StandardTokenizer.
StandardTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Creates a new StandardTokenizer with a given AttributeSource.AttributeFactory
StandardTokenizerFactory - Class in org.apache.lucene.analysis.standard
Factory for StandardTokenizer.
StandardTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerFactory
Creates a new StandardTokenizerFactory
StandardTokenizerImpl - Class in org.apache.lucene.analysis.standard
This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.
StandardTokenizerImpl(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Creates a new scanner
StandardTokenizerImpl31 - Class in org.apache.lucene.analysis.standard.std31
Deprecated.
StandardTokenizerImpl31(Reader) - Constructor for class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Creates a new scanner
StandardTokenizerImpl34 - Class in org.apache.lucene.analysis.standard.std34
Deprecated.
StandardTokenizerImpl34(Reader) - Constructor for class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Creates a new scanner
StandardTokenizerImpl40 - Class in org.apache.lucene.analysis.standard.std40
Deprecated.
StandardTokenizerImpl40(Reader) - Constructor for class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Creates a new scanner
StandardTokenizerInterface - Interface in org.apache.lucene.analysis.standard
Internal interface for supporting versioned grammars.
STAR - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
start - Variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
Start of range, inclusive:
start - Variable in class org.apache.lucene.index.ReaderSlice
Document ID this slice starts from.
start(String, TokenStream) - Method in interface org.apache.lucene.search.highlight.Fragmenter
Initializes the Fragmenter.
start(String, TokenStream) - Method in class org.apache.lucene.search.highlight.NullFragmenter
 
start(String, TokenStream) - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
 
start(String, TokenStream) - Method in class org.apache.lucene.search.highlight.SimpleSpanFragmenter
 
start() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
start() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
start() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
start - Variable in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
start() - Method in class org.apache.lucene.search.spans.Spans
Returns the start position of the current match.
start() - Method in class org.apache.lucene.search.spans.TermSpans
 
START_CHAR_ARRAY - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
 
START_OF_HEADING_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+0001 (START OF HEADING)
startDoc(int, int) - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
startDoc(int, int) - Method in class org.apache.lucene.codecs.PostingsConsumer
Adds a new doc in this term.
startDoc(int, int) - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
startDoc(int, int) - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
Adds a new doc in this term.
startDocument(int) - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
 
startDocument(int) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
startDocument(int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
 
startDocument(int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
startDocument(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
startDocument(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
startDocument(int) - Method in class org.apache.lucene.codecs.StoredFieldsWriter
Called before writing the stored fields of the document.
startDocument(int) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Called before writing the term vectors of the document.
startElement(String, String, String, Attributes) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
startFacetOrd - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector
 
startField(FieldInfo, int, boolean, boolean, boolean) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
startField(FieldInfo, int, boolean, boolean, boolean) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
startField(FieldInfo, int, boolean, boolean, boolean) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
startField(FieldInfo, int, boolean, boolean, boolean) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Called before writing the terms of the field.
startFragment(TextFragment) - Method in class org.apache.lucene.search.highlight.QueryScorer
 
startFragment(TextFragment) - Method in class org.apache.lucene.search.highlight.QueryTermScorer
 
startFragment(TextFragment) - Method in interface org.apache.lucene.search.highlight.Scorer
Called when a new fragment is started for consideration.
startNewSlice() - Method in class org.apache.lucene.util.IntBlockPool.SliceWriter
starts a new slice and returns the start offset.
startOffset - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
start offset into original sentence
startOffset - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
 
startOffset() - Method in class org.apache.lucene.analysis.Token
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text.
startOffset() - Method in interface org.apache.lucene.analysis.tokenattributes.OffsetAttribute
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text.
startOffset() - Method in class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
startOffset() - Method in class org.apache.lucene.codecs.MappingMultiDocsAndPositionsEnum
 
startOffset() - Method in class org.apache.lucene.index.DocsAndPositionsEnum
Returns start offset for the current position, or -1 if offsets were not indexed.
startOffset() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterDocsAndPositionsEnum
 
startOffset() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
startsWith(char[], int, String) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
Returns true if the character array starts with the suffix.
startsWith(BytesRef, BytesRef) - Static method in class org.apache.lucene.util.StringHelper
Returns true iff the ref starts with the given prefix.
startTerm(BytesRef, int) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter
 
startTerm(BytesRef, int) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
 
startTerm() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter
 
startTerm() - Method in class org.apache.lucene.codecs.PostingsWriterBase
Start a new term.
startTerm() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
 
startTerm() - Method in class org.apache.lucene.codecs.sep.SepPostingsWriter
 
startTerm(BytesRef, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
startTerm(BytesRef) - Method in class org.apache.lucene.codecs.TermsConsumer
Starts a new term in this field; this may be called with no corresponding call to finish if the term had no docs.
startTerm(BytesRef, int) - Method in class org.apache.lucene.codecs.TermVectorsWriter
Adds a term and its term frequency freq.
startUpdateThread(long, String) - Method in class org.apache.lucene.replicator.ReplicationClient
Start the update thread with the specified interval in milliseconds.
state - Variable in class org.apache.lucene.facet.DrillSideways
SortedSetDocValuesReaderState passed to constructor; can be null.
state - Variable in class org.apache.lucene.search.suggest.analyzing.FSTUtil.Path
Node in the automaton where path ends:
State - Class in org.apache.lucene.util.automaton
Automaton state.
State() - Constructor for class org.apache.lucene.util.automaton.State
Constructs a new state.
StatePair - Class in org.apache.lucene.util.automaton
Pair of states.
StatePair(State, State) - Constructor for class org.apache.lucene.util.automaton.StatePair
Constructs a new state pair.
stats - Variable in class org.apache.lucene.search.spans.SpanWeight
 
stem(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Stem an input buffer of Arabic text.
stem(char[], int) - Method in class org.apache.lucene.analysis.bg.BulgarianStemmer
Stem an input buffer of Bulgarian text.
stem(String) - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
Stems the given term to an unique discriminator.
stem(char[], int) - Method in class org.apache.lucene.analysis.ckb.SoraniStemmer
Stem an input buffer of Sorani text.
stem(char[], int) - Method in class org.apache.lucene.analysis.cz.CzechStemmer
Stem an input buffer of Czech text.
stem(char[], int) - Method in class org.apache.lucene.analysis.de.GermanLightStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.de.GermanMinimalStemmer
 
stem(String) - Method in class org.apache.lucene.analysis.de.GermanStemmer
Stemms the given term to an unique discriminator.
stem(char[], int) - Method in class org.apache.lucene.analysis.el.GreekStemmer
Stems a word contained in a leading portion of a char[] array.
stem(char[], int) - Method in class org.apache.lucene.analysis.en.EnglishMinimalStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.es.SpanishLightStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.fi.FinnishLightStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.fr.FrenchLightStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.fr.FrenchMinimalStemmer
 
stem(String) - Method in class org.apache.lucene.analysis.fr.FrenchStemmer
Deprecated.
Stems the given term to a unique discriminator.
stem(char[], int) - Method in class org.apache.lucene.analysis.gl.GalicianMinimalStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.gl.GalicianStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.hi.HindiStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.hu.HungarianLightStemmer
 
stem(char[], int, boolean) - Method in class org.apache.lucene.analysis.id.IndonesianStemmer
Stem a term (returning its new length).
stem(char[], int) - Method in class org.apache.lucene.analysis.it.ItalianLightStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.lv.LatvianStemmer
Stem a latvian word.
stem(String) - Method in class org.apache.lucene.analysis.nl.DutchStemmer
Deprecated.
 
stem(char[], int) - Method in class org.apache.lucene.analysis.no.NorwegianLightStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseLightStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseMinimalStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseStemmer
 
stem(char[], int) - Method in class org.apache.lucene.analysis.ru.RussianLightStemmer
 
stem(CharSequence) - Method in class org.apache.lucene.analysis.stempel.StempelStemmer
Stem a word.
stem(char[], int) - Method in class org.apache.lucene.analysis.sv.SwedishLightStemmer
 
stem() - Method in class org.tartarus.snowball.ext.ArmenianStemmer
 
stem() - Method in class org.tartarus.snowball.ext.BasqueStemmer
 
stem() - Method in class org.tartarus.snowball.ext.CatalanStemmer
 
stem() - Method in class org.tartarus.snowball.ext.DanishStemmer
 
stem() - Method in class org.tartarus.snowball.ext.DutchStemmer
 
stem() - Method in class org.tartarus.snowball.ext.EnglishStemmer
 
stem() - Method in class org.tartarus.snowball.ext.FinnishStemmer
 
stem() - Method in class org.tartarus.snowball.ext.FrenchStemmer
 
stem() - Method in class org.tartarus.snowball.ext.German2Stemmer
 
stem() - Method in class org.tartarus.snowball.ext.GermanStemmer
 
stem() - Method in class org.tartarus.snowball.ext.HungarianStemmer
 
stem() - Method in class org.tartarus.snowball.ext.IrishStemmer
 
stem() - Method in class org.tartarus.snowball.ext.ItalianStemmer
 
stem() - Method in class org.tartarus.snowball.ext.KpStemmer
 
stem() - Method in class org.tartarus.snowball.ext.LovinsStemmer
 
stem() - Method in class org.tartarus.snowball.ext.NorwegianStemmer
 
stem() - Method in class org.tartarus.snowball.ext.PorterStemmer
 
stem() - Method in class org.tartarus.snowball.ext.PortugueseStemmer
 
stem() - Method in class org.tartarus.snowball.ext.RomanianStemmer
 
stem() - Method in class org.tartarus.snowball.ext.RussianStemmer
 
stem() - Method in class org.tartarus.snowball.ext.SpanishStemmer
 
stem() - Method in class org.tartarus.snowball.ext.SwedishStemmer
 
stem() - Method in class org.tartarus.snowball.ext.TurkishStemmer
 
stem() - Method in class org.tartarus.snowball.SnowballProgram
 
STEM_ENGLISH_POSSESSIVE - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
Causes trailing "'s" to be removed for each subword

"O'Neil's" => "O", "Neil"

STEM_ENGLISH_POSSESSIVE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Causes trailing "'s" to be removed for each subword

"O'Neil's" => "O", "Neil"

StemmerOverrideFilter - Class in org.apache.lucene.analysis.miscellaneous
Provides the ability to override any KeywordAttribute aware stemmer with custom dictionary-based stemming.
StemmerOverrideFilter(TokenStream, StemmerOverrideFilter.StemmerOverrideMap) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter
Create a new StemmerOverrideFilter, performing dictionary-based stemming with the provided dictionary.
StemmerOverrideFilter.Builder - Class in org.apache.lucene.analysis.miscellaneous
This builder builds an FST for the StemmerOverrideFilter
StemmerOverrideFilter.Builder() - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
Creates a new StemmerOverrideFilter.Builder with ignoreCase set to false
StemmerOverrideFilter.Builder(boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
StemmerOverrideFilter.StemmerOverrideMap - Class in org.apache.lucene.analysis.miscellaneous
A read-only 4-byte FST backed map that allows fast case-insensitive key value lookups for StemmerOverrideFilter
StemmerOverrideFilter.StemmerOverrideMap(FST<BytesRef>, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.StemmerOverrideMap
StemmerOverrideFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
StemmerOverrideFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
Creates a new StemmerOverrideFilterFactory
StemmerUtil - Class in org.apache.lucene.analysis.util
Some commonly-used stemming functions
StempelFilter - Class in org.apache.lucene.analysis.stempel
Transforms the token stream as per the stemming algorithm.
StempelFilter(TokenStream, StempelStemmer) - Constructor for class org.apache.lucene.analysis.stempel.StempelFilter
Create filter using the supplied stemming table.
StempelFilter(TokenStream, StempelStemmer, int) - Constructor for class org.apache.lucene.analysis.stempel.StempelFilter
Create filter using the supplied stemming table.
StempelPolishStemFilterFactory - Class in org.apache.lucene.analysis.stempel
Factory for StempelFilter using a Polish stemming table.
StempelPolishStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.stempel.StempelPolishStemFilterFactory
Creates a new StempelPolishStemFilterFactory
StempelStemmer - Class in org.apache.lucene.analysis.stempel
Stemmer class is a convenient facade for other stemmer-related classes.
StempelStemmer(InputStream) - Constructor for class org.apache.lucene.analysis.stempel.StempelStemmer
Create a Stemmer using selected stemmer table
StempelStemmer(Trie) - Constructor for class org.apache.lucene.analysis.stempel.StempelStemmer
Create a Stemmer using pre-loaded stemmer table
stemPrefix(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Stem a prefix off an Arabic word.
stemSuffix(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Stem suffix(es) off an Arabic word.
step(int, int) - Method in class org.apache.lucene.util.automaton.RunAutomaton
Returns the state obtained by reading the given char from the given state.
step(int) - Method in class org.apache.lucene.util.automaton.State
Performs lookup in transitions, assuming determinism.
step(int, Collection<State>) - Method in class org.apache.lucene.util.automaton.State
Performs lookup in transitions, allowing nondeterminism.
stop - Variable in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.TemporalResult
 
STOP_WORDS - Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
Deprecated.
 
STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.ClassicAnalyzer
An unmodifiable set containing some common English words that are usually not useful for searching.
STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
An unmodifiable set containing some common English words that are usually not useful for searching.
STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
An unmodifiable set containing some common English words that are usually not useful for searching.
StopAnalyzer - Class in org.apache.lucene.analysis.core
StopAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
Builds an analyzer which removes words in StopAnalyzer.ENGLISH_STOP_WORDS_SET.
StopAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
Builds an analyzer with the stop words from the given set.
StopAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
Builds an analyzer with the stop words from the given file.
StopAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
Builds an analyzer with the stop words from the given reader.
StopFilter - Class in org.apache.lucene.analysis.core
Removes stop words from a token stream.
StopFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.core.StopFilter
Constructs a filter which removes words from the input TokenStream that are named in the Set.
StopFilterFactory - Class in org.apache.lucene.analysis.core
Factory for StopFilter.
StopFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.StopFilterFactory
Creates a new StopFilterFactory
stoplist - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
This map stores hyphenation exceptions
stopTimer() - Method in class org.apache.lucene.search.TimeLimitingCollector.TimerThread
Stops the timer thread
stopUpdateThread() - Method in class org.apache.lucene.replicator.ReplicationClient
Stop the update thread.
StopwordAnalyzerBase - Class in org.apache.lucene.analysis.util
Base class for Analyzers that need to make use of stopword sets.
StopwordAnalyzerBase(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.util.StopwordAnalyzerBase
Creates a new instance initialized with the given stopword set
StopwordAnalyzerBase(Version) - Constructor for class org.apache.lucene.analysis.util.StopwordAnalyzerBase
Creates a new Analyzer with an empty stopword set
stopwords - Variable in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
An immutable stopword set
STOPWORDS_COMMENT - Static variable in class org.apache.lucene.analysis.fa.PersianAnalyzer
The comment character in the stopwords file.
store(DataOutput) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
 
store(DataOutput) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester
 
store(DataOutput) - Method in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
 
store(DataOutput) - Method in class org.apache.lucene.search.suggest.fst.FSTCompletionLookup
 
store(DataOutput) - Method in class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
 
store(DataOutput) - Method in class org.apache.lucene.search.suggest.jaspell.JaspellLookup
 
store(OutputStream) - Method in class org.apache.lucene.search.suggest.Lookup
store(DataOutput) - Method in class org.apache.lucene.search.suggest.Lookup
Persist the constructed lookup data to a directory.
store(DataOutput) - Method in class org.apache.lucene.search.suggest.tst.TSTLookup
 
store(DataOutput) - Method in class org.egothor.stemmer.MultiTrie
Write this data structure to the given output stream.
store(DataOutput) - Method in class org.egothor.stemmer.MultiTrie2
Write this data structure to the given output stream.
store(DataOutput) - Method in class org.egothor.stemmer.Row
Write the contents of this Row to the given output stream.
store(DataOutput) - Method in class org.egothor.stemmer.Trie
Write this Trie to the given output stream.
stored() - Method in class org.apache.lucene.document.FieldType
True if the field's value should be stored
stored() - Method in interface org.apache.lucene.index.IndexableFieldType
True if the field's value should be stored
StoredField - Class in org.apache.lucene.document
A field whose value is stored so that IndexSearcher.doc(int) and IndexReader.document(int, org.apache.lucene.index.StoredFieldVisitor) will return the field and its value.
StoredField(String, byte[]) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given binary value.
StoredField(String, byte[], int, int) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given binary value.
StoredField(String, BytesRef) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given binary value.
StoredField(String, String) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given string value.
StoredField(String, int) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given integer value.
StoredField(String, float) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given float value.
StoredField(String, long) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given long value.
StoredField(String, double) - Constructor for class org.apache.lucene.document.StoredField
Create a stored-only field with the given double value.
storedFieldsFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes stored fields
storedFieldsFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
storedFieldsFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
storedFieldsFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
storedFieldsFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
storedFieldsFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
storedFieldsFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
storedFieldsFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
storedFieldsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
StoredFieldsFormat - Class in org.apache.lucene.codecs
Controls the format of stored fields
StoredFieldsFormat() - Constructor for class org.apache.lucene.codecs.StoredFieldsFormat
Sole constructor.
StoredFieldsReader - Class in org.apache.lucene.codecs
Codec API for reading stored fields.
StoredFieldsReader() - Constructor for class org.apache.lucene.codecs.StoredFieldsReader
Sole constructor.
storedFieldStatus - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Status for testing of stored fields (null if stored fields could not be tested).
StoredFieldsWriter - Class in org.apache.lucene.codecs
Codec API for writing stored fields:
StoredFieldsWriter() - Constructor for class org.apache.lucene.codecs.StoredFieldsWriter
Sole constructor.
StoredFieldVisitor - Class in org.apache.lucene.index
Expert: provides a low-level means of accessing the stored field values in an index.
StoredFieldVisitor() - Constructor for class org.apache.lucene.index.StoredFieldVisitor
Sole constructor.
StoredFieldVisitor.Status - Enum in org.apache.lucene.index
Enumeration of possible return values for StoredFieldVisitor.needsField(org.apache.lucene.index.FieldInfo).
storeTermVectorOffsets() - Method in class org.apache.lucene.document.FieldType
True if this field's token character offsets should also be stored into term vectors.
storeTermVectorOffsets() - Method in interface org.apache.lucene.index.IndexableFieldType
True if this field's token character offsets should also be stored into term vectors.
storeTermVectorPayloads() - Method in class org.apache.lucene.document.FieldType
True if this field's token payloads should also be stored into the term vectors.
storeTermVectorPayloads() - Method in interface org.apache.lucene.index.IndexableFieldType
True if this field's token payloads should also be stored into the term vectors.
storeTermVectorPositions() - Method in class org.apache.lucene.document.FieldType
True if this field's token positions should also be stored into the term vectors.
storeTermVectorPositions() - Method in interface org.apache.lucene.index.IndexableFieldType
True if this field's token positions should also be stored into the term vectors.
storeTermVectors() - Method in class org.apache.lucene.document.FieldType
True if this field's indexed form should be also stored into term vectors.
storeTermVectors() - Method in interface org.apache.lucene.index.IndexableFieldType
True if this field's indexed form should be also stored into term vectors.
StraightBytesDocValuesField - Class in org.apache.lucene.document
Deprecated.
StraightBytesDocValuesField(String, BytesRef) - Constructor for class org.apache.lucene.document.StraightBytesDocValuesField
Deprecated.
Create a new fixed or variable length DocValues field.
StraightBytesDocValuesField(String, BytesRef, boolean) - Constructor for class org.apache.lucene.document.StraightBytesDocValuesField
Deprecated.
Create a new fixed or variable length direct DocValues field.
strcmp(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Compares 2 null terminated char arrays
strcmp(String, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Compares a string with null terminated char array
strcpy(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
StrDocValues - Class in org.apache.lucene.queries.function.docvalues
Abstract FunctionValues implementation which supports retrieving String values.
StrDocValues(ValueSource) - Constructor for class org.apache.lucene.queries.function.docvalues.StrDocValues
 
stream - Variable in class org.apache.lucene.util.PrintStreamInfoStream
 
STRING - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
ASCII String
string - Variable in class org.apache.lucene.queries.function.valuesource.LiteralValueSource
 
string - Variable in class org.apache.lucene.search.spell.SuggestWord
the suggested word
STRING_CHAR_ARRAY - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
 
STRING_FIRST - Static variable in class org.apache.lucene.search.SortField
Pass this to SortField.setMissingValue(java.lang.Object) to have missing string values sort first.
STRING_LAST - Static variable in class org.apache.lucene.search.SortField
Pass this to SortField.setMissingValue(java.lang.Object) to have missing string values sort last.
StringDistance - Interface in org.apache.lucene.search.spell
Interface for string distances.
stringField(FieldInfo, String) - Method in class org.apache.lucene.document.DocumentStoredFieldVisitor
 
StringField - Class in org.apache.lucene.document
A field that is indexed but not tokenized: the entire String value is indexed as a single token.
StringField(String, String, Field.Store) - Constructor for class org.apache.lucene.document.StringField
Creates a new StringField.
stringField(FieldInfo, String) - Method in class org.apache.lucene.index.StoredFieldVisitor
Process a string field
StringHelper - Class in org.apache.lucene.util
Methods for manipulating strings.
stringToDate(String) - Static method in class org.apache.lucene.document.DateTools
Converts a string produced by timeToString or dateToString back to a time, represented as a Date object.
stringToPath(String) - Static method in class org.apache.lucene.facet.FacetsConfig
Turns an encoded string (from a previous call to FacetsConfig.pathToString(java.lang.String, java.lang.String[])) back into the original String[].
stringToTime(String) - Static method in class org.apache.lucene.document.DateTools
Converts a string produced by timeToString or dateToString back to a time, represented as the number of milliseconds since January 1, 1970, 00:00:00 GMT.
StringUtils - Class in org.apache.lucene.queryparser.flexible.core.util
String manipulation routines
StringUtils() - Constructor for class org.apache.lucene.queryparser.flexible.core.util.StringUtils
 
stringValue() - Method in class org.apache.lucene.document.Field
The value of the field as a String, or null.
stringValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
stringValue() - Method in interface org.apache.lucene.index.IndexableField
Non-null if this field has a string value
stripExtension(String) - Static method in class org.apache.lucene.index.IndexFileNames
Removes the extension (anything after the first '.'), otherwise returns the original filename.
stripSegmentName(String) - Static method in class org.apache.lucene.index.IndexFileNames
Strips the segment name out of the given file name.
strlen(char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
strlen(char[]) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
strVal(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
strVal(int, String[]) - Method in class org.apache.lucene.queries.function.FunctionValues
 
SUB_HEADING - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
SUB_HEADING_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
subBlocksOnlyBlockCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
The number of "internal" blocks that do not contain terms (have only sub-blocks).
subIndex(int, int[]) - Static method in class org.apache.lucene.index.ReaderUtil
Returns index of the searcher/reader for document n in the array used to construct this searcher/reader.
subIndex(int, List<AtomicReaderContext>) - Static method in class org.apache.lucene.index.ReaderUtil
Returns index of the searcher/reader for document n in the array used to construct this searcher/reader.
subList(int, int) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
subpath(int) - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
Returns a sub-path of this path up to length components.
subpath(int) - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
Returns a sub-path of this path up to length components.
subQueriesOrdered() - Method in class org.apache.lucene.queryparser.surround.query.DistanceQuery
 
SUBREADER - Static variable in class org.apache.lucene.util.FieldCacheSanityChecker.InsanityType
Indicates an overlap in cache usage on a given field in sub/super readers.
subSequence(int, int) - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
 
subSequence(int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
subSequence(int, int) - Method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
 
subSequence(int, int) - Method in class org.apache.lucene.util.CharsRef
 
subsetOf(Automaton) - Method in class org.apache.lucene.util.automaton.Automaton
subsetOf(Automaton, Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns true if the language of a1 is a subset of the language of a2.
substring_i - Variable in class org.tartarus.snowball.Among
 
subtract(BytesRef, BytesRef) - Method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
subtract(CharsRef, CharsRef) - Method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
subtract(IntsRef, IntsRef) - Method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
subtract(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
subtract(Object, Object) - Method in class org.apache.lucene.util.fst.NoOutputs
 
subtract(T, T) - Method in class org.apache.lucene.util.fst.Outputs
Eg subtract("foobar", "foo") -> "bar"
subtract(PairOutputs.Pair<A, B>, PairOutputs.Pair<A, B>) - Method in class org.apache.lucene.util.fst.PairOutputs
 
subtract(Long, Long) - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
subtract(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
SUBWORD_DELIM - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
 
SUBWORD_DELIM - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
sufficientlySmallerThanBitSet(long, long) - Static method in class org.apache.lucene.util.packed.EliasFanoDocIdSet
Provide an indication that is better to use an EliasFanoDocIdSet than a FixedBitSet to encode document identifiers.
sufficientlySmallerThanBitSet(long, long) - Static method in class org.apache.lucene.util.packed.EliasFanoEncoder
Provide an indication that it is better to use an EliasFanoEncoder than a FixedBitSet to encode document identifiers.
suffix - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
suffixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
suffixes - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
SUFFIXTERM - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
suffixToString(StringBuilder) - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
suffixToString(StringBuilder) - Method in class org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
 
suggestion - Variable in class org.apache.lucene.search.spell.CombineSuggestion
The word combination suggestion
SuggestMode - Enum in org.apache.lucene.search.spell
Set of strategies for suggesting related terms
suggestSimilar(Term, int, IndexReader) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
suggestSimilar(Term, int, IndexReader, SuggestMode) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
suggestSimilar(Term, int, IndexReader, SuggestMode, float) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Suggest similar words.
suggestSimilar(Term, int, IndexReader, int, int, float, CharsRef) - Method in class org.apache.lucene.search.spell.DirectSpellChecker
Provide spelling corrections based on several parameters.
suggestSimilar(String, int) - Method in class org.apache.lucene.search.spell.SpellChecker
Suggest similar words.
suggestSimilar(String, int, float) - Method in class org.apache.lucene.search.spell.SpellChecker
Suggest similar words.
suggestSimilar(String, int, IndexReader, String, SuggestMode) - Method in class org.apache.lucene.search.spell.SpellChecker
suggestSimilar(String, int, IndexReader, String, SuggestMode, float) - Method in class org.apache.lucene.search.spell.SpellChecker
Suggest similar words (optionally restricted to a field of an index).
SuggestStopFilter - Class in org.apache.lucene.search.suggest.analyzing
Like StopFilter except it will not remove the last token if that token was not followed by some token separator.
SuggestStopFilter(TokenStream, CharArraySet) - Constructor for class org.apache.lucene.search.suggest.analyzing.SuggestStopFilter
Sole constructor.
SuggestWord - Class in org.apache.lucene.search.spell
SuggestWord, used in suggestSimilar method in SpellChecker class.
SuggestWord() - Constructor for class org.apache.lucene.search.spell.SuggestWord
Creates a new empty suggestion with null text.
suggestWordBreaks(Term, int, IndexReader, SuggestMode, WordBreakSpellChecker.BreakSuggestionSortMethod) - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
Generate suggestions by breaking the passed-in term into multiple words.
suggestWordCombinations(Term[], int, IndexReader, SuggestMode) - Method in class org.apache.lucene.search.spell.WordBreakSpellChecker
Generate suggestions by combining one or more of the passed-in terms into single words.
SuggestWordFrequencyComparator - Class in org.apache.lucene.search.spell
Frequency first, then score.
SuggestWordFrequencyComparator() - Constructor for class org.apache.lucene.search.spell.SuggestWordFrequencyComparator
Creates a new comparator that will compare by SuggestWord.freq, then by SuggestWord.score, then by SuggestWord.string.
SuggestWordQueue - Class in org.apache.lucene.search.spell
Sorts SuggestWord instances
SuggestWordQueue(int) - Constructor for class org.apache.lucene.search.spell.SuggestWordQueue
SuggestWordQueue(int, Comparator<SuggestWord>) - Constructor for class org.apache.lucene.search.spell.SuggestWordQueue
Specify the size of the queue and the comparator to use for sorting.
SuggestWordScoreComparator - Class in org.apache.lucene.search.spell
Score first, then frequency
SuggestWordScoreComparator() - Constructor for class org.apache.lucene.search.spell.SuggestWordScoreComparator
Creates a new comparator that will compare by SuggestWord.score, then by SuggestWord.freq, then by SuggestWord.string.
SUKUN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
sumDocFreq() - Method in class org.apache.lucene.search.CollectionStatistics
returns the total number of postings for this field
SumFloatFunction - Class in org.apache.lucene.queries.function.valuesource
SumFloatFunction returns the sum of it's components.
SumFloatFunction(ValueSource[]) - Constructor for class org.apache.lucene.queries.function.valuesource.SumFloatFunction
 
sumTotalTermFreq() - Method in class org.apache.lucene.search.CollectionStatistics
returns the total number of tokens for this field
SumTotalTermFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
SumTotalTermFreqValueSource returns the number of tokens.
SumTotalTermFreqValueSource(String) - Constructor for class org.apache.lucene.queries.function.valuesource.SumTotalTermFreqValueSource
 
SUN_OS - Static variable in class org.apache.lucene.util.Constants
True iff running on SunOS.
supportsOrd() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
supportsOrd() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
supportsOrd() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
swap(T[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Swap values stored in slots i and j
swap(int, int) - Method in class org.apache.lucene.util.Sorter
Swap values at slots i and j.
SwedishAnalyzer - Class in org.apache.lucene.analysis.sv
Analyzer for Swedish.
SwedishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
Builds an analyzer with the default stop words: SwedishAnalyzer.DEFAULT_STOPWORD_FILE.
SwedishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
Builds an analyzer with the given stop words.
SwedishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
Builds an analyzer with the given stop words.
SwedishLightStemFilter - Class in org.apache.lucene.analysis.sv
A TokenFilter that applies SwedishLightStemmer to stem Swedish words.
SwedishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilter
 
SwedishLightStemFilterFactory - Class in org.apache.lucene.analysis.sv
SwedishLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilterFactory
Creates a new SwedishLightStemFilterFactory
SwedishLightStemmer - Class in org.apache.lucene.analysis.sv
Light Stemmer for Swedish.
SwedishLightStemmer() - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemmer
 
SwedishStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
SwedishStemmer() - Constructor for class org.tartarus.snowball.ext.SwedishStemmer
 
SweetSpotSimilarity - Class in org.apache.lucene.misc
A similarity with a lengthNorm that provides for a "plateau" of equally good lengths, and tf helper functions.
SweetSpotSimilarity() - Constructor for class org.apache.lucene.misc.SweetSpotSimilarity
 
SwitchTo(int) - Method in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
Switch to specified lex state.
sync() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Wait for any running merge threads to finish.
sync(Collection<String>) - Method in class org.apache.lucene.store.CompoundFileDirectory
 
sync(Collection<String>) - Method in class org.apache.lucene.store.Directory
Ensure that any writes to these files are moved to stable storage.
sync(Collection<String>) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
sync(Collection<String>) - Method in class org.apache.lucene.store.FilterDirectory
 
sync(Collection<String>) - Method in class org.apache.lucene.store.FSDirectory
 
sync(Collection<String>) - Method in class org.apache.lucene.store.NRTCachingDirectory
 
sync(Collection<String>) - Method in class org.apache.lucene.store.RAMDirectory
 
SynonymFilter - Class in org.apache.lucene.analysis.synonym
Matches single or multi word synonyms in a token stream.
SynonymFilter(TokenStream, SynonymMap, boolean) - Constructor for class org.apache.lucene.analysis.synonym.SynonymFilter
 
SynonymFilterFactory - Class in org.apache.lucene.analysis.synonym
Factory for SynonymFilter.
SynonymFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.synonym.SynonymFilterFactory
 
SynonymMap - Class in org.apache.lucene.analysis.synonym
A map of synonyms, keys and values are phrases.
SynonymMap(FST<BytesRef>, BytesRefHash, int) - Constructor for class org.apache.lucene.analysis.synonym.SynonymMap
 
SynonymMap.Builder - Class in org.apache.lucene.analysis.synonym
Builds an FSTSynonymMap.
SynonymMap.Builder(boolean) - Constructor for class org.apache.lucene.analysis.synonym.SynonymMap.Builder
If dedup is true then identical rules (same input, same output) will be added only once.
SynonymMap.Parser - Class in org.apache.lucene.analysis.synonym
Abstraction for parsing synonym files.
SynonymMap.Parser(boolean, Analyzer) - Constructor for class org.apache.lucene.analysis.synonym.SynonymMap.Parser
 
SyntaxParser - Interface in org.apache.lucene.queryparser.flexible.core.parser
A parser needs to implement SyntaxParser interface

T

TABLE_COMPRESSED - Static variable in class org.apache.lucene.codecs.lucene45.Lucene45DocValuesConsumer
Compressed by giving IDs to unique values.
TAG_ID - Static variable in class org.apache.lucene.queryparser.flexible.standard.processors.MultiTermRewriteMethodProcessor
 
tagModifierButDoNotOverride(QueryNode, ModifierQueryNode.Modifier) - Method in class org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
 
target - Variable in class org.apache.lucene.queries.function.valuesource.RangeMapFloatFunction
 
target - Variable in class org.apache.lucene.util.fst.Builder.Arc
 
target - Variable in class org.apache.lucene.util.fst.FST.Arc
To node (ord or address)
targetHasArcs(FST.Arc<T>) - Static method in class org.apache.lucene.util.fst.FST
returns true if the node at this address has any outgoing arcs
TATWEEL - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
TAXONOMY_SOURCE - Static variable in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
TaxonomyFacetCounts - Class in org.apache.lucene.facet.taxonomy
Reads from any OrdinalsReader; use FastTaxonomyFacetCounts if you are using the default encoding from BinaryDocValues.
TaxonomyFacetCounts(OrdinalsReader, TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetCounts
Create TaxonomyFacetCounts, which also counts all facet labels.
TaxonomyFacets - Class in org.apache.lucene.facet.taxonomy
Base class for all taxonomy-based facets impls.
TaxonomyFacets(String, TaxonomyReader, FacetsConfig) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacets
Sole constructor.
TaxonomyFacetSumFloatAssociations - Class in org.apache.lucene.facet.taxonomy
Aggregates sum of int values previously indexed with FloatAssociationFacetField, assuming the default encoding.
TaxonomyFacetSumFloatAssociations(TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumFloatAssociations
Create TaxonomyFacetSumFloatAssociations against the default index field.
TaxonomyFacetSumFloatAssociations(String, TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumFloatAssociations
Create TaxonomyFacetSumFloatAssociations against the specified index field.
TaxonomyFacetSumIntAssociations - Class in org.apache.lucene.facet.taxonomy
Aggregates sum of int values previously indexed with IntAssociationFacetField, assuming the default encoding.
TaxonomyFacetSumIntAssociations(TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumIntAssociations
Create TaxonomyFacetSumIntAssociations against the default index field.
TaxonomyFacetSumIntAssociations(String, TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumIntAssociations
Create TaxonomyFacetSumIntAssociations against the specified index field.
TaxonomyFacetSumValueSource - Class in org.apache.lucene.facet.taxonomy
Aggregates sum of values from FunctionValues.doubleVal(int), for each facet label.
TaxonomyFacetSumValueSource(TaxonomyReader, FacetsConfig, FacetsCollector, ValueSource) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource
Aggreggates float facet values from the provided ValueSource, pulling ordinals using DocValuesOrdinalsReader against the default indexed facet field FacetsConfig.DEFAULT_INDEX_FIELD_NAME.
TaxonomyFacetSumValueSource(OrdinalsReader, TaxonomyReader, FacetsConfig, FacetsCollector, ValueSource) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource
Aggreggates float facet values from the provided ValueSource, and pulls ordinals from the provided OrdinalsReader.
TaxonomyFacetSumValueSource.ScoreValueSource - Class in org.apache.lucene.facet.taxonomy
ValueSource that returns the score for each hit; use this to aggregate the sum of all hit scores for each facet label.
TaxonomyFacetSumValueSource.ScoreValueSource() - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource.ScoreValueSource
Sole constructor.
taxonomyReader - Variable in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
Matching point-in-time DirectoryTaxonomyReader.
TaxonomyReader - Class in org.apache.lucene.facet.taxonomy
TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
TaxonomyReader() - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyReader
Sole constructor.
TaxonomyReader.ChildrenIterator - Class in org.apache.lucene.facet.taxonomy
An iterator over a category's children.
TaxonomyWriter - Interface in org.apache.lucene.facet.taxonomy
TaxonomyWriter is the interface which the faceted-search library uses to dynamically build the taxonomy at indexing time.
TaxonomyWriterCache - Interface in org.apache.lucene.facet.taxonomy.writercache
TaxonomyWriterCache is a relatively simple interface for a cache of category->ordinal mappings, used in TaxonomyWriter implementations (such as DirectoryTaxonomyWriter).
taxoReader - Variable in class org.apache.lucene.facet.DrillSideways
TaxonomyReader passed to constructor.
taxoReader - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacets
TaxonomyReader provided to the constructor.
TeeSinkTokenFilter - Class in org.apache.lucene.analysis.sinks
This TokenFilter provides the ability to set aside attribute states that have already been analyzed.
TeeSinkTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
Instantiates a new TeeSinkTokenFilter.
TeeSinkTokenFilter.SinkFilter - Class in org.apache.lucene.analysis.sinks
A filter that decides which AttributeSource states to store in the sink.
TeeSinkTokenFilter.SinkFilter() - Constructor for class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter
 
TeeSinkTokenFilter.SinkTokenStream - Class in org.apache.lucene.analysis.sinks
TokenStream output from a tee with optional filtering.
TEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
TEH_MARBUTA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
TEH_MARBUTA - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
tempMergeFiles - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
number of temporary files created when merging partitions
temporalResult - Variable in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
 
term() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
 
term(String, String, String...) - Static method in class org.apache.lucene.facet.DrillDownQuery
Creates a drill-down term.
term() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
term() - Method in class org.apache.lucene.index.FilteredTermsEnum
 
term() - Method in class org.apache.lucene.index.MultiTermsEnum
 
Term - Class in org.apache.lucene.index
A Term represents a word from text.
Term(String, BytesRef) - Constructor for class org.apache.lucene.index.Term
Constructs a Term with the given field and bytes.
Term(String, String) - Constructor for class org.apache.lucene.index.Term
Constructs a Term with the given field and text.
Term(String) - Constructor for class org.apache.lucene.index.Term
Constructs a Term with the given field and empty text.
term() - Method in class org.apache.lucene.index.TermsEnum
Returns current term.
Term(String) - Method in class org.apache.lucene.queryparser.classic.QueryParser
 
TERM - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
Term(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
TERM - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
TERM - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
term - Variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
term - Variable in class org.apache.lucene.search.AutomatonQuery
term containing the field, and possibly some pattern structure
term() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
term - Variable in class org.apache.lucene.search.spans.SpanTermQuery
 
term - Variable in class org.apache.lucene.search.spans.TermSpans
 
term - Variable in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
The actual spellcheck correction.
term() - Method in class org.apache.lucene.search.TermStatistics
returns the term text
term - Variable in class org.apache.lucene.util.automaton.CompiledAutomaton
For CompiledAutomaton.AUTOMATON_TYPE.PREFIX, this is the prefix term; for CompiledAutomaton.AUTOMATON_TYPE.SINGLE this is the singleton term.
TermAllGroupHeadsCollector<GH extends AbstractAllGroupHeadsCollector.GroupHead<?>> - Class in org.apache.lucene.search.grouping.term
A base implementation of AbstractAllGroupHeadsCollector for retrieving the most relevant groups when grouping on a string based group field.
TermAllGroupHeadsCollector(String, int) - Constructor for class org.apache.lucene.search.grouping.term.TermAllGroupHeadsCollector
 
TermAllGroupsCollector - Class in org.apache.lucene.search.grouping.term
A collector that collects all groups that match the query.
TermAllGroupsCollector(String, int) - Constructor for class org.apache.lucene.search.grouping.term.TermAllGroupsCollector
Expert: Constructs a AbstractAllGroupsCollector
TermAllGroupsCollector(String) - Constructor for class org.apache.lucene.search.grouping.term.TermAllGroupsCollector
termAsString - Variable in class org.apache.lucene.search.spell.DirectSpellChecker.ScoreTerm
The spellcheck correction represented as string, can be null.
termAtt - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
termAtt - Variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
termBlockOrd - Variable in class org.apache.lucene.codecs.BlockTermState
the term's ord in the current block
TermContext - Class in org.apache.lucene.index
Maintains a IndexReader TermState view over IndexReader instances containing a single term.
TermContext(IndexReaderContext) - Constructor for class org.apache.lucene.index.TermContext
Creates an empty TermContext from a IndexReaderContext
TermContext(IndexReaderContext, TermState, int, int, long) - Constructor for class org.apache.lucene.index.TermContext
Creates a TermContext with an initial TermState, IndexReader pair.
termContexts - Variable in class org.apache.lucene.search.spans.SpanWeight
 
termCount - Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Number of terms with at least one live doc.
TermDistinctValuesCollector - Class in org.apache.lucene.search.grouping.term
A term based implementation of AbstractDistinctValuesCollector that relies on SortedDocValues to count the distinct values per group.
TermDistinctValuesCollector(String, String, Collection<SearchGroup<BytesRef>>) - Constructor for class org.apache.lucene.search.grouping.term.TermDistinctValuesCollector
Constructs TermDistinctValuesCollector instance.
TermDistinctValuesCollector.GroupCount - Class in org.apache.lucene.search.grouping.term
Holds distinct values for a single group.
termDocsEnum(Term) - Method in class org.apache.lucene.index.AtomicReader
Returns DocsEnum for the specified term.
TermFilter - Class in org.apache.lucene.queries
A filter that includes documents that match with a specific term.
TermFilter(Term) - Constructor for class org.apache.lucene.queries.TermFilter
 
TermFirstPassGroupingCollector - Class in org.apache.lucene.search.grouping.term
Concrete implementation of AbstractFirstPassGroupingCollector that groups based on field values and more specifically uses SortedDocValues to collect groups.
TermFirstPassGroupingCollector(String, Sort, int) - Constructor for class org.apache.lucene.search.grouping.term.TermFirstPassGroupingCollector
Create the first pass collector.
TermFreqIterator - Interface in org.apache.lucene.search.spell
Interface for enumerating term,weight pairs.
TermFreqIterator.TermFreqIteratorWrapper - Class in org.apache.lucene.search.spell
Wraps a BytesRefIterator as a TermFreqIterator, with all weights set to 1
TermFreqIterator.TermFreqIteratorWrapper(BytesRefIterator) - Constructor for class org.apache.lucene.search.spell.TermFreqIterator.TermFreqIteratorWrapper
Creates a new wrapper, wrapping the specified iterator and specifying a weight value of 1 for all terms.
TermFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns DocsEnum.freq() for the supplied term in every document.
TermFreqValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.TermFreqValueSource
 
TermGroupFacetCollector - Class in org.apache.lucene.search.grouping.term
An implementation of AbstractGroupFacetCollector that computes grouped facets based on the indexed terms from the FieldCache.
termIndexInterval - Variable in class org.apache.lucene.index.SegmentWriteState
Expert: The fraction of terms in the "dictionary" which should be stored in RAM.
termIndexStatus - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Status for testing of indexed terms (null if indexed terms could not be tested).
termInstances - Variable in class org.apache.lucene.index.DocTermOrds
Total number of references to term numbers.
termLength - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
termPositionsEnum(Term) - Method in class org.apache.lucene.index.AtomicReader
Returns DocsAndPositionsEnum for the specified term.
TermQuery - Class in org.apache.lucene.search
A Query that matches documents containing a term.
TermQuery(Term) - Constructor for class org.apache.lucene.search.TermQuery
Constructs a query for the term t.
TermQuery(Term, int) - Constructor for class org.apache.lucene.search.TermQuery
Expert: constructs a TermQuery that will use the provided docFreq instead of looking up the docFreq against the searcher.
TermQuery(Term, TermContext) - Constructor for class org.apache.lucene.search.TermQuery
Expert: constructs a TermQuery that will use the provided docFreq instead of looking up the docFreq against the searcher.
TermQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for TermQuery
TermQueryBuilder() - Constructor for class org.apache.lucene.queryparser.xml.builders.TermQueryBuilder
 
TermRangeFilter - Class in org.apache.lucene.search
A Filter that restricts search results to a range of term values in a given field.
TermRangeFilter(String, BytesRef, BytesRef, boolean, boolean) - Constructor for class org.apache.lucene.search.TermRangeFilter
 
TermRangeQuery - Class in org.apache.lucene.search
A Query that matches documents within an range of terms.
TermRangeQuery(String, BytesRef, BytesRef, boolean, boolean) - Constructor for class org.apache.lucene.search.TermRangeQuery
Constructs a query selecting all terms greater/equal than lowerTerm but less/equal than upperTerm.
TermRangeQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
This query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings.
TermRangeQueryNode(FieldQueryNode, FieldQueryNode, boolean, boolean) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.TermRangeQueryNode
Constructs a TermRangeQueryNode object using the given FieldQueryNode as its bounds.
TermRangeQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a TermRangeQuery object from a TermRangeQueryNode object.
TermRangeQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.TermRangeQueryNodeBuilder
 
TermRangeQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
This processors process TermRangeQueryNodes.
TermRangeQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.TermRangeQueryNodeProcessor
 
TermRangeTermsEnum - Class in org.apache.lucene.search
Subclass of FilteredTermEnum for enumerating all terms that match the specified range parameters.
TermRangeTermsEnum(TermsEnum, BytesRef, BytesRef, boolean, boolean) - Constructor for class org.apache.lucene.search.TermRangeTermsEnum
Enumerates all terms greater/equal than lowerTerm but less/equal than upperTerm.
terms(String) - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
terms(String) - Method in class org.apache.lucene.codecs.BlockTreeTermsReader
 
terms(String) - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
 
terms(String) - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
terms(String) - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
terms(String) - Method in class org.apache.lucene.index.AtomicReader
This may return null if the field does not exist.
terms(String) - Method in class org.apache.lucene.index.Fields
Get the Terms for this field.
terms(String) - Method in class org.apache.lucene.index.FilterAtomicReader.FilterFields
 
terms(String) - Method in class org.apache.lucene.index.MultiFields
 
Terms - Class in org.apache.lucene.index
Access to the terms in a specific field.
Terms() - Constructor for class org.apache.lucene.index.Terms
Sole constructor.
terms - Variable in class org.apache.lucene.queries.CommonTermsQuery
 
terms - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
TERMS_VERSION_CHECKSUM - Static variable in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
TERMS_VERSION_CHECKSUM - Static variable in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
TERMS_VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
TERMS_VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
TERMS_VERSION_START - Static variable in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
TERMS_VERSION_START - Static variable in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
TermsConsumer - Class in org.apache.lucene.codecs
Abstract API that consumes terms for an individual field.
TermsConsumer() - Constructor for class org.apache.lucene.codecs.TermsConsumer
Sole constructor.
TermSecondPassGroupingCollector - Class in org.apache.lucene.search.grouping.term
Concrete implementation of AbstractSecondPassGroupingCollector that groups based on field values and more specifically uses SortedDocValues to collect grouped docs.
TermSecondPassGroupingCollector(String, Collection<SearchGroup<BytesRef>>, Sort, Sort, int, boolean, boolean, boolean) - Constructor for class org.apache.lucene.search.grouping.term.TermSecondPassGroupingCollector
 
termsEnum() - Method in class org.apache.lucene.index.SortedDocValues
Returns a TermsEnum over the values.
termsEnum() - Method in class org.apache.lucene.index.SortedSetDocValues
Returns a TermsEnum over the values.
TermsEnum - Class in org.apache.lucene.index
TermsEnum() - Constructor for class org.apache.lucene.index.TermsEnum
Sole constructor.
termsEnum(Terms) - Method in interface org.apache.lucene.search.FieldCache.Parser
Pulls a TermsEnum from the given Terms.
TermsEnum.SeekStatus - Enum in org.apache.lucene.index
TermsFilter - Class in org.apache.lucene.queries
Constructs a filter for docs matching any of the terms added to this class.
TermsFilter(List<Term>) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given list.
TermsFilter(String, List<BytesRef>) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given BytesRef list for a single field.
TermsFilter(String, BytesRef...) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given BytesRef array for a single field.
TermsFilter(Term...) - Constructor for class org.apache.lucene.queries.TermsFilter
Creates a new TermsFilter from the given array.
TermsFilterBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builder for TermsFilter
TermsFilterBuilder(Analyzer) - Constructor for class org.apache.lucene.queryparser.xml.builders.TermsFilterBuilder
 
termsIndex - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
termsIndexDivisor - Variable in class org.apache.lucene.index.SegmentReadState
The termInfosIndexDivisor to use, if appropriate (not all PostingsFormats support it; in particular the current default does not).
TermsIndexReaderBase - Class in org.apache.lucene.codecs.blockterms
BlockTermsReader interacts with an instance of this class to manage its terms index.
TermsIndexReaderBase() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
TermsIndexReaderBase.FieldIndexEnum - Class in org.apache.lucene.codecs.blockterms
Similar to TermsEnum, except, the only "metadata" it reports for a given indexed term is the long fileOffset into the main terms dictionary file.
TermsIndexReaderBase.FieldIndexEnum() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
 
TermsIndexWriterBase - Class in org.apache.lucene.codecs.blockterms
Base class for terms index implementations to plug into BlockTermsWriter.
TermsIndexWriterBase() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase
 
TermsIndexWriterBase.FieldWriter - Class in org.apache.lucene.codecs.blockterms
Terms index API for a single field.
TermsIndexWriterBase.FieldWriter() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
termsOnlyBlockCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
The number of "leaf" blocks (blocks that have only terms).
TermSpans - Class in org.apache.lucene.search.spans
Expert: Public for extension only
TermSpans(DocsAndPositionsEnum, Term) - Constructor for class org.apache.lucene.search.spans.TermSpans
 
TermsQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
Builds a BooleanQuery from all of the terms found in the XML element using the choice of analyzer
TermsQueryBuilder(Analyzer) - Constructor for class org.apache.lucene.queryparser.xml.builders.TermsQueryBuilder
 
termState() - Method in class org.apache.lucene.index.FilteredTermsEnum
Returns the filtered enums term state
termState() - Method in class org.apache.lucene.index.TermsEnum
Expert: Returns the TermsEnums internal state to position the TermsEnum without re-seeking the term dictionary.
TermState - Class in org.apache.lucene.index
Encapsulates all required internal state to position the associated TermsEnum without re-seeking.
TermState() - Constructor for class org.apache.lucene.index.TermState
Sole constructor.
termState() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
termStatistics(Term, TermContext) - Method in class org.apache.lucene.search.IndexSearcher
Returns TermStatistics for a term.
TermStatistics - Class in org.apache.lucene.search
Contains statistics for a specific term
TermStatistics(BytesRef, long, long) - Constructor for class org.apache.lucene.search.TermStatistics
 
TermStats - Class in org.apache.lucene.codecs
Holder for per-term statistics.
TermStats(int, long) - Constructor for class org.apache.lucene.codecs.TermStats
Sole constructor.
TermStats - Class in org.apache.lucene.misc
Holder for a term along with its statistics (TermStats.docFreq and TermStats.totalTermFreq).
termtext - Variable in class org.apache.lucene.misc.TermStats
 
termText - Variable in class org.apache.lucene.search.FuzzyTermsEnum
 
TermToBytesRefAttribute - Interface in org.apache.lucene.analysis.tokenattributes
This attribute is requested by TermsHashPerField to index the contents.
termVectorsFormat() - Method in class org.apache.lucene.codecs.Codec
Encodes/decodes term vectors
termVectorsFormat() - Method in class org.apache.lucene.codecs.FilterCodec
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Deprecated.
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.lucene40.Lucene40Codec
Deprecated.
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.lucene41.Lucene41Codec
Deprecated.
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.lucene42.Lucene42Codec
Deprecated.
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.lucene45.Lucene45Codec
Deprecated.
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.lucene46.Lucene46Codec
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
TermVectorsFormat - Class in org.apache.lucene.codecs
Controls the format of term vectors
TermVectorsFormat() - Constructor for class org.apache.lucene.codecs.TermVectorsFormat
Sole constructor.
TermVectorsReader - Class in org.apache.lucene.codecs
Codec API for reading term vectors:
TermVectorsReader() - Constructor for class org.apache.lucene.codecs.TermVectorsReader
Sole constructor.
termVectorStatus - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Status for testing of term vectors (null if term vectors could not be tested).
TermVectorsWriter - Class in org.apache.lucene.codecs
Codec API for writing term vectors:
TermVectorsWriter() - Constructor for class org.apache.lucene.codecs.TermVectorsWriter
Sole constructor.
TernaryTree - Class in org.apache.lucene.analysis.compound.hyphenation
Ternary Search Tree.
TernaryTree.Iterator - Class in org.apache.lucene.analysis.compound.hyphenation
 
TernaryTree.Iterator() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
TernaryTreeNode - Class in org.apache.lucene.search.suggest.tst
The class creates a TST node.
TernaryTreeNode() - Constructor for class org.apache.lucene.search.suggest.tst.TernaryTreeNode
Creates a new empty node
testDocValues(AtomicReader, PrintStream) - Static method in class org.apache.lucene.index.CheckIndex
Test docvalues.
testFieldNorms(AtomicReader, PrintStream) - Static method in class org.apache.lucene.index.CheckIndex
Test field norms.
testPostings(AtomicReader, PrintStream) - Static method in class org.apache.lucene.index.CheckIndex
Test the term index.
testPostings(AtomicReader, PrintStream, boolean) - Static method in class org.apache.lucene.index.CheckIndex
Test the term index.
testStoredFields(AtomicReader, PrintStream) - Static method in class org.apache.lucene.index.CheckIndex
Test stored fields.
testTermVectors(AtomicReader, PrintStream) - Static method in class org.apache.lucene.index.CheckIndex
Test term vectors.
testTermVectors(AtomicReader, PrintStream, boolean, boolean) - Static method in class org.apache.lucene.index.CheckIndex
Test term vectors.
text() - Method in class org.apache.lucene.index.Term
Returns the text of this term.
text - Variable in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
The term's text.
TEXT_FIELD_NAME - Static variable in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Field name used for the indexed text.
TextableQueryNode - Interface in org.apache.lucene.queryparser.flexible.core.nodes
Interface for a node that has text as a CharSequence
TextField - Class in org.apache.lucene.document
A field that is indexed and tokenized, without term vectors.
TextField(String, Reader) - Constructor for class org.apache.lucene.document.TextField
Creates a new un-stored TextField with Reader value.
TextField(String, String, Field.Store) - Constructor for class org.apache.lucene.document.TextField
Creates a new TextField with String value.
TextField(String, TokenStream) - Constructor for class org.apache.lucene.document.TextField
Creates a new un-stored TextField with TokenStream value.
TextFragment - Class in org.apache.lucene.search.highlight
Low-level class used to record information about a section of a document with a score.
TextFragment(CharSequence, int, int) - Constructor for class org.apache.lucene.search.highlight.TextFragment
 
textToBytesRef() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
tf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Delegates to baselineTf
tf(int, int) - Method in class org.apache.lucene.search.postingshighlight.PassageScorer
Computes term weight, given the frequency within the passage and the passage's length.
tf(float) - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
Implemented as sqrt(freq).
tf(float) - Method in class org.apache.lucene.search.similarities.TFIDFSimilarity
Computes a score factor based on a term or phrase's frequency in a document.
TFIDFSimilarity - Class in org.apache.lucene.search.similarities
Implementation of Similarity with the Vector Space Model.
TFIDFSimilarity() - Constructor for class org.apache.lucene.search.similarities.TFIDFSimilarity
Sole constructor.
tfn(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.Normalization.NoNormalization
 
tfn(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.Normalization
Returns the normalized term frequency.
tfn(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.NormalizationH1
 
tfn(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.NormalizationH2
 
tfn(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.NormalizationH3
 
tfn(BasicStats, float, float) - Method in class org.apache.lucene.search.similarities.NormalizationZ
 
TFValueSource - Class in org.apache.lucene.queries.function.valuesource
Function that returns TFIDFSimilarity.tf(float) for every document.
TFValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.TFValueSource
 
ThaiAnalyzer - Class in org.apache.lucene.analysis.th
Analyzer for Thai language.
ThaiAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.th.ThaiAnalyzer
Builds an analyzer with the default stop words.
ThaiAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.th.ThaiAnalyzer
Builds an analyzer with the given stop words.
ThaiTokenizer - Class in org.apache.lucene.analysis.th
Tokenizer that use BreakIterator to tokenize Thai text.
ThaiTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.th.ThaiTokenizer
Creates a new ThaiTokenizer
ThaiTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.th.ThaiTokenizer
Creates a new ThaiTokenizer, supplying the AttributeFactory
ThaiTokenizerFactory - Class in org.apache.lucene.analysis.th
Factory for ThaiTokenizer.
ThaiTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.th.ThaiTokenizerFactory
Creates a new ThaiTokenizerFactory
ThaiWordFilter - Class in org.apache.lucene.analysis.th
Deprecated.
Use ThaiTokenizer instead.
ThaiWordFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.th.ThaiWordFilter
Deprecated.
Creates a new ThaiWordFilter with the specified match version.
ThaiWordFilterFactory - Class in org.apache.lucene.analysis.th
Deprecated.
ThaiWordFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.th.ThaiWordFilterFactory
Deprecated.
Creates a new ThaiWordFilterFactory
theEmptyLcnQuery - Static variable in class org.apache.lucene.queryparser.surround.query.SrndQuery
An empty Lucene query
THREAD_NAME - Static variable in class org.apache.lucene.search.TimeLimitingCollector.TimerThread
 
ThreadInterruptedException - Exception in org.apache.lucene.util
Thrown by lucene on detecting that Thread.interrupt() had been called.
ThreadInterruptedException(InterruptedException) - Constructor for exception org.apache.lucene.util.ThreadInterruptedException
 
throwKnownError(HttpResponse, StatusLine) - Method in class org.apache.lucene.replicator.http.HttpClientBase
 
TieredMergePolicy - Class in org.apache.lucene.index
Merges segments of approximately equal size, subject to an allowed number of segments per tier.
TieredMergePolicy() - Constructor for class org.apache.lucene.index.TieredMergePolicy
Sole constructor, setting all settings to their defaults.
TieredMergePolicy.MergeScore - Class in org.apache.lucene.index
Holds score and explanation for a single candidate merge.
TieredMergePolicy.MergeScore() - Constructor for class org.apache.lucene.index.TieredMergePolicy.MergeScore
Sole constructor.
TimeLimitingCollector - Class in org.apache.lucene.search
The TimeLimitingCollector is used to timeout search requests that take longer than the maximum allowed search time limit.
TimeLimitingCollector(Collector, Counter, long) - Constructor for class org.apache.lucene.search.TimeLimitingCollector
Create a TimeLimitedCollector wrapper over another Collector with a specified timeout.
TimeLimitingCollector.TimeExceededException - Exception in org.apache.lucene.search
Thrown when elapsed search time exceeds allowed search time.
TimeLimitingCollector.TimerThread - Class in org.apache.lucene.search
Thread used to timeout search requests.
TimeLimitingCollector.TimerThread(long, Counter) - Constructor for class org.apache.lucene.search.TimeLimitingCollector.TimerThread
 
TimeLimitingCollector.TimerThread(Counter) - Constructor for class org.apache.lucene.search.TimeLimitingCollector.TimerThread
 
timeToString(long, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
Converts a millisecond time to a string suitable for indexing.
TIMEZONE - Static variable in class org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
 
timSort(T[], int, int, Comparator<? super T>) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array slice using the Comparator.
timSort(T[], Comparator<? super T>) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array using the Comparator.
timSort(T[], int, int) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array slice in natural order.
timSort(T[]) - Static method in class org.apache.lucene.util.ArrayUtil
Sorts the given array in natural order.
timSort(List<T>, Comparator<? super T>) - Static method in class org.apache.lucene.util.CollectionUtil
Sorts the given random access List using the Comparator.
timSort(List<T>) - Static method in class org.apache.lucene.util.CollectionUtil
Sorts the given random access List in natural order.
TimSorter - Class in org.apache.lucene.util
Sorter implementation based on the TimSort algorithm.
TimSorter(int) - Constructor for class org.apache.lucene.util.TimSorter
Create a new TimSorter.
tnums - Variable in class org.apache.lucene.index.DocTermOrds
Holds term ords for documents.
toAfterSequence() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
Set the decoding index to just after the last encoded value.
toArray(T[]) - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
toArray() - Method in class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
 
toAutomaton(TokenStream) - Method in class org.apache.lucene.analysis.TokenStreamToAutomaton
Pulls the graph (including PositionLengthAttribute) from the provided TokenStream, and creates the corresponding automaton where arcs are bytes (or Unicode code points if unicodeArcs = true) from each term.
toAutomaton(Term) - Static method in class org.apache.lucene.search.WildcardQuery
Convert Lucene wildcard syntax into an automaton.
toAutomaton(int) - Method in class org.apache.lucene.util.automaton.LevenshteinAutomata
Compute a DFA that accepts all strings within an edit distance of n.
toAutomaton() - Method in class org.apache.lucene.util.automaton.RegExp
Constructs new Automaton from this RegExp.
toAutomaton(AutomatonProvider) - Method in class org.apache.lucene.util.automaton.RegExp
Constructs new Automaton from this RegExp.
toAutomaton(Map<String, Automaton>) - Method in class org.apache.lucene.util.automaton.RegExp
Constructs new Automaton from this RegExp.
toBeforeSequence() - Method in class org.apache.lucene.util.packed.EliasFanoDecoder
Set the decoding index to just before the first encoded value.
toBytesRef(IntsRef, BytesRef) - Static method in class org.apache.lucene.util.fst.Util
Just converts IntsRef to BytesRef; you must ensure the int values fit into a byte.
toCharArray() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
toChars(int[], int, int, char[], int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Converts a sequence of unicode code points to a sequence of Java characters.
ToChildBlockJoinQuery - Class in org.apache.lucene.search.join
Just like ToParentBlockJoinQuery, except this query joins in reverse: you provide a Query matching parent documents and it joins down to child documents.
ToChildBlockJoinQuery(Query, Filter, boolean) - Constructor for class org.apache.lucene.search.join.ToChildBlockJoinQuery
Create a ToChildBlockJoinQuery.
toCodePoints(char[], int, int, int[], int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Converts a sequence of Java characters to a sequence of unicode code points.
toDigitString() - Method in enum org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier
 
toDot() - Method in class org.apache.lucene.util.automaton.Automaton
Returns Graphviz Dot representation of this automaton.
toDot() - Method in class org.apache.lucene.util.automaton.CompiledAutomaton
 
toDot(FST<T>, Writer, boolean, boolean) - Static method in class org.apache.lucene.util.fst.Util
Dumps an FST to a GraphViz's dot language description for visualization.
toHexString(String) - Static method in class org.apache.lucene.util.UnicodeUtil
 
toHtml() - Method in class org.apache.lucene.search.Explanation
Render an explanation as HTML.
toIndex(boolean, boolean) - Static method in enum org.apache.lucene.document.Field.Index
Deprecated.
Get the best representation of the index given the flags.
toIndex(boolean, boolean, boolean) - Static method in enum org.apache.lucene.document.Field.Index
Deprecated.
Expert: Get the best representation of the index given the flags.
toIntArray(Collection<Integer>) - Static method in class org.apache.lucene.util.ArrayUtil
 
toIntsRef(BytesRef, IntsRef) - Static method in class org.apache.lucene.util.fst.Util
Just takes unsigned byte values from the BytesRef and converts into an IntsRef.
Token - Class in org.apache.lucene.analysis
A Token is an occurrence of a term from the text of a field.
Token() - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token will null text.
Token(int, int) - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token with null text and start & end offsets.
Token(int, int, String) - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token with null text and start & end offsets plus the Token type.
Token(int, int, int) - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token with null text and start & end offsets plus flags.
Token(String, int, int) - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token with the given term text, and start & end offsets.
Token(String, int, int, String) - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token with the given text, start and end offsets, & type.
Token(String, int, int, int) - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token with the given text, start and end offsets, & type.
Token(char[], int, int, int, int) - Constructor for class org.apache.lucene.analysis.Token
Constructs a Token with the given term buffer (offset & length), start and end offsets
token - Variable in class org.apache.lucene.queryparser.classic.QueryParser
Current token.
Token - Class in org.apache.lucene.queryparser.classic
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryparser.classic.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryparser.classic.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryparser.classic.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Current token.
Token - Class in org.apache.lucene.queryparser.flexible.standard.parser
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryparser.flexible.standard.parser.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.apache.lucene.queryparser.surround.parser.QueryParser
Current token.
Token - Class in org.apache.lucene.queryparser.surround.parser
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryparser.surround.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryparser.surround.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryparser.surround.parser.Token
Constructs a new token for the specified Image and Kind.
Token.TokenAttributeFactory - Class in org.apache.lucene.analysis
Expert: Creates a TokenAttributeFactory returning Token as instance for the basic attributes and for all other attributes calls the given delegate factory.
Token.TokenAttributeFactory(AttributeSource.AttributeFactory) - Constructor for class org.apache.lucene.analysis.Token.TokenAttributeFactory
Expert: Creates an AttributeFactory returning Token as instance for the basic attributes and for all other attributes calls the given delegate factory.
TOKEN_ATTRIBUTE_FACTORY - Static variable in class org.apache.lucene.analysis.Token
Convenience factory that returns Token as implementation for the basic attributes and return the default impl (with "Impl" appended) for all other attributes.
token_source - Variable in class org.apache.lucene.queryparser.classic.QueryParser
Generated Token Manager.
token_source - Variable in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
Generated Token Manager.
token_source - Variable in class org.apache.lucene.queryparser.surround.parser.QueryParser
Generated Token Manager.
TOKEN_TYPE_FULL_PREC - Static variable in class org.apache.lucene.analysis.NumericTokenStream
The full precision token gets this token type assigned.
TOKEN_TYPE_LOWER_PREC - Static variable in class org.apache.lucene.analysis.NumericTokenStream
The lower precision tokens gets this token type assigned.
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
String token types that correspond to token type int constants
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
String token types that correspond to token type int constants
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
String token types that correspond to token type int constants
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
String token types that correspond to token type int constants
TokenFilter - Class in org.apache.lucene.analysis
A TokenFilter is a TokenStream whose input is another TokenStream.
TokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.TokenFilter
Construct a token stream filtering the given input.
TokenFilterFactory - Class in org.apache.lucene.analysis.util
Abstract parent class for analysis factories that create TokenFilter instances.
TokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.TokenFilterFactory
Initialize this factory via a set of key-value pairs.
TokenGroup - Class in org.apache.lucene.search.highlight
One, or several overlapping tokens, along with the score(s) and the scope of the original text
TokenGroup(TokenStream) - Constructor for class org.apache.lucene.search.highlight.TokenGroup
 
tokenImage - Variable in exception org.apache.lucene.queryparser.classic.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
Literal token values.
tokenImage - Variable in exception org.apache.lucene.queryparser.flexible.standard.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
Literal token values.
tokenImage - Variable in exception org.apache.lucene.queryparser.surround.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
Literal token values.
tokenized() - Method in class org.apache.lucene.document.FieldType
True if this field's value should be analyzed by the Analyzer.
tokenized() - Method in interface org.apache.lucene.index.IndexableFieldType
True if this field's value should be analyzed by the Analyzer.
TokenizedPhraseQueryNode - Class in org.apache.lucene.queryparser.flexible.core.nodes
A TokenizedPhraseQueryNode represents a node created by a code that tokenizes/lemmatizes/analyzes.
TokenizedPhraseQueryNode() - Constructor for class org.apache.lucene.queryparser.flexible.core.nodes.TokenizedPhraseQueryNode
 
Tokenizer - Class in org.apache.lucene.analysis
A Tokenizer is a TokenStream whose input is a Reader.
Tokenizer(Reader) - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a token stream processing the given input.
Tokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a token stream processing the given input using the given AttributeFactory.
TokenizerFactory - Class in org.apache.lucene.analysis.util
Abstract parent class for analysis factories that create Tokenizer instances.
TokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.TokenizerFactory
Initialize this factory via a set of key-value pairs.
TokenMgrError - Error in org.apache.lucene.queryparser.classic
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryparser.classic.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryparser.classic.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryparser.classic.TokenMgrError
Full Constructor.
TokenMgrError - Error in org.apache.lucene.queryparser.flexible.standard.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
Full Constructor.
TokenMgrError - Error in org.apache.lucene.queryparser.surround.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryparser.surround.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryparser.surround.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryparser.surround.parser.TokenMgrError
Full Constructor.
TokenOffsetPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Adds the OffsetAttribute.startOffset() and OffsetAttribute.endOffset() First 4 bytes are the start
TokenOffsetPayloadTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
TokenOffsetPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
TokenOffsetPayloadTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilterFactory
Creates a new TokenOffsetPayloadTokenFilterFactory
TokenRangeSinkFilter - Class in org.apache.lucene.analysis.sinks
Counts the tokens as they go by and saves to the internal list those between the range of lower and upper, exclusive of upper
TokenRangeSinkFilter(int, int) - Constructor for class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
tokens - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
TOKENS_ONLY - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Only output tokens
TokenSources - Class in org.apache.lucene.search.highlight
Hides implementation issues associated with obtaining a TokenStream for use with the higlighter - can obtain from TermFreqVectors with offsets and (optionally) positions or from Analyzer class reparsing the stored content.
TokenSources() - Constructor for class org.apache.lucene.search.highlight.TokenSources
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.Analyzer
Returns a TokenStream suitable for fieldName, tokenizing the contents of reader.
tokenStream(String, String) - Method in class org.apache.lucene.analysis.Analyzer
Returns a TokenStream suitable for fieldName, tokenizing the contents of text.
TokenStream - Class in org.apache.lucene.analysis
A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text.
TokenStream() - Constructor for class org.apache.lucene.analysis.TokenStream
A TokenStream using the default attribute factory.
TokenStream(AttributeSource) - Constructor for class org.apache.lucene.analysis.TokenStream
A TokenStream that uses the same attributes as the supplied one.
TokenStream(AttributeSource.AttributeFactory) - Constructor for class org.apache.lucene.analysis.TokenStream
A TokenStream using the supplied AttributeFactory for creating new Attribute instances.
tokenStream - Variable in class org.apache.lucene.document.Field
Pre-analyzed tokenStream for indexed fields; this is separate from fieldsData because you are allowed to have both; eg maybe field has a String value but you customize how it's tokenized
tokenStream(Analyzer) - Method in class org.apache.lucene.document.Field
 
tokenStream(Analyzer) - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
tokenStream(Analyzer) - Method in interface org.apache.lucene.index.IndexableField
Creates the TokenStream used for indexing this field.
TokenStreamFromTermPositionVector - Class in org.apache.lucene.search.highlight
TokenStream created from a term vector field.
TokenStreamFromTermPositionVector(Terms) - Constructor for class org.apache.lucene.search.highlight.TokenStreamFromTermPositionVector
Constructor.
TokenStreamToAutomaton - Class in org.apache.lucene.analysis
Consumes a TokenStream and creates an Automaton where the transition labels are UTF8 bytes (or Unicode code points if unicodeArcs is true) from the TermToBytesRefAttribute.
TokenStreamToAutomaton() - Constructor for class org.apache.lucene.analysis.TokenStreamToAutomaton
Sole constructor.
tokenStreamValue() - Method in class org.apache.lucene.document.Field
The TokenStream for this field to be used when indexing, or null.
TokenTypeSinkFilter - Class in org.apache.lucene.analysis.sinks
Adds a token to the sink if it has a specific type.
TokenTypeSinkFilter(String) - Constructor for class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
 
toLargeString() - Method in enum org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier
 
toLowerCase(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Converts each unicode codepoint to lowerCase via Character.toLowerCase(int) starting at the given offset.
toLowerCase(CharSequence, Locale) - Static method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
 
TOO_MANY_BOOLEAN_CLAUSES - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValue
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValueBool
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValueDate
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValueDouble
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValueFloat
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValueInt
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValueLong
 
toObject() - Method in class org.apache.lucene.util.mutable.MutableValueStr
 
toolOutOfDate - Variable in class org.apache.lucene.index.CheckIndex.Status
True if the index was created with a newer version of Lucene than the CheckIndex tool.
TooManyBasicQueries - Exception in org.apache.lucene.queryparser.surround.query
Exception thrown when BasicQueryFactory would exceed the limit of query clauses.
TooManyBasicQueries(int) - Constructor for exception org.apache.lucene.queryparser.surround.query.TooManyBasicQueries
 
top() - Method in class org.apache.lucene.util.PriorityQueue
Returns the least element of the PriorityQueue in constant time.
ToParentBlockJoinCollector - Class in org.apache.lucene.search.join
Collects parent document hits for a Query containing one more more BlockJoinQuery clauses, sorted by the specified parent Sort.
ToParentBlockJoinCollector(Sort, int, boolean, boolean) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinCollector
Creates a ToParentBlockJoinCollector.
ToParentBlockJoinFieldComparator - Class in org.apache.lucene.search.join
A field comparator that allows parent documents to be sorted by fields from the nested / child documents.
ToParentBlockJoinFieldComparator.Highest - Class in org.apache.lucene.search.join
Concrete implementation of ToParentBlockJoinSortField to sorts the parent docs with the highest values in the child / nested docs first.
ToParentBlockJoinFieldComparator.Highest(FieldComparator<Object>, Filter, Filter, int) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
Create ToParentBlockJoinFieldComparator.Highest
ToParentBlockJoinFieldComparator.Lowest - Class in org.apache.lucene.search.join
Concrete implementation of ToParentBlockJoinSortField to sorts the parent docs with the lowest values in the child / nested docs first.
ToParentBlockJoinFieldComparator.Lowest(FieldComparator<Object>, Filter, Filter, int) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
Create ToParentBlockJoinFieldComparator.Lowest
ToParentBlockJoinQuery - Class in org.apache.lucene.search.join
This query requires that you index children and parent docs as a single block, using the IndexWriter.addDocuments() or IndexWriter.updateDocuments() API.
ToParentBlockJoinQuery(Query, Filter, ScoreMode) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinQuery
Create a ToParentBlockJoinQuery.
ToParentBlockJoinSortField - Class in org.apache.lucene.search.join
A special sort field that allows sorting parent docs based on nested / child level fields.
ToParentBlockJoinSortField(String, SortField.Type, boolean, Filter, Filter) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinSortField
Create ToParentBlockJoinSortField.
ToParentBlockJoinSortField(String, SortField.Type, boolean, boolean, Filter, Filter) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinSortField
Create ToParentBlockJoinSortField.
TopDocs - Class in org.apache.lucene.search
TopDocs(int, ScoreDoc[], float) - Constructor for class org.apache.lucene.search.TopDocs
 
topDocs() - Method in class org.apache.lucene.search.TopDocsCollector
Returns the top docs that were collected by this collector.
topDocs(int) - Method in class org.apache.lucene.search.TopDocsCollector
Returns the documents in the rage [start ..
topDocs(int, int) - Method in class org.apache.lucene.search.TopDocsCollector
Returns the documents in the rage [start ..
TopDocsCollector<T extends ScoreDoc> - Class in org.apache.lucene.search
A base class for all collectors that return a TopDocs output.
TopDocsCollector(PriorityQueue<T>) - Constructor for class org.apache.lucene.search.TopDocsCollector
 
topDocsSize() - Method in class org.apache.lucene.search.TopDocsCollector
The number of valid PQ entries
TopFieldCollector - Class in org.apache.lucene.search
A Collector that sorts by SortField using FieldComparators.
TopFieldDocs - Class in org.apache.lucene.search
Represents hits returned by IndexSearcher.search(Query,Filter,int,Sort).
TopFieldDocs(int, ScoreDoc[], SortField[], float) - Constructor for class org.apache.lucene.search.TopFieldDocs
Creates one of these objects.
TopGroups<GROUP_VALUE_TYPE> - Class in org.apache.lucene.search.grouping
Represents result returned by a grouping search.
TopGroups(SortField[], SortField[], int, int, GroupDocs<GROUP_VALUE_TYPE>[], float) - Constructor for class org.apache.lucene.search.grouping.TopGroups
 
TopGroups(TopGroups<GROUP_VALUE_TYPE>, Integer) - Constructor for class org.apache.lucene.search.grouping.TopGroups
 
TopGroups.ScoreMergeMode - Enum in org.apache.lucene.search.grouping
How the GroupDocs score (if any) should be merged.
topLevelBoost - Variable in class org.apache.lucene.search.similarities.BasicStats
Any outer query's boost.
TopLevelQuery(String) - Method in class org.apache.lucene.queryparser.classic.QueryParser
 
TopLevelQuery(String) - Method in class org.apache.lucene.queryparser.classic.QueryParserBase
 
TopLevelQuery(CharSequence) - Method in class org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
 
topN - Variable in class org.apache.lucene.util.fst.Util.TopResults
The top results
TopOrdAndFloatQueue - Class in org.apache.lucene.facet
Keeps highest results, first by largest float value, then tie break by smallest ord.
TopOrdAndFloatQueue(int) - Constructor for class org.apache.lucene.facet.TopOrdAndFloatQueue
Sole constructor.
TopOrdAndFloatQueue.OrdAndValue - Class in org.apache.lucene.facet
Holds a single entry.
TopOrdAndFloatQueue.OrdAndValue() - Constructor for class org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndValue
Default constructor.
TopOrdAndIntQueue - Class in org.apache.lucene.facet
Keeps highest results, first by largest int value, then tie break by smallest ord.
TopOrdAndIntQueue(int) - Constructor for class org.apache.lucene.facet.TopOrdAndIntQueue
Sole constructor.
TopOrdAndIntQueue.OrdAndValue - Class in org.apache.lucene.facet
Holds a single entry.
TopOrdAndIntQueue.OrdAndValue() - Constructor for class org.apache.lucene.facet.TopOrdAndIntQueue.OrdAndValue
Default constructor.
topReaderContext - Variable in class org.apache.lucene.index.TermContext
Holds the IndexReaderContext of the top-level IndexReader, used internally only for asserting.
TopScoreDocCollector - Class in org.apache.lucene.search
A Collector implementation that collects the top-scoring hits, returning them as a TopDocs.
TopSrndQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
TopTermsRewrite<Q extends Query> - Class in org.apache.lucene.search
Base rewrite method for collecting only the top terms via a priority queue.
TopTermsRewrite(int) - Constructor for class org.apache.lucene.search.TopTermsRewrite
Create a TopTermsBooleanQueryRewrite for at most size terms.
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AndQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BoostQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.DeletedQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.GroupQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.MatchAllDocsQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.NoTokenFoundQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.OpaqueQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.OrQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
convert to a query string understood by the query parser
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QuotedFieldQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.TokenizedPhraseQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.MultiPhraseQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.WildcardQueryNode
 
toQueryStringIgnoreFields - Variable in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
If set to true the the method toQueryString will not write field names
toString() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
toString() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
 
toString() - Method in class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
 
toString() - Method in class org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
Returns solely the term text as specified by the CharSequence interface.
toString() - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
toString() - Method in class org.apache.lucene.analysis.util.CharArraySet
 
toString() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
toString() - Method in class org.apache.lucene.codecs.BlockTermState
 
toString() - Method in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
 
toString() - Method in class org.apache.lucene.codecs.Codec
returns the codec's name.
toString() - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat
 
toString() - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat
 
toString() - Method in class org.apache.lucene.codecs.DocValuesFormat
 
toString() - Method in class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
Deprecated.
 
toString() - Method in class org.apache.lucene.codecs.lucene41.Lucene41PostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.memory.MemoryPostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.PostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
 
toString() - Method in enum org.apache.lucene.document.DateTools.Resolution
this method returns the name of the resolution in lowercase (for backwards compatibility)
toString() - Method in class org.apache.lucene.document.Document
Prints the fields of a document for human consumption.
toString() - Method in class org.apache.lucene.document.Field
Prints a Field for human consumption.
toString() - Method in class org.apache.lucene.document.FieldType
Prints a Field for human consumption.
toString(String) - Method in class org.apache.lucene.facet.DrillDownQuery
 
toString() - Method in class org.apache.lucene.facet.FacetField
 
toString() - Method in class org.apache.lucene.facet.FacetResult
 
toString() - Method in class org.apache.lucene.facet.LabelAndValue
 
toString() - Method in class org.apache.lucene.facet.range.DoubleRange
 
toString() - Method in class org.apache.lucene.facet.range.LongRange
 
toString() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
 
toString() - Method in class org.apache.lucene.facet.taxonomy.AssociationFacetField
 
toString() - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
Returns a string representation of the path, separating components with '/'.
toString(char) - Method in class org.apache.lucene.facet.taxonomy.CategoryPath
Returns a string representation of the path, separating components with the given delimiter.
toString(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Returns ordinal -> label mapping, up to the provided max ordinal or number of ordinals, whichever is smaller.
toString() - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
Returns a string representation of the path.
toString() - Method in class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
 
toString() - Method in class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
 
toString() - Method in class org.apache.lucene.index.CompositeReader
 
toString() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
toString() - Method in class org.apache.lucene.index.FilterAtomicReader
 
toString() - Method in class org.apache.lucene.index.IndexWriterConfig
 
toString() - Method in class org.apache.lucene.index.LiveIndexWriterConfig
 
toString() - Method in class org.apache.lucene.index.LogMergePolicy
 
toString() - Method in class org.apache.lucene.index.memory.MemoryIndex
Returns a String representation of the index data for debugging purposes.
toString() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum.EnumWithSlice
 
toString() - Method in class org.apache.lucene.index.MultiDocsAndPositionsEnum
 
toString() - Method in class org.apache.lucene.index.MultiDocsEnum.EnumWithSlice
 
toString() - Method in class org.apache.lucene.index.MultiDocsEnum
 
toString() - Method in class org.apache.lucene.index.MultiTermsEnum
 
toString() - Method in class org.apache.lucene.index.NoMergePolicy
 
toString() - Method in class org.apache.lucene.index.OrdTermState
 
toString() - Method in class org.apache.lucene.index.ParallelAtomicReader
 
toString() - Method in class org.apache.lucene.index.ReaderSlice
 
toString(Directory, int) - Method in class org.apache.lucene.index.SegmentCommitInfo
Returns a description of this segment.
toString() - Method in class org.apache.lucene.index.SegmentCommitInfo
 
toString() - Method in class org.apache.lucene.index.SegmentInfo
 
toString(Directory, int) - Method in class org.apache.lucene.index.SegmentInfo
Used for debugging.
toString(Directory) - Method in class org.apache.lucene.index.SegmentInfos
Returns readable description of this segment.
toString() - Method in class org.apache.lucene.index.SegmentReader
 
toString() - Method in class org.apache.lucene.index.SlowCompositeReaderWrapper
 
toString() - Method in class org.apache.lucene.index.sorter.BlockJoinComparatorSource
 
toString() - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
toString(BytesRef) - Static method in class org.apache.lucene.index.Term
Returns human-readable form of the term text.
toString() - Method in class org.apache.lucene.index.Term
 
toString() - Method in class org.apache.lucene.index.TermState
 
toString() - Method in class org.apache.lucene.index.TieredMergePolicy
 
toString() - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
 
toString() - Method in class org.apache.lucene.misc.TermStats
 
toString() - Method in class org.apache.lucene.queries.BooleanFilter
Prints a user-readable version of this Filter.
toString(String) - Method in class org.apache.lucene.queries.BoostingQuery
 
toString() - Method in class org.apache.lucene.queries.ChainedFilter
 
toString(String) - Method in class org.apache.lucene.queries.CommonTermsQuery
 
toString(String) - Method in class org.apache.lucene.queries.CustomScoreQuery
 
toString() - Method in class org.apache.lucene.queries.FilterClause
 
toString(String) - Method in class org.apache.lucene.queries.function.BoostedQuery
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
toString(int) - Method in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
toString(String) - Method in class org.apache.lucene.queries.function.FunctionQuery
Prints a user-readable version of this query.
toString(int) - Method in class org.apache.lucene.queries.function.FunctionValues
 
toString(String, FunctionValues[], int) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
toString(int) - Method in class org.apache.lucene.queries.function.valuesource.MultiFunction.Values
 
toString() - Method in class org.apache.lucene.queries.function.ValueSource
 
toString(String) - Method in class org.apache.lucene.queries.mlt.MoreLikeThisQuery
 
toString() - Method in class org.apache.lucene.queries.TermFilter
 
toString() - Method in class org.apache.lucene.queries.TermsFilter
 
toString() - Method in class org.apache.lucene.queryparser.classic.Token
Returns the image.
toString() - Method in class org.apache.lucene.queryparser.flexible.core.config.FieldConfig
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AndQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.BoostQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.DeletedQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.GroupQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.MatchAllDocsQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.MatchNoDocsQueryNode
 
toString() - Method in enum org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.NoTokenFoundQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.OpaqueQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.OrQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
 
toString() - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
for printing
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
Every implementation of this class should return pseudo xml like this: For FieldQueryNode: <field start='1' end='2' field='subject' text='foo'/>
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QuotedFieldQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.nodes.TokenizedPhraseQueryNode
 
toString() - Method in exception org.apache.lucene.queryparser.flexible.core.QueryNodeException
 
toString(Object) - Static method in class org.apache.lucene.queryparser.flexible.core.util.StringUtils
 
toString() - Method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
 
toString() - Method in class org.apache.lucene.queryparser.flexible.messages.MessageImpl
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.MultiPhraseQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericRangeQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.PrefixWildcardQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.nodes.WildcardQueryNode
 
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.parser.Token
Returns the image.
toString() - Method in class org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
 
toString() - Method in class org.apache.lucene.queryparser.surround.parser.Token
Returns the image.
toString() - Method in class org.apache.lucene.queryparser.surround.query.BasicQueryFactory
 
toString() - Method in class org.apache.lucene.queryparser.surround.query.ComposedQuery
 
toString() - Method in class org.apache.lucene.queryparser.surround.query.FieldsQuery
 
toString() - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
toString() - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
This method is used by SrndQuery.hashCode() and SrndQuery.equals(Object), see LUCENE-2945.
toString() - Method in class org.apache.lucene.replicator.IndexAndTaxonomyRevision
 
toString() - Method in class org.apache.lucene.replicator.IndexRevision
 
toString() - Method in class org.apache.lucene.replicator.ReplicationClient
 
toString() - Method in class org.apache.lucene.replicator.RevisionFile
 
toString() - Method in class org.apache.lucene.replicator.SessionToken
 
toString(String) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
toString(String) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
toString(String) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
toString() - Method in class org.apache.lucene.sandbox.queries.SortedSetSortField
 
toString(String) - Method in class org.apache.lucene.search.AutomatonQuery
 
toString() - Method in class org.apache.lucene.search.BooleanClause
 
toString(String) - Method in class org.apache.lucene.search.BooleanQuery
Prints a user-readable version of this query.
toString() - Method in class org.apache.lucene.search.CachingWrapperFilter
 
toString(String) - Method in class org.apache.lucene.search.ConstantScoreQuery
 
toString(String) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Prettyprint us.
toString() - Method in class org.apache.lucene.search.DocTermOrdsRangeFilter
 
toString() - Method in class org.apache.lucene.search.Explanation
Render an explanation as text.
toString(int) - Method in class org.apache.lucene.search.Explanation
 
toString() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
toString() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
 
toString() - Method in class org.apache.lucene.search.FieldDoc
 
toString() - Method in class org.apache.lucene.search.FieldValueFilter
 
toString() - Method in class org.apache.lucene.search.FieldValueHitQueue.Entry
 
toString(String) - Method in class org.apache.lucene.search.FilteredQuery
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.FuzzyQuery
 
toString() - Method in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.FacetEntry
 
toString() - Method in class org.apache.lucene.search.grouping.SearchGroup
 
toString() - Method in class org.apache.lucene.search.highlight.TextFragment
 
toString() - Method in class org.apache.lucene.search.IndexSearcher
 
toString(String) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
toString(String) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 
toString(String) - Method in class org.apache.lucene.search.MatchAllDocsQuery
 
toString(String) - Method in class org.apache.lucene.search.MultiPhraseQuery
Prints a user-readable version of this query.
toString() - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
 
toString(String) - Method in class org.apache.lucene.search.NumericRangeQuery
 
toString(String) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery
 
toString(String) - Method in class org.apache.lucene.search.PhraseQuery
Prints a user-readable version of this query.
toString() - Method in class org.apache.lucene.search.PrefixFilter
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.PrefixQuery
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.Query
Prints a query to a string, with field assumed to be the default field and omitted.
toString() - Method in class org.apache.lucene.search.Query
Prints a query to a string.
toString() - Method in class org.apache.lucene.search.QueryWrapperFilter
 
toString(String) - Method in class org.apache.lucene.search.RegexpQuery
Prints a user-readable version of this query.
toString() - Method in class org.apache.lucene.search.ScoreDoc
 
toString() - Method in class org.apache.lucene.search.similarities.AfterEffect.NoAfterEffect
 
toString() - Method in class org.apache.lucene.search.similarities.AfterEffect
Subclasses must override this method to return the code of the after effect formula.
toString() - Method in class org.apache.lucene.search.similarities.AfterEffectB
 
toString() - Method in class org.apache.lucene.search.similarities.AfterEffectL
 
toString() - Method in class org.apache.lucene.search.similarities.BasicModel
Subclasses must override this method to return the code of the basic model formula.
toString() - Method in class org.apache.lucene.search.similarities.BasicModelBE
 
toString() - Method in class org.apache.lucene.search.similarities.BasicModelD
 
toString() - Method in class org.apache.lucene.search.similarities.BasicModelG
 
toString() - Method in class org.apache.lucene.search.similarities.BasicModelIF
 
toString() - Method in class org.apache.lucene.search.similarities.BasicModelIn
 
toString() - Method in class org.apache.lucene.search.similarities.BasicModelIne
 
toString() - Method in class org.apache.lucene.search.similarities.BasicModelP
 
toString() - Method in class org.apache.lucene.search.similarities.BM25Similarity
 
toString() - Method in class org.apache.lucene.search.similarities.DefaultSimilarity
 
toString() - Method in class org.apache.lucene.search.similarities.DFRSimilarity
 
toString() - Method in class org.apache.lucene.search.similarities.Distribution
Subclasses must override this method to return the name of the distribution.
toString() - Method in class org.apache.lucene.search.similarities.DistributionLL
 
toString() - Method in class org.apache.lucene.search.similarities.DistributionSPL
 
toString() - Method in class org.apache.lucene.search.similarities.IBSimilarity
The name of IB methods follow the pattern IB <distribution> <lambda><normalization>.
toString() - Method in class org.apache.lucene.search.similarities.Lambda
Subclasses must override this method to return the code of the lambda formula.
toString() - Method in class org.apache.lucene.search.similarities.LambdaDF
 
toString() - Method in class org.apache.lucene.search.similarities.LambdaTTF
 
toString() - Method in class org.apache.lucene.search.similarities.LMSimilarity
Returns the name of the LM method.
toString() - Method in class org.apache.lucene.search.similarities.Normalization.NoNormalization
 
toString() - Method in class org.apache.lucene.search.similarities.Normalization
Subclasses must override this method to return the code of the normalization formula.
toString() - Method in class org.apache.lucene.search.similarities.NormalizationH1
 
toString() - Method in class org.apache.lucene.search.similarities.NormalizationH2
 
toString() - Method in class org.apache.lucene.search.similarities.NormalizationH3
 
toString() - Method in class org.apache.lucene.search.similarities.NormalizationZ
 
toString() - Method in class org.apache.lucene.search.similarities.SimilarityBase
Subclasses must override this method to return the name of the Similarity and preferably the values of parameters (if any) as well.
toString() - Method in class org.apache.lucene.search.Sort
 
toString() - Method in class org.apache.lucene.search.SortField
 
toString(String) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
toString() - Method in class org.apache.lucene.search.spans.NearSpansOrdered
 
toString() - Method in class org.apache.lucene.search.spans.NearSpansUnordered
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanMultiTermQueryWrapper
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanNearPayloadCheckQuery
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanPayloadCheckQuery
 
toString() - Method in class org.apache.lucene.search.spans.SpanPositionCheckQuery.PositionCheckSpan
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanPositionRangeQuery
 
toString(String) - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
toString() - Method in class org.apache.lucene.search.spans.TermSpans
 
toString() - Method in class org.apache.lucene.search.spell.JaroWinklerDistance
 
toString() - Method in class org.apache.lucene.search.spell.LevensteinDistance
 
toString() - Method in class org.apache.lucene.search.spell.NGramDistance
 
toString() - Method in class org.apache.lucene.search.suggest.fst.FSTCompletion.Completion
 
toString() - Method in class org.apache.lucene.search.suggest.Lookup.LookupResult
 
toString(String) - Method in class org.apache.lucene.search.TermQuery
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.TermRangeQuery
Prints a user-readable version of this query.
toString() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo
 
toString() - Method in class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
 
toString() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
 
toString() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
toString() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
toString(String) - Method in class org.apache.lucene.search.WildcardQuery
Prints a user-readable version of this query.
toString() - Method in class org.apache.lucene.store.CompoundFileDirectory
 
toString() - Method in class org.apache.lucene.store.Directory
 
toString() - Method in class org.apache.lucene.store.FilterDirectory
 
toString() - Method in class org.apache.lucene.store.FlushInfo
 
toString() - Method in class org.apache.lucene.store.FSDirectory
For debug output.
toString() - Method in class org.apache.lucene.store.FSLockFactory
 
toString() - Method in class org.apache.lucene.store.IndexInput
 
toString() - Method in class org.apache.lucene.store.IOContext
 
toString() - Method in class org.apache.lucene.store.MergeInfo
 
toString() - Method in class org.apache.lucene.store.NRTCachingDirectory
 
toString() - Method in class org.apache.lucene.util.AttributeSource
Returns a string consisting of the class's simple name, the hex representation of the identity hash code, and the current reflection of all attributes.
toString() - Method in class org.apache.lucene.util.automaton.Automaton
Returns a string representation of this automaton.
toString() - Method in class org.apache.lucene.util.automaton.RegExp
Constructs string from parsed regular expression.
toString() - Method in class org.apache.lucene.util.automaton.RunAutomaton
Returns a string representation of this automaton.
toString() - Method in class org.apache.lucene.util.automaton.State
Returns string describing this state.
toString() - Method in class org.apache.lucene.util.automaton.Transition
Returns a string describing this state.
toString() - Method in class org.apache.lucene.util.BytesRef
Returns hex encoded bytes, eg [0x6c 0x75 0x63 0x65 0x6e 0x65]
toString() - Method in class org.apache.lucene.util.CharsRef
 
toString() - Method in class org.apache.lucene.util.FieldCacheSanityChecker.Insanity
Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character
toString() - Method in class org.apache.lucene.util.FieldCacheSanityChecker.InsanityType
 
toString() - Method in class org.apache.lucene.util.fst.FST.Arc
 
toString() - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
toString() - Method in class org.apache.lucene.util.fst.PairOutputs
 
toString() - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
toString() - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
toString() - Method in class org.apache.lucene.util.fst.Util.FSTPath
 
toString() - Method in class org.apache.lucene.util.IntsRef
 
toString() - Method in class org.apache.lucene.util.LongsRef
 
toString() - Method in class org.apache.lucene.util.mutable.MutableValue
 
toString() - Method in class org.apache.lucene.util.OfflineSorter.SortInfo
 
toString() - Method in class org.apache.lucene.util.packed.EliasFanoEncoder
 
toString() - Method in class org.apache.lucene.util.packed.PackedInts.FormatAndBits
 
toString() - Method in enum org.apache.lucene.util.RamUsageEstimator.JvmFeature
 
toStringEscaped() - Method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
Return a escaped String
toStringEscaped(char[]) - Method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
Return a escaped String
toStringUnquoted() - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
toStringUnquoted() - Method in class org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
 
toStringUnquoted() - Method in class org.apache.lucene.queryparser.surround.query.SrndTermQuery
 
toStringUnquoted() - Method in class org.apache.lucene.queryparser.surround.query.SrndTruncQuery
 
ToStringUtils - Class in org.apache.lucene.util
Helper methods to ease implementing Object.toString().
total - Variable in class org.apache.lucene.search.grouping.AbstractGroupFacetCollector.SegmentResult
 
total_time - Variable in class org.apache.lucene.index.DocTermOrds
Total time to uninvert the field.
totalBinaryFields - Variable in class org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Total number of binary fields
totalBlockCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Total number of blocks.
totalBlockOtherBytes - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Total bytes stored by the PostingsBaseFormat, plus the other few vInts stored in the frame.
totalBlockStatsBytes - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Total number of bytes used to store term stats (not including what the PostingsBaseFormat stores.
totalBlockSuffixBytes - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Total number of bytes used to store term suffixes.
totalBoost - Variable in class org.apache.lucene.search.similarities.BasicStats
For most Similarities, the immediate and the top level query boosts are not handled differently.
totalBytesSize() - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Returns the total size in bytes of this merge.
totalDocCount - Variable in class org.apache.lucene.index.MergePolicy.OneMerge
Number of documents in the merged segment.
totalDocCount() - Method in class org.apache.lucene.index.SegmentInfos
Returns sum of all segment's docCounts.
totalDocCount - Variable in class org.apache.lucene.store.MergeInfo
 
totalGroupCount - Variable in class org.apache.lucene.search.grouping.TopGroups
The total number of unique groups.
totalGroupedHitCount - Variable in class org.apache.lucene.search.grouping.TopGroups
Number of documents grouped into the topN groups
totalHitCount - Variable in class org.apache.lucene.search.grouping.TopGroups
Number of documents matching the search
TotalHitCountCollector - Class in org.apache.lucene.search
Just counts the total number of hits.
TotalHitCountCollector() - Constructor for class org.apache.lucene.search.TotalHitCountCollector
 
totalHits - Variable in class org.apache.lucene.facet.FacetsCollector.MatchingDocs
Total number of hits
totalHits - Variable in class org.apache.lucene.search.grouping.GroupDocs
Total hits within this group
totalHits - Variable in class org.apache.lucene.search.TopDocs
The total number of hits for the query.
totalHits - Variable in class org.apache.lucene.search.TopDocsCollector
The total number of documents that the collector encountered.
totalNumDocs() - Method in class org.apache.lucene.index.MergePolicy.OneMerge
Returns the total number of documents that are included with this merge.
totalNumericFields - Variable in class org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Total number of numeric fields
totalSortedFields - Variable in class org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Total number of sorted fields
totalSortedSetFields - Variable in class org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Total number of sortedset fields
totalTermBytes - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Total number of bytes (sum of term lengths) across all terms in the field.
totalTermCount - Variable in class org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Total number of terms in the field.
totalTermFreq - Variable in class org.apache.lucene.codecs.BlockTermState
total number of occurrences of this term
totalTermFreq - Variable in class org.apache.lucene.codecs.TermStats
Total number of times this term occurs across all documents in the field.
totalTermFreq(Term) - Method in class org.apache.lucene.index.AtomicReader
Returns the number of documents containing the term t.
totalTermFreq(Term) - Method in class org.apache.lucene.index.BaseCompositeReader
 
totalTermFreq() - Method in class org.apache.lucene.index.FilterAtomicReader.FilterTermsEnum
 
totalTermFreq() - Method in class org.apache.lucene.index.FilteredTermsEnum
 
totalTermFreq(Term) - Method in class org.apache.lucene.index.IndexReader
Returns the total number of occurrences of term across all documents (the sum of the freq() for each doc that has this term).
totalTermFreq() - Method in class org.apache.lucene.index.MultiTermsEnum
 
totalTermFreq() - Method in class org.apache.lucene.index.TermContext
Returns the accumulated term frequency of all TermState instances passed to TermContext.register(TermState, int, int, long).
totalTermFreq() - Method in class org.apache.lucene.index.TermsEnum
Returns the total number of occurrences of this term across all documents (the sum of the freq() for each doc that has this term).
totalTermFreq - Variable in class org.apache.lucene.misc.TermStats
 
totalTermFreq() - Method in class org.apache.lucene.search.FuzzyTermsEnum
 
totalTermFreq - Variable in class org.apache.lucene.search.similarities.BasicStats
The total number of occurrences of this term across all documents.
totalTermFreq() - Method in class org.apache.lucene.search.TermStatistics
returns the total number of occurrences of this term
TotalTermFreqValueSource - Class in org.apache.lucene.queries.function.valuesource
TotalTermFreqValueSource returns the total term freq (sum of term freqs across all documents).
TotalTermFreqValueSource(String, String, String, BytesRef) - Constructor for class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
totalTime - Variable in class org.apache.lucene.util.OfflineSorter.SortInfo
total time spent (in milliseconds)
totalValueFields - Variable in class org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Total number of docValues tested.
toTerm(String) - Method in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
toTermVector(boolean, boolean, boolean) - Static method in enum org.apache.lucene.document.Field.TermVector
Deprecated.
Get the best representation of a TermVector given the flags.
totFields - Variable in class org.apache.lucene.index.CheckIndex.Status.FieldNormStatus
Number of fields successfully tested
totFields - Variable in class org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus
Total number of stored fields tested.
totFreq - Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Total frequency across all terms.
totLoseDocCount - Variable in class org.apache.lucene.index.CheckIndex.Status
How many documents will be lost to bad segments.
totPos - Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Total number of positions.
totVectors - Variable in class org.apache.lucene.index.CheckIndex.Status.TermVectorStatus
Total number of term vectors tested.
toUpperCase(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Converts each unicode codepoint to UpperCase via Character.toUpperCase(int) starting at the given offset.
toUTF16(CharSequence, IntsRef) - Static method in class org.apache.lucene.util.fst.Util
Just maps each UTF16 unit (char) to the ints in an IntsRef.
toUTF32(CharSequence, IntsRef) - Static method in class org.apache.lucene.util.fst.Util
Decodes the Unicode codepoints from the provided CharSequence and places them in the provided scratch IntsRef, which must not be null, returning it.
toUTF32(char[], int, int, IntsRef) - Static method in class org.apache.lucene.util.fst.Util
Decodes the Unicode codepoints from the provided char[] and places them in the provided scratch IntsRef, which must not be null, returning it.
TrackingDirectoryWrapper - Class in org.apache.lucene.store
A delegating Directory that records which files were written to and deleted.
TrackingDirectoryWrapper(Directory) - Constructor for class org.apache.lucene.store.TrackingDirectoryWrapper
 
TrackingIndexWriter - Class in org.apache.lucene.index
Class that tracks changes to a delegated IndexWriter, used by ControlledRealTimeReopenThread to ensure specific changes are visible.
TrackingIndexWriter(IndexWriter) - Constructor for class org.apache.lucene.index.TrackingIndexWriter
Create a TrackingIndexWriter wrapping the provided IndexWriter.
train(AtomicReader, String, String, Analyzer) - Method in interface org.apache.lucene.classification.Classifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String, String, Analyzer, Query) - Method in interface org.apache.lucene.classification.Classifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String[], String, Analyzer, Query) - Method in interface org.apache.lucene.classification.Classifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String, String, Analyzer) - Method in class org.apache.lucene.classification.KNearestNeighborClassifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String, String, Analyzer, Query) - Method in class org.apache.lucene.classification.KNearestNeighborClassifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String[], String, Analyzer, Query) - Method in class org.apache.lucene.classification.KNearestNeighborClassifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String, String, Analyzer) - Method in class org.apache.lucene.classification.SimpleNaiveBayesClassifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String, String, Analyzer, Query) - Method in class org.apache.lucene.classification.SimpleNaiveBayesClassifier
Train the classifier using the underlying Lucene index
train(AtomicReader, String[], String, Analyzer, Query) - Method in class org.apache.lucene.classification.SimpleNaiveBayesClassifier
Train the classifier using the underlying Lucene index
transformCriteria(Properties, InputStream, Result) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
Slower transformation using an uncompiled stylesheet (suitable for development environment)
transformCriteria(Properties, Templates, Result) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
Fast transformation using a pre-compiled stylesheet (suitable for production environments)
transformCriteria(Properties, Transformer, Result) - Static method in class org.apache.lucene.queryparser.xml.QueryTemplateManager
 
Transition - Class in org.apache.lucene.util.automaton
Automaton transition.
Transition(int, State) - Constructor for class org.apache.lucene.util.automaton.Transition
Constructs a new singleton interval transition.
Transition(int, int, State) - Constructor for class org.apache.lucene.util.automaton.Transition
Constructs a new transition.
transitionsArray - Variable in class org.apache.lucene.util.automaton.State
 
translateFieldType(Field.Store, Field.Index, Field.TermVector) - Static method in class org.apache.lucene.document.Field
Deprecated.
This is here only to ease transition from the pre-4.0 APIs.
Trie - Class in org.egothor.stemmer
A Trie is used to store a dictionary of words and their stems.
Trie(DataInput) - Constructor for class org.egothor.stemmer.Trie
Constructor for the Trie object.
Trie(boolean) - Constructor for class org.egothor.stemmer.Trie
Constructor for the Trie object.
Trie(boolean, int, List<CharSequence>, List<Row>) - Constructor for class org.egothor.stemmer.Trie
Constructor for the Trie object.
TrimFilter - Class in org.apache.lucene.analysis.miscellaneous
Trims leading and trailing whitespace from Tokens in the stream.
TrimFilter(Version, TokenStream, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.TrimFilter
Deprecated.
Offset updates are not supported anymore as of Lucene 4.4.
TrimFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.TrimFilter
Create a new TrimFilter on top of in.
TrimFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for TrimFilter.
TrimFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.TrimFilterFactory
Creates a new TrimFilterFactory
trimToSize() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
trimToSize() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
trimToSize() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Each node stores a character (splitchar) which is part of some key(s).
trimTrailingZeros() - Method in class org.apache.lucene.util.OpenBitSet
Lowers numWords, the number of words in use, by checking for trailing zero words.
trimTransitionsArray() - Method in class org.apache.lucene.util.automaton.State
Downsizes transitionArray to numTransitions
truncatedToPrefixAndPattern() - Method in class org.apache.lucene.queryparser.surround.query.SrndTruncQuery
 
TruncateTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
A token filter for truncating the terms into a specific length.
TruncateTokenFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.TruncateTokenFilter
 
TruncateTokenFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for TruncateTokenFilter.
TruncateTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.TruncateTokenFilterFactory
 
TRUNCQUOTED - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
TRUNCTERM - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
tryDeleteDocument(IndexReader, int) - Method in class org.apache.lucene.index.IndexWriter
Expert: attempts to delete by document ID, as long as the provided reader is a near-real-time reader (from DirectoryReader.open(IndexWriter,boolean)).
tryDeleteDocument(IndexReader, int) - Method in class org.apache.lucene.index.TrackingIndexWriter
Cals IndexWriter.tryDeleteDocument(IndexReader,int) and returns the generation that reflects this change.
tryIncRef(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
 
tryIncRef() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
Expert: increments the refCount of this TaxonomyReader instance only if it has not been closed yet.
tryIncRef() - Method in class org.apache.lucene.index.IndexReader
Expert: increments the refCount of this IndexReader instance only if the IndexReader has not been closed yet and returns true iff the refCount was successfully incremented, otherwise false.
tryIncRef(DirectoryReader) - Method in class org.apache.lucene.index.ReaderManager
 
tryIncRef(G) - Method in class org.apache.lucene.search.ReferenceManager
Try to increment reference counting on the given reference.
tryIncRef(IndexSearcher) - Method in class org.apache.lucene.search.SearcherManager
 
TSTAutocomplete - Class in org.apache.lucene.search.suggest.tst
Ternary Search Trie implementation.
TSTLookup - Class in org.apache.lucene.search.suggest.tst
Suggest implementation based on a Ternary Search Tree
TSTLookup() - Constructor for class org.apache.lucene.search.suggest.tst.TSTLookup
Creates a new TSTLookup with an empty Ternary Search Tree.
TurkishAnalyzer - Class in org.apache.lucene.analysis.tr
Analyzer for Turkish.
TurkishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.tr.TurkishAnalyzer
Builds an analyzer with the default stop words: TurkishAnalyzer.DEFAULT_STOPWORD_FILE.
TurkishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.tr.TurkishAnalyzer
Builds an analyzer with the given stop words.
TurkishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.tr.TurkishAnalyzer
Builds an analyzer with the given stop words.
TurkishLowerCaseFilter - Class in org.apache.lucene.analysis.tr
Normalizes Turkish token text to lower case.
TurkishLowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.tr.TurkishLowerCaseFilter
Create a new TurkishLowerCaseFilter, that normalizes Turkish token text to lower case.
TurkishLowerCaseFilterFactory - Class in org.apache.lucene.analysis.tr
TurkishLowerCaseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.tr.TurkishLowerCaseFilterFactory
Creates a new TurkishLowerCaseFilterFactory
TurkishStemmer - Class in org.tartarus.snowball.ext
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
TurkishStemmer() - Constructor for class org.tartarus.snowball.ext.TurkishStemmer
 
TwoPhaseCommit - Interface in org.apache.lucene.index
An interface for implementations that support 2-phase commit.
TwoPhaseCommitTool - Class in org.apache.lucene.index
A utility for executing 2-phase commit on several objects.
TwoPhaseCommitTool.CommitFailException - Exception in org.apache.lucene.index
Thrown by TwoPhaseCommitTool.execute(TwoPhaseCommit...) when an object fails to commit().
TwoPhaseCommitTool.CommitFailException(Throwable, TwoPhaseCommit) - Constructor for exception org.apache.lucene.index.TwoPhaseCommitTool.CommitFailException
Sole constructor.
TwoPhaseCommitTool.PrepareCommitFailException - Exception in org.apache.lucene.index
Thrown by TwoPhaseCommitTool.execute(TwoPhaseCommit...) when an object fails to prepareCommit().
TwoPhaseCommitTool.PrepareCommitFailException(Throwable, TwoPhaseCommit) - Constructor for exception org.apache.lucene.index.TwoPhaseCommitTool.PrepareCommitFailException
Sole constructor.
txt - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
 
type() - Method in class org.apache.lucene.analysis.Token
Returns this Token's lexical type.
type() - Method in interface org.apache.lucene.analysis.tokenattributes.TypeAttribute
Returns this Token's lexical type.
type() - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
TYPE - Static variable in class org.apache.lucene.document.BinaryDocValuesField
Type for straight bytes DocValues.
type - Variable in class org.apache.lucene.document.Field
Field's type
TYPE - Static variable in class org.apache.lucene.document.NumericDocValuesField
Type for numeric DocValues.
TYPE - Static variable in class org.apache.lucene.document.SortedDocValuesField
Type for sorted bytes DocValues
TYPE - Static variable in class org.apache.lucene.document.SortedSetDocValuesField
Type for sorted bytes DocValues
TYPE - Static variable in class org.apache.lucene.document.StoredField
Type for a stored-only field.
TYPE - Static variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
Indexed FieldType.
TYPE - Static variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
Indexed FieldType.
type - Variable in class org.apache.lucene.util.automaton.CompiledAutomaton
 
TYPE_FIXED_LEN - Static variable in class org.apache.lucene.document.DerefBytesDocValuesField
Deprecated.
Type for bytes DocValues: all with the same length
TYPE_FIXED_LEN - Static variable in class org.apache.lucene.document.SortedBytesDocValuesField
Deprecated.
Type for sorted bytes DocValues: all with the same length
TYPE_FIXED_LEN - Static variable in class org.apache.lucene.document.StraightBytesDocValuesField
Deprecated.
Type for direct bytes DocValues: all with the same length
TYPE_NOT_STORED - Static variable in class org.apache.lucene.document.DoubleField
Type for a DoubleField that is not stored: normalization factors, frequencies, and positions are omitted.
TYPE_NOT_STORED - Static variable in class org.apache.lucene.document.FloatField
Type for a FloatField that is not stored: normalization factors, frequencies, and positions are omitted.
TYPE_NOT_STORED - Static variable in class org.apache.lucene.document.IntField
Type for an IntField that is not stored: normalization factors, frequencies, and positions are omitted.
TYPE_NOT_STORED - Static variable in class org.apache.lucene.document.LongField
Type for a LongField that is not stored: normalization factors, frequencies, and positions are omitted.
TYPE_NOT_STORED - Static variable in class org.apache.lucene.document.StringField
Indexed, not tokenized, omits norms, indexes DOCS_ONLY, not stored.
TYPE_NOT_STORED - Static variable in class org.apache.lucene.document.TextField
Indexed, tokenized, not stored.
TYPE_STORED - Static variable in class org.apache.lucene.document.DoubleField
Type for a stored DoubleField: normalization factors, frequencies, and positions are omitted.
TYPE_STORED - Static variable in class org.apache.lucene.document.FloatField
Type for a stored FloatField: normalization factors, frequencies, and positions are omitted.
TYPE_STORED - Static variable in class org.apache.lucene.document.IntField
Type for a stored IntField: normalization factors, frequencies, and positions are omitted.
TYPE_STORED - Static variable in class org.apache.lucene.document.LongField
Type for a stored LongField: normalization factors, frequencies, and positions are omitted.
TYPE_STORED - Static variable in class org.apache.lucene.document.StringField
Indexed, not tokenized, omits norms, indexes DOCS_ONLY, stored
TYPE_STORED - Static variable in class org.apache.lucene.document.TextField
Indexed, tokenized, stored.
TYPE_SYNONYM - Static variable in class org.apache.lucene.analysis.synonym.SynonymFilter
 
TYPE_VAR_LEN - Static variable in class org.apache.lucene.document.DerefBytesDocValuesField
Deprecated.
Type for bytes DocValues: can have variable lengths
TYPE_VAR_LEN - Static variable in class org.apache.lucene.document.SortedBytesDocValuesField
Deprecated.
Type for sorted bytes DocValues: can have variable lengths
TYPE_VAR_LEN - Static variable in class org.apache.lucene.document.StraightBytesDocValuesField
Deprecated.
Type for direct bytes DocValues: can have variable lengths
TypeAsPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Makes the Token.type() a payload.
TypeAsPayloadTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilter
 
TypeAsPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
TypeAsPayloadTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilterFactory
Creates a new TypeAsPayloadTokenFilterFactory
TypeAttribute - Interface in org.apache.lucene.analysis.tokenattributes
A Token's lexical type.
TypeAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
Default implementation of TypeAttribute.
TypeAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
Initialize this attribute with TypeAttribute.DEFAULT_TYPE
TypeAttributeImpl(String) - Constructor for class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
Initialize this attribute with type
TYPES - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
 
TypeTokenFilter - Class in org.apache.lucene.analysis.core
Removes tokens whose types appear in a set of blocked types from a token stream.
TypeTokenFilter(Version, boolean, TokenStream, Set<String>, boolean) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilter
Deprecated.
enablePositionIncrements=false is not supported anymore as of Lucene 4.4.
TypeTokenFilter(Version, boolean, TokenStream, Set<String>) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilter
Deprecated.
enablePositionIncrements=false is not supported anymore as of Lucene 4.4.
TypeTokenFilter(Version, TokenStream, Set<String>, boolean) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilter
Create a new TypeTokenFilter.
TypeTokenFilter(Version, TokenStream, Set<String>) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilter
Create a new TypeTokenFilter that filters tokens out (useWhiteList=false).
TypeTokenFilterFactory - Class in org.apache.lucene.analysis.core
Factory class for TypeTokenFilter.
TypeTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilterFactory
Creates a new TypeTokenFilterFactory

U

UAX29URLEmailAnalyzer - Class in org.apache.lucene.analysis.standard
Filters UAX29URLEmailTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
UAX29URLEmailAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Builds an analyzer with the given stop words.
UAX29URLEmailAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Builds an analyzer with the default stop words (UAX29URLEmailAnalyzer.STOP_WORDS_SET).
UAX29URLEmailAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Builds an analyzer with the stop words from the given reader.
UAX29URLEmailTokenizer - Class in org.apache.lucene.analysis.standard
This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in ` Unicode Standard Annex #29 URLs and email addresses are also tokenized according to the relevant RFCs.
UAX29URLEmailTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
Creates a new instance of the UAX29URLEmailTokenizer.
UAX29URLEmailTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
Creates a new UAX29URLEmailTokenizer with a given AttributeSource.AttributeFactory
UAX29URLEmailTokenizerFactory - Class in org.apache.lucene.analysis.standard
UAX29URLEmailTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerFactory
Creates a new UAX29URLEmailTokenizerFactory
UAX29URLEmailTokenizerImpl - Class in org.apache.lucene.analysis.standard
This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29 URLs and email addresses are also tokenized according to the relevant RFCs.
UAX29URLEmailTokenizerImpl(Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Creates a new scanner
UAX29URLEmailTokenizerImpl31 - Class in org.apache.lucene.analysis.standard.std31
Deprecated.
UAX29URLEmailTokenizerImpl31(Reader) - Constructor for class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Creates a new scanner
UAX29URLEmailTokenizerImpl34 - Class in org.apache.lucene.analysis.standard.std34
Deprecated.
UAX29URLEmailTokenizerImpl34(Reader) - Constructor for class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Creates a new scanner
UAX29URLEmailTokenizerImpl36 - Class in org.apache.lucene.analysis.standard.std36
Deprecated.
UAX29URLEmailTokenizerImpl36(Reader) - Constructor for class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Creates a new scanner
UAX29URLEmailTokenizerImpl40 - Class in org.apache.lucene.analysis.standard.std40
Deprecated.
UAX29URLEmailTokenizerImpl40(Reader) - Constructor for class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Creates a new scanner
UnescapedCharSequence - Class in org.apache.lucene.queryparser.flexible.core.util
CharsSequence with escaped chars information.
UnescapedCharSequence(char[], boolean[], int, int) - Constructor for class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
Create a escaped CharSequence
UnescapedCharSequence(CharSequence) - Constructor for class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
Create a non-escaped CharSequence
UNI_REPLACEMENT_CHAR - Static variable in class org.apache.lucene.util.UnicodeUtil
 
UNI_SUR_HIGH_END - Static variable in class org.apache.lucene.util.UnicodeUtil
 
UNI_SUR_HIGH_START - Static variable in class org.apache.lucene.util.UnicodeUtil
 
UNI_SUR_LOW_END - Static variable in class org.apache.lucene.util.UnicodeUtil
 
UNI_SUR_LOW_START - Static variable in class org.apache.lucene.util.UnicodeUtil
 
UnicodeUtil - Class in org.apache.lucene.util
Class to encode java's UTF16 char[] into UTF8 byte[] without always allocating a new byte[] as String.getBytes(StandardCharsets.UTF_8) does.
uniformCmd(boolean) - Method in class org.egothor.stemmer.Row
Return the number of identical Cells (containing patch commands) in this Row.
uninvert(AtomicReader, Bits, BytesRef) - Method in class org.apache.lucene.index.DocTermOrds
Call this only once (if you subclass!)
union(Automaton) - Method in class org.apache.lucene.util.automaton.Automaton
union(Collection<Automaton>) - Static method in class org.apache.lucene.util.automaton.Automaton
union(Automaton, Automaton) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts the union of the languages of the given automata.
union(Collection<Automaton>) - Static method in class org.apache.lucene.util.automaton.BasicOperations
Returns an automaton that accepts the union of the languages of the given automata.
union(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
this = this OR other
union(Collection<WAH8DocIdSet>) - Static method in class org.apache.lucene.util.WAH8DocIdSet
Same as WAH8DocIdSet.union(Collection, int) with the default index interval.
union(Collection<WAH8DocIdSet>, int) - Static method in class org.apache.lucene.util.WAH8DocIdSet
Compute the union of the provided sets.
unionCount(FixedBitSet, FixedBitSet) - Static method in class org.apache.lucene.util.FixedBitSet
Returns the popcount or cardinality of the union of the two sets.
unionCount(OpenBitSet, OpenBitSet) - Static method in class org.apache.lucene.util.OpenBitSet
Returns the popcount or cardinality of the union of the two sets.
uniqueValues - Variable in class org.apache.lucene.search.grouping.AbstractDistinctValuesCollector.GroupCount
 
unlock(Directory) - Static method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Forcibly unlocks the taxonomy in the named directory.
unlock(Directory) - Static method in class org.apache.lucene.index.IndexWriter
Forcibly unlocks the index in the named directory.
UNMAP_SUPPORTED - Static variable in class org.apache.lucene.store.MMapDirectory
true, if this platform supports unmapping mmapped files.
unmodifiableMap(CharArrayMap<V>) - Static method in class org.apache.lucene.analysis.util.CharArrayMap
Returns an unmodifiable CharArrayMap.
unmodifiableSet(CharArraySet) - Static method in class org.apache.lucene.analysis.util.CharArraySet
Returns an unmodifiable CharArraySet.
unpackValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
unsafeWrite(char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
unsafeWrite(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
unsafeWrite(char[], int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
unset(ConfigurationKey<T>) - Method in class org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
Unsets the given key and its value.
unsetTag(String) - Method in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
Unset a tag.
unsetTag(String) - Method in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
 
UnsortedInputIterator - Class in org.apache.lucene.search.suggest
This wrapper buffers the incoming elements and makes sure they are in random order.
UnsortedInputIterator(InputIterator) - Constructor for class org.apache.lucene.search.suggest.UnsortedInputIterator
Creates a new iterator, wrapping the specified iterator and returning elements in a random order.
UNSUPPORTED_NUMERIC_DATA_TYPE - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
UNTOKENIZED_ONLY - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Only output untokenized tokens, which are tokens that would normally be split into several tokens
UNTOKENIZED_TOKEN_FLAG - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
This flag is used to indicate that the produced "Token" would, if WikipediaTokenizer.TOKENS_ONLY was used, produce multiple tokens.
unwrap(AtomicReader) - Static method in class org.apache.lucene.index.FilterAtomicReader
Get the wrapped instance by reader as long as this reader is an intance of FilterAtomicReader.
unwrapSingleton(SortedSetDocValues) - Static method in class org.apache.lucene.index.DocValues
Returns a single-valued view of the SortedSetDocValues, if it was previously wrapped with DocValues.singleton(org.apache.lucene.index.SortedDocValues), or null.
update(BytesRef, Set<BytesRef>, long, BytesRef) - Method in class org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester
Updates a previous suggestion, matching the exact same text as before.
update(int) - Method in class org.apache.lucene.store.BufferedChecksum
 
update(byte[], int, int) - Method in class org.apache.lucene.store.BufferedChecksum
 
updateBinaryDocValue(Term, String, BytesRef) - Method in class org.apache.lucene.index.IndexWriter
Updates a document's BinaryDocValues for field to the given value.
updateDocHead(int) - Method in class org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector.GroupHead
Updates the current most relevant document with the specified document.
updateDocHead(int) - Method in class org.apache.lucene.search.grouping.function.FunctionAllGroupHeadsCollector.GroupHead
 
updateDocument(Term, Iterable<? extends IndexableField>) - Method in class org.apache.lucene.index.IndexWriter
Updates a document by first deleting the document(s) containing term and then adding the new document.
updateDocument(Term, Iterable<? extends IndexableField>, Analyzer) - Method in class org.apache.lucene.index.IndexWriter
Updates a document by first deleting the document(s) containing term and then adding the new document.
updateDocument(Term, Iterable<? extends IndexableField>, Analyzer) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.updateDocument(Term,Iterable,Analyzer) and returns the generation that reflects this change.
updateDocument(Term, Iterable<? extends IndexableField>) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.updateDocument(Term,Iterable) and returns the generation that reflects this change.
updateDocuments(Term, Iterable<? extends Iterable<? extends IndexableField>>) - Method in class org.apache.lucene.index.IndexWriter
Atomically deletes documents matching the provided delTerm and adds a block of documents with sequentially assigned document IDs, such that an external reader will see all or none of the documents.
updateDocuments(Term, Iterable<? extends Iterable<? extends IndexableField>>, Analyzer) - Method in class org.apache.lucene.index.IndexWriter
Atomically deletes documents matching the provided delTerm and adds a block of documents, analyzed using the provided analyzer, with sequentially assigned document IDs, such that an external reader will see all or none of the documents.
updateDocuments(Term, Iterable<? extends Iterable<? extends IndexableField>>, Analyzer) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.updateDocuments(Term,Iterable,Analyzer) and returns the generation that reflects this change.
updateDocuments(Term, Iterable<? extends Iterable<? extends IndexableField>>) - Method in class org.apache.lucene.index.TrackingIndexWriter
Calls IndexWriter.updateDocuments(Term,Iterable) and returns the generation that reflects this change.
updateInputToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
updateMergeThreads() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Called whenever the running merges have changed, to pause & unpause threads.
updateNow() - Method in class org.apache.lucene.replicator.ReplicationClient
Executes the update operation immediately, irregardess if an update thread is running or not.
updateNumericDocValue(Term, String, Long) - Method in class org.apache.lucene.index.IndexWriter
Updates a document's NumericDocValues for field to the given value.
updateOffsets - Variable in class org.apache.lucene.analysis.miscellaneous.TrimFilterFactory
 
updateSuffixToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
updateSuffixToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
The default implementation adds last prefix token end offset to the suffix token start and end offsets.
updateTop() - Method in class org.apache.lucene.util.PriorityQueue
Should be called when the Object at top changes values.
upgrade() - Method in class org.apache.lucene.index.IndexUpgrader
Perform the upgrade.
UPGRADED_SI_CODEC_NAME - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
UPGRADED_SI_EXTENSION - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
Extension used for saving each SegmentInfo, once a 3.x index is first committed to with 4.0.
UPGRADED_SI_VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
UPGRADED_SI_VERSION_START - Static variable in class org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
Deprecated.
 
UpgradeIndexMergePolicy - Class in org.apache.lucene.index
This MergePolicy is used for upgrading all existing segments of an index when calling IndexWriter.forceMerge(int).
UpgradeIndexMergePolicy(MergePolicy) - Constructor for class org.apache.lucene.index.UpgradeIndexMergePolicy
Wrap the given MergePolicy and intercept forceMerge requests to only upgrade segments written with previous Lucene versions.
UPPER - Static variable in class org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter
Deprecated.
 
UPPER - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
UpperCaseFilter - Class in org.apache.lucene.analysis.core
Normalizes token text to UPPER CASE.
UpperCaseFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.core.UpperCaseFilter
Create a new UpperCaseFilter, that normalizes token text to upper case.
UpperCaseFilterFactory - Class in org.apache.lucene.analysis.core
Factory for UpperCaseFilter.
UpperCaseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.UpperCaseFilterFactory
Creates a new UpperCaseFilterFactory
upto - Variable in class org.apache.lucene.search.CachingCollector
 
UpToTwoPositiveIntOutputs - Class in org.apache.lucene.util.fst
An FST Outputs implementation where each output is one or two non-negative long values.
UpToTwoPositiveIntOutputs.TwoLongs - Class in org.apache.lucene.util.fst
Holds two long outputs.
UpToTwoPositiveIntOutputs.TwoLongs(long, long) - Constructor for class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
URL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
url - Variable in class org.apache.lucene.replicator.http.HttpClientBase
The URL stting to execute requests against.
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
useCompoundFile - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
True if segment flushes should use compound file format
useCompoundFile(SegmentInfos, SegmentCommitInfo) - Method in class org.apache.lucene.index.MergePolicy
Returns true if a new segment (regardless of its origin) should use the compound file format.
useCompoundFile(SegmentInfos, SegmentCommitInfo) - Method in class org.apache.lucene.index.NoMergePolicy
 
useCompoundFile(SegmentInfos, SegmentCommitInfo) - Method in class org.apache.lucene.index.sorter.SortingMergePolicy
 
useCompoundFile(SegmentInfos, SegmentCommitInfo) - Method in class org.apache.lucene.index.UpgradeIndexMergePolicy
 
useRandomAccess(Bits, int) - Method in class org.apache.lucene.search.FilteredQuery.RandomAccessFilterStrategy
Expert: decides if a filter should be executed as "random-access" or not.
userData - Variable in class org.apache.lucene.index.CheckIndex.Status
Holds the userData of the last commit in the index
userData - Variable in class org.apache.lucene.index.SegmentInfos
Opaque Map<String, String> that user can specify during IndexWriter.commit
UserInputQueryBuilder - Class in org.apache.lucene.queryparser.xml.builders
UserInputQueryBuilder uses 1 of 2 strategies for thread-safe parsing: 1) Synchronizing access to "parse" calls on a previously supplied QueryParser or..
UserInputQueryBuilder(QueryParser) - Constructor for class org.apache.lucene.queryparser.xml.builders.UserInputQueryBuilder
This constructor has the disadvantage of not being able to change choice of default field name
UserInputQueryBuilder(String, Analyzer) - Constructor for class org.apache.lucene.queryparser.xml.builders.UserInputQueryBuilder
 
UTF16toUTF8(char[], int, int, BytesRef) - Static method in class org.apache.lucene.util.UnicodeUtil
Encode characters from a char[] source, starting at offset for length chars.
UTF16toUTF8(CharSequence, int, int, BytesRef) - Static method in class org.apache.lucene.util.UnicodeUtil
Encode characters from this String, starting at offset for length characters.
UTF32ToUTF8 - Class in org.apache.lucene.util.automaton
Converts UTF-32 automata to the equivalent UTF-8 representation.
UTF32ToUTF8() - Constructor for class org.apache.lucene.util.automaton.UTF32ToUTF8
 
utf8 - Variable in class org.apache.lucene.search.suggest.fst.FSTCompletion.Completion
UTF-8 bytes of the suggestion
utf8ToString() - Method in class org.apache.lucene.util.BytesRef
Interprets stored bytes as UTF8 bytes, returning the resulting string
UTF8toUTF16(byte[], int, int, CharsRef) - Static method in class org.apache.lucene.util.UnicodeUtil
Interprets the given byte array as UTF-8 and converts to UTF-16.
UTF8toUTF16(BytesRef, CharsRef) - Static method in class org.apache.lucene.util.UnicodeUtil
UTF8toUTF32(BytesRef, IntsRef) - Static method in class org.apache.lucene.util.UnicodeUtil
This method assumes valid UTF8 input.
UTF_8 - Static variable in class org.apache.lucene.util.IOUtils
UTF-8 charset string.
Util - Class in org.apache.lucene.util.fst
Static helper methods.
Util.FSTPath<T> - Class in org.apache.lucene.util.fst
Represents a path in TopNSearcher.
Util.FSTPath(T, FST.Arc<T>, IntsRef) - Constructor for class org.apache.lucene.util.fst.Util.FSTPath
Sole constructor
Util.Result<T> - Class in org.apache.lucene.util.fst
Holds a single input (IntsRef) + output, returned by shortestPaths().
Util.Result(IntsRef, T) - Constructor for class org.apache.lucene.util.fst.Util.Result
 
Util.TopNSearcher<T> - Class in org.apache.lucene.util.fst
Utility class to find top N shortest paths from start point(s).
Util.TopNSearcher(FST<T>, int, int, Comparator<T>) - Constructor for class org.apache.lucene.util.fst.Util.TopNSearcher
Creates an unbounded TopNSearcher
Util.TopResults<T> - Class in org.apache.lucene.util.fst
Holds the results for a top N search using Util.TopNSearcher
Utility - Class in org.apache.lucene.analysis.cn.smart
SmartChineseAnalyzer utility constants and methods
Utility() - Constructor for class org.apache.lucene.analysis.cn.smart.Utility
 

V

val - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
val - Variable in class org.apache.lucene.queries.function.valuesource.DocFreqValueSource
 
val - Variable in class org.apache.lucene.queries.function.valuesource.TotalTermFreqValueSource
 
validCounter - Variable in class org.apache.lucene.index.CheckIndex.Status
Whether the SegmentInfos.counter is greater than any of the segments' names.
validUTF16String(CharSequence) - Static method in class org.apache.lucene.util.UnicodeUtil
 
validUTF16String(char[], int) - Static method in class org.apache.lucene.util.UnicodeUtil
 
valsArr(List<ValueSource>, Map, AtomicReaderContext) - Static method in class org.apache.lucene.queries.function.valuesource.MultiFunction
 
value - Variable in class org.apache.lucene.facet.FacetResult
Total value for this path (sum of all child counts, or sum of all child values), even those not included in the topN.
value - Variable in class org.apache.lucene.facet.LabelAndValue
Value associated with this label.
value - Variable in class org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndValue
Value associated with the ordinal.
value - Variable in class org.apache.lucene.facet.TopOrdAndIntQueue.OrdAndValue
Value associated with the ordinal.
value(int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
Deprecated.
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
Deprecated.
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.TermOrdValComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.TermValComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator
Return the actual value in the slot.
value(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
value - Variable in class org.apache.lucene.search.suggest.Lookup.LookupResult
the key's weight
value - Variable in class org.apache.lucene.util.mutable.MutableValueBool
 
value - Variable in class org.apache.lucene.util.mutable.MutableValueDouble
 
value - Variable in class org.apache.lucene.util.mutable.MutableValueFloat
 
value - Variable in class org.apache.lucene.util.mutable.MutableValueInt
 
value - Variable in class org.apache.lucene.util.mutable.MutableValueLong
 
value - Variable in class org.apache.lucene.util.mutable.MutableValueStr
 
valueCount - Variable in class org.apache.lucene.util.packed.PackedInts.Writer
 
valueIterator() - Method in class org.apache.lucene.util.WeakIdentityMap
Returns an iterator over all values of this map.
VALUEMISMATCH - Static variable in class org.apache.lucene.util.FieldCacheSanityChecker.InsanityType
Indicates entries have the same reader+fieldname but different cached values.
valueOf(String) - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer.Side
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.codecs.bloom.FuzzySet.ContainsResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.document.DateTools.Resolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.document.Field.Index
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.document.Field.Store
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.document.Field.TermVector
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.document.FieldType.NumericType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache.LRUType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.index.FieldInfo.DocValuesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.index.FieldInfo.IndexOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.index.FilteredTermsEnum.AcceptStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.index.IndexWriterConfig.OpenMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.index.MergeTrigger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.index.StoredFieldVisitor.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.index.TermsEnum.SeekStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryparser.classic.QueryParser.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.replicator.http.ReplicationService.ReplicationAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.KeepMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.ProcessingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.sandbox.queries.SortedSetSortField.Selector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.BooleanClause.Occur
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.grouping.TopGroups.ScoreMergeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.join.ScoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.SortField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.spans.SpanPositionCheckQuery.AcceptStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.spell.SuggestMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.spell.WordBreakSpellChecker.BreakSuggestionSortMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester.BlenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.store.IOContext.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.util.automaton.CompiledAutomaton.AUTOMATON_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.util.fst.FST.INPUT_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.util.packed.PackedInts.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.util.RamUsageEstimator.JvmFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.util.Version
Returns the enum constant of this type with the specified name.
ValueQueryNode<T> - Interface in org.apache.lucene.queryparser.flexible.core.nodes
This interface should be implemented by QueryNode that holds an arbitrary value.
values() - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer.Side
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.codecs.bloom.FuzzySet.ContainsResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.document.DateTools.Resolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.document.Field.Index
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.document.Field.Store
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.document.Field.TermVector
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.document.FieldType.NumericType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets
Per-ordinal value.
values - Variable in class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
Per-ordinal value.
values() - Static method in enum org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache.LRUType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.index.FieldInfo.DocValuesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.index.FieldInfo.IndexOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.index.FilteredTermsEnum.AcceptStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.index.IndexWriterConfig.OpenMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.index.MergeTrigger
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.lucene.index.MultiDocValues.MultiSortedDocValues
leaf values
values - Variable in class org.apache.lucene.index.MultiDocValues.MultiSortedSetDocValues
leaf values
values() - Static method in enum org.apache.lucene.index.StoredFieldVisitor.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.index.TermsEnum.SeekStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.lucene.queries.function.ValueSourceScorer
 
values() - Static method in enum org.apache.lucene.queryparser.classic.QueryParser.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.replicator.http.ReplicationService.ReplicationAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.KeepMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.ProcessingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.sandbox.queries.SortedSetSortField.Selector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.BooleanClause.Occur
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.grouping.TopGroups.ScoreMergeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.join.ScoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.SortField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.spans.SpanPositionCheckQuery.AcceptStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.spell.SuggestMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.spell.WordBreakSpellChecker.BreakSuggestionSortMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester.BlenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.store.IOContext.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.util.automaton.CompiledAutomaton.AUTOMATON_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.util.fst.FST.INPUT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.util.packed.PackedInts.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.util.RamUsageEstimator.JvmFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.util.Version
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSource - Class in org.apache.lucene.queries.function
Instantiates FunctionValues for a particular reader.
ValueSource() - Constructor for class org.apache.lucene.queries.function.ValueSource
 
ValueSourceScorer - Class in org.apache.lucene.queries.function
Scorer which returns the result of FunctionValues.floatVal(int) as the score for a document.
ValueSourceScorer(IndexReader, FunctionValues) - Constructor for class org.apache.lucene.queries.function.ValueSourceScorer
 
VariableGapTermsIndexReader - Class in org.apache.lucene.codecs.blockterms
VariableGapTermsIndexReader(Directory, FieldInfos, String, int, String, IOContext) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
VariableGapTermsIndexWriter - Class in org.apache.lucene.codecs.blockterms
Selects index terms according to provided pluggable VariableGapTermsIndexWriter.IndexTermSelector, and stores them in a prefix trie that's loaded entirely in RAM stored as an FST.
VariableGapTermsIndexWriter(SegmentWriteState, VariableGapTermsIndexWriter.IndexTermSelector) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 
VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector - Class in org.apache.lucene.codecs.blockterms
Sets an index term when docFreq >= docFreqThresh, or every interval terms.
VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector(int, int) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
 
VariableGapTermsIndexWriter.EveryNTermSelector - Class in org.apache.lucene.codecs.blockterms
VariableGapTermsIndexWriter.EveryNTermSelector(int) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNTermSelector
 
VariableGapTermsIndexWriter.IndexTermSelector - Class in org.apache.lucene.codecs.blockterms
Hook for selecting which terms should be placed in the terms index.
VariableGapTermsIndexWriter.IndexTermSelector() - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.IndexTermSelector
 
VariableIntBlockIndexInput - Class in org.apache.lucene.codecs.intblock
Abstract base class that reads variable-size blocks of ints from an IndexInput.
VariableIntBlockIndexInput(IndexInput) - Constructor for class org.apache.lucene.codecs.intblock.VariableIntBlockIndexInput
 
VariableIntBlockIndexInput.BlockReader - Interface in org.apache.lucene.codecs.intblock
Interface for variable-size block decoders.
VariableIntBlockIndexOutput - Class in org.apache.lucene.codecs.intblock
Abstract base class that writes variable-size blocks of ints to an IndexOutput.
VariableIntBlockIndexOutput(IndexOutput, int) - Constructor for class org.apache.lucene.codecs.intblock.VariableIntBlockIndexOutput
NOTE: maxBlockSize must be the maximum block size plus the max non-causal lookahead of your codec.
vectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat
 
vectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsFormat
 
vectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsFormat
 
vectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.TermVectorsFormat
Returns a TermVectorsReader to read term vectors.
vectorsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat
 
vectorsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40TermVectorsFormat
 
vectorsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsFormat
 
vectorsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.TermVectorsFormat
Returns a TermVectorsWriter to write term vectors.
VectorValueSource - Class in org.apache.lucene.queries.function.valuesource
Converts individual ValueSource instances to leverage the FunctionValues *Val functions that work with multiple values, i.e.
VectorValueSource(List<ValueSource>) - Constructor for class org.apache.lucene.queries.function.valuesource.VectorValueSource
 
verbose() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Returns true if verbosing is enabled.
verbose() - Method in class org.apache.lucene.index.LogMergePolicy
Returns true if LMP is enabled in IndexWriter's infoStream.
verifyDim(String) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacets
Throws IllegalArgumentException if the dimension is not recognized.
VerifyingLockFactory - Class in org.apache.lucene.store
A LockFactory that wraps another LockFactory and verifies that each lock obtain/release is "correct" (never results in two processes holding the lock at the same time).
VerifyingLockFactory(LockFactory, InputStream, OutputStream) - Constructor for class org.apache.lucene.store.VerifyingLockFactory
 
verifyLabel(String) - Static method in class org.apache.lucene.facet.FacetField
Verifies the label is not null or empty string.
verifyStatus(HttpResponse) - Method in class org.apache.lucene.replicator.http.HttpClientBase
Internal: response status after invocation, and in case or error attempt to read the exception sent by the server.
version - Variable in class org.apache.lucene.analysis.util.FilteringTokenFilter
 
version - Variable in class org.apache.lucene.index.SegmentInfos
Counts how often the index has been changed.
version - Variable in class org.apache.lucene.replicator.SessionToken
 
Version - Enum in org.apache.lucene.util
Use by certain classes to match version compatibility across releases of Lucene.
VERSION_40 - Static variable in class org.apache.lucene.index.SegmentInfos
The file format version for the segments_N codec header, up to 4.5.
VERSION_46 - Static variable in class org.apache.lucene.index.SegmentInfos
The file format version for the segments_N codec header, since 4.6+.
VERSION_48 - Static variable in class org.apache.lucene.index.SegmentInfos
The file format version for the segments_N codec header, since 4.8+
VERSION_APPEND_ONLY - Static variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
VERSION_APPEND_ONLY - Static variable in class org.apache.lucene.codecs.BlockTreeTermsWriter
Append-only
VERSION_BYTE_ALIGNED - Static variable in class org.apache.lucene.util.packed.PackedInts
 
VERSION_CHECKSUM - Static variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
VERSION_CHECKSUM - Static variable in class org.apache.lucene.codecs.BlockTreeTermsWriter
checksums
VERSION_CHECKSUM - Static variable in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.BlockTreeTermsWriter
Current terms format.
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.bloom.FuzzySet
 
VERSION_CURRENT - Static variable in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Current version of the the saved model file format.
VERSION_CURRENT - Static variable in class org.apache.lucene.util.packed.PackedInts
 
VERSION_META_ARRAY - Static variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
VERSION_META_ARRAY - Static variable in class org.apache.lucene.codecs.BlockTreeTermsWriter
Meta data as array
VERSION_SPI - Static variable in class org.apache.lucene.codecs.bloom.FuzzySet
 
VERSION_START - Static variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
VERSION_START - Static variable in class org.apache.lucene.codecs.BlockTreeTermsWriter
Initial terms format.
VERSION_START - Static variable in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
VERSION_START - Static variable in class org.apache.lucene.codecs.bloom.FuzzySet
 
VERSION_START - Static variable in class org.apache.lucene.search.suggest.analyzing.FreeTextSuggester
Initial version of the the saved model file format.
VERSION_START - Static variable in class org.apache.lucene.util.packed.PackedInts
 
VirtualMethod<C> - Class in org.apache.lucene.util
A utility for keeping backwards compatibility on previously abstract methods (or similar replacements).
VirtualMethod(Class<C>, String, Class<?>...) - Constructor for class org.apache.lucene.util.VirtualMethod
Creates a new instance for the given baseClass and method declaration.
visitDocument(int, StoredFieldVisitor) - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader
 
visitDocument(int, StoredFieldVisitor) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
 
visitDocument(int, StoredFieldVisitor) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
visitDocument(int, StoredFieldVisitor) - Method in class org.apache.lucene.codecs.StoredFieldsReader
Visit the stored fields for document n
visitMatchingTerm(Term) - Method in interface org.apache.lucene.queryparser.surround.query.SimpleTerm.MatchingTermVisitor
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryparser.surround.query.SimpleTerm
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryparser.surround.query.SrndTermQuery
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryparser.surround.query.SrndTruncQuery
 
visitTerm(TermsEnum, int) - Method in class org.apache.lucene.index.DocTermOrds
Subclass can override this
vs - Variable in class org.apache.lucene.queries.function.docvalues.BoolDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.DoubleDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.FloatDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.IntDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.LongDocValues
 
vs - Variable in class org.apache.lucene.queries.function.docvalues.StrDocValues
 
vspace - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
value space: stores the interletter values

W

W - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
WAH8DocIdSet - Class in org.apache.lucene.util
DocIdSet implementation based on word-aligned hybrid encoding on words of 8 bits.
WAH8DocIdSet.Builder - Class in org.apache.lucene.util
A builder for WAH8DocIdSets.
WAH8DocIdSet.Builder() - Constructor for class org.apache.lucene.util.WAH8DocIdSet.Builder
Sole constructor
waitForGeneration(long) - Method in class org.apache.lucene.search.ControlledRealTimeReopenThread
Waits for the target generation to become visible in the searcher.
waitForGeneration(long, int) - Method in class org.apache.lucene.search.ControlledRealTimeReopenThread
Waits for the target generation to become visible in the searcher, up to a maximum specified milli-seconds.
waitForMerges() - Method in class org.apache.lucene.index.IndexWriter
Wait for any currently outstanding merges to finish.
warm(AtomicReader) - Method in class org.apache.lucene.index.IndexWriter.IndexReaderWarmer
Invoked on the AtomicReader for the newly merged segment, before that segment is made visible to near-real-time readers.
warm(AtomicReader) - Method in class org.apache.lucene.index.SimpleMergedSegmentWarmer
 
wasEscaped(int) - Method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
 
wasEscaped(CharSequence, int) - Static method in class org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
 
WAW - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
WeakIdentityMap<K,V> - Class in org.apache.lucene.util
Implements a combination of WeakHashMap and IdentityHashMap.
weight - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
word frequency
weight(int, int) - Method in class org.apache.lucene.search.postingshighlight.PassageScorer
Computes term importance, given its in-document statistics.
weight - Variable in class org.apache.lucene.search.Scorer
the Scorer's parent Weight.
weight() - Method in class org.apache.lucene.search.spell.TermFreqIterator.TermFreqIteratorWrapper
 
weight() - Method in interface org.apache.lucene.search.spell.TermFreqIterator
A term's weight, higher numbers mean better suggestions.
weight() - Method in class org.apache.lucene.search.suggest.BufferedInputIterator
 
weight() - Method in class org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
 
weight() - Method in class org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
 
weight() - Method in class org.apache.lucene.search.suggest.InputIterator.InputIteratorWrapper
 
weight() - Method in interface org.apache.lucene.search.suggest.InputIterator
A term's weight, higher numbers mean better suggestions.
weight() - Method in class org.apache.lucene.search.suggest.SortedInputIterator
 
weight() - Method in class org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
 
weight() - Method in class org.apache.lucene.search.suggest.UnsortedInputIterator
 
Weight - Class in org.apache.lucene.search
Expert: Calculate query weights and build query scorers.
Weight() - Constructor for class org.apache.lucene.search.Weight
 
WeightedFieldFragList - Class in org.apache.lucene.search.vectorhighlight
A weighted implementation of FieldFragList.
WeightedFieldFragList(int) - Constructor for class org.apache.lucene.search.vectorhighlight.WeightedFieldFragList
a constructor.
WeightedFragListBuilder - Class in org.apache.lucene.search.vectorhighlight
A weighted implementation of FragListBuilder.
WeightedFragListBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.WeightedFragListBuilder
 
WeightedFragListBuilder(int) - Constructor for class org.apache.lucene.search.vectorhighlight.WeightedFragListBuilder
 
WeightedSpanTerm - Class in org.apache.lucene.search.highlight
Lightweight class to hold term, weight, and positions used for scoring this term.
WeightedSpanTerm(float, String) - Constructor for class org.apache.lucene.search.highlight.WeightedSpanTerm
 
WeightedSpanTerm(float, String, boolean) - Constructor for class org.apache.lucene.search.highlight.WeightedSpanTerm
 
WeightedSpanTermExtractor - Class in org.apache.lucene.search.highlight
Class used to extract WeightedSpanTerms from a Query based on whether Terms from the Query are contained in a supplied TokenStream.
WeightedSpanTermExtractor() - Constructor for class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
WeightedSpanTermExtractor(String) - Constructor for class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
WeightedSpanTermExtractor.PositionCheckingMap<K> - Class in org.apache.lucene.search.highlight
This class makes sure that if both position sensitive and insensitive versions of the same term are added, the position insensitive one wins.
WeightedSpanTermExtractor.PositionCheckingMap() - Constructor for class org.apache.lucene.search.highlight.WeightedSpanTermExtractor.PositionCheckingMap
 
WeightedTerm - Class in org.apache.lucene.search.highlight
Lightweight class to hold term and a weight value used for scoring this term
WeightedTerm(float, String) - Constructor for class org.apache.lucene.search.highlight.WeightedTerm
 
weights - Variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Map of fields to query against with their weights
weights - Variable in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
weights - Variable in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
The Weights for our subqueries, in 1-1 correspondence with disjuncts
weightToString(StringBuilder) - Method in class org.apache.lucene.queryparser.surround.query.SrndQuery
 
WFSTCompletionLookup - Class in org.apache.lucene.search.suggest.fst
Suggester based on a weighted FST: it first traverses the prefix, then walks the n shortest paths to retrieve top-ranked suggestions.
WFSTCompletionLookup() - Constructor for class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
WFSTCompletionLookup(boolean) - Constructor for class org.apache.lucene.search.suggest.fst.WFSTCompletionLookup
Creates a new suggester.
WHITESPACE_OPERATOR - Static variable in class org.apache.lucene.queryparser.simple.SimpleQueryParser
Enables WHITESPACE operators: ' ' '\n' '\r' '\t'
WHITESPACE_PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
"\\s+"; Divides text at whitespaces (Character.isWhitespace(c))
WhitespaceAnalyzer - Class in org.apache.lucene.analysis.core
An Analyzer that uses WhitespaceTokenizer.
WhitespaceAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.WhitespaceAnalyzer
Creates a new WhitespaceAnalyzer
WhitespaceTokenizer - Class in org.apache.lucene.analysis.core
A WhitespaceTokenizer is a tokenizer that divides text at whitespace.
WhitespaceTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.WhitespaceTokenizer
Construct a new WhitespaceTokenizer.
WhitespaceTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.WhitespaceTokenizer
Construct a new WhitespaceTokenizer using a given AttributeSource.AttributeFactory.
WhitespaceTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for WhitespaceTokenizer.
WhitespaceTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.WhitespaceTokenizerFactory
Creates a new WhitespaceTokenizerFactory
WholeBreakIterator - Class in org.apache.lucene.search.postingshighlight
Just produces one single fragment for the entire text
WholeBreakIterator() - Constructor for class org.apache.lucene.search.postingshighlight.WholeBreakIterator
 
WikipediaTokenizer - Class in org.apache.lucene.analysis.wikipedia
Extension of StandardTokenizer that is aware of Wikipedia syntax.
WikipediaTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizer(Reader, int, Set<String>) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizer(AttributeSource.AttributeFactory, Reader, int, Set<String>) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizerFactory - Class in org.apache.lucene.analysis.wikipedia
Factory for WikipediaTokenizer.
WikipediaTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizerFactory
Creates a new WikipediaTokenizerFactory
WILDCARD_CHAR - Static variable in class org.apache.lucene.search.WildcardQuery
Char equality with support for wildcards
WILDCARD_ESCAPE - Static variable in class org.apache.lucene.search.WildcardQuery
Escape character
WILDCARD_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
 
WILDCARD_STRING - Static variable in class org.apache.lucene.search.WildcardQuery
String equality with support for wildcards
WildcardQuery - Class in org.apache.lucene.search
Implements the wildcard search query.
WildcardQuery(Term) - Constructor for class org.apache.lucene.search.WildcardQuery
Constructs a query for terms matching term.
WildcardQueryNode - Class in org.apache.lucene.queryparser.flexible.standard.nodes
A WildcardQueryNode represents wildcard query This does not apply to phrases.
WildcardQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.WildcardQueryNode
 
WildcardQueryNode(FieldQueryNode) - Constructor for class org.apache.lucene.queryparser.flexible.standard.nodes.WildcardQueryNode
 
WildcardQueryNodeBuilder - Class in org.apache.lucene.queryparser.flexible.standard.builders
Builds a WildcardQuery object from a WildcardQueryNode object.
WildcardQueryNodeBuilder() - Constructor for class org.apache.lucene.queryparser.flexible.standard.builders.WildcardQueryNodeBuilder
 
WildcardQueryNodeProcessor - Class in org.apache.lucene.queryparser.flexible.standard.processors
The StandardSyntaxParser creates PrefixWildcardQueryNode nodes which have values containing the prefixed wildcard.
WildcardQueryNodeProcessor() - Constructor for class org.apache.lucene.queryparser.flexible.standard.processors.WildcardQueryNodeProcessor
 
WILDTERM - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
WILLNEED - Static variable in class org.apache.lucene.store.NativePosixUtil
 
WINDOWS - Static variable in class org.apache.lucene.util.Constants
True iff running on Windows.
WindowsDirectory - Class in org.apache.lucene.store
Native Directory implementation for Microsoft Windows.
WindowsDirectory(File, LockFactory) - Constructor for class org.apache.lucene.store.WindowsDirectory
Create a new WindowsDirectory for the named location.
WindowsDirectory(File) - Constructor for class org.apache.lucene.store.WindowsDirectory
Create a new WindowsDirectory for the named location and NativeFSLockFactory.
withinGroupSort - Variable in class org.apache.lucene.search.grouping.TopGroups
How docs are sorted within each group
withOffsets() - Method in enum org.apache.lucene.document.Field.TermVector
Deprecated.
 
withPositions() - Method in enum org.apache.lucene.document.Field.TermVector
Deprecated.
 
wlen - Variable in class org.apache.lucene.util.OpenBitSet
 
WORD_SEPARATOR - Static variable in class org.apache.lucene.analysis.synonym.SynonymMap
for multiword support, you must separate words with this separator
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Alphanumeric sequences
WordBreakSpellChecker - Class in org.apache.lucene.search.spell
A spell checker whose sole function is to offer suggestions by combining multiple terms into one word and/or breaking terms into multiple words.
WordBreakSpellChecker() - Constructor for class org.apache.lucene.search.spell.WordBreakSpellChecker
Creates a new spellchecker with default configuration values
WordBreakSpellChecker.BreakSuggestionSortMethod - Enum in org.apache.lucene.search.spell
Determines the order to list word break suggestions
WordDelimiterFilter - Class in org.apache.lucene.analysis.miscellaneous
Splits words into subwords and performs optional transformations on subword groups.
WordDelimiterFilter(Version, TokenStream, byte[], int, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Creates a new WordDelimiterFilter
WordDelimiterFilter(Version, TokenStream, int, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Creates a new WordDelimiterFilter using WordDelimiterIterator.DEFAULT_WORD_DELIM_TABLE as its charTypeTable
WordDelimiterFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for WordDelimiterFilter.
WordDelimiterFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
Creates a new WordDelimiterFilterFactory
WordDelimiterIterator - Class in org.apache.lucene.analysis.miscellaneous
A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterFilter rules.
WordlistLoader - Class in org.apache.lucene.analysis.util
Loader for text files that represent a list of stopwords.
WordnetSynonymParser - Class in org.apache.lucene.analysis.synonym
Parser for wordnet prolog format
WordnetSynonymParser(boolean, boolean, Analyzer) - Constructor for class org.apache.lucene.analysis.synonym.WordnetSynonymParser
 
words - Variable in class org.apache.lucene.analysis.synonym.SynonymMap
map<ord, outputword>
WordTokenFilter - Class in org.apache.lucene.analysis.cn.smart
Deprecated.
Use HMMChineseTokenizer instead.
WordTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cn.smart.WordTokenFilter
Deprecated.
Construct a new WordTokenizer.
wordType - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
WordType of the text
WordType - Class in org.apache.lucene.analysis.cn.smart
Internal SmartChineseAnalyzer token type constants
WordType() - Constructor for class org.apache.lucene.analysis.cn.smart.WordType
 
work(double) - Method in class org.apache.lucene.index.MergeState.CheckAbort
Records the fact that roughly units amount of work have been done since this method was last called.
WQuery() - Method in class org.apache.lucene.queryparser.surround.parser.QueryParser
 
wrap(AtomicReader) - Method in class org.apache.lucene.index.FilterDirectoryReader.StandardReaderWrapper
 
wrap(AtomicReader) - Method in class org.apache.lucene.index.FilterDirectoryReader.SubReaderWrapper
Wrap one of the parent DirectoryReader's subreaders
wrap(IndexReader) - Static method in class org.apache.lucene.index.SlowCompositeReaderWrapper
This method is sugar for getting an AtomicReader from an IndexReader of any kind.
wrap(AtomicReader, Sort) - Static method in class org.apache.lucene.index.sorter.SortingAtomicReader
Return a sorted view of reader according to the order defined by sort.
wrap(DocIdSet, Bits) - Static method in class org.apache.lucene.search.BitsFilteredDocIdSet
Convenience wrapper method: If acceptDocs == null it returns the original set without wrapping.
wrap(Collector...) - Static method in class org.apache.lucene.search.MultiCollector
Wraps a list of Collectors with a MultiCollector.
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.AnalyzerWrapper
Wraps / alters the given TokenStreamComponents, taken from the wrapped Analyzer, to form new components.
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
 
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
wrapFilter(Query, Filter) - Method in class org.apache.lucene.search.IndexSearcher
 
wrapReader(String, Reader) - Method in class org.apache.lucene.analysis.AnalyzerWrapper
Wraps / alters the given Reader.
write(char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(char[]) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(char[], int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(OpenStringBuilder) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(String) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(Directory, String, String, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.FieldInfosWriter
Writes the provided FieldInfos to the directory.
write(int) - Method in class org.apache.lucene.codecs.intblock.FixedIntBlockIndexOutput
 
write(int) - Method in class org.apache.lucene.codecs.intblock.VariableIntBlockIndexOutput
 
write(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter
Deprecated.
Save a single segment's info.
write(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoWriter
Save a single segment's info.
write(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.SegmentInfoWriter
Write SegmentInfo data.
write(DataOutput, boolean) - Method in class org.apache.lucene.codecs.sep.IntIndexOutput.Index
Writes "location" of current output pointer of primary output to different output (out)
write(int) - Method in class org.apache.lucene.codecs.sep.IntIndexOutput
Write an int to the primary file.
write(Directory, String, String, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosWriter
 
write(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoWriter
 
write(BytesRef, DataOutput) - Method in class org.apache.lucene.util.fst.ByteSequenceOutputs
 
write(CharsRef, DataOutput) - Method in class org.apache.lucene.util.fst.CharSequenceOutputs
 
write(IntsRef, DataOutput) - Method in class org.apache.lucene.util.fst.IntSequenceOutputs
 
write(Object, DataOutput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
write(Object, DataOutput) - Method in class org.apache.lucene.util.fst.NoOutputs
 
write(T, DataOutput) - Method in class org.apache.lucene.util.fst.Outputs
Encode an output value into a DataOutput.
write(PairOutputs.Pair<A, B>, DataOutput) - Method in class org.apache.lucene.util.fst.PairOutputs
 
write(Long, DataOutput) - Method in class org.apache.lucene.util.fst.PositiveIntOutputs
 
write(Object, DataOutput) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
write(BytesRef) - Method in class org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Writes a BytesRef.
write(byte[]) - Method in class org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Writes a byte array.
write(byte[], int, int) - Method in class org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Writes a byte array.
write3xInfo(Directory, SegmentInfo, IOContext) - Static method in class org.apache.lucene.index.SegmentInfos
Deprecated.
WRITE_LOCK_NAME - Static variable in class org.apache.lucene.index.IndexWriter
Name of the write lock in the index.
WRITE_LOCK_TIMEOUT - Static variable in class org.apache.lucene.index.IndexWriterConfig
Default value for the write lock timeout (1,000 ms).
writeByte(byte) - Method in class org.apache.lucene.store.BufferedIndexOutput
 
writeByte(byte) - Method in class org.apache.lucene.store.ByteArrayDataOutput
 
writeByte(byte) - Method in class org.apache.lucene.store.DataOutput
Writes a single byte.
writeByte(byte) - Method in class org.apache.lucene.store.OutputStreamDataOutput
 
writeByte(byte) - Method in class org.apache.lucene.store.RAMOutputStream
 
writeByte(byte) - Method in class org.apache.lucene.util.GrowableByteArrayDataOutput
 
writeByte(byte) - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.BufferedIndexOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.ByteArrayDataOutput
 
writeBytes(byte[], int) - Method in class org.apache.lucene.store.DataOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.DataOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.OutputStreamDataOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.RAMOutputStream
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.util.GrowableByteArrayDataOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.util.PagedBytes.PagedBytesDataOutput
 
writeField(FieldInfo, IndexableField) - Method in class org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter
 
writeField(FieldInfo, IndexableField) - Method in class org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
 
writeField(FieldInfo, IndexableField) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
writeField(FieldInfo, IndexableField) - Method in class org.apache.lucene.codecs.StoredFieldsWriter
Writes a single stored field.
writeFinalOutput(Object, DataOutput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
writeFinalOutput(T, DataOutput) - Method in class org.apache.lucene.util.fst.Outputs
Encode an final node output value into a DataOutput.
writeFooter(IndexOutput) - Static method in class org.apache.lucene.codecs.CodecUtil
Writes a codec footer, which records both a checksum algorithm ID and a checksum.
writeHeader(IndexOutput) - Method in class org.apache.lucene.codecs.BlockTreeTermsWriter
Writes the terms file header.
writeHeader(DataOutput, String, int) - Static method in class org.apache.lucene.codecs.CodecUtil
Writes a codec header, which records both a string to identify the file and a version number.
writeIndexHeader(IndexOutput) - Method in class org.apache.lucene.codecs.BlockTreeTermsWriter
Writes the index file header.
writeIndexTrailer(IndexOutput, long) - Method in class org.apache.lucene.codecs.BlockTreeTermsWriter
Writes the index file trailer.
writeInt(int) - Method in class org.apache.lucene.store.DataOutput
Writes an int as four bytes.
writeInt(int) - Method in class org.apache.lucene.util.IntBlockPool.SliceWriter
Writes the given value into the slice and resizes the slice if needed
writeLiveDocs(MutableBits, Directory, SegmentCommitInfo, int, IOContext) - Method in class org.apache.lucene.codecs.LiveDocsFormat
Persist live docs bits.
writeLiveDocs(MutableBits, Directory, SegmentCommitInfo, int, IOContext) - Method in class org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat
 
writeLiveDocs(MutableBits, Directory, SegmentCommitInfo, int, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
writeLockTimeout - Variable in class org.apache.lucene.index.LiveIndexWriterConfig
Timeout when trying to obtain the write lock on init.
writeLong(long) - Method in class org.apache.lucene.store.DataOutput
Writes a long as eight bytes.
writeLong(long, int) - Method in class org.apache.lucene.util.packed.PackedDataOutput
Write a value using exactly bitsPerValue bits.
writer - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
IndexWriter that owns this instance.
writer - Variable in class org.apache.lucene.index.MergePolicy
IndexWriter that contains this instance.
writeSegmentsGen(Directory, long) - Static method in class org.apache.lucene.index.SegmentInfos
A utility for writing the IndexFileNames.SEGMENTS_GEN file to a Directory.
writeSegmentsGen(String, Directory) - Static method in class org.apache.lucene.replicator.IndexReplicationHandler
Writes IndexFileNames.SEGMENTS_GEN file to the directory, reading the generation from the given segmentsFile.
writeShort(short) - Method in class org.apache.lucene.store.DataOutput
Writes a short as two bytes.
writeSkip(IndexOutput) - Method in class org.apache.lucene.codecs.MultiLevelSkipListWriter
Writes the buffered skip lists to the given output.
writeSkipData(int, IndexOutput) - Method in class org.apache.lucene.codecs.MultiLevelSkipListWriter
Subclasses must implement the actual skip data encoding in this method.
writeString(String) - Method in class org.apache.lucene.store.DataOutput
Writes a string.
writeStringSet(Set<String>) - Method in class org.apache.lucene.store.DataOutput
Writes a String set.
writeStringStringMap(Map<String, String>) - Method in class org.apache.lucene.store.DataOutput
Writes a String map.
writeTo(DataOutput) - Method in class org.apache.lucene.store.RAMOutputStream
Copy the current contents of this buffer to the named output.
writeTo(byte[], int) - Method in class org.apache.lucene.store.RAMOutputStream
Copy the current contents of this buffer to output byte array
writeTrailer(IndexOutput, long) - Method in class org.apache.lucene.codecs.BlockTreeTermsWriter
Writes the terms file trailer.
writeVInt(int) - Method in class org.apache.lucene.store.DataOutput
Writes an int in a variable-length format.
writeVLong(long) - Method in class org.apache.lucene.store.DataOutput
Writes an long in a variable-length format.

X

XOR - Static variable in class org.apache.lucene.queries.ChainedFilter
 
xor(FixedBitSet) - Method in class org.apache.lucene.util.FixedBitSet
this = this XOR other
xor(DocIdSetIterator) - Method in class org.apache.lucene.util.FixedBitSet
Does in-place XOR of the bits provided by the iterator.
xor(LongBitSet) - Method in class org.apache.lucene.util.LongBitSet
this = this XOR other
xor(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
this = this XOR other
xorCount(OpenBitSet, OpenBitSet) - Static method in class org.apache.lucene.util.OpenBitSet
Returns the popcount or cardinality of the exclusive-or of the two sets.

Y

YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
YEH_BARREE - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
YES - Static variable in class org.apache.lucene.index.SegmentInfo
Used by some member fields to mean present (e.g., norms, deletions).
yybegin(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Enters a new lexical state
yychar() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
yychar() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
Returns the current position.
yychar() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
 
yychar() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
yychar() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
 
yychar() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
yychar() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
yychar() - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
 
yychar() - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
 
yychar() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
yycharat(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Returns the character at position pos from the matched text.
yyclose() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Closes the input stream.
yyclose() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Closes the input stream.
YYEOF - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
This character denotes the end of file
YYEOF - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
This character denotes the end of file
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
lexical states
YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
lexical states
yylength() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Returns the length of the matched text region.
yylength() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Returns the length of the matched text region.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Resets the scanner to read from a new input stream.
yystate() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Returns the current lexical state.
yytext() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Returns the text matched by the current regular expression.

_

_DISTOP_NUM - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
_ESCAPED_CHAR - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
_ESCAPED_CHAR - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_innerIter - Variable in class org.apache.lucene.search.FilteredDocIdSetIterator
 
_NUM_CHAR - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
_NUM_CHAR - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_NUM_CHAR - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
_ONE_CHAR - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
_QUOTED_CHAR - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
_QUOTED_CHAR - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_STAR - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
_TERM_START_CHAR - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
_TERM_START_CHAR - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryparser.classic.QueryParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryparser.surround.parser.QueryParserConstants
RegularExpression Id.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.