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.spatial.geometry.shape.LineSegment
 
abort() - Method in class org.apache.lucene.index.IndexWriter
Deprecated. Please use IndexWriter.rollback() instead.
abort() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
AbstractAllTermDocs - Class in org.apache.lucene.index
Base class for enumerating all but deleted docs.
AbstractAllTermDocs(int) - Constructor for class org.apache.lucene.index.AbstractAllTermDocs
 
AbstractEncoder - Class in org.apache.lucene.analysis.payloads
Base class for payload encoders.
AbstractEncoder() - Constructor for class org.apache.lucene.analysis.payloads.AbstractEncoder
 
AbstractField - Class in org.apache.lucene.document
 
AbstractField() - Constructor for class org.apache.lucene.document.AbstractField
 
AbstractField(String, Field.Store, Field.Index, Field.TermVector) - Constructor for class org.apache.lucene.document.AbstractField
 
AbstractQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Abstract base query maker.
AbstractQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter.SinkFilter
Returns true, iff the current state of the passed-in AttributeSource shall be stored in the sink.
accept(String) - Method in interface org.apache.lucene.document.FieldSelector
 
accept(String) - Method in class org.apache.lucene.document.LoadFirstFieldSelector
 
accept(String) - Method in class org.apache.lucene.document.MapFieldSelector
Load field according to its associated value in fieldSelections
accept(String) - Method in class org.apache.lucene.document.SetBasedFieldSelector
Indicate whether to load the field with the given name or not.
accept(File, String) - Method in class org.apache.lucene.index.IndexFileNameFilter
 
accept(IndexReader, int, String, TermVectorMapper) - Method in class org.apache.lucene.index.TermVectorAccessor
Visits the TermVectorMapper and populates it with terms available for a given document, either via a vector created at index time or by resolving them from the inverted index.
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.HitCollectorWrapper
Deprecated.  
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
 
acquireWriteLock() - Method in class org.apache.lucene.index.IndexReader
Does nothing by default.
ACRONYM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
ACRONYM_DEP - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. this solves a bug where HOSTs that end with '.' are identified as ACRONYMs. It is deprecated and will be removed in the next release.
ACRONYM_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
actualEnum - Variable in class org.apache.lucene.search.FilteredTermEnum
the delegate enum - to set this member use FilteredTermEnum.setEnum(org.apache.lucene.index.TermEnum)
add(CharSequence) - Method in class org.apache.lucene.analysis.CharArraySet
Add this CharSequence into the set
add(String) - Method in class org.apache.lucene.analysis.CharArraySet
Add this String into the set
add(char[]) - Method in class org.apache.lucene.analysis.CharArraySet
Add this char[] directly to the set.
add(Object) - Method in class org.apache.lucene.analysis.CharArraySet
 
add(String, String) - Method in class org.apache.lucene.analysis.NormalizeCharMap
Records a replacement to be applied to the inputs stream.
add(Token) - Method in class org.apache.lucene.analysis.sinks.DateRecognizerSinkTokenizer
Deprecated.  
add(Token) - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkTokenizer
Deprecated.  
add(Token) - Method in class org.apache.lucene.analysis.sinks.TokenTypeSinkTokenizer
Deprecated.  
add(Token) - Method in class org.apache.lucene.analysis.SinkTokenizer
Deprecated. Override this method to cache only certain tokens, or new tokens based on the old tokens.
add(ResourceCollection) - Method in class org.apache.lucene.ant.IndexTask
Add a collection of files to copy.
add(TaskStats) - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
Add data from another stat, for aggregation
add(Fieldable) - Method in class org.apache.lucene.document.Document
Adds a field to a document.
add(MergePolicy.OneMerge) - Method in class org.apache.lucene.index.MergePolicy.MergeSpecification
 
add(IndexReader) - Method in class org.apache.lucene.index.ParallelReader
Add an IndexReader.
add(IndexReader, boolean) - Method in class org.apache.lucene.index.ParallelReader
Add an IndexReader whose stored fields will not be returned.
add(QueryNode) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
add(List<QueryNode>) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
add(QueryNode) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
add(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
add(FilterClause) - Method in class org.apache.lucene.search.BooleanFilter
Adds a new FilterClause to the Boolean Filter container
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) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Add a collection of disjuncts to this disjunction via Iterable
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(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(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
add(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
add(Object) - Method in class org.apache.lucene.util.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.
add_escapes(String) - Method in exception org.apache.lucene.demo.html.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.apache.lucene.queryParser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.apache.lucene.queryParser.precedence.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.apache.lucene.queryParser.surround.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAllLowerCase(Set, Collection) - Static method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
addAnalyzer(String, Analyzer) - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
Defines an analyzer to use for the specified field.
addAttribute(Class) - 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
Adds a custom AttributeImpl instance with one or more Attribute interfaces.
addBox(double) - Method in class org.apache.lucene.spatial.tier.Shape
 
addBuffer(int) - Method in class org.apache.lucene.store.RAMFile
 
addBuilder(String, SpanQueryBuilder) - Method in class org.apache.lucene.xmlparser.builders.SpanQueryBuilderFactory
 
addBuilder(String, FilterBuilder) - Method in class org.apache.lucene.xmlparser.FilterBuilderFactory
 
addBuilder(String, QueryBuilder) - Method in class org.apache.lucene.xmlparser.QueryBuilderFactory
 
addBytes(long) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
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.
addClass(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
addClause(Vector, int, int, Query) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Deprecated. use PrecedenceQueryParser.addClause(List, int, int, Query) instead.
addClause(List, int, int, Query) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
addClause(Vector, int, int, Query) - Method in class org.apache.lucene.queryParser.QueryParser
Deprecated. use QueryParser.addClause(List, int, int, Query) instead.
addClause(List, int, int, Query) - Method in class org.apache.lucene.queryParser.QueryParser
 
addConfig(IndexTask.HandlerConfig) - Method in class org.apache.lucene.ant.IndexTask
Sets custom properties for a configurable document handler.
addData(TimeData) - Method in class org.apache.lucene.benchmark.stats.TestRunData
Add a data point.
addDefaultQueryTemplate(InputStream) - Method in class org.apache.lucene.xmlparser.QueryTemplateManager
 
addDetail(Explanation) - Method in class org.apache.lucene.search.Explanation
Adds a sub-node to this explanation node.
addDoc() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
AddDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
Add a document, optionally with of a certain size.
AddDocTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
addDocument(Document, Analyzer) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Adds a document to this index, using the provided analyzer instead of the one specific in the constructor.
addDocument(Document) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Adds a document to this index.
addDocument(Document) - Method in class org.apache.lucene.index.IndexWriter
Adds a document to this index.
addDocument(Document, 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(Document) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
Adds a document to this index.
addDocument(Document, Analyzer) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
Adds a document to this index, using the provided analyzer instead of the value of InstantiatedIndexWriter.getAnalyzer().
addDocument(InstantiatedDocument, Analyzer) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
Tokenizes a document and adds it to the buffer.
addEscapes(String) - Static method in error org.apache.lucene.demo.html.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.apache.lucene.queryParser.precedence.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.apache.lucene.queryParser.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 espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.apache.lucene.queryParser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addException(String, ArrayList) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Add an exception to the tree.
addException(String, ArrayList) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
Add a hyphenation exception.
addException(String, ArrayList) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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.
addFieldConfigListener(FieldConfigListener) - Method in class org.apache.lucene.queryParser.core.config.QueryConfigHandler
Adds a listener.
addFileset(FileSet) - Method in class org.apache.lucene.ant.IndexTask
Adds a set of files (nested fileset attribute).
addFilterBuilder(String, FilterBuilder) - Method in class org.apache.lucene.xmlparser.CoreParser
 
addIndexes(Directory[]) - Method in class org.apache.lucene.index.IndexWriter
Deprecated. Use IndexWriter.addIndexesNoOptimize(org.apache.lucene.store.Directory[]) instead, then separately call IndexWriter.optimize() afterwards if you need to.
addIndexes(IndexReader[]) - Method in class org.apache.lucene.index.IndexWriter
Merges the provided indexes into this index.
addIndexes(IndexReader[]) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
addIndexesNoOptimize(Directory[]) - Method in class org.apache.lucene.index.IndexWriter
Merges all segments from an array of indexes into this index.
addOffCorrectMap(int, int) - Method in class org.apache.lucene.analysis.BaseCharFilter
 
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.
addPattern(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
addPosition(int, int) - Method in class org.apache.lucene.search.SpanFilterResult.PositionInfo
 
addPositionSpans(List) - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
addProcessor(QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
Adds a processor to the pipeline, it's always added to the end of the pipeline.
addQueryBuilder(String, QueryBuilder) - Method in class org.apache.lucene.xmlparser.CoreParser
 
addQueryTemplate(String, InputStream) - Method in class org.apache.lucene.xmlparser.QueryTemplateManager
 
addRange(String, String) - 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(String, String) - 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.
addResult(int, boolean, long) - Method in class org.apache.lucene.benchmark.quality.QualityStats
Add a (possibly relevant) doc.
addSinkTokenStream(TeeSinkTokenFilter.SinkTokenStream) - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter
Adds a TeeSinkTokenFilter.SinkTokenStream created by another TeeSinkTokenFilter to this one.
addSpanNearQuery(Query) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
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
 
addSpanQueryWeighted(SpanQuery, float) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
addStopWords(IndexReader) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for all fields with terms exceeding the defaultMaxDocFreqPercent
addStopWords(IndexReader, int) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for all fields with terms exceeding the maxDocFreqPercent
addStopWords(IndexReader, float) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for all fields with terms exceeding the maxDocFreqPercent
addStopWords(IndexReader, String, float) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for the given field with terms exceeding the maxPercentDocs
addStopWords(IndexReader, String, int) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for the given field with terms exceeding the maxPercentDocs
addTask(PerfTask) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
addTerm(Term) - Method in class org.apache.lucene.search.TermsFilter
Adds a term to the list of acceptable terms
addTerms(String, String, float, int) - Method in class org.apache.lucene.search.FuzzyLikeThisQuery
Adds user input for "fuzzification"
addTermWeighted(Term, float) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
adjustBeginLineColumn(int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
adjustTop() - Method in class org.apache.lucene.util.PriorityQueue
Deprecated. use PriorityQueue.updateTop() which returns the new top element and saves an additional call to PriorityQueue.top().
adjustTop() - Method in class org.apache.lucene.util.ScorerDocQueue
Should be called when the scorer at top changes doc() value.
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.
advance(int) - Method in class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
 
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.OpenBitSetIterator
 
AfterEquals - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
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
 
Algorithm - Class in org.apache.lucene.benchmark.byTask.utils
Test algorithm, as read from file
Algorithm(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.utils.Algorithm
Read algorithm from file
ALL - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields
ALL - Static variable in class org.apache.lucene.index.SortedTermVectorMapper
Stand-in name for the field in TermVectorEntry.
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.core.nodes.QueryNodeImpl
 
allowedSuffix(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
allowedTruncation(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
AllowLeadingWildcardAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by AllowLeadingWildcardProcessor processor and must be defined in the QueryConfigHandler.
AllowLeadingWildcardAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by AllowLeadingWildcardProcessor processor and must be defined in the QueryConfigHandler.
AllowLeadingWildcardAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
AllowLeadingWildcardProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor verifies if the attribute AllowLeadingWildcardAttribute is defined in the QueryConfigHandler.
AllowLeadingWildcardProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
ALPHANUM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
ALPHANUM_ID - Static variable in class org.apache.lucene.wikipedia.analysis.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
 
Among(String, int, int, String, SnowballProgram) - Constructor for class org.tartarus.snowball.Among
 
ANALYSIS_DATA_DIR - Static variable in class org.apache.lucene.analysis.cn.smart.AnalyzerProfile
Global indicating the configured analysis data directory
analyze(String) - Method in class org.apache.lucene.index.memory.SynonymMap
Analyzes/transforms the given word on input stream loading.
ANALYZED - Static variable in class org.apache.lucene.document.Field.Index
Index the tokens produced by running the field's value through an Analyzer.
ANALYZED_NO_NORMS - Static variable in class org.apache.lucene.document.Field.Index
Expert: Index the tokens produced by running the field's value through an Analyzer, and also separately disable the storing of norms.
Analyzer - Class in org.apache.lucene.analysis
An Analyzer builds TokenStreams, which analyze text.
Analyzer() - Constructor for class org.apache.lucene.analysis.Analyzer
 
analyzer - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
analyzer - Variable in class org.apache.lucene.xmlparser.CoreParser
 
AnalyzerAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
AnalyzerAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
AnalyzerAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
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.standard.processors
This processor verifies if the attribute AnalyzerQueryNodeProcessor is defined in the QueryConfigHandler.
AnalyzerQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
AnalyzerUtil - Class in org.apache.lucene.index.memory
Various fulltext analysis utilities avoiding redundant code in several classes.
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 wild card characters (like *) don't get removed from the search terms.
AnalyzingQueryParser(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
Deprecated. Use AnalyzingQueryParser.AnalyzingQueryParser(Version, String, Analyzer) instead
AnalyzingQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
Constructs a query parser.
AND - Static variable in class org.apache.lucene.misc.ChainedFilter
 
AND - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
AND - Static variable in class org.apache.lucene.queryParser.QueryParser.Operator
 
AND - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
AND - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
AND - Static variable in class org.apache.lucene.queryParser.standard.QueryParserWrapper.Operator
Deprecated.  
AND - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
and(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
 
AND_OPERATOR - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
AND_OPERATOR - Static variable in class org.apache.lucene.queryParser.QueryParser
Alternative form of QueryParser.Operator.AND
AND_OPERATOR - Static variable in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Alternative form of QueryParser.Operator.AND
andExpression(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
ANDNOT - Static variable in class org.apache.lucene.misc.ChainedFilter
 
andNot(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
 
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
 
AndQuery(List, boolean, String) - Constructor for class org.apache.lucene.queryParser.surround.query.AndQuery
 
AndQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.AndQueryNode
 
AnyQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.AnyQueryNode
 
AnyQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
 
AnyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.AnyQueryNodeBuilder
 
anyUnhandledExceptions() - Static method in class org.apache.lucene.index.ConcurrentMergeScheduler
Used for testing
APOSTROPHE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
APOSTROPHE_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
appendRegExpForChar(char, StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
ArabicAnalyzer - Class in org.apache.lucene.analysis.ar
Analyzer for Arabic.
ArabicAnalyzer() - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. Use ArabicAnalyzer.ArabicAnalyzer(Version) instead
ArabicAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the default stop words: ArabicAnalyzer.DEFAULT_STOPWORD_FILE.
ArabicAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. Use ArabicAnalyzer.ArabicAnalyzer(Version, String[]) instead
ArabicAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the given stop words.
ArabicAnalyzer(Hashtable) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. Use ArabicAnalyzer.ArabicAnalyzer(Version, Hashtable) instead
ArabicAnalyzer(Version, Hashtable) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the given stop words.
ArabicAnalyzer(File) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. Use ArabicAnalyzer.ArabicAnalyzer(Version, File) instead
ArabicAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the given stop words.
ArabicLetterTokenizer - Class in org.apache.lucene.analysis.ar
Tokenizer that breaks text into runs of letters and diacritics.
ArabicLetterTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
 
ArabicLetterTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
 
ArabicLetterTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
 
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
 
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
 
ArabicStemmer - Class in org.apache.lucene.analysis.ar
Stemmer for Arabic.
ArabicStemmer() - Constructor for class org.apache.lucene.analysis.ar.ArabicStemmer
 
arcDistance(LatLng) - Method in class org.apache.lucene.spatial.geometry.LatLng
Calculates the distance between two lat/lng's in miles.
arcDistance(LatLng, DistanceUnits) - Method in class org.apache.lucene.spatial.geometry.LatLng
Calculates the distance between two lat/lng's in miles or meters.
area() - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
 
area() - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Return the area
area() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Return the area in units of lat-lng squared.
area() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
ArgEquals - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
ArgName - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
ArgQuote1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
ArgQuote2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
ArgValue() - Method in class org.apache.lucene.demo.html.HTMLParser
 
ArgValue - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
ArrayUtil - Class in org.apache.lucene.util
Methods for manipulating arrays.
ArrayUtil() - Constructor for class org.apache.lucene.util.ArrayUtil
 
ASCIIFoldingFilter - Class in org.apache.lucene.analysis
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.ASCIIFoldingFilter
 
assign_to(StringBuffer) - Method in class org.tartarus.snowball.SnowballProgram
 
assureOpen() - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Throw an IllegalStateException if the index is closed.
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
 
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
 
AUTO - Static variable in class org.apache.lucene.search.SortField
Deprecated. Please specify the exact type, instead. Especially, guessing does not work with the new NumericField type.
average(QualityStats[]) - Static method in class org.apache.lucene.benchmark.quality.QualityStats
Create a QualityStats object that is the average of the input QualityStats objects.
AverageGuessMemoryModel - Class in org.apache.lucene.util
An average, best guess, MemoryModel that should work okay on most systems.
AverageGuessMemoryModel() - Constructor for class org.apache.lucene.util.AverageGuessMemoryModel
 
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
 
avgFree - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
avgTotal - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 

B

B - Variable in class org.apache.lucene.spatial.geometry.shape.LineSegment
 
BACK - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
Get the n-gram from the end of the input
BACK - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
Get the n-gram from the end of the input
backup(int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
backup(int) - Method in interface org.apache.lucene.queryParser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.lucene.queryParser.FastCharStream
 
backup(int) - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
backup(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Retreat.
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
BaseCharFilter - Class in org.apache.lucene.analysis
Base utility class for implementing a CharFilter.
BaseCharFilter(CharStream) - Constructor for class org.apache.lucene.analysis.BaseCharFilter
 
BaseFragmentsBuilder - Class in org.apache.lucene.search.vectorhighlight
 
BaseFragmentsBuilder() - Constructor for class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
BaseFragmentsBuilder(String[], String[]) - 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.
BasicQueryFactory - Class in org.apache.lucene.queryParser.surround.query
 
BasicQueryFactory(int) - Constructor for class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
BasicQueryFactory() - Constructor for class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
begin - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's begin position.
beginColumn - Variable in class org.apache.lucene.demo.html.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.apache.lucene.queryParser.surround.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.apache.lucene.queryParser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.demo.html.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The line number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.queryParser.surround.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.lucene.queryParser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
BeginToken() - Method in interface org.apache.lucene.queryParser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.lucene.queryParser.FastCharStream
 
BeginToken() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
BeginToken() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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
 
Benchmark - Class in org.apache.lucene.benchmark.byTask
Run the benchmark algorithm.
Benchmark(Reader) - Constructor for class org.apache.lucene.benchmark.byTask.Benchmark
 
BenchmarkHighlighter - Class in org.apache.lucene.benchmark.byTask.tasks
 
BenchmarkHighlighter() - Constructor for class org.apache.lucene.benchmark.byTask.tasks.BenchmarkHighlighter
 
bestFit(double) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Find the tier with the best fit for a bounding box Best fit is defined as the ceiling of log2 (circumference of earth / distance) distance is defined as the smallest box fitting the corner between a radius and a bounding box.
binaryLength - Variable in class org.apache.lucene.document.AbstractField
 
binaryOffset - Variable in class org.apache.lucene.document.AbstractField
 
binarySearch(String[], String) - Static method in class org.apache.lucene.search.FieldComparator
 
binarySearch(String[], String, int, int) - Static method in class org.apache.lucene.search.FieldComparator
 
binarySearchAssociatedDocuments(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
binarySearchAssociatedDocuments(int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
binarySearchAssociatedDocuments(int, int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
binarySearchLookup(String) - Method in class org.apache.lucene.search.FieldCache.StringIndex
 
binaryValue() - Method in class org.apache.lucene.document.Field
Deprecated. This method must allocate a new byte[] if the AbstractField.getBinaryOffset() is non-zero or AbstractField.getBinaryLength() is not the full length of the byte[]. Please use AbstractField.getBinaryValue() instead, which simply returns the byte[].
binaryValue() - Method in interface org.apache.lucene.document.Fieldable
The value of the field in Binary, or null.
binaryValue() - Method in class org.apache.lucene.document.NumericField
Returns always null for numeric fields
bitlist - Static variable in class org.apache.lucene.util.OpenBitSetIterator
 
bits(IndexReader) - Method in class org.apache.lucene.search.CachingSpanFilter
Deprecated. Use CachingSpanFilter.getDocIdSet(IndexReader) instead.
bits(IndexReader) - Method in class org.apache.lucene.search.CachingWrapperFilter
Deprecated. Use CachingWrapperFilter.getDocIdSet(IndexReader) instead.
bits(IndexReader) - Method in class org.apache.lucene.search.Filter
Deprecated. Use Filter.getDocIdSet(IndexReader) instead.
bits(IndexReader) - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
Deprecated. Use MultiTermQueryWrapperFilter.getDocIdSet(IndexReader) instead.
bits(IndexReader) - Method in class org.apache.lucene.search.QueryWrapperFilter
Deprecated. Use QueryWrapperFilter.getDocIdSet(IndexReader) instead.
bits(IndexReader) - Method in class org.apache.lucene.search.RemoteCachingWrapperFilter
Deprecated. Use RemoteCachingWrapperFilter.getDocIdSet(IndexReader) instead.
bits(IndexReader) - Method in class org.apache.lucene.search.TermsFilter
 
bits - Variable in class org.apache.lucene.util.OpenBitSet
 
bits2words(long) - Static method in class org.apache.lucene.util.OpenBitSet
returns the number of 64 bit words it would take to hold numBits
bitSpans(IndexReader) - Method in class org.apache.lucene.search.CachingSpanFilter
 
bitSpans(IndexReader) - Method in class org.apache.lucene.search.SpanFilter
Returns a SpanFilterResult with true for documents which should be permitted in search results, and false for those that should not and Spans for where the true docs match.
bitSpans(IndexReader) - Method in class org.apache.lucene.search.SpanQueryFilter
 
BitUtil - Class in org.apache.lucene.util
A variety of high efficiency bit twiddling routines.
BitUtil() - Constructor for class org.apache.lucene.util.BitUtil
 
BitVector - Class in org.apache.lucene.util
Optimized implementation of a vector of bits.
BitVector(int) - Constructor for class org.apache.lucene.util.BitVector
Constructs a vector capable of holding n bits.
BitVector(Directory, String) - Constructor for class org.apache.lucene.util.BitVector
Constructs a bit vector from the file name in Directory d, as written by the BitVector.write(org.apache.lucene.store.Directory, java.lang.String) method.
Block - Class in org.apache.lucene.store.db
 
Block(File) - Constructor for class org.apache.lucene.store.db.Block
 
block - Variable in class org.apache.lucene.store.db.DbIndexInput
 
block - Variable in class org.apache.lucene.store.db.DbIndexOutput
 
Block - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
Block(File) - Constructor for class org.apache.lucene.store.je.Block
 
block - Variable in class org.apache.lucene.store.je.JEIndexInput
 
block - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
BLOCK_LEN - Static variable in class org.apache.lucene.store.db.DbIndexOutput
 
BLOCK_LEN - Static variable in class org.apache.lucene.store.je.JEIndexOutput
 
BLOCK_MASK - Static variable in class org.apache.lucene.store.db.DbIndexOutput
 
BLOCK_MASK - Static variable in class org.apache.lucene.store.je.JEIndexOutput
 
BLOCK_SHIFT - Static variable in class org.apache.lucene.store.db.DbIndexOutput
The size of data blocks, currently 16k (2^14), is determined by this constant.
BLOCK_SHIFT - Static variable in class org.apache.lucene.store.je.JEIndexOutput
The size of data blocks, currently 16k (2^14), is determined by this constant.
BLOCK_SIZE - Static variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
blocks - Variable in class org.apache.lucene.store.db.DbDirectory
 
blocks - Variable in class org.apache.lucene.store.je.JEDirectory
 
BODY_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
bodyIndexVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
BOLD - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
BOLD_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
BOLD_ITALICS - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
BOLD_ITALICS_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
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 - Class in org.apache.lucene.search
Specifies how clauses are to occur in matching documents.
BooleanFilter - Class in org.apache.lucene.search
A container Filter that allows Boolean composition of Filters.
BooleanFilter() - Constructor for class org.apache.lucene.search.BooleanFilter
 
BooleanFilterBuilder - Class in org.apache.lucene.xmlparser.builders
 
BooleanFilterBuilder(FilterBuilder) - Constructor for class org.apache.lucene.xmlparser.builders.BooleanFilterBuilder
 
BooleanModifierNode - Class in org.apache.lucene.queryParser.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.standard.nodes.BooleanModifierNode
 
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(Searcher) - 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
 
BooleanQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
BooleanQueryBuilder(QueryBuilder) - Constructor for class org.apache.lucene.xmlparser.builders.BooleanQueryBuilder
 
BooleanQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.BooleanQueryNode
 
BooleanQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a BooleanQuery object from a BooleanQueryNode object.
BooleanQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.BooleanQueryNodeBuilder
 
BOOLEANS - Static variable in class org.apache.lucene.benchmark.Constants
 
BooleanSingleChildOptimizationQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor removes every BooleanQueryNode that contains only one child and returns this child.
BooleanSingleChildOptimizationQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
boost - Variable in class org.apache.lucene.document.AbstractField
 
Boost - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
Boost - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
Lexical state.
Boost - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
Boost - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
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.queryParser.standard.config
This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig.
BoostAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig.
BoostAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
BoostingQuery - Class in org.apache.lucene.search
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.search.BoostingQuery
 
BoostingQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
BoostingQueryBuilder(QueryBuilder) - Constructor for class org.apache.lucene.xmlparser.builders.BoostingQueryBuilder
 
BoostingTermBuilder - Class in org.apache.lucene.xmlparser.builders
 
BoostingTermBuilder() - Constructor for class org.apache.lucene.xmlparser.builders.BoostingTermBuilder
 
BoostingTermQuery - Class in org.apache.lucene.search.payloads
Deprecated. See PayloadTermQuery
BoostingTermQuery(Term) - Constructor for class org.apache.lucene.search.payloads.BoostingTermQuery
Deprecated.  
BoostingTermQuery(Term, boolean) - Constructor for class org.apache.lucene.search.payloads.BoostingTermQuery
Deprecated.  
BoostingTermQuery.BoostingTermWeight - Class in org.apache.lucene.search.payloads
Deprecated.  
BoostingTermQuery.BoostingTermWeight(BoostingTermQuery, Searcher) - Constructor for class org.apache.lucene.search.payloads.BoostingTermQuery.BoostingTermWeight
Deprecated.  
BoostQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A BoostQueryNode boosts the QueryNode tree which is under this node.
BoostQueryNode(QueryNode, float) - Constructor for class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
Constructs a boost node
BoostQueryNodeBuilder - Class in org.apache.lucene.queryParser.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.standard.builders.BoostQueryNodeBuilder
 
BoostQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor iterates the query node tree looking for every FieldableNode that has the attribute BoostAttribute in its config.
BoostQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
boosts - Variable in class org.apache.lucene.queryParser.MultiFieldQueryParser
 
BOTH - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Output the both the untokenized token and the splits
bra - Variable in class org.tartarus.snowball.SnowballProgram
 
BRAZILIAN_STOP_WORDS - Static variable in class org.apache.lucene.analysis.br.BrazilianAnalyzer
List of typical Brazilian Portuguese stopwords.
BrazilianAnalyzer - Class in org.apache.lucene.analysis.br
Analyzer for Brazilian Portuguese language.
BrazilianAnalyzer() - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. Use BrazilianAnalyzer.BrazilianAnalyzer(Version) instead
BrazilianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the default stop words (BrazilianAnalyzer.BRAZILIAN_STOP_WORDS).
BrazilianAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. Use BrazilianAnalyzer.BrazilianAnalyzer(Version, String[]) instead
BrazilianAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words.
BrazilianAnalyzer(Map) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. Use BrazilianAnalyzer.BrazilianAnalyzer(Version, Map) instead
BrazilianAnalyzer(Version, Map) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words.
BrazilianAnalyzer(File) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. Use BrazilianAnalyzer.BrazilianAnalyzer(Version, File) instead
BrazilianAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words.
BrazilianStemFilter - Class in org.apache.lucene.analysis.br
A TokenFilter that applies BrazilianStemmer.
BrazilianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilter
 
BrazilianStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilter
 
BrazilianStemmer - Class in org.apache.lucene.analysis.br
A stemmer for Brazilian Portuguese words.
BrazilianStemmer() - Constructor for class org.apache.lucene.analysis.br.BrazilianStemmer
 
BUF_SIZE_INT - Static variable in class org.apache.lucene.util.NumericUtils
Expert: The maximum term length (used for char[] buffer size) for encoding int values.
BUF_SIZE_LONG - Static variable in class org.apache.lucene.util.NumericUtils
Expert: The maximum term length (used for char[] buffer size) for encoding long values.
bufcolumn - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
bufcolumn - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
buffer - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
buffer - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
buffer - Variable in class org.apache.lucene.store.BufferedIndexInput
 
BUFFER_SIZE - Static variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
BUFFER_SIZE - Static variable in class org.apache.lucene.store.BufferedIndexInput
Default buffer size
BufferedIndexInput - Class in org.apache.lucene.store
Base implementation class for buffered IndexInput.
BufferedIndexInput() - Constructor for class org.apache.lucene.store.BufferedIndexInput
 
BufferedIndexInput(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
 
buffers - Variable in class org.apache.lucene.store.RAMFile
 
bufline - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
bufline - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
bufpos - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
bufpos - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Position in buffer.
build(QueryNode) - Method in interface org.apache.lucene.queryParser.core.builders.QueryBuilder
Builds some kind of object from a query tree.
build(QueryNode) - Method in class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
Builds some kind of object from a query tree.
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.AnyQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.BooleanQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.BoostQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.FieldQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.FuzzyQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.GroupQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.MatchAllDocsQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.MatchNoDocsQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.ModifierQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.MultiPhraseQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.PhraseQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.PrefixWildcardQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.RangeQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.SlopQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.StandardBooleanQueryNodeBuilder
 
build(QueryNode) - Method in interface org.apache.lucene.queryParser.standard.builders.StandardQueryBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.StandardQueryTreeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.WildcardQueryNodeBuilder
 
buildFieldConfig(FieldConfig) - Method in interface org.apache.lucene.queryParser.core.config.FieldConfigListener
This method is called ever time a field configuration is requested.
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapFCListener
 
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionFCListener
 
BYTE - Static variable in class org.apache.lucene.search.function.FieldScoreQuery.Type
field values are interpreted as numeric byte values.
BYTE - Static variable in class org.apache.lucene.search.SortField
Sort using term values as encoded Bytes.
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)
byteAt(int) - Method in class org.apache.lucene.index.Payload
Returns the byte at the given index.
ByteFieldSource - Class in org.apache.lucene.search.function
Expert: obtains single byte field values from the FieldCache using getBytes() and makes those values available as other numeric types, casting as needed.
ByteFieldSource(String) - Constructor for class org.apache.lucene.search.function.ByteFieldSource
Create a cached byte field source with default string-to-byte parser.
ByteFieldSource(String, FieldCache.ByteParser) - Constructor for class org.apache.lucene.search.function.ByteFieldSource
Create a cached byte field source with a specific string-to-byte parser.
BYTES_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
bytesDifference(byte[], int, byte[], int) - Static method in class org.apache.lucene.util.StringHelper
Compares two byte[] arrays, element by element, and returns the number of elements common to both arrays.
byteToFloat(byte, int, int) - Static method in class org.apache.lucene.util.SmallFloat
Converts an 8 bit float to a 32 bit float.
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.search.CachingWrapperFilter
 
cache - Variable in class org.apache.lucene.search.FilterManager
The cache itself
Cache - Class in org.apache.lucene.util.cache
Base class for cache implementations.
Cache() - Constructor for class org.apache.lucene.util.cache.Cache
 
cacheCleanSize - Variable in class org.apache.lucene.search.FilterManager
Maximum allowed cache size
cachedFieldSourceEquals(FieldCacheSource) - Method in class org.apache.lucene.search.function.ByteFieldSource
 
cachedFieldSourceEquals(FieldCacheSource) - Method in class org.apache.lucene.search.function.FieldCacheSource
Check if equals to another FieldCacheSource, already knowing that cache and field are equal.
cachedFieldSourceEquals(FieldCacheSource) - Method in class org.apache.lucene.search.function.FloatFieldSource
 
cachedFieldSourceEquals(FieldCacheSource) - Method in class org.apache.lucene.search.function.IntFieldSource
 
cachedFieldSourceEquals(FieldCacheSource) - Method in class org.apache.lucene.search.function.ShortFieldSource
 
cachedFieldSourceHashCode() - Method in class org.apache.lucene.search.function.ByteFieldSource
 
cachedFieldSourceHashCode() - Method in class org.apache.lucene.search.function.FieldCacheSource
Return a hash code of a FieldCacheSource, without the hash-codes of the field and the cache (those are taken care of elsewhere).
cachedFieldSourceHashCode() - Method in class org.apache.lucene.search.function.FloatFieldSource
 
cachedFieldSourceHashCode() - Method in class org.apache.lucene.search.function.IntFieldSource
 
cachedFieldSourceHashCode() - Method in class org.apache.lucene.search.function.ShortFieldSource
 
CachedFilterBuilder - Class in org.apache.lucene.xmlparser.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.xmlparser.builders.CachedFilterBuilder
 
CachingSpanFilter - Class in org.apache.lucene.search
Wraps another SpanFilter's result and caches it.
CachingSpanFilter(SpanFilter) - Constructor for class org.apache.lucene.search.CachingSpanFilter
New deletions always result in a cache miss, by default (CachingWrapperFilter.DeletesMode.RECACHE.
CachingSpanFilter(SpanFilter, CachingWrapperFilter.DeletesMode) - Constructor for class org.apache.lucene.search.CachingSpanFilter
 
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
 
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
New deletes are ignored by default, which gives higher cache hit rate on reopened readers.
CachingWrapperFilter(Filter, CachingWrapperFilter.DeletesMode) - Constructor for class org.apache.lucene.search.CachingWrapperFilter
Expert: by default, the cached filter will be shared across reopened segments that only had changes to their deletions.
CachingWrapperFilter.DeletesMode - Class in org.apache.lucene.search
Expert: Specifies how new deletions against a reopened reader should be handled.
calculateMidpoint(LatLng) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
calculateMidpoint(LatLng) - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
calculateMidpoint(LatLng) - Method in class org.apache.lucene.spatial.geometry.LatLng
Calculate the midpoint between this point an another.
calculateShingleWeight(Token, List, int, List, List) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Evaluates the new shingle token weight.
calibrateSizeByDeletes - Variable in class org.apache.lucene.index.LogMergePolicy
 
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.util.OpenBitSet
Returns the current capacity in bits (1 greater than the index of the last bit)
captureState() - Method in class org.apache.lucene.util.AttributeSource
Captures the state of all Attributes.
CARAT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
CARAT - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
CARAT - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
CARAT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
cardinality() - Method in class org.apache.lucene.util.OpenBitSet
 
CartesianPoint - Class in org.apache.lucene.spatial.geometry
Represents lat/lngs as fixed point numbers translated so that all world coordinates are in the first quadrant.
CartesianPoint(int, int) - Constructor for class org.apache.lucene.spatial.geometry.CartesianPoint
 
CartesianPolyFilterBuilder - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
CartesianPolyFilterBuilder(String) - Constructor for class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
 
CartesianShapeFilter - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
CartesianTierPlotter - Class in org.apache.lucene.spatial.tier.projections
NOTE: This API is still in flux and might change in incompatible ways in the next release.
CartesianTierPlotter(int, IProjector, String) - Constructor for class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
 
CATEGORY - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
CATEGORY_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
centroid() - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
 
centroid() - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Return the centroid
centroid() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
ChainedFilter - Class in org.apache.lucene.misc
Allows multiple Filters to be chained.
ChainedFilter(Filter[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
ChainedFilter(Filter[], int[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
ChainedFilter(Filter[], int) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
characters(char[], int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
charArray - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
Character array containing token text
CharArraySet - Class in org.apache.lucene.analysis
A simple class that stores Strings as char[]'s in a hash table.
CharArraySet(int, boolean) - Constructor for class org.apache.lucene.analysis.CharArraySet
Create set with enough capacity to hold startSize terms
CharArraySet(Collection, boolean) - Constructor for class org.apache.lucene.analysis.CharArraySet
Create set from a Collection of char[] or String
CharArraySet.CharArraySetIterator - Class in org.apache.lucene.analysis
The Iterator for this set.
charAt(int) - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
CharFilter - Class in org.apache.lucene.analysis
Subclasses of CharFilter can be chained to filter CharStream.
CharFilter(CharStream) - Constructor for class org.apache.lucene.analysis.CharFilter
 
CharReader - Class in org.apache.lucene.analysis
CharReader is a Reader wrapper.
charset - Variable in class org.apache.lucene.analysis.payloads.IdentityEncoder
 
charsetName - Variable in class org.apache.lucene.analysis.payloads.IdentityEncoder
 
CharStream - Class in org.apache.lucene.analysis
CharStream adds CharStream.correctOffset(int) functionality over Reader.
CharStream() - Constructor for class org.apache.lucene.analysis.CharStream
 
CharStream - Interface in org.apache.lucene.queryParser
This interface describes a character stream that maintains line and column number positions of the characters.
CharStream - Interface in org.apache.lucene.queryParser.precedence
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.
CharTokenizer - Class in org.apache.lucene.analysis
An abstract base class for simple, character-oriented tokenizers.
CharTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.CharTokenizer
 
CharTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.CharTokenizer
 
CharTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.CharTokenizer
 
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(Directory, boolean) - Static method in class org.apache.lucene.index.CheckIndex
Deprecated. Please instantiate a CheckIndex and then use CheckIndex.checkIndex() instead
check(Directory, boolean, List) - Static method in class org.apache.lucene.index.CheckIndex
Deprecated. Please instantiate a CheckIndex and then use CheckIndex.checkIndex(List) instead
check(FieldCache.CacheEntry[]) - Method in class org.apache.lucene.util.FieldCacheSanityChecker
Tests a CacheEntry[] for indication of "insane" cache usage.
checkDistanceSubQueries(DistanceQuery, String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
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) - 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() - Constructor for class org.apache.lucene.index.CheckIndex.Status
 
CheckIndex.Status.FieldNormStatus - Class in org.apache.lucene.index
Status from testing field norms.
CheckIndex.Status.FieldNormStatus() - Constructor for class org.apache.lucene.index.CheckIndex.Status.FieldNormStatus
 
CheckIndex.Status.SegmentInfoStatus - Class in org.apache.lucene.index
Holds the status of each segment in the index.
CheckIndex.Status.SegmentInfoStatus() - Constructor for class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
 
CheckIndex.Status.StoredFieldStatus - Class in org.apache.lucene.index
Status from testing stored fields.
CheckIndex.Status.StoredFieldStatus() - Constructor for class org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus
 
CheckIndex.Status.TermIndexStatus - Class in org.apache.lucene.index
Status from testing term index.
CheckIndex.Status.TermIndexStatus() - Constructor for class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
 
CheckIndex.Status.TermVectorStatus - Class in org.apache.lucene.index
Status from testing stored fields.
CheckIndex.Status.TermVectorStatus() - Constructor for class org.apache.lucene.index.CheckIndex.Status.TermVectorStatus
 
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 CacheEntry[]
ChecksumIndexInput - Class in org.apache.lucene.store
Writes bytes through to a primary IndexOutput, computing checksum as it goes.
ChecksumIndexInput(IndexInput) - Constructor for class org.apache.lucene.store.ChecksumIndexInput
 
ChecksumIndexOutput - Class in org.apache.lucene.store
Writes bytes through to a primary IndexOutput, computing checksum.
ChecksumIndexOutput(IndexOutput) - Constructor for class org.apache.lucene.store.ChecksumIndexOutput
 
CHINESE_WORD - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
Chinese Word
ChineseAnalyzer - Class in org.apache.lucene.analysis.cn
An Analyzer that tokenizes text with ChineseTokenizer and filters with ChineseFilter
ChineseAnalyzer() - Constructor for class org.apache.lucene.analysis.cn.ChineseAnalyzer
 
ChineseFilter - Class in org.apache.lucene.analysis.cn
A TokenFilter with a stop word table.
ChineseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cn.ChineseFilter
 
ChineseTokenizer - Class in org.apache.lucene.analysis.cn
Tokenize Chinese text as individual chinese characters.
ChineseTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
 
ChineseTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
 
ChineseTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
 
chunkSize - Variable in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
CITATION - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
CITATION_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
CJ - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
CJ_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
CJKAnalyzer - Class in org.apache.lucene.analysis.cjk
An Analyzer that tokenizes text with CJKTokenizer and filters with StopFilter
CJKAnalyzer() - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Deprecated. Use CJKAnalyzer.CJKAnalyzer(Version) instead
CJKAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Builds an analyzer which removes words in CJKAnalyzer.STOP_WORDS.
CJKAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Deprecated. Use CJKAnalyzer.CJKAnalyzer(Version, String[]) instead
CJKAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Builds an analyzer which removes words in the provided array.
CJKTokenizer - Class in org.apache.lucene.analysis.cjk
CJKTokenizer is designed for Chinese, Japanese, and Korean languages.
CJKTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
Construct a token stream processing the given input.
CJKTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
 
CJKTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
 
classmap - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
This map stores the character classes
Clause(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
Clause(String) - Method in class org.apache.lucene.queryParser.QueryParser
 
Clause(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
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.
cleanSleepTime - Variable in class org.apache.lucene.search.FilterManager
Cache cleaning frequency
cleanUp() - Method in class org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
 
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.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.FlagsAttributeImpl
 
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.TermAttributeImpl
 
clear() - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
clear() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
clear() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
clear() - Method in class org.apache.lucene.util.AttributeImpl
Clears the values in this AttributeImpl and resets it to its default value.
clear(int) - Method in class org.apache.lucene.util.BitVector
Sets the value of bit to zero.
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.PriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.apache.lucene.util.ScorerDocQueue
Removes all entries from the ScorerDocQueue.
clearAttributes() - Method in class org.apache.lucene.util.AttributeSource
Resets all Attributes in this AttributeSource by calling AttributeImpl.clear() on each Attribute implementation.
clearData() - Method in class org.apache.lucene.benchmark.byTask.stats.Points
Clear all data, prepare for more tests.
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.Directory
Attempt to clear (forcefully unlock and remove) the specified lock.
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.SimpleFSLockFactory
 
clearLock(String) - Method in class org.apache.lucene.store.SingleInstanceLockFactory
 
clearLock(String) - Method in class org.apache.lucene.store.VerifyingLockFactory
 
ClearStatsTask - Class in org.apache.lucene.benchmark.byTask.tasks
Clear statistics data.
ClearStatsTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ClearStatsTask
 
clearTotalNumberOfTerms() - Method in class org.apache.lucene.search.MultiTermQuery
Expert: Resets the counting of unique terms.
clearTotalNumberOfTerms() - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
Expert: Resets the counting of unique terms.
clearUnhandledExceptions() - Static method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
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.PayloadAttributeImpl
 
clone() - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
 
clone() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
clone() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
clone() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
clone() - Method in class org.apache.lucene.benchmark.stats.TestData
 
clone() - Method in class org.apache.lucene.benchmark.stats.TimeData
 
clone() - Method in class org.apache.lucene.index.IndexReader
Efficiently clones the IndexReader (sharing most internal state).
clone(boolean) - Method in class org.apache.lucene.index.IndexReader
Clones the IndexReader and optionally changes readOnly.
clone() - Method in class org.apache.lucene.index.MultiReader
Clones the subreaders.
clone() - Method in class org.apache.lucene.index.ParallelReader
 
clone() - Method in class org.apache.lucene.index.Payload
Clones this payload by creating a copy of the underlying byte array.
clone() - Method in class org.apache.lucene.index.SegmentInfo
 
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.SegmentReader
 
clone(boolean) - Method in class org.apache.lucene.index.SegmentReader
 
clone() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
clone() - Method in class org.apache.lucene.queryParser.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.function.CustomScoreQuery
 
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.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.store.BufferedIndexInput
 
clone() - Method in class org.apache.lucene.store.db.DbIndexInput
 
clone() - Method in class org.apache.lucene.store.IndexInput
Returns a clone of this stream.
clone() - Method in class org.apache.lucene.store.je.JEIndexInput
 
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.BitVector
 
clone() - Method in class org.apache.lucene.util.OpenBitSet
 
cloneAttributes() - Method in class org.apache.lucene.util.AttributeSource
Performs a clone of all AttributeImpl instances returned in a new AttributeSource instance.
cloneDeletedDocs(BitVector) - Method in class org.apache.lucene.index.SegmentReader
Clones the deleteDocs BitVector.
cloneNormBytes(byte[]) - Method in class org.apache.lucene.index.SegmentReader
Clones the norm bytes.
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
cloneTree() - Method in interface org.apache.lucene.queryParser.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.core.nodes.QueryNodeImpl
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.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
 
close() - Method in class org.apache.lucene.analysis.CharReader
 
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.SinkTokenizer
Deprecated.  
close() - Method in class org.apache.lucene.analysis.TokenFilter
Close the input TokenStream.
close() - Method in class org.apache.lucene.analysis.Tokenizer
By default, closes the input Reader.
close() - Method in class org.apache.lucene.analysis.TokenStream
Releases resources associated with this stream.
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Called when reading from this content source is no longer required.
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Closes the DocMaker.
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
close() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
close() - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
close() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
close() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
close() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
 
close() - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Close this index, writing all pending changes to disk.
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 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.MultipleTermPositions
 
close() - Method in class org.apache.lucene.index.SerialMergeScheduler
 
close() - Method in interface org.apache.lucene.index.TermDocs
Frees associated resources.
close() - Method in class org.apache.lucene.index.TermEnum
Closes the enumeration to further activity, freeing resources.
close() - Method in class org.apache.lucene.search.FilteredTermEnum
Closes the enumeration to further activity, freeing resources.
close() - Method in class org.apache.lucene.search.FuzzyTermEnum
 
close() - Method in class org.apache.lucene.search.IndexSearcher
Note that the underlying IndexReader is not closed, if IndexSearcher was constructed with IndexSearcher(IndexReader r).
close() - Method in class org.apache.lucene.search.MultiSearcher
 
close() - Method in class org.apache.lucene.search.regex.RegexTermEnum
 
close() - Method in class org.apache.lucene.search.RemoteSearchable
 
close() - Method in interface org.apache.lucene.search.Searchable
Frees resources associated with this Searcher.
close() - Method in class org.apache.lucene.search.Searcher
 
close() - Method in class org.apache.lucene.search.spell.SpellChecker
Close the IndexSearcher used by this SpellChecker
close() - Method in class org.apache.lucene.store.BufferedIndexOutput
Closes this stream to further operations.
close() - Method in class org.apache.lucene.store.ChecksumIndexInput
 
close() - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
close() - Method in class org.apache.lucene.store.db.DbDirectory
 
close() - Method in class org.apache.lucene.store.db.DbIndexInput
 
close() - Method in class org.apache.lucene.store.db.DbIndexOutput
 
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.FSDirectory
Closes the store to future operations.
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.instantiated.InstantiatedIndex
 
close() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
Flushes all changes to an index and closes all associated files.
close() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
Does nothing
close() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermEnum
Closes the enumeration to further activity, freeing resources.
close() - Method in class org.apache.lucene.store.je.JEDirectory
 
close() - Method in class org.apache.lucene.store.je.JEIndexInput
 
close() - Method in class org.apache.lucene.store.je.JEIndexOutput
 
close() - Method in class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
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.RAMOutputStream
 
close() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
close() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor
 
close() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexOutput
 
close() - Method in class org.apache.lucene.util.cache.Cache
Closes the cache.
close() - Method in class org.apache.lucene.util.cache.SimpleMapCache
 
close() - Method in class org.apache.lucene.util.CloseableThreadLocal
 
CloseableThreadLocal - 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
 
closeDir - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
CloseIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Close index writer.
CloseIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
 
CloseQuote1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
CloseQuote2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
CloseReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Close index reader.
CloseReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CloseReaderTask
 
CollationKeyAnalyzer - Class in org.apache.lucene.collation
Filters KeywordTokenizer with CollationKeyFilter.
CollationKeyAnalyzer(Collator) - Constructor for class org.apache.lucene.collation.CollationKeyAnalyzer
 
CollationKeyFilter - Class in org.apache.lucene.collation
Converts each token into its CollationKey, and then encodes the CollationKey with IndexableBinaryStringTools, to allow it to be stored as an index term.
CollationKeyFilter(TokenStream, Collator) - Constructor for class org.apache.lucene.collation.CollationKeyFilter
 
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, float) - Method in class org.apache.lucene.search.HitCollector
Deprecated. Called once for every document matching a query, with the document number and its raw score.
collect(int) - Method in class org.apache.lucene.search.HitCollectorWrapper
Deprecated.  
collect(int) - Method in class org.apache.lucene.search.PositiveScoresOnlyCollector
 
collect(int, float) - Method in class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Calls collect() on the decorated HitCollector.
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, float) - Method in class org.apache.lucene.search.TopDocCollector
Deprecated.  
collect(int, float) - Method in class org.apache.lucene.search.TopFieldDocCollector
Deprecated.  
collectFiles(File, ArrayList) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
A convenience method for collecting all the files of a content source from a given directory.
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
 
COLON - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
COLON - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
COLON - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
COLON - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
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
 
COLS - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
column - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
column - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
com.sleepycat.db - package com.sleepycat.db
 
combine(Query[]) - Method in class org.apache.lucene.search.Query
Expert: called when re-writing queries under MultiSearcher.
COMMA - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
Comment1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
Comment2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
CommentEnd1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
CommentEnd2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
CommentTag() - Method in class org.apache.lucene.demo.html.HTMLParser
 
CommentText1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
CommentText2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
commit() - Method in class org.apache.lucene.index.IndexReader
Commit changes resulting from delete, undeleteAll, or setNorm operations If an exception is hit, then either no changes or all changes will have been committed to the index (transactional semantics).
commit(Map) - Method in class org.apache.lucene.index.IndexReader
Commit changes resulting from delete, undeleteAll, or setNorm operations If an exception is hit, then either no changes or all changes will have been committed to the index (transactional semantics).
commit() - Method in class org.apache.lucene.index.IndexWriter
Commits all pending changes (added & deleted documents, optimizations, 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(Map) - Method in class org.apache.lucene.index.IndexWriter
Commits all changes to the index, specifying a commitUserData Map (String -> String).
commit() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
Locks the index and commits the buffered documents.
CommitIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Commits the IndexWriter.
CommitIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
 
COMMON_DELIMITER - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
Delimiters will be filtered to this character by SegTokenFilter
COMPANY - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
COMPANY_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
comparator - Static variable in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
comparators - Variable in class org.apache.lucene.search.FieldSortedHitQueue
Deprecated. Stores a comparator corresponding to each field being sorted by
comparators - Variable in class org.apache.lucene.search.FieldValueHitQueue
 
compare(Object, Object) - Method in class org.apache.lucene.index.TermVectorEntryFreqSortedComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
 
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
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.StringComparatorLocale
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
compare(int, int) - Method in class org.apache.lucene.search.FieldComparator.StringValComparator
 
compare(ScoreDoc, ScoreDoc) - Method in interface org.apache.lucene.search.ScoreDocComparator
Deprecated. Compares two ScoreDoc objects and returns a result indicating their sort order.
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.SorterTemplate
 
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.search.FieldComparator.ByteComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator
Compare the bottom of the queue with 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
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.StringComparatorLocale
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.FieldComparator.StringValComparator
 
compareTo(Object) - Method in class org.apache.lucene.benchmark.quality.QualityQuery
 
compareTo(Object) - Method in class org.apache.lucene.index.Term
 
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(Object) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
compareTo(FieldTermStack.TermInfo) - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
compile(String) - Method in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
 
compile(String) - Method in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
compile(String) - Method in interface org.apache.lucene.search.regex.RegexCapabilities
Called by the constructor of RegexTermEnum allowing implementations to cache a compiled version of the regular expression pattern.
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(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
Deprecated. Use ComplexPhraseQueryParser.ComplexPhraseQueryParser(Version, String, Analyzer) instead.
ComplexPhraseQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
ComposedQuery - Class in org.apache.lucene.queryParser.surround.query
 
ComposedQuery(List, boolean, String) - Constructor for class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
compound - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
True if segment is compound file format.
CompoundWordTokenFilterBase - Class in org.apache.lucene.analysis.compound
Base class for decomposition token filters.
CompoundWordTokenFilterBase(TokenStream, String[], int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, String[], boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, Set, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, Set, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
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
COMPRESS - Static variable in class org.apache.lucene.document.Field.Store
Deprecated. Please use CompressionTools instead. For string fields that were previously indexed and stored using compression, the new way to achieve this is: First add the field indexed-only (no store) and additionally using the same field name as a binary, stored field with CompressionTools.compressString(java.lang.String).
CompressionTools - Class in org.apache.lucene.document
Simple utility class providing static methods to compress and decompress binary data for stored fields.
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).
computeNorm(String, FieldInvertState) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as state.getBoost() * lengthNorm(fieldName, numTokens) where numTokens does not count overlap tokens if discountOverlaps is true by default or true for this specific field.
computeNorm(String, FieldInvertState) - Method in class org.apache.lucene.search.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().
computeNorm(String, FieldInvertState) - Method in class org.apache.lucene.search.Similarity
Compute the normalization value for a field, given the accumulated state of term processing for this field (see FieldInvertState).
computeNorm(String, FieldInvertState) - Method in class org.apache.lucene.search.SimilarityDelegator
 
ConcurrentMergeScheduler - Class in org.apache.lucene.index
A MergeScheduler that runs each merge using a separate thread, up until a maximum number of threads (ConcurrentMergeScheduler.setMaxThreadCount(int)) at which when a merge is needed, the thread(s) that are updating the index will pause until one or more merges completes.
ConcurrentMergeScheduler() - Constructor for class org.apache.lucene.index.ConcurrentMergeScheduler
 
ConcurrentMergeScheduler.MergeThread - Class in org.apache.lucene.index
 
ConcurrentMergeScheduler.MergeThread(IndexWriter, MergePolicy.OneMerge) - Constructor for class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
 
config - Variable in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
config - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
Config - Class in org.apache.lucene.benchmark.byTask.utils
Perf run configuration properties.
Config(Reader) - Constructor for class org.apache.lucene.benchmark.byTask.utils.Config
Read both algorithm and config properties.
Config(Properties) - Constructor for class org.apache.lucene.benchmark.byTask.utils.Config
Create config without algorithm - useful for a programmatic perf test.
ConfigurableDocumentHandler - Interface in org.apache.lucene.ant
 
configure(Properties) - Method in interface org.apache.lucene.ant.ConfigurableDocumentHandler
 
ConjQuery(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
Conjunction() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
Conjunction() - Method in class org.apache.lucene.queryParser.QueryParser
 
Conjunction() - Method in class org.apache.lucene.queryParser.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 MultiTermQuery.ConstantScoreAutoRewrite.setTermCountCutoff(int) set to MultiTermQuery.ConstantScoreAutoRewrite.DEFAULT_TERM_COUNT_CUTOFF and MultiTermQuery.ConstantScoreAutoRewrite.setDocCountPercent(double) set to MultiTermQuery.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_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.benchmark
 
Constants() - Constructor for class org.apache.lucene.benchmark.Constants
 
Constants - Class in org.apache.lucene.util
Some useful constants.
ConstantScoreQuery - Class in org.apache.lucene.search
A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
ConstantScoreQuery(Filter) - Constructor for class org.apache.lucene.search.ConstantScoreQuery
 
ConstantScoreQuery.ConstantScorer - Class in org.apache.lucene.search
 
ConstantScoreQuery.ConstantScorer(Similarity, IndexReader, Weight) - Constructor for class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
ConstantScoreQuery.ConstantWeight - Class in org.apache.lucene.search
 
ConstantScoreQuery.ConstantWeight(Searcher) - Constructor for class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
ConstantScoreQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
ConstantScoreQueryBuilder(FilterBuilderFactory) - Constructor for class org.apache.lucene.xmlparser.builders.ConstantScoreQueryBuilder
 
ConstantScoreRangeQuery - Class in org.apache.lucene.search
Deprecated. Use TermRangeQuery for term ranges or NumericRangeQuery for numeric ranges instead. This class will be removed in Lucene 3.0.
ConstantScoreRangeQuery(String, String, String, boolean, boolean) - Constructor for class org.apache.lucene.search.ConstantScoreRangeQuery
Deprecated.  
ConstantScoreRangeQuery(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.search.ConstantScoreRangeQuery
Deprecated.  
consumeAllTokens() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter
TeeSinkTokenFilter passes all tokens to the added sinks when itself is consumed.
ConsumeContentSourceTask - Class in org.apache.lucene.benchmark.byTask.tasks
Consumes a ContentSource.
ConsumeContentSourceTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
contains(char[], int, int) - Method in class org.apache.lucene.analysis.CharArraySet
true if the len chars of text starting at off are in the set
contains(CharSequence) - Method in class org.apache.lucene.analysis.CharArraySet
true if the CharSequence is in the set
contains(Object) - Method in class org.apache.lucene.analysis.CharArraySet
 
contains(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
 
contains(Point2D) - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Does the shape contain the given point
contains(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
containsKey(Object) - Method in class org.apache.lucene.util.cache.Cache
Returns whether the given key is in this cache.
containsKey(Object) - Method in class org.apache.lucene.util.cache.SimpleMapCache
 
containsTag(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
verify if a node contains a tag
containsTag(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
ContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
Represents content from a specified source, such as TREC, Reuters etc.
ContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
coord(int, int) - Method in class org.apache.lucene.search.DefaultSimilarity
Implemented as overlap / maxOverlap.
coord(int, int) - Method in class org.apache.lucene.search.Similarity
Computes a score factor based on the fraction of all query terms that a document contains.
coord(int, int) - Method in class org.apache.lucene.search.SimilarityDelegator
 
coords(double, double) - Method in interface org.apache.lucene.spatial.tier.projections.IProjector
 
coords(double, double) - Method in class org.apache.lucene.spatial.tier.projections.SinusoidalProjector
 
coordsAsString(double, double) - Method in interface org.apache.lucene.spatial.tier.projections.IProjector
 
coordsAsString(double, double) - Method in class org.apache.lucene.spatial.tier.projections.SinusoidalProjector
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
 
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
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.StringComparatorLocale
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
copy(int, int) - Method in class org.apache.lucene.search.FieldComparator.StringValComparator
 
copy() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
copy() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
copy() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
copy(Directory, Directory, boolean) - Static method in class org.apache.lucene.store.Directory
Copy contents of a directory src to a directory dest.
copy_from(SnowballProgram) - Method in class org.tartarus.snowball.SnowballProgram
 
copyBytes(IndexInput, long) - Method in class org.apache.lucene.store.IndexOutput
Copy numBytes bytes from input to ourself.
copyText(UnicodeUtil.UTF16Result) - Method in class org.apache.lucene.util.UnicodeUtil.UTF16Result
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.Token
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
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.TermAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
copyTo(byte[], int) - Method in class org.apache.lucene.index.Payload
Copies the payload data to a byte array.
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.util.AttributeImpl
Copies the values from this Attribute into the passed-in target attribute.
CoreParser - Class in org.apache.lucene.xmlparser
Assembles a QueryBuilder which uses only core Lucene Query objects
CoreParser(Analyzer, QueryParser) - Constructor for class org.apache.lucene.xmlparser.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.xmlparser.CoreParser
Constructs an XML parser that creates a QueryParser for each UserQuery request.
CoreParser(String, Analyzer, QueryParser) - Constructor for class org.apache.lucene.xmlparser.CoreParser
 
CorePlusExtensionsParser - Class in org.apache.lucene.xmlparser
 
CorePlusExtensionsParser(Analyzer, QueryParser) - Constructor for class org.apache.lucene.xmlparser.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.xmlparser.CorePlusExtensionsParser
Constructs an XML parser that creates a QueryParser for each UserQuery request.
correct(int) - Method in class org.apache.lucene.analysis.BaseCharFilter
Retrieve the corrected offset.
correct(int) - Method in class org.apache.lucene.analysis.CharFilter
Subclass may want to override to correct the current offset.
correctOffset(int) - Method in class org.apache.lucene.analysis.CharFilter
Chains the corrected offset through the input CharFilter.
correctOffset(int) - Method in class org.apache.lucene.analysis.CharReader
 
correctOffset(int) - Method in class org.apache.lucene.analysis.CharStream
Called by CharFilter(s) and Tokenizer to correct token offset.
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
 
count - Variable in class org.apache.lucene.benchmark.stats.TimeData
Number of records processed.
count - Static variable in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
count - Variable in class org.apache.lucene.search.spans.TermSpans
 
count() - Method in class org.apache.lucene.util.BitVector
Returns the total number of one bits in this vector.
counter - Variable in class org.apache.lucene.index.SegmentInfos
 
CP1251 - Static variable in class org.apache.lucene.analysis.ru.RussianCharsets
Deprecated.  
CP1253 - Static variable in class org.apache.lucene.analysis.el.GreekCharsets
Deprecated.  
create(String, String, String, String) - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
create(SortField[], int) - Static method in class org.apache.lucene.search.FieldValueHitQueue
Creates a hit queue sorted by the given list of fields.
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(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).
createAttributeInstance(Class) - Method in class org.apache.lucene.util.AttributeSource.AttributeFactory
returns an AttributeImpl for the supplied Attribute interface class.
createBox(LatLng, double, double) - Static method in class org.apache.lucene.spatial.geometry.shape.LLRect
Approximates a box centered at the given point with the given width and height in miles.
createDynamicElement(String) - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
 
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
 
createFragment(IndexReader, int, String, FieldFragList) - 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.
createFragments(IndexReader, int, String, FieldFragList, int) - 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.
createIndexReader() - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Close the IndexWriter and open an IndexReader.
CreateIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Create an index.
CreateIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
createIndexWriter() - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Close the IndexReader and open an IndexWriter.
createOutput(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
createOutput(String) - Method in class org.apache.lucene.store.Directory
Creates a new, empty file in the directory with the given name.
createOutput(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
createOutput(String) - Method in class org.apache.lucene.store.FSDirectory
Creates an IndexOutput for the file with the given name.
createOutput(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
createOutput(String) - Method in class org.apache.lucene.store.MMapDirectory
Creates an IndexOutput for the file with the given name.
createOutput(String) - Method in class org.apache.lucene.store.NIOFSDirectory
Creates an IndexOutput for the file with the given name.
createOutput(String) - Method in class org.apache.lucene.store.RAMDirectory
Creates a new, empty file in the directory with the given name.
createOutput(String) - Method in class org.apache.lucene.store.SimpleFSDirectory
Creates an IndexOutput for the file with the given name.
createQueryParser(String, Analyzer) - Method in class org.apache.lucene.xmlparser.builders.UserInputQueryBuilder
Method to create a QueryParser - designed to be overridden
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.
createTerm(String) - Method in class org.apache.lucene.index.Term
Optimized construction of new Terms by reusing same field as this Term - avoids field.intern() overhead
createToken(int, int, Token) - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
createToken(String, AttributeSource.State) - Method in class org.apache.lucene.index.memory.SynonymTokenFilter
Creates and returns a token for the given synonym of the current input token; Override for custom (stateless or stateful) behavior, if desired.
createWeight(Searcher) - Method in class org.apache.lucene.search.BooleanQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.ConstantScoreQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.FilteredQuery
Returns a Weight that applies the filter to the enclosed query's Weight.
createWeight(Searcher) - Method in class org.apache.lucene.search.function.CustomScoreQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.function.ValueSourceQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.MatchAllDocsQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.MultiPhraseQuery
 
createWeight(Query) - Method in class org.apache.lucene.search.MultiSearcher
Create weight in multiple index scenario.
createWeight(Searcher) - Method in class org.apache.lucene.search.payloads.BoostingTermQuery
Deprecated.  
createWeight(Searcher) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.PhraseQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.Query
Expert: Constructs an appropriate Weight implementation for this query.
createWeight(Query) - Method in class org.apache.lucene.search.Searcher
creates a weight for query
createWeight(Searcher) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.spans.SpanQuery
 
createWeight(Searcher) - Method in class org.apache.lucene.search.TermQuery
 
curChar - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
curChar - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
curChar - Variable in class org.apache.lucene.queryParser.QueryParserTokenManager
 
curChar - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
 
curChar - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
current - Variable in class org.tartarus.snowball.SnowballProgram
 
currentDocumentInformation - Variable in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
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
currentTerm - Variable in class org.apache.lucene.search.FilteredTermEnum
the current term
currentTerm - Variable in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
currentToken - Variable in exception org.apache.lucene.demo.html.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.apache.lucene.queryParser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.apache.lucene.queryParser.precedence.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.
cursor - Variable in class org.tartarus.snowball.SnowballProgram
 
CUSTOM - Static variable in class org.apache.lucene.search.SortField
Sort using a custom Comparator.
customExplain(int, Explanation, Explanation[]) - Method in class org.apache.lucene.search.function.CustomScoreProvider
Explain the custom score.
customExplain(int, Explanation, Explanation) - Method in class org.apache.lucene.search.function.CustomScoreProvider
Explain the custom score.
customExplain(int, Explanation, Explanation[]) - Method in class org.apache.lucene.search.function.CustomScoreQuery
Deprecated. Will be removed in Lucene 3.1. The doc is relative to the current reader, which is unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9). Please override CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.IndexReader) and return a subclass of CustomScoreProvider for the given IndexReader.
customExplain(int, Explanation, Explanation) - Method in class org.apache.lucene.search.function.CustomScoreQuery
Deprecated. Will be removed in Lucene 3.1. The doc is relative to the current reader, which is unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9). Please override CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.IndexReader) and return a subclass of CustomScoreProvider for the given IndexReader.
customScore(int, float, float[]) - Method in class org.apache.lucene.search.function.CustomScoreProvider
Compute a custom score by the subQuery score and a number of ValueSourceQuery scores.
customScore(int, float, float) - Method in class org.apache.lucene.search.function.CustomScoreProvider
Compute a custom score by the subQuery score and the ValueSourceQuery score.
customScore(int, float, float[]) - Method in class org.apache.lucene.search.function.CustomScoreQuery
Deprecated. Will be removed in Lucene 3.1. The doc is relative to the current reader, which is unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9). Please override CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.IndexReader) and return a subclass of CustomScoreProvider for the given IndexReader.
customScore(int, float, float) - Method in class org.apache.lucene.search.function.CustomScoreQuery
Deprecated. Will be removed in Lucene 3.1. The doc is relative to the current reader, which is unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9). Please override CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.IndexReader) and return a subclass of CustomScoreProvider for the given IndexReader.
CustomScoreProvider - Class in org.apache.lucene.search.function
An instance of this subclass should be returned by CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.IndexReader), if you want to modify the custom score calculation of a CustomScoreQuery.
CustomScoreProvider(IndexReader) - Constructor for class org.apache.lucene.search.function.CustomScoreProvider
Creates a new instance of the provider class for the given IndexReader.
CustomScoreQuery - Class in org.apache.lucene.search.function
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 ValueSourceQuery (or queries).
CustomScoreQuery(Query) - Constructor for class org.apache.lucene.search.function.CustomScoreQuery
Create a CustomScoreQuery over input subQuery.
CustomScoreQuery(Query, ValueSourceQuery) - Constructor for class org.apache.lucene.search.function.CustomScoreQuery
Create a CustomScoreQuery over input subQuery and a ValueSourceQuery.
CustomScoreQuery(Query, ValueSourceQuery[]) - Constructor for class org.apache.lucene.search.function.CustomScoreQuery
Create a CustomScoreQuery over input subQuery and a ValueSourceQuery.
CZECH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.cz.CzechAnalyzer
List of typical stopwords.
CzechAnalyzer - Class in org.apache.lucene.analysis.cz
Analyzer for Czech language.
CzechAnalyzer() - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. Use CzechAnalyzer.CzechAnalyzer(Version) instead
CzechAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the default stop words (CzechAnalyzer.CZECH_STOP_WORDS).
CzechAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. Use CzechAnalyzer.CzechAnalyzer(Version, String[]) instead
CzechAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the given stop words.
CzechAnalyzer(HashSet) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. Use CzechAnalyzer.CzechAnalyzer(Version, HashSet) instead
CzechAnalyzer(Version, HashSet) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
 
CzechAnalyzer(File) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. Use CzechAnalyzer.CzechAnalyzer(Version, File) instead
CzechAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the given stop words.

D

DAMMA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DAMMATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DanishStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
DanishStemmer() - Constructor for class org.tartarus.snowball.ext.DanishStemmer
 
data - Variable in class org.apache.lucene.index.Payload
the byte array containing the payload data
data - Variable in class org.apache.lucene.store.db.Block
 
data - Variable in class org.apache.lucene.store.db.File
 
data - Variable in class org.apache.lucene.store.je.Block
 
data - Variable in class org.apache.lucene.store.je.File
 
DATE_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
DATE_TYPE - Static variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
DATE_TYPE - Static variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkTokenizer
Deprecated.  
DateField - Class in org.apache.lucene.document
Deprecated. If you build a new index, use DateTools or NumericField instead. This class is included for use with existing indices and will be removed in a future release.
dateFormat - Variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
dateFormat - Variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkTokenizer
Deprecated.  
DateRecognizerSinkFilter - Class in org.apache.lucene.analysis.sinks
Attempts to parse the Token.termBuffer() as a Date using a DateFormat.
DateRecognizerSinkFilter() - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
Uses DateFormat.getDateInstance() as the DateFormat object.
DateRecognizerSinkFilter(DateFormat) - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
DateRecognizerSinkTokenizer - Class in org.apache.lucene.analysis.sinks
Deprecated. Use DateRecognizerSinkFilter and TeeSinkTokenFilter instead.
DateRecognizerSinkTokenizer() - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkTokenizer
Deprecated. Uses DateFormat.getDateInstance() as the DateFormat object.
DateRecognizerSinkTokenizer(DateFormat) - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkTokenizer
Deprecated.  
DateRecognizerSinkTokenizer(List) - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkTokenizer
Deprecated. Uses DateFormat.getDateInstance() as the DateFormat object.
DateRecognizerSinkTokenizer(List, DateFormat) - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkTokenizer
Deprecated.  
DateResolutionAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DateResolutionAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DateResolutionAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
DateTools - Class in org.apache.lucene.document
Provides support for converting dates to strings and vice-versa.
DateTools.Resolution - Class in org.apache.lucene.document
Specifies the time granularity.
dateToString(Date) - Static method in class org.apache.lucene.document.DateField
Deprecated. Converts a Date to a string suitable for indexing.
dateToString(Date, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
Converts a Date to a string suitable for indexing.
DAY - Static variable in class org.apache.lucene.document.DateTools.Resolution
 
DbDirectory - Class in org.apache.lucene.store.db
A DbDirectory is a Berkeley DB 4.3 based implementation of Directory.
DbDirectory(DbTxn, Db, Db, int) - Constructor for class org.apache.lucene.store.db.DbDirectory
Instantiate a DbDirectory.
DbDirectory(Transaction, Database, Database, int) - Constructor for class org.apache.lucene.store.db.DbDirectory
 
DbDirectory(Transaction, Database, Database) - Constructor for class org.apache.lucene.store.db.DbDirectory
 
DbHandleExtractor - Class in com.sleepycat.db
This class is a hack to workaround the need to rewrite the entire org.apache.lucene.store.db package after Sleepycat radically changed its Java API from version 4.2.52 to version 4.3.21.
DbIndexInput - Class in org.apache.lucene.store.db
 
DbIndexInput(DbDirectory, String) - Constructor for class org.apache.lucene.store.db.DbIndexInput
 
DbIndexOutput - Class in org.apache.lucene.store.db
 
DbIndexOutput(DbDirectory, String, boolean) - Constructor for class org.apache.lucene.store.db.DbIndexOutput
 
DbLock - Class in org.apache.lucene.store.db
This implementation of Lock is trivial as DbDirectory operations are managed by the Berkeley DB locking system.
DbLock() - Constructor for class org.apache.lucene.store.db.DbLock
 
debugStream - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
debugStream - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
debugStream - Variable in class org.apache.lucene.queryParser.QueryParserTokenManager
Debug output.
debugStream - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Debug output.
debugStream - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
Decl() - Method in class org.apache.lucene.demo.html.HTMLParser
 
DeclName - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
decode(String) - Static method in class org.apache.lucene.spatial.geohash.GeoHashUtils
 
decode(CharBuffer, ByteBuffer) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Decodes the input char sequence into the output byte sequence.
decode(CharBuffer) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Decodes the given char sequence, which must have been encoded by IndexableBinaryStringTools.encode(java.nio.ByteBuffer) or IndexableBinaryStringTools.encode(java.nio.ByteBuffer, java.nio.CharBuffer).
decode_exactly(String) - Static method in class org.apache.lucene.spatial.geohash.GeoHashUtils
 
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
 
decodeNorm(byte) - Static method in class org.apache.lucene.search.Similarity
Decodes a normalization factor stored in an index.
decompose(Token) - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
decomposeInternal(Token) - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
decomposeInternal(Token) - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
decomposeInternal(Token) - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
decompress(byte[]) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array previously returned by compress
decompressString(byte[]) - Static method in class org.apache.lucene.document.CompressionTools
Decompress the byte array previously returned by compressString back into a String
decRef() - Method in class org.apache.lucene.index.IndexReader
Expert: decreases the refCount of this IndexReader instance.
DEFALT_FIELD_PREFIX - Static variable in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
 
DEFAULT - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
DEFAULT - Static variable in class org.apache.lucene.misc.ChainedFilter
Logical operation when none is declared.
DEFAULT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
DEFAULT - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
Lexical state.
DEFAULT - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
DEFAULT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
DEFAULT - Static variable in interface org.apache.lucene.search.FieldCache
Expert: The cache used internally by sorting and range query classes.
DEFAULT_ANALYZER - Static variable in class org.apache.lucene.index.memory.PatternAnalyzer
A lower-casing word analyzer with English stop words (can be shared freely across threads without harm); global per class loader.
DEFAULT_ANALYZER - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
Default analyzer to parse source doc with.
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_AUTO_COMMIT - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
DEFAULT_BOOST - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
Boost terms in query based on score.
DEFAULT_BYTE_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
The default parser for byte values, which are encoded by Byte.toString(byte)
DEFAULT_CACHE_CLEAN_SIZE - Static variable in class org.apache.lucene.search.FilterManager
The default maximum number of Filters in the cache
DEFAULT_CACHE_SLEEP_TIME - Static variable in class org.apache.lucene.search.FilterManager
The default frequency of cache cleanup
DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
DEFAULT_DOC_COUNT_PERCENT - Static variable in class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
 
DEFAULT_DOC_DELETE_STEP - Static variable in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
Gap between ids of deleted docs, applies when no docid param is provided.
DEFAULT_DOUBLE_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
The default parser for double values, which are encoded by Double.toString(double)
DEFAULT_FIELD_MATCH - Static variable in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
 
DEFAULT_FIELD_NAMES - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
Default field names.
DEFAULT_FLOAT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
The default parser for float values, which are encoded by Float.toString(float)
DEFAULT_GREEDY - Variable in class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Default for TimeLimitedCollector.isGreedy().
DEFAULT_GREEDY - Variable in class org.apache.lucene.search.TimeLimitingCollector
Default for TimeLimitingCollector.isGreedy().
DEFAULT_INT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
The default parser for int values, which are encoded by Integer.toString(int)
DEFAULT_LOG_STEP - Static variable in class org.apache.lucene.benchmark.Constants
 
DEFAULT_LONG_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
The default parser for long values, which are encoded by Long.toString(long)
DEFAULT_MAX_BUFFERED - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
DEFAULT_MAX_BUFFERED_DELETE_TERMS - Static variable in class org.apache.lucene.index.IndexWriter
Disabled by default (because IndexWriter flushes by RAM usage by default).
DEFAULT_MAX_BUFFERED_DOCS - Static variable in class org.apache.lucene.index.IndexWriter
Disabled by default (because IndexWriter flushes by RAM usage by default).
DEFAULT_MAX_CHARS_TO_ANALYZE - Static variable in class org.apache.lucene.search.highlight.Highlighter
 
DEFAULT_MAX_DOC_BYTES_TO_ANALYZE - Static variable in class org.apache.lucene.search.highlight.Highlighter
Deprecated. See Highlighter.DEFAULT_MAX_CHARS_TO_ANALYZE
DEFAULT_MAX_FIELD_LENGTH - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
DEFAULT_MAX_FIELD_LENGTH - Static variable in class org.apache.lucene.index.IndexWriter
Default value is 10,000.
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_MERGE_DOCS - Static variable in class org.apache.lucene.index.IndexWriter
Deprecated.  
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_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.search.similar.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.search.similar.MoreLikeThis
Return a Query with no more than this many terms.
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_SYNC_PAUSE_SECONDS - Static variable in class org.apache.lucene.index.IndexWriter
Default for IndexWriter.getMaxSyncPauseSeconds().
DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
Default maximum allowed token length
DEFAULT_MAX_WORD_LENGTH - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
Ignore words greater than this length or if 0 then this has no effect.
DEFAULT_MAXIMUM_DOCUMENTS - Static variable in class org.apache.lucene.benchmark.Constants
 
DEFAULT_MERGE_FACTOR - Static variable in class org.apache.lucene.index.IndexWriter
Deprecated.  
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_MERGE_PFACTOR - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
DEFAULT_MIN_DOC_FREQ - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
Ignore words which do not occur in at least this many docs.
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_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.NGramTokenFilter
 
DEFAULT_MIN_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
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.search.similar.MoreLikeThis
Ignore terms with less than this frequency in the source doc.
DEFAULT_MIN_WORD_LENGTH - Static variable in class org.apache.lucene.search.similar.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_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.IndexWriter
Default value is 16 MB (which means flush when buffered docs consume 16 MB RAM).
DEFAULT_RAM_FLUSH_MB - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
DEFAULT_READ_CHUNK_SIZE - Static variable in class org.apache.lucene.store.FSDirectory
Default read chunk size.
DEFAULT_RESOLUTION - Static variable in class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Default timer resolution.
DEFAULT_RESOLUTION - Static variable in class org.apache.lucene.search.TimeLimitingCollector
Default timer resolution.
DEFAULT_RUN_COUNT - Static variable in class org.apache.lucene.benchmark.Constants
 
DEFAULT_SCALE_UP - Static variable in class org.apache.lucene.benchmark.Constants
 
DEFAULT_SHORT_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
The default parser for short values, which are encoded by Short.toString(short)
DEFAULT_SIDE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
DEFAULT_SIDE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
DEFAULT_STOP_WORDS - Static variable in class org.apache.lucene.search.similar.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.fa.PersianAnalyzer
File containing default Persian stopwords.
DEFAULT_TERM_COUNT_CUTOFF - Static variable in class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
 
DEFAULT_TERM_INDEX_INTERVAL - Static variable in class org.apache.lucene.index.IndexWriter
Default value is 128.
DEFAULT_TYPE - Static variable in class org.apache.lucene.analysis.Token
 
DEFAULT_TYPE - Static variable in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
defaultAnalyzer - Variable in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
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
 
defaultMaxDocFreqPercent - Static variable in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
defaultMinSimilarity - Static variable in class org.apache.lucene.search.FuzzyQuery
 
DefaultOperatorAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by GroupQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DefaultOperatorAttribute.Operator - Enum in org.apache.lucene.queryParser.standard.config
 
DefaultOperatorAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by GroupQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DefaultOperatorAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
DefaultPhraseSlopAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DefaultPhraseSlopAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
DefaultPhraseSlopAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
DefaultPhraseSlopQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor verifies if the attribute DefaultPhraseSlopAttribute is defined in the QueryConfigHandler.
DefaultPhraseSlopQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
defaultPrefixLength - Static variable in class org.apache.lucene.search.FuzzyQuery
 
defaultSettingsCodec - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
DefaultSimilarity - Class in org.apache.lucene.search
Expert: Default scoring implementation.
DefaultSimilarity() - Constructor for class org.apache.lucene.search.DefaultSimilarity
 
defaultSpacerCharacter - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
delete(char[], int, int) - Method in class org.apache.lucene.analysis.ar.ArabicNormalizer
Delete a character in-place
delete(char[], int, int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Delete a character in-place
delete(char[], int, int) - Method in class org.apache.lucene.analysis.fa.PersianNormalizer
Delete a character in-place
delete() - Method in class org.apache.lucene.index.IndexCommit
Delete this commit point.
delete() - Method in interface org.apache.lucene.index.IndexCommitPoint
Deprecated. Delete this commit point.
delete(DbDirectory) - Method in class org.apache.lucene.store.db.File
 
delete(JEDirectory) - Method in class org.apache.lucene.store.je.File
 
deleteAll() - Method in class org.apache.lucene.index.IndexWriter
Delete all documents in the index.
DeleteByPercentTask - Class in org.apache.lucene.benchmark.byTask.tasks
Deletes a percentage of documents from an index randomly over the number of documents.
DeleteByPercentTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
DeleteDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
Delete a document by docid.
DeleteDocTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
deleteDocument(int) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Deletes the document numbered docNum.
deleteDocument(int) - Method in class org.apache.lucene.index.IndexReader
Deletes the document numbered docNum.
deleteDocuments(Term) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Deletes all documents containing term.
deleteDocuments(Term) - Method in class org.apache.lucene.index.IndexReader
Deletes all documents that have a given term indexed.
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.store.instantiated.InstantiatedIndexWriter
 
deleteDocuments(Term[]) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
DeletedQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A DeletedQueryNode represents a node that was deleted from the query node tree.
DeletedQueryNode() - Constructor for class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
deleteFile(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
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.FSDirectory
Removes an existing file in the directory.
deleteFile(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
deleteFile(String) - Method in class org.apache.lucene.store.RAMDirectory
Removes an existing file in the directory.
DeleteFiles - Class in org.apache.lucene.demo
Deletes documents from an index that do not contain a term.
deleteN(char[], int, int, int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Delete n characters in-place
deletionsFileName - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Name of the current deletions file name.
DelimitedPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Characters before the delimiter are the "token", those after are the payload.
DelimitedPayloadTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
Construct a token stream filtering the given input.
DelimitedPayloadTokenFilter(TokenStream, char, PayloadEncoder) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
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 - Variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
DemoHTMLParser - Class in org.apache.lucene.benchmark.byTask.feeds
HTML Parser that is based on Lucene's demo HTML parser.
DemoHTMLParser() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
 
describeParams() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Describe the parameters that control how the "more like this" query is formed.
description() - Method in class org.apache.lucene.search.function.ByteFieldSource
 
description() - Method in class org.apache.lucene.search.function.FieldCacheSource
 
description() - Method in class org.apache.lucene.search.function.FloatFieldSource
 
description() - Method in class org.apache.lucene.search.function.IntFieldSource
 
description() - Method in class org.apache.lucene.search.function.MultiValueSource
Deprecated.  
description() - Method in class org.apache.lucene.search.function.OrdFieldSource
 
description() - Method in class org.apache.lucene.search.function.ReverseOrdFieldSource
 
description() - Method in class org.apache.lucene.search.function.ShortFieldSource
 
description() - Method in class org.apache.lucene.search.function.ValueSource
description of field, used in explain()
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 - 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(TokenStream, String[], int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
DictionaryCompoundWordTokenFilter(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
DictionaryCompoundWordTokenFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
DictionaryCompoundWordTokenFilter(TokenStream, Set, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
difference() - Method in class org.apache.lucene.search.FilteredTermEnum
Equality measure on the term
difference() - Method in class org.apache.lucene.search.FuzzyTermEnum
 
difference() - Method in class org.apache.lucene.search.PrefixTermEnum
 
difference() - Method in class org.apache.lucene.search.regex.RegexTermEnum
 
difference() - Method in class org.apache.lucene.search.TermRangeTermEnum
 
difference() - Method in class org.apache.lucene.search.WildcardTermEnum
 
DIGIT - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Numeric Digits
dir - Variable in class org.apache.lucene.index.CheckIndex.Status
Directory index is in.
dir - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
 
dir - Variable in class org.apache.lucene.index.SegmentInfo
 
DirContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource using the Dir collection for its input.
DirContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
DirContentSource.Iterator - Class in org.apache.lucene.benchmark.byTask.feeds
 
DirContentSource.Iterator(File) - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
directory(int, File) - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
directory() - Method in class org.apache.lucene.index.FilterIndexReader
 
directory - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
directory() - Method in class org.apache.lucene.index.IndexReader
Returns the directory associated with this index.
directory() - Method in class org.apache.lucene.index.SegmentReader
Returns the directory this index resides in.
directory - Variable in class org.apache.lucene.store.db.DbIndexInput
 
directory - Variable in class org.apache.lucene.store.db.DbIndexOutput
 
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
The underlying filesystem directory
directory() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
directory - Variable in class org.apache.lucene.store.je.JEIndexInput
 
directory - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
DISABLE_AUTO_FLUSH - Static variable in class org.apache.lucene.index.IndexWriter
Value to denote a flush trigger is disabled
disable_tracing() - Method in class org.apache.lucene.demo.html.HTMLParser
 
disable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
disable_tracing() - Method in class org.apache.lucene.queryParser.QueryParser
Disable tracing.
disable_tracing() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Disable tracing.
disable_tracing() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
discardEscapeChar(CharSequence) - Static method in class org.apache.lucene.queryParser.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.DefaultSimilarity
 
DisjQuery(CharSequence) - Method in class org.apache.lucene.queryParser.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, 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(Searcher) - Constructor for class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
 
distance(Point2D, Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.LineSegment
Finds the distance of a specified point from the line segment and the closest point on the segment to the specified point.
distance - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
 
DistanceApproximation - Class in org.apache.lucene.spatial.geometry.shape
Imported from mq java client.
DistanceApproximation() - Constructor for class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
DistanceFieldComparatorSource - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
DistanceFieldComparatorSource(Filter) - Constructor for class org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
 
DistanceFilter - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
DistanceFilter(Filter, double) - Constructor for class org.apache.lucene.spatial.tier.DistanceFilter
Filters the startingFilter by precise distance checking filter
DistanceHandler - Class in org.apache.lucene.spatial.tier
Provide a high level access point to distances Used by DistanceSortSource and DistanceQuery
DistanceHandler(Map<Integer, Double>, Map<String, Double>, DistanceHandler.Precision) - Constructor for class org.apache.lucene.spatial.tier.DistanceHandler
 
DistanceHandler.Precision - Enum in org.apache.lucene.spatial.tier
 
distanceLookupCache - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
 
DistanceQuery - Class in org.apache.lucene.queryParser.surround.query
 
DistanceQuery(List, boolean, int, String, boolean) - Constructor for class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
DistanceQueryBuilder - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
DistanceQueryBuilder(double, double, double, String, String, String, boolean) - Constructor for class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Create a distance query using a boundary box wrapper around a more precise DistanceFilter.
DistanceQueryBuilder(double, double, double, String, String, boolean) - Constructor for class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Create a distance query using a boundary box wrapper around a more precise DistanceFilter.
distances - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
 
DistanceSubQuery - Interface in org.apache.lucene.queryParser.surround.query
 
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
 
DistanceUnits - Enum in org.apache.lucene.spatial.geometry
NOTE: This API is still in flux and might change in incompatible ways in the next release.
DistanceUtils - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
DistanceUtils() - Constructor for class org.apache.lucene.spatial.tier.DistanceUtils
 
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.index.AbstractAllTermDocs
 
doc() - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
doc() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
doc() - Method in class org.apache.lucene.index.MultipleTermPositions
 
doc() - Method in interface org.apache.lucene.index.TermDocs
Returns the current document number.
doc() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
Deprecated. use ConstantScoreQuery.ConstantScorer.docID() instead.
doc() - Method in class org.apache.lucene.search.DocIdSetIterator
Deprecated. use DocIdSetIterator.docID() instead.
doc() - Method in class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
Deprecated. use FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator.docID() instead.
doc() - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
Deprecated. use FilteredDocIdSetIterator.docID() instead.
doc(int) - Method in class org.apache.lucene.search.Hits
Deprecated. Returns the stored fields of the nth document in this set.
doc(int) - Method in class org.apache.lucene.search.IndexSearcher
 
doc(int, FieldSelector) - Method in class org.apache.lucene.search.IndexSearcher
 
doc(int) - Method in class org.apache.lucene.search.MultiSearcher
 
doc(int, FieldSelector) - Method in class org.apache.lucene.search.MultiSearcher
 
doc(int) - Method in class org.apache.lucene.search.RemoteSearchable
 
doc(int, FieldSelector) - Method in class org.apache.lucene.search.RemoteSearchable
 
doc() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
Deprecated. use ScoreCachingWrappingScorer.docID() instead.
doc - Variable in class org.apache.lucene.search.ScoreDoc
Expert: A hit document's number.
doc(int) - Method in interface org.apache.lucene.search.Searchable
Returns the stored fields of document i.
doc(int, FieldSelector) - Method in interface org.apache.lucene.search.Searchable
Get the Document at the nth position.
doc(int) - Method in class org.apache.lucene.search.Searcher
 
DOC - Static variable in class org.apache.lucene.search.SortField
Sort by document number (index order).
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.Spans
Returns the document number of the current match.
doc - Variable in class org.apache.lucene.search.spans.SpanScorer
 
doc() - Method in class org.apache.lucene.search.spans.SpanScorer
Deprecated. use SpanScorer.docID() instead.
doc - Variable in class org.apache.lucene.search.spans.TermSpans
 
doc() - Method in class org.apache.lucene.search.spans.TermSpans
 
doc() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
doc() - Method in class org.apache.lucene.util.OpenBitSetIterator
Deprecated. use OpenBitSetIterator.docID() instead.
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.index.IndexModifier
Deprecated. Returns the number of documents currently in this index.
docCount() - Method in class org.apache.lucene.index.IndexWriter
Deprecated. Please use IndexWriter.maxDoc() (same as this method) or IndexWriter.numDocs() (also takes deletions into account), instead.
docCount - Variable in class org.apache.lucene.index.SegmentInfo
 
docCount() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
Returns the number of documents currently in this index.
DocData - Class in org.apache.lucene.benchmark.byTask.feeds
Output of parsing (e.g.
DocData() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DocData
 
docFreq(Term) - Method in class org.apache.lucene.index.FilterIndexReader
 
docFreq() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
 
docFreq(Term) - Method in class org.apache.lucene.index.IndexReader
Returns the number of documents containing the term t.
docFreq(Term) - Method in class org.apache.lucene.index.MultiReader
 
docFreq(Term) - Method in class org.apache.lucene.index.ParallelReader
 
docFreq(Term) - Method in class org.apache.lucene.index.SegmentReader
 
docFreq() - Method in class org.apache.lucene.index.TermEnum
Returns the docFreq of the current Term in the enumeration.
docFreq() - Method in class org.apache.lucene.search.FilteredTermEnum
Returns the docFreq of the current Term in the enumeration.
docFreq(Term) - Method in class org.apache.lucene.search.IndexSearcher
 
docFreq(Term) - Method in class org.apache.lucene.search.MultiSearcher
 
docFreq(Term) - Method in class org.apache.lucene.search.ParallelMultiSearcher
TODO: parallelize this one too
docFreq(Term) - Method in class org.apache.lucene.search.RemoteSearchable
 
docFreq(Term) - Method in interface org.apache.lucene.search.Searchable
Expert: Returns the number of documents containing term.
docFreq(Term) - Method in class org.apache.lucene.search.Searcher
 
docFreq(Term) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
docFreq() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermEnum
Returns the docFreq of the current Term in the enumeration.
docFreqs(Term[]) - Method in class org.apache.lucene.search.RemoteSearchable
 
docFreqs(Term[]) - Method in interface org.apache.lucene.search.Searchable
Expert: For each term in the terms array, calculates the number of documents containing term.
docFreqs(Term[]) - Method in class org.apache.lucene.search.Searcher
 
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.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
 
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.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, IndexReader) - Method in class org.apache.lucene.search.CachingWrapperFilter
Provide the DocIdSet to be cached, using the DocIdSet provided by the wrapped Filter.
doClose() - Method in class org.apache.lucene.index.FilterIndexReader
 
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.ParallelReader
 
doClose() - Method in class org.apache.lucene.index.SegmentReader
 
doClose() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
DocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Creates Document objects.
DocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
docMaker - Variable in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
docName(Searcher, int) - Method in class org.apache.lucene.benchmark.quality.utils.DocNameExtractor
Extract the name of the input doc from the index.
DocNameExtractor - Class in org.apache.lucene.benchmark.quality.utils
Utility: extract doc names from an index
DocNameExtractor(String) - Constructor for class org.apache.lucene.benchmark.quality.utils.DocNameExtractor
Constructor for DocNameExtractor.
docNameField - Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
index field to extract doc name for each search result; used for judging the results.
doCommit() - Method in class org.apache.lucene.index.FilterIndexReader
Deprecated.  
doCommit(Map) - Method in class org.apache.lucene.index.FilterIndexReader
 
doCommit() - Method in class org.apache.lucene.index.IndexReader
Deprecated. Please implement instead.
doCommit() - Method in class org.apache.lucene.index.MultiReader
Deprecated.  
doCommit(Map) - Method in class org.apache.lucene.index.MultiReader
 
doCommit() - Method in class org.apache.lucene.index.ParallelReader
Deprecated.  
doCommit(Map) - Method in class org.apache.lucene.index.ParallelReader
 
doCommit() - Method in class org.apache.lucene.index.SegmentReader
Deprecated.  
doCommit(Map) - Method in class org.apache.lucene.index.SegmentReader
 
doCommit() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
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
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.
Document(File, String) - Static method in class org.apache.lucene.ant.HtmlDocument
Creates a Lucene Document from a File.
Document(File) - Static method in class org.apache.lucene.ant.HtmlDocument
Creates a Lucene Document from a File.
Document(File) - Static method in class org.apache.lucene.ant.TextDocument
Makes a document for a File.
Document(File) - Static method in class org.apache.lucene.demo.FileDocument
Makes a document for a File.
Document(File) - Static method in class org.apache.lucene.demo.HTMLDocument
 
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, FieldSelector) - Method in class org.apache.lucene.index.FilterIndexReader
 
document(int) - Method in class org.apache.lucene.index.IndexReader
Returns the stored fields of the nth Document in this index.
document(int, FieldSelector) - Method in class org.apache.lucene.index.IndexReader
Get the Document at the n th position.
document(int, FieldSelector) - Method in class org.apache.lucene.index.MultiReader
 
document(int, FieldSelector) - Method in class org.apache.lucene.index.ParallelReader
 
document(int, FieldSelector) - Method in class org.apache.lucene.index.SegmentReader
 
document(int, FieldSelector) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
Return the Document at the nth position.
document(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
Returns the stored fields of the nth Document in this index.
DocumentHandler - Interface in org.apache.lucene.ant
Allows a class to act as a Lucene document handler
DocumentHandlerException - Exception in org.apache.lucene.ant
 
DocumentHandlerException() - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
Default constructor.
DocumentHandlerException(String) - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
Constructs with message.
DocumentHandlerException(Throwable) - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
Constructs with chained exception.
documentNumberComparator - Static variable in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
DocValues - Class in org.apache.lucene.search.function
Expert: represents field values as different types.
DocValues() - Constructor for class org.apache.lucene.search.function.DocValues
 
doDelete(int) - Method in class org.apache.lucene.index.FilterIndexReader
 
doDelete(int) - Method in class org.apache.lucene.index.IndexReader
Implements deletion of the document numbered docNum.
doDelete(int) - Method in class org.apache.lucene.index.MultiReader
 
doDelete(int) - Method in class org.apache.lucene.index.ParallelReader
 
doDelete(int) - Method in class org.apache.lucene.index.SegmentReader
 
doDelete(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
doHighlight(IndexReader, int, String, Document, Analyzer, String) - Method in class org.apache.lucene.benchmark.byTask.tasks.BenchmarkHighlighter
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ClearStatsTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.CloseReaderTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.NewRoundTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Perform the task once (ignoring repetitions specification) Return number of work items done by this task.
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReopenReaderTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameRoundTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ResetInputsTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ResetSystemEraseTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ResetSystemSoftTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
doMerge(MergePolicy.OneMerge) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Does the actual merge, by calling IndexWriter.merge(org.apache.lucene.index.MergePolicy.OneMerge)
DOMUtils - Class in org.apache.lucene.xmlparser
 
DOMUtils() - Constructor for class org.apache.lucene.xmlparser.DOMUtils
 
Done() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
Done() - Method in interface org.apache.lucene.queryParser.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.FastCharStream
 
Done() - Method in interface org.apache.lucene.queryParser.precedence.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.precedence.FastCharStream
 
Done() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Set buffers back to null when finished.
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
 
doPagingSearch(BufferedReader, Searcher, Query, int, boolean, boolean) - Static method in class org.apache.lucene.demo.SearchFiles
This demonstrates a typical paging search scenario, where the search engine presents pages of size n to the user.
doReopen(boolean) - Method in class org.apache.lucene.index.MultiReader
If clone is true then we clone each of the subreaders
doReopen(boolean) - Method in class org.apache.lucene.index.ParallelReader
 
doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.FilterIndexReader
 
doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.IndexReader
Implements setNorm in subclass.
doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.MultiReader
 
doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.ParallelReader
 
doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.SegmentReader
 
doSetNorm(int, String, byte) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
doStreamingSearch(Searcher, Query) - Static method in class org.apache.lucene.demo.SearchFiles
This method uses a custom HitCollector implementation which simply prints out the docId and score of every matching document.
dot(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
DOTLESS_YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DOUBLE - Static variable in class org.apache.lucene.search.SortField
Sort using term values as encoded Doubles.
doubleToFixed(double) - Static method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
doubleToPrefixCoded(double) - Static method in class org.apache.lucene.util.NumericUtils
Convenience method: this just returns: longToPrefixCoded(doubleToSortableLong(val))
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.search.function.DocValues
Return doc value as a double.
doumentNumberIntegerComparator - Static variable in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
doUndeleteAll() - Method in class org.apache.lucene.index.FilterIndexReader
 
doUndeleteAll() - Method in class org.apache.lucene.index.IndexReader
Implements actual undeleteAll() in subclass.
doUndeleteAll() - Method in class org.apache.lucene.index.MultiReader
 
doUndeleteAll() - Method in class org.apache.lucene.index.ParallelReader
 
doUndeleteAll() - Method in class org.apache.lucene.index.SegmentReader
 
doUndeleteAll() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
DuplicateFilter - Class in org.apache.lucene.search
 
DuplicateFilter(String) - Constructor for class org.apache.lucene.search.DuplicateFilter
 
DuplicateFilter(String, int, int) - Constructor for class org.apache.lucene.search.DuplicateFilter
 
DuplicateFilterBuilder - Class in org.apache.lucene.xmlparser.builders
 
DuplicateFilterBuilder() - Constructor for class org.apache.lucene.xmlparser.builders.DuplicateFilterBuilder
 
DUTCH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.nl.DutchAnalyzer
List of typical Dutch stopwords.
DutchAnalyzer - Class in org.apache.lucene.analysis.nl
Analyzer for Dutch language.
DutchAnalyzer() - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. Use DutchAnalyzer.DutchAnalyzer(Version) instead
DutchAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an analyzer with the default stop words (DutchAnalyzer.DUTCH_STOP_WORDS) and a few default entries for the stem exclusion table.
DutchAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. Use DutchAnalyzer.DutchAnalyzer(Version, String[]) instead
DutchAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an analyzer with the given stop words.
DutchAnalyzer(HashSet) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. Use DutchAnalyzer.DutchAnalyzer(Version, HashSet) instead
DutchAnalyzer(Version, HashSet) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an analyzer with the given stop words.
DutchAnalyzer(File) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. Use DutchAnalyzer.DutchAnalyzer(Version, File) instead
DutchAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an analyzer with the given stop words.
DutchStemFilter - Class in org.apache.lucene.analysis.nl
A TokenFilter that stems Dutch words.
DutchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
 
DutchStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
Builds a DutchStemFilter that uses an exclusion table.
DutchStemFilter(TokenStream, Set, Map) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
 
DutchStemmer - Class in org.apache.lucene.analysis.nl
A stemmer for Dutch words.
DutchStemmer() - Constructor for class org.apache.lucene.analysis.nl.DutchStemmer
 
DutchStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
DutchStemmer() - Constructor for class org.tartarus.snowball.ext.DutchStemmer
 
DYNAMIC - Static variable in class org.apache.lucene.search.CachingWrapperFilter.DeletesMode
 

E

EdgeNGramTokenFilter - Class in org.apache.lucene.analysis.ngram
Tokenizes the given token into n-grams of given size(s).
EdgeNGramTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
EdgeNGramTokenFilter(TokenStream, EdgeNGramTokenFilter.Side, 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(TokenStream, String, 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 - Class 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(Reader, EdgeNGramTokenizer.Side, 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(AttributeSource, Reader, EdgeNGramTokenizer.Side, 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(AttributeSource.AttributeFactory, Reader, EdgeNGramTokenizer.Side, 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(Reader, String, 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(AttributeSource, Reader, String, 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(AttributeSource.AttributeFactory, Reader, String, 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.Side - Class in org.apache.lucene.analysis.ngram
Specifies which side of the input the n-gram should be generated from
ELAPSED - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
elapsed - Variable in class org.apache.lucene.benchmark.stats.TimeData
Elapsed time in milliseconds.
ElisionFilter - Class in org.apache.lucene.analysis.fr
Removes elisions from a TokenStream.
ElisionFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.ElisionFilter
Constructs an elision filter with standard stop words
ElisionFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.fr.ElisionFilter
Constructs an elision filter with a Set of stop words
ElisionFilter(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.fr.ElisionFilter
Constructs an elision filter with an array of stop words
Ellipse - Class in org.apache.lucene.spatial.geometry.shape
Ellipse shape.
Ellipse() - Constructor for class org.apache.lucene.spatial.geometry.shape.Ellipse
 
Ellipse(Point2D, Point2D, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Ellipse
Constructor given bounding rectangle and a rotation.
EMAIL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
EMAIL_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
EMPTY_DOCIDSET - Static variable in class org.apache.lucene.search.DocIdSet
An empty DocIdSet instance for easy use, e.g.
EMPTY_MESSAGE - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
EMPTY_OFFSET_INFO - Static variable in class org.apache.lucene.index.TermVectorOffsetInfo
Convenience declaration when creating a TermPositionVector that stores only position information.
EMPTY_TOPDOCS - Static variable in class org.apache.lucene.search.TopDocsCollector
 
EmptyTokenStream - Class in org.apache.lucene.analysis.miscellaneous
An always exhausted token stream.
EmptyTokenStream() - Constructor for class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
 
enable_tracing() - Method in class org.apache.lucene.demo.html.HTMLParser
 
enable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
enable_tracing() - Method in class org.apache.lucene.queryParser.QueryParser
Enable tracing.
enable_tracing() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Enable tracing.
enable_tracing() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
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 Payload
encode(String) - Static method in class org.apache.lucene.demo.html.Entities
 
encode(double, double) - Static method in class org.apache.lucene.spatial.geohash.GeoHashUtils
 
encode(ByteBuffer, CharBuffer) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Encodes the input byte sequence into the output char sequence.
encode(ByteBuffer) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Encodes the input byte sequence.
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
 
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
 
encodeNorm(float) - Static method in class org.apache.lucene.search.Similarity
Encodes a normalization factor for storage in an index.
encoder - Variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
Encoder - Interface in org.apache.lucene.search.highlight
Encodes original text.
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
 
encoding - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
end() - Method in class org.apache.lucene.analysis.CachingTokenFilter
 
end() - Method in class org.apache.lucene.analysis.CharTokenizer
 
end() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
 
end() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
end() - Method in class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
 
end() - Method in class org.apache.lucene.analysis.KeywordTokenizer
 
end() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
end() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
end() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
end() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter
 
end() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter.SinkTokenStream
 
end() - Method in class org.apache.lucene.analysis.TokenFilter
Performs end-of-stream operations, if any, and calls then end() on the input TokenStream.

NOTE: Be sure to call super.end() first when overriding this method.

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 - Variable in class org.apache.lucene.queryParser.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.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.wikipedia.analysis.WikipediaTokenizer
 
END_CHAR_ARRAY - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
 
endColumn - Variable in class org.apache.lucene.demo.html.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The column number of the last character of this Token.
endColumn - Variable in class org.apache.lucene.queryParser.surround.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.apache.lucene.queryParser.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
 
endEnum() - Method in class org.apache.lucene.search.FilteredTermEnum
Indicates the end of the enumeration has been reached
endEnum() - Method in class org.apache.lucene.search.FuzzyTermEnum
 
endEnum() - Method in class org.apache.lucene.search.PrefixTermEnum
 
endEnum() - Method in class org.apache.lucene.search.regex.RegexTermEnum
 
endEnum() - Method in class org.apache.lucene.search.TermRangeTermEnum
 
endEnum() - Method in class org.apache.lucene.search.WildcardTermEnum
 
endLine - Variable in class org.apache.lucene.demo.html.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The line number of the last character of this Token.
endLine - Variable in class org.apache.lucene.queryParser.surround.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.lucene.queryParser.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 SegToken.charArray
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
Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text.
endRun() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Mark the ending time of this test run.
ENGLISH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.ENGLISH_STOP_WORDS_SET instead
ENGLISH_STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.StopAnalyzer
An unmodifiable set containing some common English words that are not usually useful for searching.
EnglishStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
EnglishStemmer() - Constructor for class org.tartarus.snowball.ext.EnglishStemmer
 
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.index.IndexReader
 
ensureOpen(boolean) - Method in class org.apache.lucene.index.IndexWriter
Used internally to throw an AlreadyClosedException if this IndexWriter has been closed.
ensureOpen() - Method in class org.apache.lucene.index.IndexWriter
 
ensureOpen() - Method in class org.apache.lucene.store.Directory
 
Entities - Class in org.apache.lucene.demo.html
 
Entities() - Constructor for class org.apache.lucene.demo.html.Entities
 
Entity - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
EnwikiContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource which reads the English Wikipedia dump.
EnwikiContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
EnwikiDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Deprecated. Please use DocMaker instead, with content.source=EnwikiContentSource
EnwikiDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
Deprecated.  
EnwikiQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A QueryMaker that uses common and uncommon actual Wikipedia queries for searching the English Wikipedia collection.
EnwikiQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.EnwikiQueryMaker
 
EOF - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
EOF - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
EOF - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
End of File.
EOF - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
End of File.
EOF - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
eol - Variable in exception org.apache.lucene.demo.html.ParseException
The end of line string for this machine.
eol - Variable in exception org.apache.lucene.queryParser.ParseException
The end of line string for this machine.
eol - Variable in exception org.apache.lucene.queryParser.precedence.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, String) - Method in class org.tartarus.snowball.SnowballProgram
 
eq_s_b(int, String) - Method in class org.tartarus.snowball.SnowballProgram
 
eq_v(StringBuffer) - Method in class org.tartarus.snowball.SnowballProgram
 
eq_v_b(StringBuffer) - Method in class org.tartarus.snowball.SnowballProgram
 
equals(Object) - Method in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
 
equals(Object) - Method in class org.apache.lucene.analysis.Token
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
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.TermAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.document.FieldSelectorResult
 
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.memory.PatternAnalyzer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.lucene.index.Payload
 
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.index.TermVectorEntry
 
equals(Object) - Method in class org.apache.lucene.index.TermVectorOffsetInfo
Two TermVectorOffsetInfos are equals if both the start and end offsets are the same
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
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.BooleanFilter
 
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.BoostingQuery
 
equals(Object) - Method in class org.apache.lucene.search.CachingSpanFilter
 
equals(Object) - Method in class org.apache.lucene.search.CachingWrapperFilter
 
equals(Object) - Method in class org.apache.lucene.search.ConstantScoreQuery
Returns true if o is equal to this.
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.DuplicateFilter
 
equals(Object) - Method in class org.apache.lucene.search.FieldCacheRangeFilter
 
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.function.CustomScoreQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.function.FieldCacheSource
 
equals(Object) - Method in class org.apache.lucene.search.function.MultiValueSource
Deprecated.  
equals(Object) - Method in class org.apache.lucene.search.function.OrdFieldSource
 
equals(Object) - Method in class org.apache.lucene.search.function.ReverseOrdFieldSource
 
equals(Object) - Method in class org.apache.lucene.search.function.ValueSource
Needed for possible caching of query results - used by ValueSourceQuery.equals(Object).
equals(Object) - Method in class org.apache.lucene.search.function.ValueSourceQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.FuzzyLikeThisQuery
 
equals(Object) - Method in class org.apache.lucene.search.FuzzyQuery
 
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.ConstantScoreAutoRewrite
 
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.NumericRangeQuery
 
equals(Object) - Method in class org.apache.lucene.search.payloads.AveragePayloadFunction
 
equals(Object) - Method in class org.apache.lucene.search.payloads.BoostingTermQuery
Deprecated.  
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.QueryFilter
Deprecated.  
equals(Object) - Method in class org.apache.lucene.search.QueryWrapperFilter
 
equals(Object) - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Returns true iff o is equal to this.
equals(Object) - Method in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
 
equals(Object) - Method in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
equals(Object) - Method in class org.apache.lucene.search.regex.RegexQuery
 
equals(Object) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
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.SpanQueryFilter
 
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.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.SpanTermQuery
 
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.TermsFilter
 
equals(Object) - Method in class org.apache.lucene.search.WildcardQuery
 
equals(Object) - Method in class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.LatLng
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.LineSegment
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
equals(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
equals(Object) - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.spatial.tier.LatLongDistanceFilter
Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.util.AttributeImpl
All values used for computation of AttributeImpl.hashCode() should be checked here for equality.
equals(Object) - Method in class org.apache.lucene.util.AttributeSource
 
equals(Object) - Method in class org.apache.lucene.util.OpenBitSet
returns true if both sets have the same bits set
error(SAXParseException) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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(CharSequence, Locale, EscapeQuerySyntax.Type) - Method in interface org.apache.lucene.queryParser.core.parser.EscapeQuerySyntax
 
escape(String) - Static method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.
escape(String) - Static method in class org.apache.lucene.queryParser.QueryParser
Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.
escape(CharSequence, Locale, EscapeQuerySyntax.Type) - Method in class org.apache.lucene.queryParser.standard.parser.EscapeQuerySyntaxImpl
 
escape(String) - Static method in class org.apache.lucene.queryParser.standard.QueryParserUtil
Returns a String where those characters that TextParser expects to be escaped are escaped by a preceding \.
escape(String) - Static method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.
EscapeQuerySyntax - Interface in org.apache.lucene.queryParser.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.core.parser
 
EscapeQuerySyntaxImpl - Class in org.apache.lucene.queryParser.standard.parser
 
EscapeQuerySyntaxImpl() - Constructor for class org.apache.lucene.queryParser.standard.parser.EscapeQuerySyntaxImpl
 
estimateRamUsage(Object) - Method in class org.apache.lucene.util.RamUsageEstimator
 
estimateSize() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
estimateSize(RamUsageEstimator) - Method in class org.apache.lucene.search.FieldCache.CacheEntry
Computes (and stores) the estimated size of the cache Value
execute() - Method in class org.apache.lucene.ant.IndexTask
Begins the indexing
execute() - Method in class org.apache.lucene.benchmark.byTask.Benchmark
 
execute() - Method in class org.apache.lucene.benchmark.byTask.utils.Algorithm
Execute this algorithm
execute(Judge, SubmissionReport, PrintWriter) - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
Run the quality benchmark.
exist(String) - Method in class org.apache.lucene.search.spell.SpellChecker
Check whether the word exists in the index.
exists(DbDirectory) - Method in class org.apache.lucene.store.db.File
 
exists(JEDirectory) - Method in class org.apache.lucene.store.je.File
 
expand(String, Searcher, Analyzer, String, float) - Static method in class org.apache.lucene.wordnet.SynExpand
Perform synonym expansion on a query.
expand(String, Searcher, Analyzer, String, float) - Static method in class org.apache.lucene.wordnet.SynLookup
Perform synonym expansion on a query.
ExpandBuff(boolean) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
expandingWordNum(long) - Method in class org.apache.lucene.util.OpenBitSet
 
EXPECTED - Static variable in class org.apache.lucene.util.FieldCacheSanityChecker.InsanityType
Indicates an expected bit of "insanity".
expectedTokenSequences - Variable in exception org.apache.lucene.demo.html.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.precedence.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(IndexReader, int) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
explain(int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
explain(IndexReader, int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
explain(IndexReader, int) - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
 
explain() - Method in class org.apache.lucene.search.Explanation.IDFExplanation
This should be calculated lazily if possible.
explain(int) - Method in class org.apache.lucene.search.function.DocValues
Explain the scoring value for the input doc.
explain(Weight, int) - Method in class org.apache.lucene.search.IndexSearcher
 
explain(Weight, int) - Method in class org.apache.lucene.search.MultiSearcher
 
explain(int) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
explain(int) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
explain(Weight, int) - Method in class org.apache.lucene.search.RemoteSearchable
 
explain(int) - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
explain(int) - Method in class org.apache.lucene.search.Scorer
Deprecated. Please use IndexSearcher.explain(org.apache.lucene.search.Weight, int) or Weight.explain(org.apache.lucene.index.IndexReader, int) instead.
explain(Weight, int) - Method in interface org.apache.lucene.search.Searchable
Expert: low-level implementation method Returns an Explanation that describes how doc scored against weight.
explain(Query, int) - Method in class org.apache.lucene.search.Searcher
Returns an Explanation that describes how doc scored against query.
explain(Weight, int) - Method in class org.apache.lucene.search.Searcher
 
explain(int) - Method in class org.apache.lucene.search.spans.SpanScorer
 
explain(IndexReader, int) - Method in class org.apache.lucene.search.spans.SpanWeight
 
explain(IndexReader, 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
 
Explanation.IDFExplanation - Class in org.apache.lucene.search
Small Util class used to pass both an idf factor as well as an explanation for that factor.
Explanation.IDFExplanation() - Constructor for class org.apache.lucene.search.Explanation.IDFExplanation
 
expungeDeletes(boolean) - Method in class org.apache.lucene.index.IndexWriter
Just like IndexWriter.expungeDeletes(), except you can specify whether the call should block until the operation completes.
expungeDeletes() - Method in class org.apache.lucene.index.IndexWriter
Expunges all deletes from the index.
EXT_DEFAULT - Static variable in interface org.apache.lucene.search.ExtendedFieldCache
Deprecated. Use FieldCache.DEFAULT; this will be removed in Lucene 3.0
EXTENDED_ANALYZER - Static variable in class org.apache.lucene.index.memory.PatternAnalyzer
A lower-casing word analyzer with extended English stop words (can be shared freely across threads without harm); global per class loader.
ExtendedFieldCache - Interface in org.apache.lucene.search
Deprecated. Use FieldCache, this will be removed in Lucene 3.0
ExtendedFieldCache.DoubleParser - Interface in org.apache.lucene.search
Deprecated. Use FieldCache.DoubleParser, this will be removed in Lucene 3.0
ExtendedFieldCache.LongParser - Interface in org.apache.lucene.search
Deprecated. Use FieldCache.LongParser, this will be removed in Lucene 3.0
EXTERNAL_LINK - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
EXTERNAL_LINK_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
EXTERNAL_LINK_URL - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
EXTERNAL_LINK_URL_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
extract() - Method in class org.apache.lucene.benchmark.utils.ExtractReuters
 
extract() - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
extractFile(File) - Method in class org.apache.lucene.benchmark.utils.ExtractReuters
Override if you wish to change what is extracted
ExtractReuters - Class in org.apache.lucene.benchmark.utils
Split the Reuters SGML documents into Simple Text files containing: Title, Date, Dateline, Body
ExtractReuters(File, File) - Constructor for class org.apache.lucene.benchmark.utils.ExtractReuters
 
extractTasks() - Method in class org.apache.lucene.benchmark.byTask.utils.Algorithm
Expert: for test purposes, return all tasks participating in this algorithm.
extractTerms(Set) - Method in class org.apache.lucene.search.BooleanQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.ConstantScoreQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.FilteredQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.function.CustomScoreQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.function.ValueSourceQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.MatchAllDocsQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.MultiPhraseQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.PhraseQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.Query
Expert: adds all terms occurring in this query to the terms set.
extractTerms(Set) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
extractTerms(Set) - Method in class org.apache.lucene.search.TermQuery
 
ExtractWikipedia - Class in org.apache.lucene.benchmark.utils
Extract the downloaded Wikipedia dump into separate files for indexing.
ExtractWikipedia(DocMaker, File) - Constructor for class org.apache.lucene.benchmark.utils.ExtractWikipedia
 

F

F_SYN - Static variable in class org.apache.lucene.wordnet.Syns2Index
 
F_WORD - Static variable in class org.apache.lucene.search.spell.SpellChecker
Field name for each word in the ngram index.
F_WORD - Static variable in class org.apache.lucene.wordnet.Syns2Index
 
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
 
FastCharStream - Class in org.apache.lucene.queryParser
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.FastCharStream
Constructs from a Reader.
FastCharStream - Class in org.apache.lucene.queryParser.precedence
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.precedence.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.
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.
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.
fatalError(SAXParseException) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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 - Class in org.apache.lucene.document
A field is a section of a Document.
Field(String, String, Field.Store, Field.Index) - Constructor for class org.apache.lucene.document.Field
Create a field by specifying its name, value and how it will be saved in the index.
Field(String, String, Field.Store, Field.Index, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
Create a field by specifying its name, value and how it will be saved in the index.
Field(String, boolean, String, Field.Store, Field.Index, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
Create a field by specifying its name, value and how it will be saved in the index.
Field(String, Reader) - Constructor for class org.apache.lucene.document.Field
Create a tokenized and indexed field that is not stored.
Field(String, Reader, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
Create a tokenized and indexed field that is not stored, optionally with storing term vectors.
Field(String, TokenStream) - Constructor for class org.apache.lucene.document.Field
Create a tokenized and indexed field that is not stored.
Field(String, TokenStream, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
Create a tokenized and indexed field that is not stored, optionally with storing term vectors.
Field(String, byte[], Field.Store) - Constructor for class org.apache.lucene.document.Field
Create a stored field with binary value.
Field(String, byte[], int, int, Field.Store) - Constructor for class org.apache.lucene.document.Field
Create a stored field with binary value.
field() - Method in class org.apache.lucene.index.Term
Returns the field of this term, an interned string.
field - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's field
field - Variable in class org.apache.lucene.search.function.OrdFieldSource
 
field - Variable in class org.apache.lucene.search.function.ReverseOrdFieldSource
 
field - Variable in class org.apache.lucene.search.spans.SpanNearQuery
 
field() - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
Field.Index - Class in org.apache.lucene.document
Specifies whether and how a field should be indexed.
Field.Store - Class in org.apache.lucene.document
Specifies whether and how a field should be stored.
Field.TermVector - Class in org.apache.lucene.document
Specifies whether and how a field should have term vectors.
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 (relevancy).
Fieldable - Interface in org.apache.lucene.document
Synonymous with Field.
FieldableNode - Interface in org.apache.lucene.queryParser.core.nodes
A query node implements FieldableNode interface to indicate that its children and itself are associated to a specific field.
FieldBoostMapAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute enables the user to define a default boost per field.
FieldBoostMapAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig.
FieldBoostMapAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
FieldBoostMapFCListener - Class in org.apache.lucene.queryParser.standard.config
This listener listens for every field configuration request and assign a BoostAttribute to the equivalent FieldConfig based on a defined map: fieldName -> boostValue store in FieldBoostMapAttribute in the FieldBoostMapAttribute.
FieldBoostMapFCListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.standard.config.FieldBoostMapFCListener
 
FieldCache - Interface in org.apache.lucene.search
Expert: Maintains caches of term values.
FieldCache.ByteParser - Interface in org.apache.lucene.search
Interface to parse bytes from document fields.
FieldCache.CacheEntry - Class in org.apache.lucene.search
EXPERT: A unique Identifier/Description for each item in the FieldCache.
FieldCache.CacheEntry() - Constructor for class org.apache.lucene.search.FieldCache.CacheEntry
 
FieldCache.CreationPlaceholder - Class in org.apache.lucene.search
 
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.FloatParser - Interface in org.apache.lucene.search
Interface to parse floats from document fields.
FieldCache.IntParser - Interface in org.apache.lucene.search
Interface to parse ints from document fields.
FieldCache.LongParser - Interface in org.apache.lucene.search
Interface to parse long from document fields.
FieldCache.Parser - Interface in org.apache.lucene.search
Marker interface as super-interface to all parsers.
FieldCache.ShortParser - Interface in org.apache.lucene.search
Interface to parse shorts from document fields.
FieldCache.StringIndex - Class in org.apache.lucene.search
Expert: Stores term text values and document ordering data.
FieldCache.StringIndex(int[], String[]) - Constructor for class org.apache.lucene.search.FieldCache.StringIndex
Creates one of these objects
FieldCacheRangeFilter - Class in org.apache.lucene.search
A range filter built on top of a cached single term field (in FieldCache).
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.search.function
Expert: A base class for ValueSource implementations that retrieve values for a single field from the FieldCache.
FieldCacheSource(String) - Constructor for class org.apache.lucene.search.function.FieldCacheSource
Create a cached field source for the input field.
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, String[]) - Constructor for class org.apache.lucene.search.FieldCacheTermsFilter
 
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet - Class in org.apache.lucene.search
 
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet(FieldCache.StringIndex) - Constructor for class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet
 
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator - Class in org.apache.lucene.search
 
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator() - Constructor for class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
 
FieldComparator - 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
Parses field's values as byte (using FieldCache.getBytes(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending value
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.IndexReader, java.lang.String) 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.IndexReader, java.lang.String) 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.IndexReader, java.lang.String) 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.IndexReader, java.lang.String) and sorts by ascending value
FieldComparator.RelevanceComparator - Class in org.apache.lucene.search
Sorts by descending relevance.
FieldComparator.ShortComparator - Class in org.apache.lucene.search
Parses field's values as short (using FieldCache.getShorts(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending value
FieldComparator.StringComparatorLocale - Class in org.apache.lucene.search
Sorts by a field's value using the Collator for a given Locale.
FieldComparator.StringOrdValComparator - Class in org.apache.lucene.search
Sorts by field's natural String sort order, using ordinals.
FieldComparator.StringOrdValComparator(int, String, int, boolean) - Constructor for class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
FieldComparator.StringValComparator - Class in org.apache.lucene.search
Sorts by field's natural String 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.core.config
This class represents a field configuration.
FieldConfig(CharSequence) - Constructor for class org.apache.lucene.queryParser.core.config.FieldConfig
Constructs a FieldConfig
FieldConfigListener - Interface in org.apache.lucene.queryParser.core.config
This interface should be implemented by classes that wants to listen for field configuration requests.
FieldDateResolutionFCListener - Class in org.apache.lucene.queryParser.standard.config
This listener listens for every field configuration request and assign a DateResolutionAttribute to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in FieldDateResolutionMapAttribute in the DateResolutionAttribute.
FieldDateResolutionFCListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.standard.config.FieldDateResolutionFCListener
 
FieldDateResolutionMapAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute enables the user to define a default DateResolution per field.
FieldDateResolutionMapAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute enables the user to define a default DateResolution per field.
FieldDateResolutionMapAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
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, Comparable[]) - 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
 
FieldFragList.WeightedFragInfo(int, int, List<FieldPhraseList.WeightedPhraseInfo>) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
 
FieldInvertState - Class in org.apache.lucene.index
This class tracks the number and position / offset parameters of terms being added to the index.
FieldInvertState() - Constructor for class org.apache.lucene.index.FieldInvertState
 
FieldInvertState(int, int, int, int, float) - Constructor for class org.apache.lucene.index.FieldInvertState
 
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
 
fieldNamesToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
FieldNormModifier - Class in org.apache.lucene.index
Given a directory and a list of fields, updates the fieldNorms in place for every document.
FieldNormModifier(Directory, Similarity) - Constructor for class org.apache.lucene.index.FieldNormModifier
Constructor for code that wishes to use this class programmatically If Similarity is null, kill the field norms.
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
a constructor.
FieldPhraseList.WeightedPhraseInfo - Class in org.apache.lucene.search.vectorhighlight
 
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.Toffs - Class in org.apache.lucene.search.vectorhighlight
 
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 keep them in QueryPhraseMap structure.
FieldQuery.QueryPhraseMap - Class in org.apache.lucene.search.vectorhighlight
 
FieldQuery.QueryPhraseMap(FieldQuery) - Constructor for class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
FieldQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A FieldQueryNode represents a element that contains field/text tuple
FieldQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
FieldQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a TermQuery object from a FieldQueryNode object.
FieldQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.FieldQueryNodeBuilder
 
FieldReaderException - Exception in org.apache.lucene.index
 
FieldReaderException() - Constructor for exception org.apache.lucene.index.FieldReaderException
Constructs a new runtime exception with null as its detail message.
FieldReaderException(Throwable) - Constructor for exception org.apache.lucene.index.FieldReaderException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
FieldReaderException(String) - Constructor for exception org.apache.lucene.index.FieldReaderException
Constructs a new runtime exception with the specified detail message.
FieldReaderException(String, Throwable) - Constructor for exception org.apache.lucene.index.FieldReaderException
Constructs a new runtime exception with the specified detail message and cause.
fields() - Method in class org.apache.lucene.document.Document
Deprecated. use Document.getFields() instead
fields - Variable in class org.apache.lucene.queryParser.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.FieldSortedHitQueue
Deprecated. Stores the sort criteria being used.
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.
FieldScoreQuery - Class in org.apache.lucene.search.function
A query that scores each document as the value of the numeric input field.
FieldScoreQuery(String, FieldScoreQuery.Type) - Constructor for class org.apache.lucene.search.function.FieldScoreQuery
Create a FieldScoreQuery - a query that scores each document as the value of the numeric input field.
FieldScoreQuery.Type - Class in org.apache.lucene.search.function
Type of score field, indicating how field values are interpreted/parsed.
fieldsData - Variable in class org.apache.lucene.document.AbstractField
 
fieldSelector - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
FieldSelector - Interface in org.apache.lucene.document
Similar to a FileFilter, the FieldSelector allows one to make decisions about what Fields get loaded on a Document by IndexReader.document(int,org.apache.lucene.document.FieldSelector)
FieldSelectorResult - Class in org.apache.lucene.document
Provides information about what should be done with this Field
FieldSortedHitQueue - Class in org.apache.lucene.search
Deprecated. see FieldValueHitQueue
FieldSortedHitQueue(IndexReader, SortField[], int) - Constructor for class org.apache.lucene.search.FieldSortedHitQueue
Deprecated. Creates a hit queue sorted by the given list of fields.
FieldSortedTermVectorMapper - Class in org.apache.lucene.index
For each Field, store a sorted collection of TermVectorEntrys

This is not thread-safe.

FieldSortedTermVectorMapper(Comparator) - Constructor for class org.apache.lucene.index.FieldSortedTermVectorMapper
 
FieldSortedTermVectorMapper(boolean, boolean, Comparator) - Constructor for class org.apache.lucene.index.FieldSortedTermVectorMapper
 
FieldsQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
FieldsQuery - Class in org.apache.lucene.queryParser.surround.query
 
FieldsQuery(SrndQuery, List, 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
 
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
 
FieldValueHitQueue - Class in org.apache.lucene.search
Expert: A hit queue for sorting by hits by terms in more than one field.
file - Variable in class org.apache.lucene.store.db.DbIndexInput
 
file - Variable in class org.apache.lucene.store.db.DbIndexOutput
 
File - Class in org.apache.lucene.store.db
 
File(String) - Constructor for class org.apache.lucene.store.db.File
 
File(DbDirectory, String, boolean) - Constructor for class org.apache.lucene.store.db.File
 
File - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
File(String) - Constructor for class org.apache.lucene.store.je.File
 
File(JEDirectory, String, boolean) - Constructor for class org.apache.lucene.store.je.File
 
file - Variable in class org.apache.lucene.store.je.JEIndexInput
 
file - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
file - Variable in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
FileBasedQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Create queries from a FileReader.
FileBasedQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.FileBasedQueryMaker
 
FileDocument - Class in org.apache.lucene.demo
A utility for making Lucene Documents from a File.
fileExists(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
fileExists(String) - Method in class org.apache.lucene.store.Directory
Returns true iff a file with the given name exists.
fileExists(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
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.je.JEDirectory
 
fileExists(String) - Method in class org.apache.lucene.store.RAMDirectory
Returns true iff the named file exists in this directory.
FileExtensionDocumentHandler - Class in org.apache.lucene.ant
A DocumentHandler implementation to delegate responsibility to based on a files extension.
FileExtensionDocumentHandler() - Constructor for class org.apache.lucene.ant.FileExtensionDocumentHandler
 
fileLength(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
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.FSDirectory
Returns the length in bytes of a file in the directory.
fileLength(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
fileLength(String) - Method in class org.apache.lucene.store.RAMDirectory
Returns the length in bytes of a file in the directory.
fileModified(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
fileModified(String) - Method in class org.apache.lucene.store.Directory
Returns the time the named file was last modified.
fileModified(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
fileModified(String) - Method in class org.apache.lucene.store.FSDirectory
Returns the time the named file was last modified.
fileModified(File, String) - Static method in class org.apache.lucene.store.FSDirectory
Returns the time the named file was last modified.
fileModified(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
fileModified(String) - Method in class org.apache.lucene.store.RAMDirectory
Returns the time the named file was last modified.
files() - Method in class org.apache.lucene.index.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).
files - Variable in class org.apache.lucene.store.db.DbDirectory
 
files - Variable in class org.apache.lucene.store.je.JEDirectory
 
FileSwitchDirectory - Class in org.apache.lucene.store
Expert: A Directory instance that switches files between two other Directory instances.
FileSwitchDirectory(Set, Directory, Directory, boolean) - Constructor for class org.apache.lucene.store.FileSwitchDirectory
 
FileUtils - Class in org.apache.lucene.benchmark.byTask.utils
File utilities.
FileUtils() - Constructor for class org.apache.lucene.benchmark.byTask.utils.FileUtils
 
FillBuff() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
FillBuff() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
FILLER_TOKEN - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
filler token for when positionIncrement is more than 1
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.CachingSpanFilter
 
filter - Variable in class org.apache.lucene.search.CachingWrapperFilter
 
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
 
filter - Variable in class org.apache.lucene.search.FilterManager.FilterItem
 
filter - Variable in class org.apache.lucene.search.RemoteCachingWrapperFilter
 
FilterBuilder - Interface in org.apache.lucene.xmlparser
 
FilterBuilderFactory - Class in org.apache.lucene.xmlparser
 
FilterBuilderFactory() - Constructor for class org.apache.lucene.xmlparser.FilterBuilderFactory
 
FilterClause - Class in org.apache.lucene.search
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.search.FilterClause
Create a new FilterClause
filterCleaner - Variable in class org.apache.lucene.search.FilterManager
Cache cleaner that runs in a separate thread
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.
FilteredQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
FilteredQueryBuilder(FilterBuilder, QueryBuilder) - Constructor for class org.apache.lucene.xmlparser.builders.FilteredQueryBuilder
 
FilteredTermEnum - Class in org.apache.lucene.search
Abstract class for enumerating a subset of all terms.
FilteredTermEnum() - Constructor for class org.apache.lucene.search.FilteredTermEnum
 
filterFactory - Variable in class org.apache.lucene.xmlparser.CoreParser
 
FilterIndexReader - Class in org.apache.lucene.index
A FilterIndexReader contains another IndexReader, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterIndexReader(IndexReader) - Constructor for class org.apache.lucene.index.FilterIndexReader
Construct a FilterIndexReader based on the specified base reader.
FilterIndexReader.FilterTermDocs - Class in org.apache.lucene.index
Base class for filtering TermDocs implementations.
FilterIndexReader.FilterTermDocs(TermDocs) - Constructor for class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
FilterIndexReader.FilterTermEnum - Class in org.apache.lucene.index
Base class for filtering TermEnum implementations.
FilterIndexReader.FilterTermEnum(TermEnum) - Constructor for class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
 
FilterIndexReader.FilterTermPositions - Class in org.apache.lucene.index
Base class for filtering TermPositions implementations.
FilterIndexReader.FilterTermPositions(TermPositions) - Constructor for class org.apache.lucene.index.FilterIndexReader.FilterTermPositions
 
FilterManager - Class in org.apache.lucene.search
Filter caching singleton.
FilterManager() - Constructor for class org.apache.lucene.search.FilterManager
Sets up the FilterManager singleton.
FilterManager.FilterCleaner - Class in org.apache.lucene.search
Keeps the cache from getting too big.
FilterManager.FilterCleaner() - Constructor for class org.apache.lucene.search.FilterManager.FilterCleaner
 
FilterManager.FilterItem - Class in org.apache.lucene.search
Holds the filter and the last time the filter was used, to make LRU-based cache cleaning possible.
FilterManager.FilterItem(Filter) - Constructor for class org.apache.lucene.search.FilterManager.FilterItem
 
finalResult(OpenBitSetDISI, int) - Method in class org.apache.lucene.misc.ChainedFilter
Deprecated. Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself.
finalResult(OpenBitSetDISI, int) - Method in class org.apache.lucene.search.BooleanFilter
Deprecated. Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself.
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_among(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
 
find_among_b(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
 
findMerges(SegmentInfos) - Method in class org.apache.lucene.index.LogMergePolicy
Checks if any merges are now necessary and returns a MergePolicy.MergeSpecification if so.
findMerges(SegmentInfos) - Method in class org.apache.lucene.index.MergePolicy
Determine what set of merge operations are now necessary on the index.
findMergesForOptimize(SegmentInfos, int, Set) - Method in class org.apache.lucene.index.LogMergePolicy
Returns the merges necessary to optimize the index.
findMergesForOptimize(SegmentInfos, int, Set) - Method in class org.apache.lucene.index.MergePolicy
Determine what set of merge operations is necessary in order to optimize the index.
findMergesToExpungeDeletes(SegmentInfos) - Method in class org.apache.lucene.index.LogMergePolicy
Finds merges necessary to expunge all deletes from the index.
findMergesToExpungeDeletes(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.
findPattern(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
finishCommit() - Method in class org.apache.lucene.store.ChecksumIndexOutput
See ChecksumIndexOutput.prepareCommit()
FinnishStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
FinnishStemmer() - Constructor for class org.tartarus.snowball.ext.FinnishStemmer
 
firstTime - Variable in class org.apache.lucene.search.spans.SpanScorer
Deprecated. not needed anymore
FixedLatLng - Class in org.apache.lucene.spatial.geometry
NOTE: This API is still in flux and might change in incompatible ways in the next release.
FixedLatLng(int, int) - Constructor for class org.apache.lucene.spatial.geometry.FixedLatLng
 
FixedLatLng(LatLng) - Constructor for class org.apache.lucene.spatial.geometry.FixedLatLng
 
fixedToDouble(int) - Static method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
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.search.regex.JavaUtilRegexCapabilities
 
FLAG_CASE_INSENSITIVE - Static variable in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
FLAG_COMMENTS - Static variable in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
FLAG_DOTALL - Static variable in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
FLAG_LITERAL - Static variable in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
FLAG_MATCH_CASEINDEPENDENT - Static variable in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
Flag to specify that matching should be case-independent (folded)
FLAG_MATCH_NORMAL - Static variable in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
Flag to specify normal, case-sensitive matching behaviour.
FLAG_MULTILINE - Static variable in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
FLAG_UNICODE_CASE - Static variable in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
FLAG_UNIX_LINES - Static variable in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
flags - Variable in class org.apache.lucene.store.db.DbDirectory
 
flags - Variable in class org.apache.lucene.store.je.JEDirectory
 
FlagsAttribute - Interface in org.apache.lucene.analysis.tokenattributes
This attribute can be used to pass different flags down the Tokenizer chain, eg from one TokenFilter to another one.
FlagsAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
This attribute can be used to pass different flags down the tokenizer chain, eg from one TokenFilter to another one.
FlagsAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
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.
FLOAT - Static variable in class org.apache.lucene.search.function.FieldScoreQuery.Type
field values are interpreted as numeric float values.
FLOAT - Static variable in class org.apache.lucene.search.SortField
Sort using term values as encoded Floats.
FloatEncoder - Class in org.apache.lucene.analysis.payloads
Encode a character array Float as a Payload.
FloatEncoder() - Constructor for class org.apache.lucene.analysis.payloads.FloatEncoder
 
FloatFieldSource - Class in org.apache.lucene.search.function
Expert: obtains float field values from the FieldCache using getFloats() and makes those values available as other numeric types, casting as needed.
FloatFieldSource(String) - Constructor for class org.apache.lucene.search.function.FloatFieldSource
Create a cached float field source with default string-to-float parser.
FloatFieldSource(String, FieldCache.FloatParser) - Constructor for class org.apache.lucene.search.function.FloatFieldSource
Create a cached float field source with a specific string-to-float parser.
FloatLatLng - Class in org.apache.lucene.spatial.geometry
NOTE: This API is still in flux and might change in incompatible ways in the next release.
FloatLatLng(double, double) - Constructor for class org.apache.lucene.spatial.geometry.FloatLatLng
 
FloatLatLng(LatLng) - Constructor for class org.apache.lucene.spatial.geometry.FloatLatLng
 
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
floatToPrefixCoded(float) - Static method in class org.apache.lucene.util.NumericUtils
Convenience method: this just returns: intToPrefixCoded(floatToSortableInt(val))
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.search.function.DocValues
Return doc value as a float.
flush() - Method in class org.apache.lucene.benchmark.quality.utils.SubmissionReport
 
flush() - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Make sure all changes are written to disk.
flush() - Method in class org.apache.lucene.index.IndexReader
 
flush(Map) - Method in class org.apache.lucene.index.IndexReader
 
flush() - Method in class org.apache.lucene.index.IndexWriter
Deprecated. please call IndexWriter.commit()) instead
flush(boolean, boolean, boolean) - Method in class org.apache.lucene.index.IndexWriter
Flush all in-memory buffered udpates (adds and deletes) to the Directory.
flush() - Method in class org.apache.lucene.store.BufferedIndexOutput
Forces any buffered output to be written.
flush() - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
flush() - Method in class org.apache.lucene.store.db.DbDirectory
Flush the currently open files.
flush() - Method in class org.apache.lucene.store.db.DbIndexOutput
 
flush() - Method in class org.apache.lucene.store.IndexOutput
Forces any buffered output to be written.
flush() - Method in class org.apache.lucene.store.je.JEDirectory
Flush the currently open files.
flush() - Method in class org.apache.lucene.store.je.JEIndexOutput
 
flush() - Method in class org.apache.lucene.store.RAMOutputStream
 
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.SimpleFSDirectory.SimpleFSIndexOutput
output methods:
FlushReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
 
FlushReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
foldToASCII(char[], int) - Method in class org.apache.lucene.analysis.ASCIIFoldingFilter
Converts characters above ASCII to their ASCII equivalents.
follows(TextFragment) - Method in class org.apache.lucene.search.highlight.TextFragment
 
forever - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
Format - Class in org.apache.lucene.benchmark.byTask.utils
Formatting utilities (for reports).
Format() - Constructor for class org.apache.lucene.benchmark.byTask.utils.Format
 
format(int, float, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Padd a number from left.
format(int, double, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
 
format(int, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a number from left.
format(String, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a string from right.
FORMAT - Static variable in class org.apache.lucene.index.SegmentInfos
The file format version, a negative number.
FORMAT_CHECKSUM - Static variable in class org.apache.lucene.index.SegmentInfos
This format adds a checksum at the end of the file to ensure all bytes were successfully written.
FORMAT_DEL_COUNT - Static variable in class org.apache.lucene.index.SegmentInfos
This format adds the deletion count for each segment.
FORMAT_DIAGNOSTICS - Static variable in class org.apache.lucene.index.SegmentInfos
This format adds optional per-segment String diagnostics storage, and switches userData to Map
FORMAT_HAS_PROX - Static variable in class org.apache.lucene.index.SegmentInfos
This format adds the boolean hasProx to record if any fields in the segment store prox information (ie, have omitTermFreqAndPositions==false)
FORMAT_LOCKLESS - Static variable in class org.apache.lucene.index.SegmentInfos
This format adds details used for lockless commits.
FORMAT_SHARED_DOC_STORE - Static variable in class org.apache.lucene.index.SegmentInfos
This format allows multiple segments to share a single vectors and stored fields file.
FORMAT_SINGLE_NORM_FILE - Static variable in class org.apache.lucene.index.SegmentInfos
This format adds a "hasSingleNormFile" flag into each segment info.
FORMAT_USER_DATA - Static variable in class org.apache.lucene.index.SegmentInfos
This format adds optional commit userData (String) storage.
formatPaddLeft(String, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a string from left.
formatPaddRight(int, float, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a number from right.
formatPaddRight(int, double, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
 
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.
formSimilarQuery(String, Analyzer, String, Set) - Static method in class org.apache.lucene.search.similar.SimilarityQueries
Simple similarity query generators.
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.
fragSize - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
freeMem - Variable in class org.apache.lucene.benchmark.stats.TimeData
Free memory at the end of measurement interval.
freenode - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
FRENCH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Extended list of typical French stopwords.
FrenchAnalyzer - Class in org.apache.lucene.analysis.fr
Analyzer for French language.
FrenchAnalyzer() - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. Use FrenchAnalyzer.FrenchAnalyzer(Version) instead.
FrenchAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the default stop words (FrenchAnalyzer.FRENCH_STOP_WORDS).
FrenchAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. Use FrenchAnalyzer.FrenchAnalyzer(Version, String[]) instead.
FrenchAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words.
FrenchAnalyzer(File) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. Use FrenchAnalyzer.FrenchAnalyzer(Version, File) instead
FrenchAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words.
FrenchStemFilter - Class in org.apache.lucene.analysis.fr
A TokenFilter that stems french words.
FrenchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
 
FrenchStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
 
FrenchStemmer - Class in org.apache.lucene.analysis.fr
A stemmer for French words.
FrenchStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchStemmer
 
FrenchStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
FrenchStemmer() - Constructor for class org.tartarus.snowball.ext.FrenchStemmer
 
freq() - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
freq() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
freq() - Method in class org.apache.lucene.index.MultipleTermPositions
 
freq() - Method in interface org.apache.lucene.index.TermDocs
Returns the frequency of the term within the current document.
freq - Variable in class org.apache.lucene.search.spans.SpanScorer
 
freq - Variable in class org.apache.lucene.search.spans.TermSpans
 
freq() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
fromCartesian(CartesianPoint) - Static method in class org.apache.lucene.spatial.geometry.LatLng
The inverse of toCartesian().
FRONT - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
Get the n-gram from the front of the input
FRONT - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
Get the n-gram from the front of the input
FSDirectory - Class in org.apache.lucene.store
Base class for Directory implementations that store index files in the file system.
FSDirectory() - Constructor for class org.apache.lucene.store.FSDirectory
Deprecated.  
FSDirectory(File, LockFactory) - Constructor for class org.apache.lucene.store.FSDirectory
Create a new FSDirectory for the named location (ctor for subclasses).
FSDirectory.FSIndexInput - Class in org.apache.lucene.store
Deprecated. Use SimpleFSDirectory.SimpleFSIndexInput instead
FSDirectory.FSIndexInput(File) - Constructor for class org.apache.lucene.store.FSDirectory.FSIndexInput
Deprecated.  
FSDirectory.FSIndexInput(File, int) - Constructor for class org.apache.lucene.store.FSDirectory.FSIndexInput
Deprecated.  
FSDirectory.FSIndexInput.Descriptor - Class in org.apache.lucene.store
Deprecated.  
FSDirectory.FSIndexInput.Descriptor(File, String) - Constructor for class org.apache.lucene.store.FSDirectory.FSIndexInput.Descriptor
Deprecated.  
FSDirectory.FSIndexOutput - Class in org.apache.lucene.store
Deprecated. Use SimpleFSDirectory.SimpleFSIndexOutput instead
FSDirectory.FSIndexOutput(File) - Constructor for class org.apache.lucene.store.FSDirectory.FSIndexOutput
Deprecated.  
FSLockFactory - Class in org.apache.lucene.store
Base class for file system based locking implementation.
FSLockFactory() - Constructor for class org.apache.lucene.store.FSLockFactory
 
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
fullyDelete(File) - Static method in class org.apache.lucene.benchmark.byTask.utils.FileUtils
Delete files and directories, even if non-empty.
function - Variable in class org.apache.lucene.search.payloads.PayloadNearQuery
 
function - Variable in class org.apache.lucene.search.payloads.PayloadTermQuery
 
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
FuzzyAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
FuzzyAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
FuzzyAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
FuzzyLikeThisQuery - Class in org.apache.lucene.search
Fuzzifies ALL terms provided as strings and then picks the best n differentiating terms.
FuzzyLikeThisQuery(int, Analyzer) - Constructor for class org.apache.lucene.search.FuzzyLikeThisQuery
 
FuzzyLikeThisQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
FuzzyLikeThisQueryBuilder(Analyzer) - Constructor for class org.apache.lucene.xmlparser.builders.FuzzyLikeThisQueryBuilder
 
FuzzyQuery - Class in org.apache.lucene.search
Implements the fuzzy search query.
FuzzyQuery(Term, float, int) - Constructor for class org.apache.lucene.search.FuzzyQuery
Create a new FuzzyQuery that will match terms with a similarity of at least minimumSimilarity to term.
FuzzyQuery(Term, float) - Constructor for class org.apache.lucene.search.FuzzyQuery
Calls FuzzyQuery(term, minimumSimilarity, 0).
FuzzyQuery(Term) - Constructor for class org.apache.lucene.search.FuzzyQuery
Calls FuzzyQuery(term, 0.5f, 0).
FuzzyQuery.ScoreTerm - Class in org.apache.lucene.search
 
FuzzyQuery.ScoreTerm(Term, float) - Constructor for class org.apache.lucene.search.FuzzyQuery.ScoreTerm
 
FuzzyQuery.ScoreTermQueue - Class in org.apache.lucene.search
 
FuzzyQuery.ScoreTermQueue(int) - Constructor for class org.apache.lucene.search.FuzzyQuery.ScoreTermQueue
 
FuzzyQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.FuzzyQueryNode
 
FuzzyQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a FuzzyQuery object from a FuzzyQueryNode object.
FuzzyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.FuzzyQueryNodeBuilder
 
FuzzyQueryNodeProcessor - Class in org.apache.lucene.queryParser.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 FuzzyAttribute, gets the fuzzy prefix length and default similarity from it and set to the fuzzy node.
FuzzyQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 
FuzzyTermEnum - Class in org.apache.lucene.search
Subclass of FilteredTermEnum for enumerating all terms that are similar to the specified filter term.
FuzzyTermEnum(IndexReader, Term) - Constructor for class org.apache.lucene.search.FuzzyTermEnum
Creates a FuzzyTermEnum with an empty prefix and a minSimilarity of 0.5f.
FuzzyTermEnum(IndexReader, Term, float) - Constructor for class org.apache.lucene.search.FuzzyTermEnum
Creates a FuzzyTermEnum with an empty prefix.
FuzzyTermEnum(IndexReader, Term, float, int) - Constructor for class org.apache.lucene.search.FuzzyTermEnum
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.

G

gatherSubReaders(List, IndexReader) - Method in class org.apache.lucene.search.IndexSearcher
 
gatherSubReaders(List, IndexReader) - Static method in class org.apache.lucene.util.ReaderUtil
Gathers sub-readers from reader into a List.
generateParseException() - Method in class org.apache.lucene.demo.html.HTMLParser
 
generateParseException() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
generateParseException() - Method in class org.apache.lucene.queryParser.QueryParser
Generate ParseException.
generateParseException() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Generate ParseException.
generateParseException() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
generateParseException() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
generationFromSegmentsFileName(String) - Static method in class org.apache.lucene.index.SegmentInfos
Parse the generation off the segments file name and return it.
genPartialReport(int, LinkedHashMap, int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
GeoHashDistanceFilter - Class in org.apache.lucene.spatial.geohash
NOTE: This API is still in flux and might change in incompatible ways in the next release.
GeoHashDistanceFilter(Filter, double, double, double, String) - Constructor for class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
Provide a distance filter based from a center point with a radius in miles
GeoHashUtils - Class in org.apache.lucene.spatial.geohash
Based on http://en.wikipedia.org/wiki/Geohash
GeoHashUtils() - Constructor for class org.apache.lucene.spatial.geohash.GeoHashUtils
 
Geometry2D - Interface in org.apache.lucene.spatial.geometry.shape
Common set of operations available on 2d shapes.
German2Stemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
German2Stemmer() - Constructor for class org.tartarus.snowball.ext.German2Stemmer
 
GERMAN_STOP_WORDS - Static variable in class org.apache.lucene.analysis.de.GermanAnalyzer
List of typical german stopwords.
GermanAnalyzer - Class in org.apache.lucene.analysis.de
Analyzer for German language.
GermanAnalyzer() - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. Use GermanAnalyzer.GermanAnalyzer(Version) instead
GermanAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the default stop words: GermanAnalyzer.GERMAN_STOP_WORDS.
GermanAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. Use GermanAnalyzer.GermanAnalyzer(Version, String[]) instead
GermanAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the given stop words.
GermanAnalyzer(Map) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. Use GermanAnalyzer.GermanAnalyzer(Version, Map) instead
GermanAnalyzer(Version, Map) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the given stop words.
GermanAnalyzer(File) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. Use GermanAnalyzer.GermanAnalyzer(Version, File) instead
GermanAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the given stop words.
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
 
GermanStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
Builds a GermanStemFilter that uses an exclusion table.
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
Generated class implementing code defined by a snowball script.
GermanStemmer() - Constructor for class org.tartarus.snowball.ext.GermanStemmer
 
get(Reader) - Static method in class org.apache.lucene.analysis.CharReader
 
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(String, String) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return a string property.
get(String, int) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return an int property.
get(String, double) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return a double property.
get(String, boolean) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return a boolean property.
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(SegmentInfo) - Static method in class org.apache.lucene.index.SegmentReader
Deprecated.  
get(boolean, SegmentInfo, int) - Static method in class org.apache.lucene.index.SegmentReader
 
get(boolean, Directory, SegmentInfo, int, boolean, int) - Static method in class org.apache.lucene.index.SegmentReader
 
get() - Static method in class org.apache.lucene.LucenePackage
Return Lucene's package, including version information.
get(String) - Method in class org.apache.lucene.search.Hit
Deprecated. Returns the string value of the field with the given name if any exist in this document, or null.
get(DbDirectory) - Method in class org.apache.lucene.store.db.Block
 
get(JEDirectory) - Method in class org.apache.lucene.store.je.Block
 
get(int) - Method in class org.apache.lucene.util.BitVector
Returns true if bit is one and false if it is zero.
get(Object) - Method in class org.apache.lucene.util.cache.Cache
Returns the value for the given key.
get(Object) - Method in class org.apache.lucene.util.cache.SimpleMapCache
 
get() - Method in class org.apache.lucene.util.CloseableThreadLocal
 
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
getAlgorithm() - Method in class org.apache.lucene.benchmark.byTask.Benchmark
 
getAlgorithmText() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getAll(Query[]) - Static method in class org.apache.lucene.benchmark.stats.QueryData
Prepare a list of benchmark data, using all possible combinations of benchmark parameters.
getAll(File[], Analyzer[]) - Static method in class org.apache.lucene.benchmark.stats.TestData
Prepare a list of benchmark data, using all possible combinations of benchmark parameters.
getAllowDocsOutOfOrder() - Static method in class org.apache.lucene.search.BooleanQuery
Deprecated. this is not needed anymore, as Weight.scoresDocsOutOfOrder() is used.
getAllowLeadingWildcard() - Method in class org.apache.lucene.queryParser.QueryParser
 
getAllowLeadingWildcard() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getAllowLeadingWildcard() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getAnalyzer() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getAnalyzer() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getAnalyzer() - Method in class org.apache.lucene.index.IndexWriter
Returns the analyzer used by this index.
getAnalyzer() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
getAnalyzer() - Method in class org.apache.lucene.queryParser.QueryParser
 
getAnalyzer() - Method in interface org.apache.lucene.queryParser.standard.config.AnalyzerAttribute
 
getAnalyzer() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
getAnalyzer() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getAnalyzer() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getAnalyzer() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Returns an analyzer that will be used to parse source doc with.
getAnalyzer() - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
getAnalyzer() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
getAnalyzer() - Method in class org.apache.lucene.swing.models.ListSearcher
 
getAnalyzer() - Method in class org.apache.lucene.swing.models.TableSearcher
 
getAndQuery(List, boolean, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getAndSet(int) - Method in class org.apache.lucene.util.BitVector
Sets the value of bit to true, and returns true if bit was already set
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.
getArea() - Method in class org.apache.lucene.spatial.tier.Shape
 
getArguments() - Method in interface org.apache.lucene.messages.Message
 
getArguments() - Method in class org.apache.lucene.messages.MessageImpl
 
getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
getArraySize() - Method in class org.apache.lucene.util.AverageGuessMemoryModel
 
getArraySize() - Method in class org.apache.lucene.util.MemoryModel
 
getAssociatedDocument(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
Navigates to the view of this occurrences of this term in a specific document.
getAssociatedDocuments() - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
Meta data per document in which this term is occurring.
getAttribute(Class) - Method in class org.apache.lucene.util.AttributeSource
The caller must pass in a Class<? extends Attribute> value.
getAttribute(Element, String, String) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getAttribute(Element, String, float) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getAttribute(Element, String, int) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getAttribute(Element, String, boolean) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
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.xmlparser.DOMUtils
 
getAttributeSource() - Method in class org.apache.lucene.index.FieldInvertState
 
getAttributeWithInheritance(Element, String) - Static method in class org.apache.lucene.xmlparser.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.xmlparser.DOMUtils
 
getAuto(IndexReader, String) - Method in interface org.apache.lucene.search.FieldCache
Deprecated. Please specify the exact type, instead. Especially, guessing does not work with the new NumericField type.
getAverageValue() - Method in class org.apache.lucene.search.function.DocValues
Returns the average of all values or Float.NaN if this DocValues instance does not contain any value.
getAvp() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Return the average precision at recall points.
getBackgroundColorString(float) - Method in class org.apache.lucene.search.highlight.GradientFormatter
 
getBasicQueryFactory() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
getBegin() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getBegin() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
getBeginColumn() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
getBeginColumn() - Method in interface org.apache.lucene.queryParser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
For EndOfLine and EndOfFile ("") 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 class org.apache.lucene.queryParser.FastCharStream
 
getBeginColumn() - Method in interface org.apache.lucene.queryParser.precedence.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.precedence.FastCharStream
 
getBeginColumn() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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
 
getBeginLine() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
getBeginLine() - Method in interface org.apache.lucene.queryParser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
For EndOfLine and EndOfFile ("") 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 class org.apache.lucene.queryParser.FastCharStream
 
getBeginLine() - Method in interface org.apache.lucene.queryParser.precedence.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.precedence.FastCharStream
 
getBeginLine() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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
 
getBenchmarkHighlighter(Query) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return an appropriate highlighter to be used with highlighting tasks
getBenchmarkHighlighter(Query) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
getBenchmarkHighlighter(Query) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
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.
getBestFragments(Analyzer, String, int) - Method in class org.apache.lucene.search.highlight.Highlighter
Deprecated. This method incorrectly hardcodes the choice of fieldname. Use the method of the same name that takes a fieldname.
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.
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.
getBinaryLength() - Method in class org.apache.lucene.document.AbstractField
Returns length of byte[] segment that is used as value, if Field is not binary returned value is undefined
getBinaryLength() - Method in interface org.apache.lucene.document.Fieldable
Returns length of byte[] segment that is used as value, if Field is not binary returned value is undefined
getBinaryOffset() - Method in class org.apache.lucene.document.AbstractField
Returns offset into byte[] segment that is used as value, if Field is not binary returned value is undefined
getBinaryOffset() - Method in interface org.apache.lucene.document.Fieldable
Returns offset into byte[] segment that is used as value, if Field is not binary returned value is undefined
getBinaryValue() - Method in class org.apache.lucene.document.AbstractField
Return the raw byte[] for the binary field.
getBinaryValue(byte[]) - Method in class org.apache.lucene.document.AbstractField
 
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.
getBinaryValue() - Method in interface org.apache.lucene.document.Fieldable
Return the raw byte[] for the binary field.
getBinaryValue(byte[]) - Method in interface org.apache.lucene.document.Fieldable
Return the raw byte[] for the binary field.
getBinaryValue(byte[]) - Method in class org.apache.lucene.document.NumericField
Returns always null for numeric fields
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.
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.search.SpanFilterResult
Deprecated. Use SpanFilterResult.getDocIdSet()
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.
getBody() - Method in class org.apache.lucene.ant.HtmlDocument
Gets the bodyText attribute of the HtmlDocument object.
getBody() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getBooleanQuery(Vector) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Deprecated. use PrecedenceQueryParser.getBooleanQuery(List) instead
getBooleanQuery(List) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating query, given a set of clauses.
getBooleanQuery(Vector, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Deprecated. use PrecedenceQueryParser.getBooleanQuery(List, boolean) instead
getBooleanQuery(List, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating query, given a set of clauses.
getBooleanQuery(Vector) - Method in class org.apache.lucene.queryParser.QueryParser
Deprecated. use QueryParser.getBooleanQuery(List) instead
getBooleanQuery(List) - Method in class org.apache.lucene.queryParser.QueryParser
Factory method for generating query, given a set of clauses.
getBooleanQuery(Vector, boolean) - Method in class org.apache.lucene.queryParser.QueryParser
Deprecated. use QueryParser.getBooleanQuery(List, boolean) instead
getBooleanQuery(List, boolean) - Method in class org.apache.lucene.queryParser.QueryParser
Factory method for generating query, given a set of clauses.
getBooleanQuery(List, boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getBoost() - Method in class org.apache.lucene.document.AbstractField
Returns the boost factor for hits for this field.
getBoost() - Method in class org.apache.lucene.document.Document
Returns, at indexing time, the boost factor as set by Document.setBoost(float).
getBoost() - Method in interface org.apache.lucene.document.Fieldable
Returns the boost factor for hits for this field.
getBoost() - Method in class org.apache.lucene.index.FieldInvertState
Get boost value.
getBoost() - Method in interface org.apache.lucene.queryParser.standard.config.BoostAttribute
 
getBoost() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
getBoost() - Method in class org.apache.lucene.search.Hit
Deprecated. Returns the boost factor for this hit on any field of the underlying document.
getBoost() - Method in class org.apache.lucene.search.Query
Gets the boost for this clause.
getBoost() - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
getBoostFactor() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Returns the boost factor used when boosting terms
getBottomSlot() - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
getBoundary(double, double, double) - Method in class org.apache.lucene.spatial.tier.DistanceUtils
 
getBoundingArea(double, double, double) - Method in class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
 
getBoxShape(double, double, double) - Method in class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
 
getBracketClose() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getBracketOpen() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getBuffer(int) - Method in class org.apache.lucene.store.RAMFile
 
getBufferSize() - Method in class org.apache.lucene.store.BufferedIndexInput
Returns buffer size.
getBytes(IndexReader, 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 as a single byte and returns an array of size reader.maxDoc() of the value each document has in the given field.
getBytes(IndexReader, String, FieldCache.ByteParser) - 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 as bytes and returns an array of size reader.maxDoc() of the value each document has in the given field.
getBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the number of bytes generated since last reset.
getBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Returns the number of bytes generated by the content source since last reset.
getByteSize() - Method in class org.apache.lucene.util.SortedVIntList
 
getCachedFieldValues(FieldCache, String, IndexReader) - Method in class org.apache.lucene.search.function.ByteFieldSource
 
getCachedFieldValues(FieldCache, String, IndexReader) - Method in class org.apache.lucene.search.function.FieldCacheSource
Return cached DocValues for input field and reader.
getCachedFieldValues(FieldCache, String, IndexReader) - Method in class org.apache.lucene.search.function.FloatFieldSource
 
getCachedFieldValues(FieldCache, String, IndexReader) - Method in class org.apache.lucene.search.function.IntFieldSource
 
getCachedFieldValues(FieldCache, String, IndexReader) - Method in class org.apache.lucene.search.function.ShortFieldSource
 
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.
getCharType(char) - Static method in class org.apache.lucene.analysis.cn.smart.Utility
Return the internal CharType constant of a given character.
getChecksum() - Method in class org.apache.lucene.store.ChecksumIndexInput
 
getChecksum() - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
Returns the single child which this node boosts.
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
getChildByTagName(Element, String) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getChildByTagOrFail(Element, String) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getChildren() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
get Children nodes
getChildren() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
getChildTextByTagName(Element, String) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getClassname() - Method in class org.apache.lucene.ant.IndexTask.AnalyzerType
 
getClassSize() - Method in class org.apache.lucene.util.AverageGuessMemoryModel
 
getClassSize() - Method in class org.apache.lucene.util.MemoryModel
 
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.
getCollator() - Method in class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
 
getCollator() - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Returns the collator used to determine range inclusion, if any.
getCollator() - Method in class org.apache.lucene.search.TermRangeFilter
Returns the collator used to determine range inclusion, if any.
getCollator() - Method in class org.apache.lucene.search.TermRangeQuery
Returns the collator used to determine range inclusion, if any.
getColsNamesForValsByRound() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getColsValuesForValsByRound(int) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getColumn() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
getColumn() - Method in class org.apache.lucene.demo.html.SimpleCharStream
Deprecated.  
getColumn() - Method in interface org.apache.lucene.queryParser.CharStream
Deprecated.  
getColumn() - Method in class org.apache.lucene.queryParser.FastCharStream
 
getColumn() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Deprecated.  
getColumn() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
getColumn() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Deprecated. 
getColumn() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
 
getColumnClass(int) - Method in class org.apache.lucene.swing.models.TableSearcher
 
getColumnCount() - Method in class org.apache.lucene.swing.models.TableSearcher
 
getColumnName(int) - Method in class org.apache.lucene.swing.models.TableSearcher
 
getColumns() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
getCommitUserData(Directory) - Static method in class org.apache.lucene.index.IndexReader
Reads commitUserData, previously passed to IndexWriter.commit(Map), from current index segments file.
getCommitUserData() - Method in class org.apache.lucene.index.IndexReader
Retrieve the String userData optionally passed to IndexWriter#commit.
getComparable(String) - Method in class org.apache.lucene.search.SortComparator
Deprecated. Returns an object which, when sorted according to natural order, will order the Term values in the correct order.
getComparator() - Method in class org.apache.lucene.index.FieldSortedTermVectorMapper
 
getComparator(int, int) - Method in class org.apache.lucene.search.SortField
Returns the FieldComparator to use for sorting.
getComparatorSource() - Method in class org.apache.lucene.search.SortField
 
getConfig() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
getConfig() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getContents() - Method in class org.apache.lucene.ant.TextDocument
 
getCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
getCount() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getCurrent() - Method in class org.tartarus.snowball.SnowballProgram
Get the current string.
getCurrentSegmentFileName(String[]) - Static method in class org.apache.lucene.index.SegmentInfos
Get the filename of the current segments_N file from a list of files.
getCurrentSegmentFileName(Directory) - Static method in class org.apache.lucene.index.SegmentInfos
Get the filename of the current segments_N file in the directory.
getCurrentSegmentFileName() - Method in class org.apache.lucene.index.SegmentInfos
Get the segments_N filename in use by this segment infos.
getCurrentSegmentGeneration(String[]) - Static method in class org.apache.lucene.index.SegmentInfos
Get the generation (N) of the current segments_N file from a list of files.
getCurrentSegmentGeneration(Directory) - Static method in class org.apache.lucene.index.SegmentInfos
Get the generation (N) of the current segments_N file in the directory.
getCurrentVersion(String) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.getCurrentVersion(Directory) instead. This method will be removed in the 3.0 release.
getCurrentVersion(File) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.getCurrentVersion(Directory) instead. This method will be removed in the 3.0 release.
getCurrentVersion(Directory) - Static method in class org.apache.lucene.index.IndexReader
Reads version number from segments files.
getCustom() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getCustom(IndexReader, String, SortComparator) - Method in interface org.apache.lucene.search.FieldCache
Deprecated. Please implement FieldComparatorSource directly, instead.
getCustomScoreProvider(IndexReader) - Method in class org.apache.lucene.search.function.CustomScoreQuery
Returns a CustomScoreProvider that calculates the custom scores for the given IndexReader.
getData() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getData() - Method in class org.apache.lucene.index.Payload
Returns a reference to the underlying byte array that holds this payloads data.
getData() - Method in class org.apache.lucene.store.db.Block
 
getData() - Method in class org.apache.lucene.store.je.Block
 
getDate() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getDateResolution(String) - Method in class org.apache.lucene.queryParser.QueryParser
Returns the date resolution that is used by RangeQueries for the given field.
getDateResolution() - Method in interface org.apache.lucene.queryParser.standard.config.DateResolutionAttribute
 
getDateResolution() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
getDateResolution(String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getDb(Database) - Static method in class com.sleepycat.db.DbHandleExtractor
 
getDbTxn(Transaction) - Static method in class com.sleepycat.db.DbHandleExtractor
 
getDecodedLength(CharBuffer) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Returns the number of bytes required to decode the given char sequence.
getDefault() - Static method in class org.apache.lucene.search.Similarity
Return the default Similarity implementation used by indexing and search code.
getDefaultGenFileRetryCount() - Static method in class org.apache.lucene.index.SegmentInfos
 
getDefaultGenFileRetryPauseMsec() - Static method in class org.apache.lucene.index.SegmentInfos
 
getDefaultGenLookahedCount() - Static method in class org.apache.lucene.index.SegmentInfos
 
getDefaultInfoStream() - Static method in class org.apache.lucene.index.IndexWriter
Returns the current default infoStream for newly instantiated IndexWriters.
getDefaultOperator() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Gets implicit operator setting, which will be either AND_OPERATOR or OR_OPERATOR.
getDefaultOperator() - Method in class org.apache.lucene.queryParser.QueryParser
Gets implicit operator setting, which will be either AND_OPERATOR or OR_OPERATOR.
getDefaultOperator() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getDefaultOperator() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Gets implicit operator setting, which will be either DefaultOperatorAttribute.Operator.AND or DefaultOperatorAttribute.Operator.OR.
getDefaultPhraseSlop() - Method in interface org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttribute
 
getDefaultPhraseSlop() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
getDefaultReplaceInvalidAcronym() - Static method in class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. This will be removed (hardwired to true) in 3.0
getDefaultWriteLockTimeout() - Static method in class org.apache.lucene.index.IndexWriter
Returns default write lock timeout for newly instantiated IndexWriters.
getDelCount() - Method in class org.apache.lucene.index.SegmentInfo
 
getDeletedDocuments() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
getDeletesCacheKey() - Method in class org.apache.lucene.index.FilterIndexReader
If the subclass of FilteredIndexReader modifies the deleted docs, you must override this method to provide a different key
getDeletesCacheKey() - Method in class org.apache.lucene.index.IndexReader
Expert.
getDeletesCacheKey() - Method in class org.apache.lucene.index.SegmentReader
 
getDelFileName() - Method in class org.apache.lucene.index.SegmentInfo
 
getDepth() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getDescription() - Method in class org.apache.lucene.search.Explanation
A description of this explanation node.
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
 
getDirectory() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getDirectory() - Method in class org.apache.lucene.benchmark.stats.TestData
 
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) - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use FSDirectory.open(File)
getDirectory(String, LockFactory) - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use FSDirectory.open(File, LockFactory)
getDirectory(File) - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use FSDirectory.open(File)
getDirectory(File, LockFactory) - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use FSDirectory.open(File, LockFactory)
getDirectory(String, boolean) - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use IndexWriter's create flag, instead, to create a new index.
getDirectory(File, boolean) - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use IndexWriter's create flag, instead, to create a new index.
getDisableFakeNorms() - Method in class org.apache.lucene.index.IndexReader
Deprecated. This currently defaults to false (to remain back-compatible), but in 3.0 it will be hardwired to true, meaning the norms() methods will return null for fields that had disabled norms.
getDisableLocks() - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use a constructor that takes a LockFactory and supply NoLockFactory.getNoLockFactory().
getDiscountOverlaps() - Method in class org.apache.lucene.search.DefaultSimilarity
 
getDistance() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
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.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.
getDistance(int) - Method in class org.apache.lucene.spatial.tier.DistanceFilter
 
getDistance(int, double, double, double, double) - Method in class org.apache.lucene.spatial.tier.DistanceHandler
 
getDistanceFilter() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
 
getDistanceMi(double, double, double, double) - Method in class org.apache.lucene.spatial.tier.DistanceUtils
 
getDistanceQuery(List, boolean, Token, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getDistances() - Method in class org.apache.lucene.spatial.tier.DistanceFilter
 
getDistanceSq(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
getDistanceSq(double, double, double, double) - Method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
getDoc() - Method in class org.apache.lucene.search.SpanFilterResult.PositionInfo
 
getDocCountPercent() - Method in class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.misc.ChainedFilter
Filter.getDocIdSet(org.apache.lucene.index.IndexReader).
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.BooleanFilter
Returns the a DocIdSetIterator representing the Boolean composition of the filters that have been added.
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.CachingSpanFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.CachingWrapperFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.DuplicateFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.FieldCacheRangeFilter
This method is implemented for each data type
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.FieldCacheTermsFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.Filter
Creates a DocIdSet enumerating the documents that should be permitted in search results.
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
Returns a DocIdSet with documents that should be permitted in search results.
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.QueryWrapperFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.RemoteCachingWrapperFilter
Uses the FilterManager to keep the cache for a filter on the searcher side of a remote connection.
getDocIdSet() - Method in class org.apache.lucene.search.SpanFilterResult
Returns the docIdSet
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.SpanQueryFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.search.TermsFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.spatial.tier.CartesianShapeFilter
 
getDocIdSet(IndexReader) - Method in class org.apache.lucene.spatial.tier.LatLongDistanceFilter
 
getDocMaker() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
Returns the docMaker.
getDocNamesExtractTime() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the time it took to extract doc names for judging the measured query, in milliseconds.
getDocsCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the number of generated documents since last reset.
getDocState() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
getDocStoreIsCompoundFile() - Method in class org.apache.lucene.index.SegmentInfo
 
getDocStoreOffset() - Method in class org.apache.lucene.index.SegmentInfo
 
getDocStoreSegment() - Method in class org.apache.lucene.index.SegmentInfo
 
getDocument(File) - Method in interface org.apache.lucene.ant.DocumentHandler
Gets the document attribute of the DocumentHandler object
getDocument(File) - Method in class org.apache.lucene.ant.FileExtensionDocumentHandler
Gets the document attribute of the FileExtensionDocumentHandler object
getDocument(InputStream) - Static method in class org.apache.lucene.ant.HtmlDocument
Creates a Lucene Document from an InputStream.
getDocument() - Method in class org.apache.lucene.search.Hit
Deprecated. Returns document for this hit.
getDocument() - Method in class org.apache.lucene.store.instantiated.InstantiatedDocument
 
getDocument() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
getDocumentNumber() - Method in class org.apache.lucene.store.instantiated.InstantiatedDocument
 
getDocumentsByNumber() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
getDoubles(IndexReader, String, ExtendedFieldCache.DoubleParser) - Method in interface org.apache.lucene.search.ExtendedFieldCache
Deprecated. Will be removed in 3.0, this is for binary compatibility only
getDoubles(IndexReader, 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 as integers and returns an array of size reader.maxDoc() of the value each document has in the given field.
getDoubles(IndexReader, String, FieldCache.DoubleParser) - 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 as doubles and returns an array of size reader.maxDoc() of the value each document has in the given field.
getElapsed() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getElementAt(int) - Method in class org.apache.lucene.swing.models.ListSearcher
 
getEnablePositionIncrements() - Method in class org.apache.lucene.analysis.StopFilter
 
getEnablePositionIncrements() - Method in class org.apache.lucene.queryParser.QueryParser
 
getEnablePositionIncrements() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getEnablePositionIncrements() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getEnablePositionIncrementsDefault() - Static method in class org.apache.lucene.analysis.StopFilter
Deprecated. Please specify this when you create the StopFilter
getEnablePositionIncrementsVersionDefault(Version) - Static method in class org.apache.lucene.analysis.StopFilter
Returns version-dependent default for enablePositionIncrements.
getEncodedLength(ByteBuffer) - Static method in class org.apache.lucene.util.IndexableBinaryStringTools
Returns the number of chars required to encode the given byte sequence.
getEncoder() - Method in class org.apache.lucene.search.highlight.Highlighter
 
getEnd() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getEnd() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getEnd() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
getEnd() - Method in class org.apache.lucene.search.SpanFilterResult.StartEnd
 
getEnd() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
Return the maximum end position permitted in a match.
getEndColumn() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
getEndColumn() - Method in interface org.apache.lucene.queryParser.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.FastCharStream
 
getEndColumn() - Method in interface org.apache.lucene.queryParser.precedence.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.precedence.FastCharStream
 
getEndColumn() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Get end column.
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
 
getEndLine() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
getEndLine() - Method in interface org.apache.lucene.queryParser.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.FastCharStream
 
getEndLine() - Method in interface org.apache.lucene.queryParser.precedence.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.precedence.FastCharStream
 
getEndLine() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Get end line.
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.index.TermVectorOffsetInfo
The accessor for the ending offset for the term
getEndOffset() - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getEndOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getEndOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getEnum(IndexReader) - Method in class org.apache.lucene.search.FuzzyQuery
 
getEnum(IndexReader) - Method in class org.apache.lucene.search.MultiTermQuery
Construct the enumeration to be used, expanding the pattern term.
getEnum(IndexReader) - Method in class org.apache.lucene.search.NumericRangeQuery
 
getEnum(IndexReader) - Method in class org.apache.lucene.search.PrefixQuery
 
getEnum(IndexReader) - Method in class org.apache.lucene.search.regex.RegexQuery
 
getEnum(IndexReader) - Method in class org.apache.lucene.search.TermRangeQuery
 
getEnum(IndexReader) - Method in class org.apache.lucene.search.WildcardQuery
 
getErrorToken() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
getEstimatedSize() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
The most recently estimated size of the value, null unless estimateSize has been called.
getException() - Method in exception org.apache.lucene.ant.DocumentHandlerException
Retrieves nested exception.
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
 
getExtension(String) - Static method in class org.apache.lucene.store.FileSwitchDirectory
Utility method to return a file's extension.
getFactory() - Method in class org.apache.lucene.search.SortField
Deprecated. use SortField.getComparatorSource()
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() - Method in interface org.apache.lucene.index.TermFreqVector
The Fieldable name.
getField() - Method in class org.apache.lucene.index.TermVectorEntry
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
returns null if the field was not specified
getField() - Method in interface org.apache.lucene.queryParser.core.nodes.FieldableNode
Returns the field associated to the node and every node under it.
getField() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
returns null if the field was not specified in the query string
getField() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
getField() - Method in class org.apache.lucene.queryParser.QueryParser
 
getField() - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getField() - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
getField() - Method in class org.apache.lucene.search.NumericRangeFilter
Returns the field name for this filter
getField() - Method in class org.apache.lucene.search.NumericRangeQuery
Returns the field name for this query
getField() - Method in class org.apache.lucene.search.QueryTermVector
 
getField() - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Returns the field name for this query
getField() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
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.SpanFirstQuery
 
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.SpanQuery
Returns the name of the field matched by this query.
getField() - Method in class org.apache.lucene.search.spans.SpanTermQuery
 
getField() - Method in class org.apache.lucene.search.TermRangeFilter
Returns the field name for this filter
getField() - Method in class org.apache.lucene.search.TermRangeQuery
Returns the field name for this query
getField() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
getFieldable(String) - Method in class org.apache.lucene.document.Document
Returns a field with the given name if any exist in this document, or null.
getFieldables(String) - Method in class org.apache.lucene.document.Document
Returns an array of Fieldables with the given name.
getFieldAsString() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
returns - null if the field was not specified
getFieldAsString() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
returns null if the field was not specified in the query string
getFieldAsString() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
returns null if the field was not specified in the query string
getFieldBoostMap() - Method in interface org.apache.lucene.queryParser.standard.config.FieldBoostMapAttribute
 
getFieldBoostMap() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
getFieldCache() - Method in class org.apache.lucene.search.FieldCacheTermsFilter
 
getFieldCacheKey() - Method in class org.apache.lucene.index.FilterIndexReader
If the subclass of FilteredIndexReader modifies the contents of the FieldCache, you must override this method to provide a different key
getFieldCacheKey() - Method in class org.apache.lucene.index.IndexReader
Deprecated.  
getFieldCacheKey() - Method in class org.apache.lucene.index.SegmentReader
 
getFieldConfig(CharSequence) - Method in class org.apache.lucene.queryParser.core.config.QueryConfigHandler
Returns an implementation of FieldConfig for a specific field name.
getFieldDateResolutionMap() - Method in interface org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttribute
 
getFieldDateResolutionMap() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
getFieldName() - Method in class org.apache.lucene.queryParser.core.config.FieldConfig
Returns the field name this configuration represents.
getFieldName() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
getFieldName() - Method in class org.apache.lucene.search.DuplicateFilter
 
getFieldName() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getFieldName() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
 
getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.FilterIndexReader
 
getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.IndexReader
Get a list of unique field names that exist in this index and have the specified field option information.
getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.MultiReader
 
getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.ParallelReader
 
getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.SegmentReader
 
getFieldNames() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
getFieldNames() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Returns the field names that will be used when generating the 'More Like This' query.
getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
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.complexPhrase.ComplexPhraseQueryParser
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
 
getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
 
getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Base implementation delegates to PrecedenceQueryParser.getFieldQuery(String,String).
getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.QueryParser
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.QueryParser
Base implementation delegates to QueryParser.getFieldQuery(String,String).
getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Base implementation delegates to QueryParserWrapper.getFieldQuery(String,String).
getFieldQuery(Query) - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
create a FieldQuery object.
getFields() - Method in class org.apache.lucene.document.Document
Returns a List of all the fields in a document.
getFields(String) - Method in class org.apache.lucene.document.Document
Returns an array of Fields with the given name.
getFields() - Method in interface org.apache.lucene.queryParser.standard.config.MultiFieldAttribute
 
getFields() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
getFields(IndexReader, int, String) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getFieldsQuery(SrndQuery, ArrayList) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getFieldsToHighlight(Document) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Define the fields to highlight.
getFieldsToHighlight(Document) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
getFieldsToHighlight(Document) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
getFieldTermMap(String, String) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery
 
getFieldToTerms() - Method in class org.apache.lucene.index.FieldSortedTermVectorMapper
Get the mapping between fields and terms, sorted by the comparator
getFieldToTerms() - Method in class org.apache.lucene.index.PositionBasedTermVectorMapper
Get the mapping between fields and terms, sorted by the comparator
getFieldValues(IndexReader, int, String) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
Deprecated. 
getFile() - Method in class org.apache.lucene.store.FSDirectory
 
getFileNames() - Method in class org.apache.lucene.index.IndexCommit
Returns all index files referenced by this commit point.
getFileNames() - Method in interface org.apache.lucene.index.IndexCommitPoint
Deprecated. Returns all index files referenced by this commit point.
getFilePointer() - Method in class org.apache.lucene.store.BufferedIndexInput
 
getFilePointer() - Method in class org.apache.lucene.store.BufferedIndexOutput
Returns the current position in this file, where the next write will occur.
getFilePointer() - Method in class org.apache.lucene.store.ChecksumIndexInput
 
getFilePointer() - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
getFilePointer() - Method in class org.apache.lucene.store.db.DbIndexInput
 
getFilePointer() - Method in class org.apache.lucene.store.db.DbIndexOutput
 
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.je.JEIndexInput
 
getFilePointer() - Method in class org.apache.lucene.store.je.JEIndexOutput
 
getFilePointer() - Method in class org.apache.lucene.store.RAMOutputStream
 
getFilter() - Static method in class org.apache.lucene.index.IndexFileNameFilter
 
getFilter() - Method in class org.apache.lucene.search.ConstantScoreQuery
Returns the encapsulated filter
getFilter() - Method in class org.apache.lucene.search.FilterClause
Returns this FilterClause's filter
getFilter() - Method in class org.apache.lucene.search.FilteredQuery
 
getFilter(Filter) - Method in class org.apache.lucene.search.FilterManager
Returns the cached version of the filter.
getFilter() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Create a distance query using a boundary box wrapper around a more precise DistanceFilter.
getFilter(Query) - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
 
getFilter(Element) - Method in class org.apache.lucene.xmlparser.builders.BooleanFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.xmlparser.builders.CachedFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.xmlparser.builders.DuplicateFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.xmlparser.builders.RangeFilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.xmlparser.builders.TermsFilterBuilder
 
getFilter(Element) - Method in interface org.apache.lucene.xmlparser.FilterBuilder
 
getFilter(Element) - Method in class org.apache.lucene.xmlparser.FilterBuilderFactory
 
getFilterBuilder(String) - Method in class org.apache.lucene.xmlparser.FilterBuilderFactory
 
getFirstChildElement(Element) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getFirstChildOrFail(Element) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getFirstPathElement() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the CharSequence value of a specific QueryText element
getFixedLat() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
getFixedLat() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
getFixedLat() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
getFixedLng() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
getFixedLng() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
getFixedLng() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
getFlags() - Method in class org.apache.lucene.analysis.Token
EXPERIMENTAL: While we think this is here to stay, we may want to change it to be a long.
getFlags() - Method in interface org.apache.lucene.analysis.tokenattributes.FlagsAttribute
EXPERIMENTAL: While we think this is here to stay, we may want to change it to be a long.
getFlags() - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
EXPERIMENTAL: While we think this is here to stay, we may want to change it to be a long.
getFloats(IndexReader, 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 as floats and returns an array of size reader.maxDoc() of the value each document has in the given field.
getFloats(IndexReader, String, FieldCache.FloatParser) - 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 as floats and returns an array of size reader.maxDoc() of the value each document has in the given field.
getForegroundColorString(float) - Method in class org.apache.lucene.search.highlight.GradientFormatter
 
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[], String[], int, int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
Deprecated. 
getFragmentSource(StringBuilder, int[], Field[], int, int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getFragNum() - Method in class org.apache.lucene.search.highlight.TextFragment
 
getFrequency() - Method in class org.apache.lucene.index.TermVectorEntry
 
getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Get the minimal similarity for fuzzy queries.
getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.QueryParser
Get the minimal similarity for fuzzy queries.
getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Get the minimal similarity for fuzzy queries.
getFuzzyMinSimilarity() - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
 
getFuzzyMinSimilarity() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Get the prefix length for fuzzy queries.
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.QueryParser
Get the prefix length for fuzzy queries.
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.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 token that has the fuzzy suffix (~) appended.
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
 
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating a query (similar to PrecedenceQueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.QueryParser
Factory method for generating a query (similar to QueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
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
 
getHasProx() - Method in class org.apache.lucene.index.SegmentInfo
 
getHeap() - Method in class org.apache.lucene.benchmark.stats.TestData
 
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(Reader) - 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 class org.apache.lucene.benchmark.stats.TestData
 
getId() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getId() - Method in class org.apache.lucene.search.Hit
Deprecated. Returns id for this hit.
getIdf() - Method in class org.apache.lucene.search.Explanation.IDFExplanation
 
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 class org.apache.lucene.demo.html.SimpleCharStream
 
GetImage() - Method in interface org.apache.lucene.queryParser.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.FastCharStream
 
GetImage() - Method in interface org.apache.lucene.queryParser.precedence.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.precedence.FastCharStream
 
GetImage() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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
 
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.shingle.ShingleMatrixFilter.Matrix.Column
 
getIndex() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
getIndex() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
getIndex() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
getIndexCommit() - Method in class org.apache.lucene.index.IndexReader
Expert: return the IndexCommit that this reader has opened.
getIndexDeletionPolicy(Config) - Static method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
getIndexReader() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
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.
getIndexSearcher() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getIndexWriter() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getInfoStream() - Method in class org.apache.lucene.index.IndexModifier
Deprecated.  
getInfoStream() - Method in class org.apache.lucene.index.IndexWriter
Returns the current infoStream in use by this writer.
getInfoStream() - Static method in class org.apache.lucene.index.SegmentInfos
 
getInfoStream() - Method in interface org.apache.lucene.search.FieldCache
counterpart of FieldCache.setInfoStream(PrintStream)
getInfoStream() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
getInputStream(File) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns an InputStream over the requested file.
getInstance() - Static method in class org.apache.lucene.search.FilterManager
 
getInstance() - Static method in class org.apache.lucene.spatial.tier.DistanceUtils
 
getInterletterValues(String) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
getInts(IndexReader, 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 as integers and returns an array of size reader.maxDoc() of the value each document has in the given field.
getInts(IndexReader, String, FieldCache.IntParser) - 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 as integers and returns an array of size reader.maxDoc() of the value each document has in the given field.
getKeepMode() - Method in class org.apache.lucene.search.DuplicateFilter
 
getKey() - Method in interface org.apache.lucene.messages.Message
 
getKey() - Method in class org.apache.lucene.messages.MessageImpl
 
getKey() - Method in class org.apache.lucene.store.db.Block
 
getKey() - Method in class org.apache.lucene.store.db.File
 
getKey() - Method in class org.apache.lucene.store.je.Block
 
getKey() - Method in class org.apache.lucene.store.je.File
 
getLabel() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
 
getLabel() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
 
getLabels() - Static method in class org.apache.lucene.benchmark.stats.QueryData
Short legend for interpreting toString() output.
getLabels() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get a list of all available types of data points.
getLabels() - Static method in class org.apache.lucene.benchmark.stats.TimeData
Get a short legend for toString() output.
getLastCumulativeDiff() - Method in class org.apache.lucene.analysis.BaseCharFilter
 
getLastDocCollected() - Method in exception org.apache.lucene.search.TimeLimitedCollector.TimeExceededException
Deprecated. Returns last doc that was collected when the search time exceeded.
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
 
getLastModified() - Method in class org.apache.lucene.store.RAMFile
 
getLat() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
getLat() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
getLat() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
getLat() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
 
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.db.File
 
getLength() - Method in class org.apache.lucene.store.je.File
 
getLength() - Method in class org.apache.lucene.store.RAMFile
 
getLikeText() - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
getLimit() - Method in class org.apache.lucene.index.IndexWriter.MaxFieldLength
 
getLine() - Method in class org.apache.lucene.demo.html.SimpleCharStream
Deprecated.  
getLine() - Method in interface org.apache.lucene.queryParser.CharStream
Deprecated.  
getLine() - Method in class org.apache.lucene.queryParser.FastCharStream
 
getLine() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Deprecated.  
getLine() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
getLine() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Deprecated. 
getLine() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
 
getLLMDistance(double, double, double, double) - Method in class org.apache.lucene.spatial.tier.DistanceUtils
 
getLng() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
getLng() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
getLng() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
getLng() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
 
getLocale() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Returns current locale, allowing access by subclasses.
getLocale() - Method in class org.apache.lucene.queryParser.QueryParser
Returns current locale, allowing access by subclasses.
getLocale() - Method in interface org.apache.lucene.queryParser.standard.config.LocaleAttribute
 
getLocale() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
getLocale() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getLocale() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Returns current locale, allowing access by subclasses.
getLocale() - Method in class org.apache.lucene.search.SortField
Returns the Locale by which term values are interpreted.
getLocalizedMessage() - Method in interface org.apache.lucene.messages.Message
 
getLocalizedMessage(Locale) - Method in interface org.apache.lucene.messages.Message
 
getLocalizedMessage() - Method in class org.apache.lucene.messages.MessageImpl
 
getLocalizedMessage(Locale) - Method in class org.apache.lucene.messages.MessageImpl
 
getLocalizedMessage(String) - Static method in class org.apache.lucene.messages.NLS
 
getLocalizedMessage(String, Locale) - Static method in class org.apache.lucene.messages.NLS
 
getLocalizedMessage(String, Locale, Object[]) - Static method in class org.apache.lucene.messages.NLS
 
getLocalizedMessage(String, Object[]) - Static method in class org.apache.lucene.messages.NLS
 
getLocalizedMessage() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getLocalizedMessage(Locale) - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getLockDir() - Method in class org.apache.lucene.store.FSLockFactory
Retrieve the lock directory.
getLockFactory() - Method in class org.apache.lucene.store.Directory
Get the LockFactory that this Directory instance is using for its locking implementation.
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.FSDirectory
 
getLockPrefix() - Method in class org.apache.lucene.store.LockFactory
Get the prefix in use for all locks created in this LockFactory.
getLoggingAnalyzer(Analyzer, PrintStream, String) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns a simple analyzer wrapper that logs all tokens produced by the underlying child analyzer to the given log stream (typically System.err); Otherwise behaves exactly like the child analyzer, delivering the very same tokens; useful for debugging purposes on custom indexing and/or querying.
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
getLongs(IndexReader, String, ExtendedFieldCache.LongParser) - Method in interface org.apache.lucene.search.ExtendedFieldCache
Deprecated. Will be removed in 3.0, this is for binary compatibility only
getLongs(IndexReader, 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 as longs and returns an array of size reader.maxDoc() of the value each document has in the given field.
getLongs(IndexReader, String, FieldCache.LongParser) - 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 as longs and returns an array of size reader.maxDoc() of the value each document has in the given field.
getLowerBound() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.QueryParser
 
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getLowerLeft() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
 
getLowerTerm() - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Returns the lower term 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.ConstantScoreRangeQuery
Deprecated.  
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.util.MapOfSets
 
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.SpanFirstQuery
Return the SpanQuery whose matches are filtered.
getMatrix() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
getMatrix() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
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
getMaxBasicQueries() - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
getMaxBufferedDeleteTerms() - Method in class org.apache.lucene.index.IndexWriter
Returns the number of buffered deleted terms that will trigger a flush if enabled.
getMaxBufferedDocs() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getMaxBufferedDocs() - Method in class org.apache.lucene.index.IndexModifier
Deprecated.  
getMaxBufferedDocs() - Method in class org.apache.lucene.index.IndexWriter
Returns the number of buffered added documents that will trigger a flush if enabled.
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.
getMaxDocBytesToAnalyze() - Method in class org.apache.lucene.search.highlight.Highlighter
Deprecated. See Highlighter.getMaxDocCharsToAnalyze(), since this value has always counted on chars. They both set the same internal value, however
getMaxDocCharsToAnalyze() - Method in class org.apache.lucene.search.highlight.Highlighter
 
getMaxFieldLength() - Method in class org.apache.lucene.index.IndexModifier
Deprecated.  
getMaxFieldLength() - Method in class org.apache.lucene.index.IndexWriter
Returns the maximum number of terms that will be indexed for a single field in a document.
getMaxFieldLength() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
getMaxGoodPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the maximal number of good points.
getMaximumShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
getMaxMergeDocs() - Method in class org.apache.lucene.index.IndexWriter
Returns the largest segment (measured by document count) that may be merged with other segments.
getMaxMergeDocs() - Method in class org.apache.lucene.index.LogMergePolicy
Returns the largest segment (measured by document count) that may be merged with other segments.
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.
getMaxNumTokensParsed() - Method in class org.apache.lucene.search.similar.MoreLikeThis
 
getMaxPoint() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
getMaxQueries() - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
 
getMaxQueryTerms() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Returns the maximum number of query terms that will be included in any generated query.
getMaxQueryTerms() - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
getMaxResults() - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
 
getMaxScore() - Method in class org.apache.lucene.search.FieldSortedHitQueue
Deprecated. returns the maximum score encountered by elements inserted via insert()
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 (ngram) size
getMaxSyncPauseSeconds() - Method in class org.apache.lucene.index.IndexWriter
Deprecated. This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.
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
Get the max # simultaneous threads that may be running.
getMaxTokenAnalyzer(Analyzer, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns an analyzer wrapper that returns at most the first maxTokens tokens from the underlying child analyzer, ignoring all remaining tokens.
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
 
getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
getMaxTotMem() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getMaxUsedMem() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getMaxValue() - Method in class org.apache.lucene.search.function.DocValues
Returns the maximum of all values or Float.NaN if this DocValues instance does not contain any value.
getMaxWordLen() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Returns the maximum word length above which words will be ignored.
getMemorySize() - Method in class org.apache.lucene.index.memory.MemoryIndex
Returns a reasonable approximation of the main memory [bytes] consumed by this instance.
getMemUsage(String) - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get memory usage stats for a given data type.
getMergedSegmentWarmer() - Method in class org.apache.lucene.index.IndexWriter
Returns the current merged segment warmer.
getMergeFactor() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getMergeFactor() - Method in class org.apache.lucene.index.IndexModifier
Deprecated.  
getMergeFactor() - Method in class org.apache.lucene.index.IndexWriter
Returns the number of segments that are merged at once and also controls the total number of segments allowed to accumulate in the index.
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.
getMergeFactor() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
getMergePolicy() - Method in class org.apache.lucene.index.IndexWriter
Expert: returns the current MergePolicy in use by this writer.
getMergeScheduler() - Method in class org.apache.lucene.index.IndexWriter
Expert: returns the current MergePolicy in use by this writer.
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.
getMessage() - Method in exception org.apache.lucene.demo.html.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.lucene.demo.html.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getMessage() - Method in exception org.apache.lucene.queryParser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in exception org.apache.lucene.queryParser.precedence.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.lucene.queryParser.precedence.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error org.apache.lucene.queryParser.standard.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.apache.lucene.queryParser.surround.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
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.
getMessage() - Method in error org.apache.lucene.queryParser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.apache.lucene.search.BooleanQuery.TooManyClauses
 
getMessageObject() - Method in interface org.apache.lucene.messages.NLSException
 
getMessageObject() - Method in error org.apache.lucene.queryParser.core.QueryNodeError
 
getMessageObject() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getMetaTags() - Method in class org.apache.lucene.demo.html.HTMLParser
 
getMidpoint() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
 
getMiles() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
 
getMilesPerLatDeg() - Static method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
getMilesPerLngDeg(double) - Static method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
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
getMinDocFreq() - Method in class org.apache.lucene.search.similar.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.search.similar.MoreLikeThisQuery
 
getMinimumMatchingElements() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
getMinimumNumberShouldMatch() - Method in class org.apache.lucene.search.BooleanQuery
Gets the minimum number of the optional BooleanClauses which must be satisfied.
getMinimumShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
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.
getMinPoint() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
getMinSimilarity() - Method in class org.apache.lucene.search.FuzzyQuery
Returns the minimum similarity that is required for this query to match.
getMinTermFreq() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Returns the frequency below which terms will be ignored in the source doc.
getMinTermFrequency() - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
getMinValue() - Method in class org.apache.lucene.search.function.DocValues
Returns the minimum of all values or Float.NaN if this DocValues instance does not contain any value.
getMinWordLen() - Method in class org.apache.lucene.search.similar.MoreLikeThis
Returns the minimum word length below which words will be ignored.
getModifier() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
getMoreLikeFields() - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
getMostFrequentTerms(Analyzer, String, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns (frequency:term) pairs for the top N distinct terms (aka words), sorted descending by frequency (and ascending by term, if tied).
getMRR() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the Mean reciprocal rank over the queries or RR for a single query.
getMsg() - Method in class org.apache.lucene.util.FieldCacheSanityChecker.Insanity
Description of hte insane behavior
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryParser.QueryParser
 
getMultiTermRewriteMethod() - Method in interface org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttribute
 
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getName() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getName() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getName() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getName() - Method in class org.apache.lucene.store.db.File
 
getName() - Method in class org.apache.lucene.store.je.File
 
getNames() - Method in class org.apache.lucene.benchmark.quality.QualityQuery
Return all the names of name-value-pairs in this QualityQuery.
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the next DocData from the content source.
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.SortableSingleDocSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
getNextSegmentFileName() - Method in class org.apache.lucene.index.SegmentInfos
Get the next segments_N filename that will be written.
getNextSize(int) - Static method in class org.apache.lucene.util.ArrayUtil
 
getNextToken() - Method in class org.apache.lucene.demo.html.HTMLParser
 
getNextToken() - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
getNextToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
getNextToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
getNextToken() - Method in class org.apache.lucene.queryParser.QueryParser
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getNextToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
getNoCFSRatio() - Method in class org.apache.lucene.index.LogMergePolicy
 
getNoLockFactory() - Static method in class org.apache.lucene.store.NoLockFactory
 
getNonBlankTextOrFail(Element) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getNormDecoder() - Static method in class org.apache.lucene.search.Similarity
Returns a table for decoding normalization bytes.
getNormFileName(int) - Method in class org.apache.lucene.index.SegmentInfo
Get the file name for the norms file for this field.
getNorms(String) - Method in class org.apache.lucene.index.SegmentReader
 
getNormsByFieldNameAndDocumentNumber() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
getNotQuery(List, 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
 
getNumericValue() - Method in class org.apache.lucene.document.NumericField
Returns the current numeric value as a subclass of Number, null if not yet initialized.
getNumGoodPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the number of good points (only relevant points).
getNumOverlap() - Method in class org.apache.lucene.index.FieldInvertState
Get the number of terms with positionIncrement == 0.
getNumParallelTasks() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getNumPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the number of points (both relevant and irrelevant points).
getNumRuns() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
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.search.BooleanClause
 
getOccur() - Method in class org.apache.lucene.search.FilterClause
Returns this FilterClause's occur parameter
getOffset() - Method in class org.apache.lucene.index.FieldInvertState
Get end offset of the last processed term.
getOffset() - Method in class org.apache.lucene.index.Payload
Returns the offset in the underlying byte array
getOffsetGap(Fieldable) - Method in class org.apache.lucene.analysis.Analyzer
Just like Analyzer.getPositionIncrementGap(java.lang.String), except for Token offsets instead.
getOffsetGap(Fieldable) - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
Return the offsetGap from the analyzer assigned to field
getOffsets() - Method in class org.apache.lucene.index.PositionBasedTermVectorMapper.TVPositionInfo
Parallel list (to PositionBasedTermVectorMapper.TVPositionInfo.getTerms()) of TermVectorOffsetInfo objects.
getOffsets(int) - Method in interface org.apache.lucene.index.TermPositionVector
Returns an array of TermVectorOffsetInfo in which the term is found.
getOffsets() - Method in class org.apache.lucene.index.TermVectorEntry
 
getOffsets(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositionVector
 
getOmitNorms() - Method in class org.apache.lucene.document.AbstractField
True if norms are omitted for this indexed field
getOmitNorms() - Method in interface org.apache.lucene.document.Fieldable
True if norms are omitted for this indexed field
getOmitTermFreqAndPositions() - Method in class org.apache.lucene.document.AbstractField
 
getOmitTf() - Method in class org.apache.lucene.document.AbstractField
Deprecated. Renamed to AbstractField.getOmitTermFreqAndPositions()
getOmitTf() - Method in interface org.apache.lucene.document.Fieldable
Deprecated. Renamed to AbstractField.getOmitTermFreqAndPositions()
getOnlyUseNewAPI() - Static method in class org.apache.lucene.analysis.TokenStream
Deprecated. This setting will no longer be needed in Lucene 3.0 as the old API will be removed.
getOpDistance(String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getOpDistance() - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
getOperand() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
 
getOperator() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
 
getOperator() - Method in interface org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute
 
getOperator() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
getOperatorName() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getOrderedTerms() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
getOrQuery(List, boolean, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getOutOf() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns total number of stats points when this report was created.
getParagraphs(String, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns at most the first N paragraphs of the given text.
getParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getParent() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getParent() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
getParent() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
getParser() - Method in class org.apache.lucene.search.SortField
Returns the instance of a FieldCache parser that fits to the given sort type.
getPathElement(int) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the a specific QueryText element
getPathElements() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the a List with all QueryText elements
getPathElements(int) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns a List QueryText element from position startIndex
getPattern(String) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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
Returns this Token's payload.
getPayload(byte[], int) - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermPositions
 
getPayload(byte[], int) - Method in class org.apache.lucene.index.MultipleTermPositions
Not implemented.
getPayload(byte[], int) - Method in interface org.apache.lucene.index.TermPositions
Returns the payload data at the current term position.
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.Spans
Returns the payload data for the current span.
getPayload() - Method in class org.apache.lucene.search.spans.TermSpans
 
getPayload(byte[], int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
 
getPayloadLength() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermPositions
 
getPayloadLength() - Method in class org.apache.lucene.index.MultipleTermPositions
Not implemented.
getPayloadLength() - Method in interface org.apache.lucene.index.TermPositions
Returns the length of the payload at the current term position.
getPayloadLength() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
 
getPayloads(Spans[]) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
getPayloads() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
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.search.similar.MoreLikeThisQuery
 
getPhraseSlop() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Gets the default slop for phrases.
getPhraseSlop() - Method in class org.apache.lucene.queryParser.QueryParser
Gets the default slop for phrases.
getPhraseSlop() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getPhraseSlop() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Gets the default slop for phrases.
getPoints() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getPorterStemmerAnalyzer(Analyzer) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns an English stemming analyzer that stems tokens from the underlying child analyzer according to the Porter stemming algorithm.
getPosition() - Method in class org.apache.lucene.index.FieldInvertState
Get the last processed term position.
getPosition() - Method in class org.apache.lucene.index.PositionBasedTermVectorMapper.TVPositionInfo
 
getPosition() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
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
Returns the position increment of this Token.
getPositionIncrement() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getPositionIncrementGap(String) - Method in class org.apache.lucene.analysis.Analyzer
Invoked before indexing a Fieldable instance if terms have already been added to that field.
getPositionIncrementGap(String) - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
Return the positionIncrementGap from the analyzer assigned to fieldName
getPositions() - Method in class org.apache.lucene.index.TermVectorEntry
 
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.
getPositions() - Method in class org.apache.lucene.search.SpanFilterResult
The first entry in the array corresponds to the first "on" bit.
getPositions() - Method in class org.apache.lucene.search.SpanFilterResult.PositionInfo
 
getPositions() - Method in class org.apache.lucene.search.spans.TermSpans
 
getPositionSpans() - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
getPostTag(int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getPrecision(double, DistanceHandler.Precision) - Static method in class org.apache.lucene.spatial.tier.DistanceHandler
 
getPrecision() - Method in class org.apache.lucene.spatial.tier.DistanceHandler
 
getPrecisionAt(int) - Method in class org.apache.lucene.benchmark.quality.QualityStats
Return the precision at rank n: |{relevant hits within first n hits}| / n.
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.
getPrefix(RE) - Static method in class org.apache.regexp.RegexpTunnel
 
getPrefixLength() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
getPrefixLength() - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
 
getPrefixLength() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
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 token 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.MultiFieldQueryParser
 
getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating a query (similar to PrecedenceQueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.QueryParser
Factory method for generating a query (similar to QueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getPrefixQuery(String, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getPrefixSeparator() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getPrefixTerm() - Method in class org.apache.lucene.search.PrefixTermEnum
 
getPreTag(int) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
getPreviousTokenStream() - Method in class org.apache.lucene.analysis.Analyzer
Used by Analyzers that implement reusableTokenStream to retrieve previously saved TokenStreams for re-use by the same thread.
getPrimaryDir() - Method in class org.apache.lucene.store.FileSwitchDirectory
Return the primary directory
getPrimitiveSize(Class) - Method in class org.apache.lucene.util.AverageGuessMemoryModel
 
getPrimitiveSize(Class) - Method in class org.apache.lucene.util.MemoryModel
 
getProcessingMode() - Method in class org.apache.lucene.search.DuplicateFilter
 
getProperties() - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
 
getProps() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getProximityType() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
getQueries() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getQuery() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
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.DisjunctionMaxQuery.DisjunctionMaxWeight
 
getQuery() - Method in class org.apache.lucene.search.FilteredQuery
 
getQuery() - Method in class org.apache.lucene.search.SpanQueryFilter
 
getQuery() - Method in class org.apache.lucene.search.spans.SpanWeight
 
getQuery() - Method in class org.apache.lucene.search.Weight
The query that this concerns.
getQuery(Query) - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.BooleanQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.BoostingQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.ConstantScoreQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.FilteredQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.FuzzyLikeThisQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.LikeThisQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.MatchAllDocsQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanBuilderBase
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanQueryBuilderFactory
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.TermQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.TermsQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.UserInputQueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.CoreParser
 
getQuery(Element) - Method in interface org.apache.lucene.xmlparser.QueryBuilder
 
getQuery(Element) - Method in class org.apache.lucene.xmlparser.QueryBuilderFactory
 
getQueryAsDOM(Properties, String) - Method in class org.apache.lucene.xmlparser.QueryTemplateManager
 
getQueryAsDOM(Properties) - Method in class org.apache.lucene.xmlparser.QueryTemplateManager
 
getQueryAsDOM(Properties, Templates) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
Fast means of constructing query using a cached,precompiled stylesheet
getQueryAsDOM(Properties, InputStream) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
Slow means of constructing query - parses stylesheet from input stream
getQueryAsXmlString(Properties, String) - Method in class org.apache.lucene.xmlparser.QueryTemplateManager
 
getQueryAsXmlString(Properties) - Method in class org.apache.lucene.xmlparser.QueryTemplateManager
 
getQueryAsXmlString(Properties, Templates) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
Fast means of constructing query using a precompiled stylesheet
getQueryAsXmlString(Properties, InputStream) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
Slow means of constructing query parsing a stylesheet from an input stream
getQueryBuilder() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the query builder used to build a object from the query node tree.
getQueryBuilder(String) - Method in class org.apache.lucene.xmlparser.QueryBuilderFactory
 
getQueryConfigHandler() - Method in interface org.apache.lucene.queryParser.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.core.processors.QueryNodeProcessorImpl
For reference about this method check: QueryNodeProcessor.getQueryConfigHandler().
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.getQueryConfigHandler().
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the query configuration handler, which is used during the query node tree processing.
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Returns the query config handler used by this query parser
getQueryID() - Method in class org.apache.lucene.benchmark.quality.QualityQuery
Return the ID of this query.
getQueryMaker(ReadTask) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return query maker used for this task.
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
getQueryNodeProcessor() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the processor object used to process the query node tree, it returns null if no processor is used.
getQueryProcessor() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Returns QueryNodeProcessor used to process the query node tree generated by the StandardSyntaxParser.
getQuote() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
getRAMBufferSizeMB() - Method in class org.apache.lucene.index.IndexWriter
Returns the value set by IndexWriter.setRAMBufferSizeMB(double) if enabled.
getRangeCollator() - Method in class org.apache.lucene.queryParser.QueryParser
 
getRangeCollator() - Method in interface org.apache.lucene.queryParser.standard.config.RangeCollatorAttribute
 
getRangeCollator() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
getRangeCollator() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getRangeCollator() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
Overrides super class, by passing terms through analyzer.
getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
 
getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.QueryParser
 
getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getRank() - Method in class org.apache.lucene.benchmark.quality.QualityStats.RecallPoint
Returns the rank: where on the list of returned docs this relevant doc appeared.
getRate() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
Returns the rate per minute: how many operations should be performed in a minute.
getRate() - Method in class org.apache.lucene.benchmark.stats.TimeData
Get rate of processing, defined as number of processed records per second.
getReadChunkSize() - Method in class org.apache.lucene.store.FSDirectory
The maximum number of bytes to read at once from the underlying file during BufferedIndexInput.readBytes(byte[], int, int).
getReader() - Method in class org.apache.lucene.demo.html.HTMLParser
 
getReader() - Method in class org.apache.lucene.index.IndexWriter
Expert: returns a readonly reader, covering all committed as well as un-committed changes to the index.
getReader(int) - Method in class org.apache.lucene.index.IndexWriter
Expert: like IndexWriter.getReader(), except you can specify which termInfosIndexDivisor should be used for any newly opened readers.
getReaderKey() - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
getReaderTermsIndexDivisor() - Method in class org.apache.lucene.index.IndexWriter
 
getRecall() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Return the recall: |{relevant hits found}| / |{relevant hits existing}|.
getRecall() - Method in class org.apache.lucene.benchmark.quality.QualityStats.RecallPoint
Returns the recall: how many relevant docs were returned up to this point, inclusive.
getRecallPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the recallPoints.
getRecomputedCount() - Method in class org.apache.lucene.util.BitVector
For testing
getRefCount() - Method in class org.apache.lucene.index.IndexReader
Expert: returns the current refCount for this reader
getReferenceSize() - Method in class org.apache.lucene.util.AverageGuessMemoryModel
 
getReferenceSize() - Method in class org.apache.lucene.util.MemoryModel
 
getRegexImplementation() - Method in class org.apache.lucene.search.regex.RegexQuery
 
getRegexImplementation() - Method in interface org.apache.lucene.search.regex.RegexQueryCapable
 
getRegexImplementation() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
getRepetitions() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getReported() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns number of stats points represented in this report.
getResolution() - Static method in class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Return the timer resolution.
getResolution() - Static method in class org.apache.lucene.search.TimeLimitingCollector
Return the timer resolution.
getReverse() - Method in class org.apache.lucene.search.SortField
Returns whether the sort should be reversed.
getRewriteMethod() - Method in class org.apache.lucene.search.MultiTermQuery
 
getRound() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getRoundNumber() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getRowCount() - Method in class org.apache.lucene.swing.models.TableSearcher
 
getRows() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
getRunData() - Method in class org.apache.lucene.benchmark.byTask.Benchmark
 
getRunData() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getRunData() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getRunningMerge() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
 
getSchema() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
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.Hit
Deprecated. Returns score for this hit.
getSearchables() - Method in class org.apache.lucene.search.MultiSearcher
Return the array of Searchables this searches.
getSearchTime() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the search time in milliseconds for the measured query.
getSecondaryDir() - Method in class org.apache.lucene.store.FileSwitchDirectory
Return the secondary directory
getSegmentName() - Method in class org.apache.lucene.index.SegmentReader
Return the name of the segment this reader is reading.
getSegmentsFileName() - Method in class org.apache.lucene.index.IndexCommit
Get the segments file (segments_N) associated with this commit point.
getSegmentsFileName() - Method in interface org.apache.lucene.index.IndexCommitPoint
Deprecated. Get the segments file (segments_N) associated with this commit point.
getSentences(String, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns at most the first N sentences of the given text.
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 PriorityQueue.initialize(int) 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(Object, Object) should always favor the non-sentinel values).
By default, this method returns false, which means the queue will not be filled with sentinel values.
getSequentialSubReaders() - Method in class org.apache.lucene.index.FilterIndexReader
 
getSequentialSubReaders() - Method in class org.apache.lucene.index.IndexReader
Expert: returns the sequential sub readers that this reader is logically composed of.
getSequentialSubReaders() - Method in class org.apache.lucene.index.MultiReader
 
getShorts(IndexReader, 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 as shorts and returns an array of size reader.maxDoc() of the value each document has in the given field.
getShorts(IndexReader, String, FieldCache.ShortParser) - 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 as shorts and returns an array of size reader.maxDoc() of the value each document has in the given field.
getShrinkSize(int, int) - Static method in class org.apache.lucene.util.ArrayUtil
 
getSide(String) - Static method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
 
getSide(String) - Static method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
 
getSimilarity() - Method in class org.apache.lucene.index.IndexWriter
Expert: Return the Similarity implementation used by this IndexWriter.
getSimilarity() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
getSimilarity(Searcher) - Method in class org.apache.lucene.search.BooleanQuery
 
getSimilarity(Searcher) - Method in class org.apache.lucene.search.Query
Expert: Returns the Similarity implementation to be used for this query.
getSimilarity() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
getSimilarity() - Method in class org.apache.lucene.search.Scorer
Returns the Similarity implementation used by this scorer.
getSimilarity() - Method in class org.apache.lucene.search.Searcher
Expert: Return the Similarity implementation used by this Searcher.
getSimilarity() - Method in class org.apache.lucene.search.similar.MoreLikeThis
 
getSimilarity(Searcher) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
getSimilarity() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
getSize() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns number of lines in the report.
getSize() - Method in class org.apache.lucene.swing.models.ListSearcher
 
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
 
getSort() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
getSort() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
getSort() - Method in class org.apache.lucene.search.Sort
Representation of the sort criteria.
getSource() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getSpacerCharacter() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
getSpanNearQuery(IndexReader, String, float, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.BoostingTermBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanFirstBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanNearBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanNotBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanOrBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanOrTermsBuilder
 
getSpanQuery(Element) - Method in interface org.apache.lucene.xmlparser.builders.SpanQueryBuilder
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanQueryBuilderFactory
 
getSpanQuery(Element) - Method in class org.apache.lucene.xmlparser.builders.SpanTermBuilder
 
getSpans(IndexReader) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanNearQuery
 
getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanNotQuery
 
getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanOrQuery
 
getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanQuery
Expert: Returns the matches for this query in an index.
getSpans(IndexReader) - 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.
getStart() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getStart() - Method in class org.apache.lucene.search.SpanFilterResult.StartEnd
The Start position
getStartOffset() - Method in class org.apache.lucene.index.TermVectorOffsetInfo
The accessor for the starting offset of the term.
getStartOffset() - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getStartOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
getStartOffset() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getStarts() - Method in class org.apache.lucene.search.MultiSearcher
 
getStartTimeMillis() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getStemDict(File) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
Deprecated. use WordlistLoader.getStemDict(File) instead
getStemDict(File) - Static method in class org.apache.lucene.analysis.WordlistLoader
Reads a stem dictionary.
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.search.similar.MoreLikeThis
Get the current stop words being used.
getStopWords() - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
getStringDistance() - Method in class org.apache.lucene.search.spell.SpellChecker
Returns the StringDistance instance used by this SpellChecker instance.
getStringIndex(IndexReader, 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 an array of them in natural order, along with an array telling which element in the term array each document uses.
getStrings(IndexReader, 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 an array of size reader.maxDoc() containing the value each document has in the given field.
getSubQueriesIterator() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getSubQuery(int) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
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 class org.apache.lucene.demo.html.SimpleCharStream
 
GetSuffix(int) - Method in interface org.apache.lucene.queryParser.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.FastCharStream
 
GetSuffix(int) - Method in interface org.apache.lucene.queryParser.precedence.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.precedence.FastCharStream
 
GetSuffix(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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
 
getSummary() - Method in class org.apache.lucene.demo.html.HTMLParser
 
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"
getSynonymAnalyzer(Analyzer, SynonymMap, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns an analyzer wrapper that wraps the underlying child analyzer's token stream into a SynonymTokenFilter.
getSynonyms(String) - Method in class org.apache.lucene.index.memory.SynonymMap
Returns the synonym set for the given word, sorted ascending.
getSyntaxParser() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the text parser used to build a query node tree from a query string.
getTableModel() - Method in class org.apache.lucene.swing.models.TableSearcher
 
getTabSize(int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
getTabSize(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
getTag(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
getTag(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
getTags() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
getTags() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
getTask() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getTaskRunNum() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getTasks() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getTemplates(InputStream) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
Parses a query stylesheet for repeated use
getTerm() - Method in class org.apache.lucene.index.TermVectorEntry
 
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.MultiTermQuery
Deprecated. check sub class for possible term access - getTerm does not make sense for all MultiTermQuerys and will be removed.
getTerm() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
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.
getTerm() - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
getTerm() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
getTermArrays() - Method in class org.apache.lucene.search.MultiPhraseQuery
Returns a List of the terms in the multiphrase.
getTermCountCutoff() - Method in class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
 
getTermDocumentInformations() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
getTermEnum(String) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
getTermEscaped(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getTermEscapeQuoted(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getTermFrequencies() - Method in interface org.apache.lucene.index.TermFreqVector
Array of term frequencies.
getTermFrequencies() - Method in class org.apache.lucene.search.QueryTermVector
 
getTermFrequencies() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
getTermFreqVector(int, String) - Method in class org.apache.lucene.index.FilterIndexReader
 
getTermFreqVector(int, String, TermVectorMapper) - Method in class org.apache.lucene.index.FilterIndexReader
 
getTermFreqVector(int, TermVectorMapper) - Method in class org.apache.lucene.index.FilterIndexReader
 
getTermFreqVector(int, String) - Method in class org.apache.lucene.index.IndexReader
Return a term frequency vector for the specified document and field.
getTermFreqVector(int, String, TermVectorMapper) - Method in class org.apache.lucene.index.IndexReader
Load the Term Vector into a user-defined data structure instead of relying on the parallel arrays of the TermFreqVector.
getTermFreqVector(int, TermVectorMapper) - Method in class org.apache.lucene.index.IndexReader
Map all the term vectors for all fields in a Document
getTermFreqVector(int, String) - Method in class org.apache.lucene.index.MultiReader
 
getTermFreqVector(int, String, TermVectorMapper) - Method in class org.apache.lucene.index.MultiReader
 
getTermFreqVector(int, TermVectorMapper) - Method in class org.apache.lucene.index.MultiReader
 
getTermFreqVector(int, String) - Method in class org.apache.lucene.index.ParallelReader
 
getTermFreqVector(int, String, TermVectorMapper) - Method in class org.apache.lucene.index.ParallelReader
 
getTermFreqVector(int, TermVectorMapper) - Method in class org.apache.lucene.index.ParallelReader
 
getTermFreqVector(int, String) - Method in class org.apache.lucene.index.SegmentReader
Return a term frequency vector for the specified document and field.
getTermFreqVector(int, String, TermVectorMapper) - Method in class org.apache.lucene.index.SegmentReader
 
getTermFreqVector(int, TermVectorMapper) - Method in class org.apache.lucene.index.SegmentReader
 
getTermFreqVector(int, String) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
getTermFreqVector(int, String, TermVectorMapper) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
getTermFreqVector(int, TermVectorMapper) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
getTermFreqVectors(int) - Method in class org.apache.lucene.index.FilterIndexReader
 
getTermFreqVectors(int) - Method in class org.apache.lucene.index.IndexReader
Return an array of term frequency vectors for the specified document.
getTermFreqVectors(int) - Method in class org.apache.lucene.index.MultiReader
 
getTermFreqVectors(int) - Method in class org.apache.lucene.index.ParallelReader
 
getTermFreqVectors(int) - Method in class org.apache.lucene.index.SegmentReader
Return an array of term frequency vectors for the specified document.
getTermFreqVectors(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
getTermIndex() - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
getTermIndexInterval() - Method in class org.apache.lucene.index.IndexWriter
Expert: Return the interval between indexed terms.
getTermInfosIndexDivisor() - Method in class org.apache.lucene.index.IndexReader
For IndexReader implementations that use TermInfosReader to read terms, this returns the current indexDivisor as specified when the reader was opened.
getTermInfosIndexDivisor() - Method in class org.apache.lucene.index.SegmentReader
 
getTermMap(String) - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
getTermOffsets() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
getTermOrPhraseNumber() - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
getTermPositions(int) - Method in interface org.apache.lucene.index.TermPositionVector
Returns an array of positions in which the term is found.
getTermPositions() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
getTermPositions(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositionVector
 
getTermQuery(String, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getTerms() - Method in class org.apache.lucene.index.PositionBasedTermVectorMapper.TVPositionInfo
Note, there may be multiple terms at the same position
getTerms() - Method in interface org.apache.lucene.index.TermFreqVector
 
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.
getTerms() - Method in class org.apache.lucene.search.QueryTermVector
 
getTerms() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
getTerms() - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
Deprecated. use FieldMaskingSpanQuery.extractTerms(Set) instead.
getTerms() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
Deprecated. use extractTerms instead
getTerms() - Method in class org.apache.lucene.search.spans.SpanNearQuery
Deprecated. use extractTerms instead
getTerms() - Method in class org.apache.lucene.search.spans.SpanNotQuery
Deprecated. use extractTerms instead
getTerms() - Method in class org.apache.lucene.search.spans.SpanOrQuery
Deprecated. use extractTerms instead
getTerms() - Method in class org.apache.lucene.search.spans.SpanQuery
Deprecated. use extractTerms instead
getTerms() - Method in class org.apache.lucene.search.spans.SpanTermQuery
Deprecated. use extractTerms instead
getTerms() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
getTermsByFieldAndText() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
getTermText() - Method in class org.apache.lucene.queryParser.surround.query.SrndTermQuery
 
getTermVectorEntrySet() - Method in class org.apache.lucene.index.SortedTermVectorMapper
The TermVectorEntrySet.
getTestDataMinMaxMergeAndMaxBuffered(File[], Analyzer[]) - Static method in class org.apache.lucene.benchmark.stats.TestData
Similar to TestData.getAll(java.io.File[], org.apache.lucene.analysis.Analyzer[]) but only uses maxBufferedDocs of 10 and 100 and same for mergeFactor, thus reducing the number of permutations significantly.
getText() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns the report text.
getText() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
Returns the term.
getText() - Method in interface org.apache.lucene.queryParser.core.nodes.TextableQueryNode
 
getText() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
 
getText(Node) - Static method in class org.apache.lucene.xmlparser.DOMUtils
 
getTextAsString() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
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.
getTierBoxId(double, double) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
TierBoxId is latitude box id + longitude box id where latitude box id, and longitude box id are transposed in to position coordinates.
getTierFieldName() - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
get the string name representing current tier _localTier<tiedId>
getTierFieldName(int) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
get the string name representing tierId _localTier<tierId>
getTierId() - Method in class org.apache.lucene.spatial.tier.Shape
 
getTierVerticalPosDivider() - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
 
getTimeAllowed() - Method in exception org.apache.lucene.search.TimeLimitedCollector.TimeExceededException
Deprecated. Returns allowed time (milliseconds).
getTimeAllowed() - Method in exception org.apache.lucene.search.TimeLimitingCollector.TimeExceededException
Returns allowed time (milliseconds).
getTimeElapsed() - Method in exception org.apache.lucene.search.TimeLimitedCollector.TimeExceededException
Deprecated. Returns elapsed time (milliseconds).
getTimeElapsed() - Method in exception org.apache.lucene.search.TimeLimitingCollector.TimeExceededException
Returns elapsed time (milliseconds).
getTimeModified() - Method in class org.apache.lucene.store.db.File
 
getTimeModified() - Method in class org.apache.lucene.store.je.File
 
getTimestamp() - Method in class org.apache.lucene.index.IndexCommit
Convenience method that returns the last modified time of the segments_N file corresponding to this index commit, equivalent to getDirectory().fileModified(getSegmentsFileName()).
getTitle() - Method in class org.apache.lucene.ant.HtmlDocument
Gets the title attribute of the HtmlDocument object.
getTitle() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getTitle() - Method in class org.apache.lucene.demo.html.HTMLParser
 
getToken() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
getToken(int) - Method in class org.apache.lucene.demo.html.HTMLParser
 
getToken(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
getToken(int) - Method in class org.apache.lucene.queryParser.QueryParser
Get the specific Token.
getToken(int) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Get the specific Token.
getToken(int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getToken(int) - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getTokenCachingAnalyzer(Analyzer) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
Returns an analyzer wrapper that caches all tokens generated by the underlying child analyzer's token streams, and delivers those cached tokens on subsequent calls to tokenStream(String fieldName, Reader reader) if the fieldName has been seen before, altogether ignoring the Reader parameter on cache lookup.
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
 
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Retrieves information on how a Token is to be inserted to a ShingleMatrixFilter.Matrix.
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
getTokens() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
getTokens() - Method in class org.apache.lucene.analysis.SinkTokenizer
Deprecated. Get the tokens in the internal List.
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.
getTokenStream(TermPositionVector) - Static method in class org.apache.lucene.search.highlight.TokenSources
 
getTokenStream(TermPositionVector, boolean) - Static method in class org.apache.lucene.search.highlight.TokenSources
Low level api.
getTokenStream(IndexReader, int, String) - Static method in class org.apache.lucene.search.highlight.TokenSources
 
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
 
getTotalBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the total number of bytes that were generated by this source.
getTotalBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Returns the total number of bytes that were generated by the content source defined to that doc maker.
getTotalDocsCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the total number of generated documents.
getTotalHits() - Method in class org.apache.lucene.search.TopDocCollector
Deprecated. The total number of documents that matched this query.
getTotalHits() - Method in class org.apache.lucene.search.TopDocsCollector
The total number of documents that matched this query.
getTotalNumberOfTerms() - Method in class org.apache.lucene.search.MultiTermQuery
Expert: Return the number of unique terms visited during execution of the query.
getTotalNumberOfTerms() - Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
Expert: Return the number of unique terms visited during execution of the filter.
getTotals(String) - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get total values from all data points of a given type.
getTotals() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get total values from all data points of all types.
getTotalScore() - Method in class org.apache.lucene.search.highlight.TokenGroup
 
getTruncated() - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
getTruncQuery(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
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.index.IndexReader
Returns the number of unique terms (across all fields) in this reader.
getUniqueTermCount() - Method in class org.apache.lucene.index.SegmentReader
 
getUpperBound() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
getUpperRight() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
 
getUpperTerm() - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Returns the upper term 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.ConstantScoreRangeQuery
Deprecated.  
getUseCompoundDocStore() - Method in class org.apache.lucene.index.LogMergePolicy
Returns true if newly flushed and newly merge doc store segment files (term vectors and stored fields) are written in compound file format.
getUseCompoundFile() - Method in class org.apache.lucene.index.IndexModifier
Deprecated.  
getUseCompoundFile() - Method in class org.apache.lucene.index.IndexWriter
Get the current setting of whether newly flushed segments will use the compound file format.
getUseCompoundFile() - Method in class org.apache.lucene.index.LogMergePolicy
Returns true if newly flushed and newly merge segments are written in compound file format.
getUseCompoundFile() - Method in class org.apache.lucene.index.SegmentInfo
Returns true if this segment is stored as a compound file; else, false.
getUseLegacySearch() - Method in class org.apache.lucene.search.SortField
Deprecated. will be removed in Lucene 3.0.
getUseOldRangeQuery() - Method in class org.apache.lucene.queryParser.QueryParser
Deprecated. Please use QueryParser.getMultiTermRewriteMethod() instead.
getUseOldRangeQuery() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getUserData() - Method in class org.apache.lucene.index.IndexCommit
Returns userData, previously passed to IndexWriter.commit(Map) for this commit.
getUserData() - Method in class org.apache.lucene.index.SegmentInfos
 
getUseScorer14() - Static method in class org.apache.lucene.search.BooleanQuery
Deprecated. Use BooleanQuery.getAllowDocsOutOfOrder() instead.
getUseUnmap() - Method in class org.apache.lucene.store.MMapDirectory
Returns true, if the unmap workaround is enabled.
getValue() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
getValue(String) - Method in class org.apache.lucene.benchmark.quality.QualityQuery
Return the value of a certain name-value pair.
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
Returns the boost value.
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
getValue() - Method in class org.apache.lucene.queryParser.standard.parser.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.lucene.queryParser.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
getValue() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
getValue() - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
 
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.spans.SpanWeight
 
getValue() - Method in class org.apache.lucene.search.Weight
The weight for this query.
getValueAt(int, int) - Method in class org.apache.lucene.swing.models.TableSearcher
 
getValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
getValues() - Method in class org.apache.lucene.ant.IndexTask.AnalyzerType
 
getValues(String) - Method in class org.apache.lucene.document.Document
Returns an array of values of the field specified as the method parameter.
getValues() - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
getValues(IndexReader) - Method in class org.apache.lucene.search.function.FieldCacheSource
 
getValues(IndexReader) - Method in class org.apache.lucene.search.function.MultiValueSource
Deprecated.  
getValues(IndexReader) - Method in class org.apache.lucene.search.function.OrdFieldSource
 
getValues(IndexReader) - Method in class org.apache.lucene.search.function.ReverseOrdFieldSource
 
getValues(IndexReader) - Method in class org.apache.lucene.search.function.ValueSource
Return the DocValues used by the function query.
getVectorSpace() - Method in class org.apache.lucene.store.instantiated.InstantiatedDocument
 
getVersion() - Method in class org.apache.lucene.index.FilterIndexReader
 
getVersion() - Method in class org.apache.lucene.index.IndexCommit
Returns the version for this IndexCommit.
getVersion() - Method in class org.apache.lucene.index.IndexReader
Version number when this IndexReader was opened.
getVersion() - Method in class org.apache.lucene.index.MultiReader
Not implemented.
getVersion() - Method in class org.apache.lucene.index.ParallelReader
Not implemented.
getVersion() - Method in class org.apache.lucene.index.SegmentInfos
version number when this SegmentInfos was generated.
getVersion() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
getVersion() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
An InstantiatedIndexReader is not a snapshot in time, it is completely in sync with the latest commit to the store!
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
Returns a 32 bit float from the payload, or 1f it null.
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Have this method return 1f in order to 'disable' weights.
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
getWeight() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
getWeight() - Method in class org.apache.lucene.search.highlight.WeightedTerm
 
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 token that contains one or more wildcard characters (like *), but is not a prefix term token (one that has just a single * character at the end).
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
 
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating a query.
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.QueryParser
Factory method for generating a query.
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
getWordSet(File) - Static method in class org.apache.lucene.analysis.WordlistLoader
Loads a text file and adds every line as an entry to a HashSet (omitting leading and trailing whitespace).
getWordSet(File, String) - Static method in class org.apache.lucene.analysis.WordlistLoader
Loads a text file and adds every non-comment line as an entry to a HashSet (omitting leading and trailing whitespace).
getWordSet(Reader) - Static method in class org.apache.lucene.analysis.WordlistLoader
Reads lines from a Reader and adds every line as an entry to a HashSet (omitting leading and trailing whitespace).
getWordSet(Reader, String) - Static method in class org.apache.lucene.analysis.WordlistLoader
Reads lines from a Reader and adds every non-comment line as an entry to a HashSet (omitting leading and trailing whitespace).
getWordsIterator() - Method in interface org.apache.lucene.search.spell.Dictionary
Return all words present in the dictionary
getWordsIterator() - Method in class org.apache.lucene.search.spell.LuceneDictionary
 
getWordsIterator() - Method in class org.apache.lucene.search.spell.PlainTextDictionary
 
getWordtable(String, String) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
Deprecated. use WordlistLoader.getWordSet(File) instead
getWordtable(String) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
Deprecated. use WordlistLoader.getWordSet(File) instead
getWordtable(File) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
Deprecated. use WordlistLoader.getWordSet(File) instead
getWriteLockTimeout() - Method in class org.apache.lucene.index.IndexWriter
Returns allowed timeout when acquiring the write lock.
getX() - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
 
getX() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
getX() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
getY() - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
 
getY() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
getY() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
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
GreekAnalyzer - Class in org.apache.lucene.analysis.el
Analyzer for the Greek language.
GreekAnalyzer() - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. Use GreekAnalyzer.GreekAnalyzer(Version) instead
GreekAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
 
GreekAnalyzer(char[]) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. Use GreekAnalyzer.GreekAnalyzer(Version) instead.
GreekAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. Use GreekAnalyzer.GreekAnalyzer(Version, String[]) instead
GreekAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Builds an analyzer with the given stop words.
GreekAnalyzer(char[], String[]) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. Use GreekAnalyzer.GreekAnalyzer(Version, String[]) instead.
GreekAnalyzer(char[], Map) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. Use GreekAnalyzer.GreekAnalyzer(Version, Map) instead.
GreekAnalyzer(Map) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. Use GreekAnalyzer.GreekAnalyzer(Version,Map) instead
GreekAnalyzer(Version, Map) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Builds an analyzer with the given stop words.
GreekCharsets - Class in org.apache.lucene.analysis.el
Deprecated. Support for non-Unicode encodings will be removed in Lucene 3.0
GreekCharsets() - Constructor for class org.apache.lucene.analysis.el.GreekCharsets
Deprecated.  
GreekLowerCaseFilter - Class in org.apache.lucene.analysis.el
Normalizes token text to lower case, analyzing given ("greek") charset.
GreekLowerCaseFilter(TokenStream, char[]) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilter
Deprecated. Use GreekLowerCaseFilter.GreekLowerCaseFilter(TokenStream) instead.
GreekLowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilter
 
GroupQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.GroupQueryNode
This QueryNode is used to identify parenthesis on the original query string
GroupQueryNodeBuilder - Class in org.apache.lucene.queryParser.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.standard.builders.GroupQueryNodeBuilder
 
GroupQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
The SyntaxParser generates query node trees that consider the boolean operator precedence, but Lucene current syntax does not support boolean precedence, so this processor remove all the precedence and apply the equivalent modifier according to the boolean operation defined on an specific query node.
GroupQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 
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
 

H

HAMZA_ABOVE - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
handleMergeException(Throwable) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Called when an exception is hit in a background merge thread
HANZI - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Han Ideographs
hasAttribute(Class) - 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
hasChanges - Variable in class org.apache.lucene.index.IndexReader
 
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.FilterIndexReader
 
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
 
hasDeletions() - Method in class org.apache.lucene.index.MultiReader
 
hasDeletions() - Method in class org.apache.lucene.index.ParallelReader
 
hasDeletions() - Method in class org.apache.lucene.index.SegmentInfo
 
hasDeletions() - Method in class org.apache.lucene.index.SegmentReader
 
hasDeletions() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
hasExternalSegments(Directory) - Method in class org.apache.lucene.index.SegmentInfos
 
hashCode() - Method in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
 
hashCode() - Method in class org.apache.lucene.analysis.Token
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.FlagsAttributeImpl
 
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.TermAttributeImpl
 
hashCode() - Method in class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
hashCode() - Method in class org.apache.lucene.document.FieldSelectorResult
 
hashCode() - Method in class org.apache.lucene.index.IndexCommit
 
hashCode() - Method in class org.apache.lucene.index.memory.PatternAnalyzer
Returns a hash code value for the object.
hashCode() - Method in class org.apache.lucene.index.Payload
 
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.index.TermVectorEntry
 
hashCode() - Method in class org.apache.lucene.index.TermVectorOffsetInfo
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
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.BooleanFilter
 
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.BoostingQuery
 
hashCode() - Method in class org.apache.lucene.search.CachingSpanFilter
 
hashCode() - Method in class org.apache.lucene.search.CachingWrapperFilter
 
hashCode() - Method in class org.apache.lucene.search.ConstantScoreQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Compute a hash code for hashing us
hashCode() - Method in class org.apache.lucene.search.DuplicateFilter
 
hashCode() - Method in class org.apache.lucene.search.FieldCacheRangeFilter
 
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.function.CustomScoreQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.function.FieldCacheSource
 
hashCode() - Method in class org.apache.lucene.search.function.MultiValueSource
Deprecated.  
hashCode() - Method in class org.apache.lucene.search.function.OrdFieldSource
 
hashCode() - Method in class org.apache.lucene.search.function.ReverseOrdFieldSource
 
hashCode() - Method in class org.apache.lucene.search.function.ValueSource
Needed for possible caching of query results - used by ValueSourceQuery.hashCode().
hashCode() - Method in class org.apache.lucene.search.function.ValueSourceQuery
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.FuzzyLikeThisQuery
 
hashCode() - Method in class org.apache.lucene.search.FuzzyQuery
 
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.ConstantScoreAutoRewrite
 
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.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.QueryFilter
Deprecated.  
hashCode() - Method in class org.apache.lucene.search.QueryWrapperFilter
 
hashCode() - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
 
hashCode() - Method in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
hashCode() - Method in class org.apache.lucene.search.regex.RegexQuery
 
hashCode() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
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.SpanQueryFilter
 
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.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.SpanTermQuery
 
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.TermsFilter
 
hashCode() - Method in class org.apache.lucene.search.WildcardQuery
 
hashCode() - Method in class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.LineSegment
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
hashCode() - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.spatial.tier.LatLongDistanceFilter
Returns a hash code value for this object.
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 chars in range start (inclusive) to end (inclusive)
hashCode() - Method in class org.apache.lucene.util.AttributeImpl
Subclasses must implement this method and should compute a hashCode similar to this:
hashCode() - Method in class org.apache.lucene.util.AttributeSource
 
hashCode() - Method in class org.apache.lucene.util.OpenBitSet
 
hasMoreElements() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
hasNext() - Method in class org.apache.lucene.analysis.CharArraySet.CharArraySetIterator
 
hasNext() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
hasNext() - Method in class org.apache.lucene.search.HitIterator
Deprecated.  
hasNorms(String) - Method in class org.apache.lucene.index.FilterIndexReader
 
hasNorms(String) - Method in class org.apache.lucene.index.IndexReader
Returns true if there are norms stored for this field.
hasNorms(String) - Method in class org.apache.lucene.index.MultiReader
 
hasNorms(String) - Method in class org.apache.lucene.index.ParallelReader
 
hasNorms(String) - Method in class org.apache.lucene.index.SegmentReader
 
hasProx - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
True if at least one of the fields in this segment does not omitTermFreqAndPositions.
hasSeparateNorms(int) - Method in class org.apache.lucene.index.SegmentInfo
Returns true if this field for this segment has saved a separate norms file (__N.sX).
hasSeparateNorms() - Method in class org.apache.lucene.index.SegmentInfo
Returns true if any fields in this segment have separate norms.
HEADING - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
HEADING_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
heap - Variable in class org.apache.lucene.util.PriorityQueue
 
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
 
HEX - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
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.
HighFreqTerms - Class in org.apache.lucene.misc
HighFreqTerms class extracts terms and their frequencies out of an existing Lucene index.
HighFreqTerms() - Constructor for class org.apache.lucene.misc.HighFreqTerms
 
highlightBackground - Variable in class org.apache.lucene.search.highlight.GradientFormatter
 
highlighter - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
highlighter - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
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
 
highlightForeground - Variable in class org.apache.lucene.search.highlight.GradientFormatter
 
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
 
Hit - Class in org.apache.lucene.search
Deprecated. Use TopScoreDocCollector and TopDocs instead. Hits will be removed in Lucene 3.0.
HitCollector - Class in org.apache.lucene.search
Deprecated. Please use Collector instead.
HitCollector() - Constructor for class org.apache.lucene.search.HitCollector
Deprecated.  
HitCollectorWrapper - Class in org.apache.lucene.search
Deprecated. Please migrate custom HitCollectors to the new Collector class. This class will be removed when HitCollector is removed.
HitCollectorWrapper(HitCollector) - Constructor for class org.apache.lucene.search.HitCollectorWrapper
Deprecated.  
HitIterator - Class in org.apache.lucene.search
Deprecated. Use TopScoreDocCollector and TopDocs instead. Hits will be removed in Lucene 3.0.
Hits - Class in org.apache.lucene.search
Deprecated. see Searcher.search(Query, int), Searcher.search(Query, Filter, int) and Searcher.search(Query, Filter, int, Sort):
   TopDocs topDocs = searcher.search(query, numHits);
   ScoreDoc[] hits = topDocs.scoreDocs;
   for (int i = 0; i < hits.length; i++) {
     int docId = hits[i].doc;
     Document d = searcher.doc(docId);
     // do something with current hit
     ...
 
HOST - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
HOST_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
HOUR - Static variable in class org.apache.lucene.document.DateTools.Resolution
 
hq - Variable in class org.apache.lucene.search.TopDocCollector
Deprecated. The priority queue which holds the top-scoring documents.
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
HtmlDocument - Class in org.apache.lucene.ant
The HtmlDocument class creates a Lucene Document from an HTML document.
HtmlDocument(File) - Constructor for class org.apache.lucene.ant.HtmlDocument
Constructs an HtmlDocument from a File.
HtmlDocument(InputStream) - Constructor for class org.apache.lucene.ant.HtmlDocument
Constructs an HtmlDocument from an InputStream.
HtmlDocument(File, String) - Constructor for class org.apache.lucene.ant.HtmlDocument
Constructs an HtmlDocument from a File.
HTMLDocument() - Method in class org.apache.lucene.demo.html.HTMLParser
 
HTMLDocument - Class in org.apache.lucene.demo
A utility for making Lucene Documents for HTML documents.
htmlEncode(String) - Static method in class org.apache.lucene.search.highlight.SimpleHTMLEncoder
Encode string into HTML
HTMLParser - Interface in org.apache.lucene.benchmark.byTask.feeds
HTML Parsing Interface for test purposes
HTMLParser - Class in org.apache.lucene.demo.html
 
HTMLParser(File) - Constructor for class org.apache.lucene.demo.html.HTMLParser
Deprecated. Use HTMLParser(FileInputStream) instead
HTMLParser(InputStream) - Constructor for class org.apache.lucene.demo.html.HTMLParser
 
HTMLParser(InputStream, String) - Constructor for class org.apache.lucene.demo.html.HTMLParser
 
HTMLParser(Reader) - Constructor for class org.apache.lucene.demo.html.HTMLParser
 
HTMLParser(HTMLParserTokenManager) - Constructor for class org.apache.lucene.demo.html.HTMLParser
 
HTMLParserConstants - Interface in org.apache.lucene.demo.html
 
HTMLParserTokenManager - Class in org.apache.lucene.demo.html
 
HTMLParserTokenManager(SimpleCharStream) - Constructor for class org.apache.lucene.demo.html.HTMLParserTokenManager
 
HTMLParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.lucene.demo.html.HTMLParserTokenManager
 
humanReadableUnits(long, DecimalFormat) - Static method in class org.apache.lucene.util.RamUsageEstimator
Return good default units based on byte size.
HungarianStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
HungarianStemmer() - Constructor for class org.tartarus.snowball.ext.HungarianStemmer
 
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.
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(TokenStream, HyphenationTree, String[], int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationCompoundWordTokenFilter(TokenStream, HyphenationTree, String[]) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationCompoundWordTokenFilter(TokenStream, HyphenationTree, Set) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationCompoundWordTokenFilter(TokenStream, HyphenationTree, Set, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationException - Exception in org.apache.lucene.analysis.compound.hyphenation
This class has been taken from the Apache FOP project (http://xmlgraphics.apache.org/fop/).
HyphenationException(String) - Constructor for exception org.apache.lucene.analysis.compound.hyphenation.HyphenationException
 
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

ICUCollationKeyAnalyzer - Class in org.apache.lucene.collation
Filters KeywordTokenizer with ICUCollationKeyFilter.
ICUCollationKeyAnalyzer(Collator) - Constructor for class org.apache.lucene.collation.ICUCollationKeyAnalyzer
 
ICUCollationKeyFilter - Class in org.apache.lucene.collation
Converts each token into its CollationKey, and then encodes the CollationKey with IndexableBinaryStringTools, to allow it to be stored as an index term.
ICUCollationKeyFilter(TokenStream, Collator) - Constructor for class org.apache.lucene.collation.ICUCollationKeyFilter
 
id - Variable in class org.apache.lucene.benchmark.stats.QueryData
Benchmark id
id(int) - Method in class org.apache.lucene.search.Hits
Deprecated. Returns the id for the nth document in this set.
ID_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
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
 
idf(int, int) - Method in class org.apache.lucene.search.DefaultSimilarity
Implemented as log(numDocs/(docFreq+1)) + 1.
idf(Term, Searcher) - Method in class org.apache.lucene.search.Similarity
Deprecated. see Similarity.idfExplain(Term, Searcher)
idf(Collection, Searcher) - Method in class org.apache.lucene.search.Similarity
Deprecated. see Similarity.idfExplain(Collection, Searcher)
idf(int, int) - Method in class org.apache.lucene.search.Similarity
Computes a score factor based on a term's document frequency (the number of documents which contain the term).
idf(int, int) - Method in class org.apache.lucene.search.SimilarityDelegator
 
idf - Variable in class org.apache.lucene.search.spans.SpanWeight
 
idfExplain(Term, Searcher) - Method in class org.apache.lucene.search.Similarity
Computes a score factor for a simple term and returns an explanation for that score factor.
idfExplain(Collection, Searcher) - Method in class org.apache.lucene.search.Similarity
Computes a score factor for a phrase.
IGNORE - Static variable in class org.apache.lucene.search.CachingWrapperFilter.DeletesMode
 
ignoringSinglePrefixOrSuffixShingleByDefault - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
image - Variable in class org.apache.lucene.demo.html.Token
The string image of the token.
image - Variable in class org.apache.lucene.queryParser.precedence.Token
The string image of the token.
image - Variable in class org.apache.lucene.queryParser.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.
image - Variable in class org.apache.lucene.queryParser.Token
The string image of the token.
in - Variable in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
in - Variable in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
 
in - Variable in class org.apache.lucene.index.FilterIndexReader
 
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
 
inBuf - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
inBuf - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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.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.index.IndexReader
Expert: increments the refCount of this IndexReader instance.
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.ASCIIFoldingFilter
 
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.CharTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
Returns true for the next token in the stream, or false at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.smart.WordTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
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.fa.PersianNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.fr.ElisionFilter
Increments the TokenStream with a TermAttribute without elisioned start
incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ISOLatin1AccentFilter
Deprecated.  
incrementToken() - Method in class org.apache.lucene.analysis.KeywordTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.LengthFilter
Returns the next input Token whose term() is the right len
incrementToken() - Method in class org.apache.lucene.analysis.LowerCaseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
 
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.SingleTokenTokenStream
 
incrementToken() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
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
Returns the next token in the stream, or null at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Returns the next token in the stream, or null at EOS
incrementToken() - Method in class org.apache.lucene.analysis.NumericTokenStream
 
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.PorterStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.position.PositionFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ru.RussianLowerCaseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ru.RussianStemFilter
Returns the next token in the stream, or null at EOS
incrementToken() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
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.StandardFilter
Returns the next token in the stream, or null at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.StopFilter
Returns the next input Token whose term() is not a stop word.
incrementToken() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter.SinkTokenStream
 
incrementToken() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
 
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.collation.CollationKeyFilter
 
incrementToken() - Method in class org.apache.lucene.collation.ICUCollationKeyFilter
 
incrementToken() - Method in class org.apache.lucene.index.memory.SynonymTokenFilter
Returns the next token in the stream, or null at EOS.
incrementToken() - Method in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
incrNumDocsCreated() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
incTotalNumberOfTerms(int) - Method in class org.apache.lucene.search.MultiTermQuery
 
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
IndexableBinaryStringTools - Class in org.apache.lucene.util
Provides support for converting byte sequences to Strings and back again.
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
 
IndexCommitPoint - Interface in org.apache.lucene.index
Deprecated. Please subclass IndexCommit class instead
IndexDeletionPolicy - Interface in org.apache.lucene.index
Expert: policy for deletion of stale index commits.
indexDictionary(Dictionary, int, int) - Method in class org.apache.lucene.search.spell.SpellChecker
Indexes the data from the given Dictionary.
indexDictionary(Dictionary) - Method in class org.apache.lucene.search.spell.SpellChecker
Indexes the data from the given Dictionary.
INDEXED - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All indexed fields
INDEXED_NO_TERMVECTOR - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields which are indexed but don't have termvectors enabled
INDEXED_WITH_TERMVECTOR - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields which are indexed with termvectors enabled
indexesOf(String[], int, int) - Method in interface org.apache.lucene.index.TermFreqVector
Just like indexOf(int) but searches for a number of terms at the same time.
indexesOf(String[], int, int) - Method in class org.apache.lucene.search.QueryTermVector
 
indexesOf(String[], int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
indexExists(String) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.indexExists(Directory) instead This method will be removed in the 3.0 release.
indexExists(File) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.indexExists(Directory) instead. This method will be removed in the 3.0 release.
indexExists(Directory) - Static method in class org.apache.lucene.index.IndexReader
Returns true if an index exists at the specified directory.
IndexFileNameFilter - Class in org.apache.lucene.index
Filename filter that accept filenames and extensions only created by Lucene.
IndexFiles - Class in org.apache.lucene.demo
Index all text files under a directory.
IndexHTML - Class in org.apache.lucene.demo
Indexer for HTML files.
IndexInput - Class in org.apache.lucene.store
Abstract base class for input from a file in a Directory.
IndexInput() - Constructor for class org.apache.lucene.store.IndexInput
 
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
 
IndexModifier - Class in org.apache.lucene.index
Deprecated. Please use IndexWriter instead.
IndexModifier(Directory, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexModifier
Deprecated. Open an index with write access.
IndexModifier(String, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexModifier
Deprecated. Open an index with write access.
IndexModifier(File, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexModifier
Deprecated. Open an index with write access.
indexOf(String) - Method in interface org.apache.lucene.index.TermFreqVector
Return an index in the term numbers array returned from getTerms at which the term with the specified term appears.
indexOf(String) - Method in class org.apache.lucene.search.QueryTermVector
 
indexOf(String) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
INDEXORDER - Static variable in interface org.apache.lucene.search.ScoreDocComparator
Deprecated. Special comparator for sorting hits according to index order (document number).
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
 
indexProperties - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
indexReader - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
IndexReader - Class in org.apache.lucene.index
IndexReader is an abstract class, providing an interface for accessing an index.
IndexReader(Directory) - Constructor for class org.apache.lucene.index.IndexReader
Deprecated. - use IndexReader()
IndexReader() - Constructor for class org.apache.lucene.index.IndexReader
 
IndexReader.FieldOption - Class in org.apache.lucene.index
Constants describing field properties, for example used for IndexReader.getFieldNames(FieldOption).
indexReaderFactory() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
IndexSearcher - Class in org.apache.lucene.search
Implements search over a single IndexReader.
IndexSearcher(String) - Constructor for class org.apache.lucene.search.IndexSearcher
Deprecated. Use IndexSearcher.IndexSearcher(Directory, boolean) instead
IndexSearcher(String, boolean) - Constructor for class org.apache.lucene.search.IndexSearcher
Deprecated. Use IndexSearcher.IndexSearcher(Directory, boolean) instead
IndexSearcher(Directory) - Constructor for class org.apache.lucene.search.IndexSearcher
Deprecated. Use IndexSearcher.IndexSearcher(Directory, boolean) instead
IndexSearcher(Directory, boolean) - Constructor for class org.apache.lucene.search.IndexSearcher
Creates a searcher searching the index in the named directory.
IndexSearcher(IndexReader) - Constructor for class org.apache.lucene.search.IndexSearcher
Creates a searcher searching the provided index.
IndexTask - Class in org.apache.lucene.ant
Ant task to index files with Lucene
IndexTask() - Constructor for class org.apache.lucene.ant.IndexTask
Creates new instance
IndexTask.AnalyzerType - Class in org.apache.lucene.ant
 
IndexTask.AnalyzerType() - Constructor for class org.apache.lucene.ant.IndexTask.AnalyzerType
 
IndexTask.HandlerConfig - Class in org.apache.lucene.ant
 
IndexTask.HandlerConfig() - Constructor for class org.apache.lucene.ant.IndexTask.HandlerConfig
 
indexVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
indexWriter - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
IndexWriter - Class in org.apache.lucene.index
An IndexWriter creates and maintains an index.
IndexWriter(String, Analyzer, boolean, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. Use IndexWriter.IndexWriter(Directory, Analyzer, boolean, MaxFieldLength)
IndexWriter(String, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,boolean,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(File, Analyzer, boolean, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. Use IndexWriter.IndexWriter(Directory, Analyzer, boolean, MaxFieldLength)
IndexWriter(File, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,boolean,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(Directory, Analyzer, boolean, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Constructs an IndexWriter for the index in d.
IndexWriter(Directory, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release, and call IndexWriter.commit() when needed. Use IndexWriter.IndexWriter(Directory,Analyzer,boolean,MaxFieldLength) instead.
IndexWriter(String, Analyzer, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. Use IndexWriter.IndexWriter(Directory, Analyzer, MaxFieldLength)
IndexWriter(String, Analyzer) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release, and call IndexWriter.commit() when needed. Use IndexWriter.IndexWriter(Directory,Analyzer,MaxFieldLength) instead.
IndexWriter(File, Analyzer, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. Use IndexWriter.IndexWriter(Directory, Analyzer, MaxFieldLength)
IndexWriter(File, Analyzer) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(Directory, Analyzer, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Constructs an IndexWriter for the index in d, first creating it if it does not already exist.
IndexWriter(Directory, Analyzer) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(Directory, boolean, Analyzer) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(Directory, boolean, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,boolean,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(Directory, Analyzer, IndexDeletionPolicy, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Expert: constructs an IndexWriter with a custom IndexDeletionPolicy, for the index in d, first creating it if it does not already exist.
IndexWriter(Directory, boolean, Analyzer, IndexDeletionPolicy) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,IndexDeletionPolicy,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(Directory, Analyzer, boolean, IndexDeletionPolicy, IndexWriter.MaxFieldLength) - Constructor for class org.apache.lucene.index.IndexWriter
Expert: constructs an IndexWriter with a custom IndexDeletionPolicy, for the index in d.
IndexWriter(Directory, boolean, Analyzer, boolean, IndexDeletionPolicy) - Constructor for class org.apache.lucene.index.IndexWriter
Deprecated. This constructor will be removed in the 3.0 release. Use IndexWriter.IndexWriter(Directory,Analyzer,boolean,IndexDeletionPolicy,MaxFieldLength) instead, and call IndexWriter.commit() when needed.
IndexWriter(Directory, Analyzer, IndexDeletionPolicy, IndexWriter.MaxFieldLength, IndexCommit) - Constructor for class org.apache.lucene.index.IndexWriter
Expert: constructs an IndexWriter on specific commit point, with a custom IndexDeletionPolicy, for the index in d.
IndexWriter.IndexReaderWarmer - Class in org.apache.lucene.index
If IndexWriter.getReader() 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
 
IndexWriter.MaxFieldLength - Class in org.apache.lucene.index
Specifies maximum field length (in number of tokens/terms) in IndexWriter constructors.
IndexWriter.MaxFieldLength(int) - Constructor for class org.apache.lucene.index.IndexWriter.MaxFieldLength
Public constructor to allow users to specify the maximum field size limit.
indexWriterFactory(Analyzer, boolean) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
 
infixToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
info(int) - Method in class org.apache.lucene.index.SegmentInfos
 
INFORMATION_SEPARATOR_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+001F (INFORMATION SEPARATOR ONE)
infoStream - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
init() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
init() - Method in class org.apache.lucene.analysis.StopFilter
 
init(Directory, Analyzer, boolean) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Initialize an IndexWriter.
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.
initialize(int) - Method in class org.apache.lucene.util.PriorityQueue
Subclass constructors must call this.
initializeMessages(String, Class) - Static method in class org.apache.lucene.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
 
initOutput(String) - Method in class org.apache.lucene.store.FSDirectory
Initializes the directory to create a new file with the given name.
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.
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
 
input - Variable in class org.apache.lucene.analysis.CharReader
 
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_stream - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
input_stream - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
input_stream - Variable in class org.apache.lucene.queryParser.QueryParserTokenManager
 
input_stream - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
 
input_stream - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
inputStream - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
inputStream - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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(FieldDoc) - Method in class org.apache.lucene.search.FieldSortedHitQueue
Deprecated.  
insert(Object) - Method in class org.apache.lucene.search.FieldSortedHitQueue
Deprecated.  
insert(Object) - Method in class org.apache.lucene.util.PriorityQueue
Deprecated. use PriorityQueue.insertWithOverflow(Object) instead, which encourages objects reuse.
insert(Scorer) - Method in class org.apache.lucene.util.ScorerDocQueue
Adds a Scorer to the ScorerDocQueue in log(size) time if either the ScorerDocQueue is not full, or not lessThan(scorer, top()).
insert(int, int, String) - Method in class org.tartarus.snowball.SnowballProgram
 
insert(int, int, StringBuffer) - 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.xmlparser.DOMUtils
 
insertWithOverflow(Object) - Method in class org.apache.lucene.search.FieldSortedHitQueue
Deprecated.  
insertWithOverflow(Object) - Method in class org.apache.lucene.util.PriorityQueue
insertWithOverflow() is the same as insert() except its return value: it returns the object (if any) that was dropped off the heap because it was full.
InstantiatedDocument - Class in org.apache.lucene.store.instantiated
A document in the instantiated index object graph, optionally coupled to the vector space view.
InstantiatedDocument() - Constructor for class org.apache.lucene.store.instantiated.InstantiatedDocument
 
InstantiatedDocument(Document) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedDocument
 
InstantiatedIndex - Class in org.apache.lucene.store.instantiated
Represented as a coupled graph of class instances, this all-in-memory index store implementation delivers search results up to a 100 times faster than the file-centric RAMDirectory at the cost of greater RAM consumption.
InstantiatedIndex() - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndex
Creates an empty instantiated index for you to fill with data using an InstantiatedIndexWriter.
InstantiatedIndex(IndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndex
Creates a new instantiated index that looks just like the index in a specific state as represented by a reader.
InstantiatedIndex(IndexReader, Set<String>) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndex
Creates a new instantiated index that looks just like the index in a specific state as represented by a reader.
InstantiatedIndexReader - Class in org.apache.lucene.store.instantiated
An InstantiatedIndexReader is not a snapshot in time, it is completely in sync with the latest commit to the store!
InstantiatedIndexReader(InstantiatedIndex) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
InstantiatedIndexWriter - Class in org.apache.lucene.store.instantiated
This class, similar to IndexWriter, has no locking mechanism.
InstantiatedIndexWriter(InstantiatedIndex) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
InstantiatedIndexWriter(InstantiatedIndex, Analyzer) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
InstantiatedIndexWriter(InstantiatedIndex, Analyzer, boolean) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
InstantiatedTerm - Class in org.apache.lucene.store.instantiated
A term in the inverted index, coupled to the documents it occurs in.
InstantiatedTermDocs - Class in org.apache.lucene.store.instantiated
A TermDocs navigating an InstantiatedIndexReader.
InstantiatedTermDocs(InstantiatedIndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
InstantiatedTermDocumentInformation - Class in org.apache.lucene.store.instantiated
There is one instance of this class per indexed term in a document and it contains the meta data about each occurrence of a term in a document.
InstantiatedTermDocumentInformation(InstantiatedTerm, InstantiatedDocument, int[], byte[][]) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
InstantiatedTermEnum - Class in org.apache.lucene.store.instantiated
A TermEnum navigating an InstantiatedIndexReader.
InstantiatedTermEnum(InstantiatedIndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermEnum
 
InstantiatedTermEnum(InstantiatedIndexReader, int) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermEnum
 
InstantiatedTermFreqVector - Class in org.apache.lucene.store.instantiated
Vector space view of a document in an InstantiatedIndexReader.
InstantiatedTermFreqVector(InstantiatedDocument, String) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
InstantiatedTermPositions - Class in org.apache.lucene.store.instantiated
A TermPositions navigating an InstantiatedIndexReader.
InstantiatedTermPositions(InstantiatedIndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermPositions
 
InstantiatedTermPositionVector - Class in org.apache.lucene.store.instantiated
Extended vector space view of a document in an InstantiatedIndexReader.
InstantiatedTermPositionVector(InstantiatedDocument, String) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermPositionVector
 
INT - Static variable in class org.apache.lucene.search.function.FieldScoreQuery.Type
field values are interpreted as numeric int values.
INT - Static variable in class org.apache.lucene.search.SortField
Sort using term values as encoded Integers.
IntegerEncoder - Class in org.apache.lucene.analysis.payloads
Encode a character array Integer as a Payload.
IntegerEncoder() - Constructor for class org.apache.lucene.analysis.payloads.IntegerEncoder
 
intern(String) - Method in class org.apache.lucene.util.SimpleStringInterner
 
intern(String) - Static method in class org.apache.lucene.util.StringHelper
Return the same string object for all equal strings
intern(String) - Method in class org.apache.lucene.util.StringInterner
Returns a single object instance for each equal string.
intern(char[], int, int) - Method in class org.apache.lucene.util.StringInterner
Returns a single object instance for each equal string.
INTERNAL_LINK - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
INTERNAL_LINK_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
interner - Static variable in class org.apache.lucene.util.StringHelper
Expert: The StringInterner implementation used by Lucene.
intersect(LineSegment, Point2D, Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
Determines if a line segment intersects the ellipse and if so finds the point(s) of intersection.
intersect(Rectangle) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
 
intersect(Rectangle) - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Returns information about how this shape intersects the given rectangle
intersect(Rectangle) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
intersect(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
this = this AND other
IntersectCase - Enum in org.apache.lucene.spatial.geometry.shape
NOTE: This API is still in flux and might change in incompatible ways in the next release.
intersectionCount(OpenBitSet, OpenBitSet) - Static method in class org.apache.lucene.util.OpenBitSet
Returns the popcount or cardinality of the intersection of the two sets.
intersects(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
returns true if the sets have any elements in common
IntFieldSource - Class in org.apache.lucene.search.function
Expert: obtains int field values from the FieldCache using getInts() and makes those values available as other numeric types, casting as needed.
IntFieldSource(String) - Constructor for class org.apache.lucene.search.function.IntFieldSource
Create a cached int field source with default string-to-int parser.
IntFieldSource(String, FieldCache.IntParser) - Constructor for class org.apache.lucene.search.function.IntFieldSource
Create a cached int field source with a specific string-to-int parser.
intToPrefixCoded(int, int, char[]) - Static method in class org.apache.lucene.util.NumericUtils
Expert: Returns prefix coded bits after reducing the precision by shift bits.
intToPrefixCoded(int, int) - Static method in class org.apache.lucene.util.NumericUtils
Expert: Returns prefix coded bits after reducing the precision by shift bits.
intToPrefixCoded(int) - Static method in class org.apache.lucene.util.NumericUtils
This is a convenience method, that returns prefix coded bits of an int without reducing the precision.
intVal(int) - Method in class org.apache.lucene.search.function.DocValues
Return doc value as an int.
INVALID_SYNTAX - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_CANNOT_PARSE - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_CHARACTER - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_FUZZY_LIMITS - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
InvalidGeoException - Exception in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
InvalidGeoException(String) - Constructor for exception org.apache.lucene.spatial.tier.InvalidGeoException
 
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
 
IProjector - Interface in org.apache.lucene.spatial.tier.projections
NOTE: This API is still in flux and might change in incompatible ways in the next release.
isAllowLeadingWildcard() - Method in interface org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttribute
 
isAllowLeadingWildcard() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
isBinary - Variable in class org.apache.lucene.document.AbstractField
 
isBinary() - Method in class org.apache.lucene.document.AbstractField
True iff the value of the filed is stored as binary
isBinary() - Method in interface org.apache.lucene.document.Fieldable
True if the value of the field is stored as binary
isBoost() - Method in class org.apache.lucene.search.similar.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 into a BitSet.
isCacheable() - Method in class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet
This DocIdSet implementation is cacheable.
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.OpenBitSet
This DocIdSet implementation is cacheable.
isCacheable() - Method in class org.apache.lucene.util.SortedVIntList
This DocIdSet implementation is cacheable.
isCachedTokenStream() - Method in class org.apache.lucene.search.highlight.WeightedSpanTermExtractor
 
isCellEditable(int, int) - Method in class org.apache.lucene.swing.models.TableSearcher
 
isCFSFile(String) - Method in class org.apache.lucene.index.IndexFileNameFilter
Returns true if this is a file that would be contained in a CFS file.
isCollapsable() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
Return true if can be collapsed in case it is outermost sequence
isCompound() - Method in class org.apache.lucene.benchmark.stats.TestData
 
isCompressed - Variable in class org.apache.lucene.document.AbstractField
 
isCompressed() - Method in class org.apache.lucene.document.AbstractField
True if the value of the field is stored and compressed within the index
isCompressed() - Method in interface org.apache.lucene.document.Fieldable
True if the value of the field is stored and compressed within the index
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.FilterIndexReader
 
isCurrent() - Method in class org.apache.lucene.index.IndexReader
Check whether any new changes have occurred to the index since this reader was opened.
isCurrent() - Method in class org.apache.lucene.index.MultiReader
Checks recursively if all subreaders are up to date.
isCurrent() - Method in class org.apache.lucene.index.ParallelReader
Checks recursively if all subreaders are up to date.
isCurrent() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
An InstantiatedIndexReader is always current! Check whether this IndexReader is still using the current (i.e., most recently committed) version of the index.
isDefaultField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
This method is use toQueryString to detect if fld is the default field
isDeleted(int) - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
isDeleted(int) - Method in class org.apache.lucene.index.FilterIndexReader
 
isDeleted() - Method in class org.apache.lucene.index.IndexCommit
 
isDeleted(int) - Method in class org.apache.lucene.index.IndexReader
Returns true if document n has been deleted
isDeleted(int) - Method in class org.apache.lucene.index.MultiReader
 
isDeleted(int) - Method in class org.apache.lucene.index.ParallelReader
 
isDeleted(int) - Method in class org.apache.lucene.index.SegmentReader
 
isDeleted(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
isDisableCoord() - Method in class org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode
 
isDisableCounting() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Return true if counting is disabled for this task.
isEmpty() - Method in class org.apache.lucene.analysis.CharArraySet
 
isEmpty() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
to know whether the stack is empty
isEmpty() - Method in class org.apache.lucene.util.OpenBitSet
Returns true if there are no set bits
isExpandMultiTermQuery() - Method in class org.apache.lucene.search.highlight.QueryScorer
 
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
 
isFirst() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
isFixedPoint() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
isFixedPoint() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
isFixedPoint() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
isGreedy() - Method in class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Checks if this time limited collector is greedy in collecting the last hit.
isGreedy() - Method in class org.apache.lucene.search.TimeLimitingCollector
Checks if this time limited collector is greedy in collecting the last hit.
isIgnoreTF() - Method in class org.apache.lucene.search.FuzzyLikeThisQuery
 
isIgnoringOffsets() - Method in class org.apache.lucene.index.TermVectorMapper
 
isIgnoringPositions() - Method in class org.apache.lucene.index.PositionBasedTermVectorMapper
Never ignores positions.
isIgnoringPositions() - Method in class org.apache.lucene.index.TermVectorMapper
Indicate to Lucene that even if there are positions stored, this mapper is not interested in them and they can be skipped over.
isIgnoringSinglePrefixOrSuffixShingle() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
isInclusive() - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Returns true if the range query is inclusive
isIndexed - Variable in class org.apache.lucene.document.AbstractField
 
isIndexed() - Method in class org.apache.lucene.document.AbstractField
True iff the value of the field is to be indexed, so that it may be searched on.
isIndexed() - Method in interface org.apache.lucene.document.Fieldable
True if the value of the field is to be indexed, so that it may be searched on.
isInOrder() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
isInOrder() - Method in class org.apache.lucene.search.spans.SpanNearQuery
Return true if matches are required to be in-order.
isInside(double) - Method in class org.apache.lucene.spatial.tier.Shape
 
isLast() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
isLazy() - Method in class org.apache.lucene.document.AbstractField
 
isLazy() - Method in interface org.apache.lucene.document.Fieldable
Indicates whether a Field is Lazy or not.
isLeaf() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
verify if a node is a Leaf node
isLeaf() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
isLocked(Directory) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Please use IndexWriter.isLocked(Directory) instead. This method will be removed in the 3.0 release.
isLocked(String) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.isLocked(Directory) instead. This method will be removed in the 3.0 release.
isLocked(Directory) - Static method in class org.apache.lucene.index.IndexWriter
Returns true iff the index in the named directory is currently locked.
isLocked(String) - Static method in class org.apache.lucene.index.IndexWriter
Deprecated. Use IndexWriter.isLocked(Directory)
isLocked() - Method in class org.apache.lucene.store.db.DbLock
 
isLocked() - Method in class org.apache.lucene.store.je.JELock
 
isLocked() - Method in class org.apache.lucene.store.Lock
Returns true if the resource is currently locked.
isLowercaseExpandedTerms() - Method in interface org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttribute
 
isLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
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.
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
 
isNormalized() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
isNormalized() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
isNormalized() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
ISO - Static variable in class org.apache.lucene.analysis.el.GreekCharsets
Deprecated.  
isOffsetOverlap(FieldPhraseList.WeightedPhraseInfo) - Method in class org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
 
ISOLatin1AccentFilter - Class in org.apache.lucene.analysis
Deprecated. in favor of ASCIIFoldingFilter which covers a superset of Latin 1. This class will be removed in Lucene 3.0.
ISOLatin1AccentFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ISOLatin1AccentFilter
Deprecated.  
isOpen - Variable in class org.apache.lucene.store.Directory
 
isOpen - Variable in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor
 
isOperatorInfix() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
isOptimize() - Method in class org.apache.lucene.benchmark.stats.TestData
 
isOptimized() - Method in class org.apache.lucene.index.FilterIndexReader
 
isOptimized() - Method in class org.apache.lucene.index.IndexCommit
Returns true if this commit is an optimized index.
isOptimized() - Method in class org.apache.lucene.index.IndexReader
Checks is the index is optimized (if it has a single segment and no deletions).
isOptimized() - Method in class org.apache.lucene.index.MultiReader
 
isOptimized() - Method in class org.apache.lucene.index.ParallelReader
Checks recursively if all subindexes are optimized
isOptimized() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
isOutputUnigrams() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
isParallel() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
isPayloadAvailable() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermPositions
 
isPayloadAvailable() - Method in class org.apache.lucene.index.MultipleTermPositions
 
isPayloadAvailable() - Method in interface org.apache.lucene.index.TermPositions
Checks if a payload can be loaded at this position.
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.Spans
Checks if a payload can be loaded at this position.
isPayloadAvailable() - Method in class org.apache.lucene.search.spans.TermSpans
 
isPayloadAvailable() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
 
isPhraseHighlight() - Method in class org.apache.lucene.search.vectorhighlight.FastVectorHighlighter
return whether phraseHighlight or not.
isPositionIncrementsEnabled() - Method in interface org.apache.lucene.queryParser.standard.config.PositionIncrementsAttribute
 
isPositionIncrementsEnabled() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
isPositionSensitive() - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
isPowerOfTwo(int) - Static method in class org.apache.lucene.util.BitUtil
returns true if v is a power of two or zero
isPowerOfTwo(long) - Static method in class org.apache.lucene.util.BitUtil
returns true if v is a power of two or zero
isProhibited() - Method in class org.apache.lucene.search.BooleanClause
 
isRelevant(String, QualityQuery) - Method in interface org.apache.lucene.benchmark.quality.Judge
Judge if document docName is relevant for the given quality query.
isRelevant(String, QualityQuery) - Method in class org.apache.lucene.benchmark.quality.trec.TrecJudge
 
isReplaceInvalidAcronym() - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. This will be removed (hardwired to true) in 3.0
isReplaceInvalidAcronym() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Remove in 3.X and make true the only valid value
isRequired() - Method in class org.apache.lucene.search.BooleanClause
 
isRoot() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
isStored - Variable in class org.apache.lucene.document.AbstractField
 
isStored() - Method in class org.apache.lucene.document.AbstractField
True iff the value of the field is to be stored in the index for return with search hits.
isStored() - Method in interface org.apache.lucene.document.Fieldable
True if the value of the field is to be stored in the index for return with search hits.
isStoreOffsetWithTermVector() - Method in class org.apache.lucene.document.AbstractField
True iff terms are stored as term vector together with their offsets (start and end position in source text).
isStoreOffsetWithTermVector() - Method in interface org.apache.lucene.document.Fieldable
True if terms are stored as term vector together with their offsets (start and end positon in source text).
isStorePositionWithTermVector() - Method in class org.apache.lucene.document.AbstractField
True iff terms are stored as term vector together with their token positions.
isStorePositionWithTermVector() - Method in interface org.apache.lucene.document.Fieldable
True if terms are stored as term vector together with their token positions.
isStrict() - Method in class org.apache.lucene.search.function.CustomScoreQuery
Checks if this is strict custom scoring.
isTerminal() - Method in class org.apache.lucene.search.vectorhighlight.FieldQuery.QueryPhraseMap
 
isTermVectorStored() - Method in class org.apache.lucene.document.AbstractField
True iff the term or terms used to index this field are stored as a term vector, available from IndexReader.getTermFreqVector(int,String).
isTermVectorStored() - Method in interface org.apache.lucene.document.Fieldable
True if the term or terms used to index this field are stored as a term vector, available from IndexReader.getTermFreqVector(int,String).
isTokenChar(char) - Method in class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
Allows for Letter category or NonspacingMark category
isTokenChar(char) - Method in class org.apache.lucene.analysis.CharTokenizer
Returns true iff a character should be included in a token.
isTokenChar(char) - Method in class org.apache.lucene.analysis.LetterTokenizer
Collects only characters which satisfy Character.isLetter(char).
isTokenChar(char) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Collects only characters which satisfy Character.isLetter(char).
isTokenChar(char) - Method in class org.apache.lucene.analysis.WhitespaceTokenizer
Collects only characters which do not satisfy Character.isWhitespace(char).
isTokenized - Variable in class org.apache.lucene.document.AbstractField
 
isTokenized() - Method in class org.apache.lucene.document.AbstractField
True iff the value of the field should be tokenized as text prior to indexing.
isTokenized() - Method in interface org.apache.lucene.document.Fieldable
True if the value of the field should be tokenized as text prior to indexing.
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
 
ItalianStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
ItalianStemmer() - Constructor for class org.tartarus.snowball.ext.ItalianStemmer
 
ITALICS - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
ITALICS_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
iter - Variable in class org.apache.lucene.analysis.SinkTokenizer
Deprecated.  
iterator() - Method in class org.apache.lucene.analysis.CharArraySet
 
iterator() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
An Iterator over the disjuncts
iterator() - Method in class org.apache.lucene.search.DocIdSet
Provides a DocIdSetIterator to access the set.
iterator() - Method in class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet
 
iterator() - Method in class org.apache.lucene.search.FilteredDocIdSet
Implementation of the contract to build a DocIdSetIterator.
iterator() - Method in class org.apache.lucene.search.Hits
Deprecated. Returns a HitIterator to navigate the Hits.
iterator() - Method in class org.apache.lucene.util.DocIdBitSet
 
iterator() - Method in class org.apache.lucene.util.OpenBitSet
 
iterator() - Method in class org.apache.lucene.util.SortedVIntList
 

J

JakartaRegexpCapabilities - Class in org.apache.lucene.search.regex
Implementation tying Jakarta Regexp to RegexQuery.
JakartaRegexpCapabilities() - Constructor for class org.apache.lucene.search.regex.JakartaRegexpCapabilities
Constructs a RegexCapabilities with the default MATCH_NORMAL match style.
JakartaRegexpCapabilities(int) - Constructor for class org.apache.lucene.search.regex.JakartaRegexpCapabilities
Constructs a RegexCapabilities with the provided match flags.
JaroWinklerDistance - Class in org.apache.lucene.search.spell
 
JaroWinklerDistance() - Constructor for class org.apache.lucene.search.spell.JaroWinklerDistance
 
JAVA_1_1 - Static variable in class org.apache.lucene.util.Constants
True iff this is Java version 1.1.
JAVA_1_2 - Static variable in class org.apache.lucene.util.Constants
True iff this is Java version 1.2.
JAVA_1_3 - Static variable in class org.apache.lucene.util.Constants
True iff this is Java version 1.3.
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").
JavaCharStream - Class in org.apache.lucene.queryParser.standard.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaUtilRegexCapabilities - Class in org.apache.lucene.search.regex
An implementation tying Java's built-in java.util.regex to RegexQuery.
JavaUtilRegexCapabilities() - Constructor for class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
Default constructor that uses java.util.regex.Pattern with its default flags.
JavaUtilRegexCapabilities(int) - Constructor for class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
Constructor that allows for the modification of the flags that the java.util.regex.Pattern will use to compile the regular expression.
JEDirectory - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to to Java Edition of Berkeley Database A JEDirectory is a Berkeley DB JE based implementation of Directory.
JEDirectory(Transaction, Database, Database, int) - Constructor for class org.apache.lucene.store.je.JEDirectory
Instantiate a DbDirectory.
JEDirectory(Transaction, Database, Database) - Constructor for class org.apache.lucene.store.je.JEDirectory
 
JEIndexInput - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
JEIndexInput(JEDirectory, String) - Constructor for class org.apache.lucene.store.je.JEIndexInput
 
JEIndexOutput - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
JEIndexOutput(JEDirectory, String, boolean) - Constructor for class org.apache.lucene.store.je.JEIndexOutput
 
JELock - Class in org.apache.lucene.store.je
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
JELock() - Constructor for class org.apache.lucene.store.je.JELock
 
jj_nt - Variable in class org.apache.lucene.demo.html.HTMLParser
 
jj_nt - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
jj_nt - Variable in class org.apache.lucene.queryParser.QueryParser
Next token.
jj_nt - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Next token.
jj_nt - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
jjFillToken() - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
jjFillToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
jjFillToken() - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
 
jjFillToken() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
 
jjFillToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
jjnewLexState - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.lucene.queryParser.QueryParserTokenManager
Lex State array.
jjnewLexState - Static variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Lex State array.
jjnewLexState - Static variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.QueryParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
JRE_IS_64BIT - Static variable in class org.apache.lucene.util.Constants
 
Judge - Interface in org.apache.lucene.benchmark.quality
Judge if a document is relevant for a quality query.

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
 
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
 
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.store.db.Block
 
key - Variable in class org.apache.lucene.store.db.File
 
key - Variable in class org.apache.lucene.store.je.Block
 
key - Variable in class org.apache.lucene.store.je.File
 
keys() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
keySet() - Method in class org.apache.lucene.util.cache.SimpleMapCache
Returns a Set containing all keys in this cache.
KeywordAnalyzer - Class in org.apache.lucene.analysis
"Tokenizes" the entire stream as a single token.
KeywordAnalyzer() - Constructor for class org.apache.lucene.analysis.KeywordAnalyzer
 
KeywordTokenizer - Class in org.apache.lucene.analysis
Emits the entire input as a single token.
KeywordTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.KeywordTokenizer
 
KeywordTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.KeywordTokenizer
 
KeywordTokenizer(AttributeSource, Reader, int) - Constructor for class org.apache.lucene.analysis.KeywordTokenizer
 
KeywordTokenizer(AttributeSource.AttributeFactory, Reader, int) - Constructor for class org.apache.lucene.analysis.KeywordTokenizer
 
keywordTokenStream(Collection) - 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.
KILOMETERS_PER_MILE - Static variable in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
kind - Variable in class org.apache.lucene.demo.html.Token
An integer that describes the kind of this token.
kind - Variable in class org.apache.lucene.queryParser.precedence.Token
An integer that describes the kind of this token.
kind - Variable in class org.apache.lucene.queryParser.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.
kind - Variable in class org.apache.lucene.queryParser.Token
An integer that describes the kind of this token.
KM_USE_FIRST_OCCURRENCE - Static variable in class org.apache.lucene.search.DuplicateFilter
 
KM_USE_LAST_OCCURRENCE - Static variable in class org.apache.lucene.search.DuplicateFilter
 
knows(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
KOI8 - Static variable in class org.apache.lucene.analysis.ru.RussianCharsets
Deprecated.  
KpStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
KpStemmer() - Constructor for class org.tartarus.snowball.ext.KpStemmer
 
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

LAM - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
lastModified(String) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.lastModified(Directory) instead. This method will be removed in the 3.0 release.
lastModified(File) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.lastModified(Directory) instead. This method will be removed in the 3.0 release.
lastModified(Directory) - Static method in class org.apache.lucene.index.IndexReader
Returns the time the index in the named directory was last modified.
LatLng - Class in org.apache.lucene.spatial.geometry
Abstract base lat-lng class which can manipulate fixed point or floating point based coordinates.
LatLng() - Constructor for class org.apache.lucene.spatial.geometry.LatLng
 
LatLongDistanceFilter - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
LatLongDistanceFilter(Filter, double, double, double, String, String) - Constructor for class org.apache.lucene.spatial.tier.LatLongDistanceFilter
Provide a distance filter based from a center point with a radius in miles.
lazy - Variable in class org.apache.lucene.document.AbstractField
 
LAZY_LOAD - Static variable in class org.apache.lucene.document.FieldSelectorResult
Lazily load this Field.
LEADING_WILDCARD_NOT_ALLOWED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
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 - Variable in class org.apache.lucene.index.Payload
the length of the payload data
length() - Method in class org.apache.lucene.index.Payload
Returns the length of the payload data.
length() - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
length() - Method in class org.apache.lucene.search.HitIterator
Deprecated. Returns the total number of hits.
length() - Method in class org.apache.lucene.search.Hits
Deprecated. Returns the total number of hits available in this set.
length() - Method in class org.apache.lucene.store.BufferedIndexOutput
The number of bytes in the file.
length() - Method in class org.apache.lucene.store.ChecksumIndexInput
 
length() - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
length - Variable in class org.apache.lucene.store.db.DbIndexInput
 
length() - Method in class org.apache.lucene.store.db.DbIndexInput
 
length - Variable in class org.apache.lucene.store.db.DbIndexOutput
 
length() - Method in class org.apache.lucene.store.db.DbIndexOutput
 
length - Variable in class org.apache.lucene.store.db.File
 
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 - Variable in class org.apache.lucene.store.je.File
 
length - Variable in class org.apache.lucene.store.je.JEIndexInput
 
length() - Method in class org.apache.lucene.store.je.JEIndexInput
 
length - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
length() - Method in class org.apache.lucene.store.je.JEIndexOutput
 
length() - Method in class org.apache.lucene.store.RAMOutputStream
 
length() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
length() - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexOutput
 
length - Variable in class org.apache.lucene.util.UnicodeUtil.UTF16Result
 
length - Variable in class org.apache.lucene.util.UnicodeUtil.UTF8Result
 
LengthFilter - Class in org.apache.lucene.analysis
Removes words that are too long or too short from the stream.
LengthFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.LengthFilter
Build a filter that removes words that are too long or too short from the text.
lengthNorm(String, int) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as: 1/sqrt( steepness * (abs(x-min) + abs(x-max) - (max-min)) + 1 ) .
lengthNorm(String, int) - Method in class org.apache.lucene.search.DefaultSimilarity
Implemented as 1/sqrt(numTerms).
lengthNorm(String, int) - Method in class org.apache.lucene.search.Similarity
Computes the normalization value for a field given the total number of terms contained in a field.
lengthNorm(String, int) - Method in class org.apache.lucene.search.SimilarityDelegator
 
LengthNormModifier - Class in org.apache.lucene.misc
Deprecated. Use FieldNormModifier
LengthNormModifier(Directory, Similarity) - Constructor for class org.apache.lucene.misc.LengthNormModifier
Deprecated. Constructor for code that wishes to use this class progaomatically.
Less(String, String) - Static method in class org.apache.lucene.search.RangeFilter
Deprecated. Constructs a filter for field fieldName matching less than or equal to upperTerm.
Less(String, String) - Static method in class org.apache.lucene.search.TermRangeFilter
Constructs a filter for field fieldName matching less than or equal to upperTerm.
lessThan(Object, Object) - Method in class org.apache.lucene.search.FieldSortedHitQueue
Deprecated. Returns whether a is less relevant than b.
lessThan(Object, Object) - Method in class org.apache.lucene.search.FieldValueHitQueue
 
lessThan(Object, Object) - Method in class org.apache.lucene.search.FuzzyQuery.ScoreTermQueue
 
lessThan(Object, Object) - Method in class org.apache.lucene.util.PriorityQueue
Determines the ordering of objects in this priority queue.
LET - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
LETTER - Static variable in class org.apache.lucene.analysis.cn.smart.CharType
Letters
LetterTokenizer - Class in org.apache.lucene.analysis
A LetterTokenizer is a tokenizer that divides text at non-letters.
LetterTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.LetterTokenizer
Construct a new LetterTokenizer.
LetterTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.LetterTokenizer
Construct a new LetterTokenizer using a given AttributeSource.
LetterTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.LetterTokenizer
Construct a new LetterTokenizer using a given AttributeSource.AttributeFactory.
LEVEL_LOG_SPAN - Static variable in class org.apache.lucene.index.LogMergePolicy
Defines the allowed range of log(size) for each level.
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.demo.html.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.precedence.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.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.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.lucene.queryParser.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.demo.html.HTMLParserTokenManager
 
lexStateNames - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
lexStateNames - Static variable in class org.apache.lucene.queryParser.QueryParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
like(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Return a query that will return docs like the passed lucene document ID.
like(File) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Return a query that will return docs like the passed file.
like(URL) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Return a query that will return docs like the passed URL.
like(InputStream) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Return a query that will return docs like the passed stream.
like(Reader) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Return a query that will return docs like the passed Reader.
LikeThisQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
LikeThisQueryBuilder(Analyzer, String[]) - Constructor for class org.apache.lucene.xmlparser.builders.LikeThisQueryBuilder
 
limit - Variable in class org.tartarus.snowball.SnowballProgram
 
limit_backward - Variable in class org.tartarus.snowball.SnowballProgram
 
LIMITED - Static variable in class org.apache.lucene.index.IndexWriter.MaxFieldLength
Sets the maximum field length to IndexWriter.DEFAULT_MAX_FIELD_LENGTH
line - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
line - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
LineDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Deprecated. Please use DocMaker instead, with content.source=LineDocSource
LineDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
Deprecated.  
LineDocSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource reading one line at a time as a Document from a single file.
LineDocSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
LineSegment - Class in org.apache.lucene.spatial.geometry.shape
2d line segment.
LineSegment() - Constructor for class org.apache.lucene.spatial.geometry.shape.LineSegment
 
LineSegment(Point2D, Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.LineSegment
 
LINUX - Static variable in class org.apache.lucene.util.Constants
True iff running on Linux.
list() - Method in class org.apache.lucene.store.db.DbDirectory
 
list() - Method in class org.apache.lucene.store.Directory
Deprecated. For some Directory implementations (FSDirectory, and its subclasses), this method silently filters its results to include only index files. Please use Directory.listAll() instead, which does no filtering.
list() - Method in class org.apache.lucene.store.FileSwitchDirectory
 
list() - Method in class org.apache.lucene.store.FSDirectory
 
list() - Method in class org.apache.lucene.store.je.JEDirectory
 
list() - Method in class org.apache.lucene.store.RAMDirectory
 
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(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.RAMDirectory
 
listCommits(Directory) - Static method in class org.apache.lucene.index.IndexReader
Returns all commit points that exist in the Directory.
ListSearcher - Class in org.apache.lucene.swing.models
See table searcher explanation.
ListSearcher(ListModel) - Constructor for class org.apache.lucene.swing.models.ListSearcher
 
LLRect - Class in org.apache.lucene.spatial.geometry.shape
Lat-long rect.
LLRect(LatLng, LatLng) - Constructor for class org.apache.lucene.spatial.geometry.shape.LLRect
 
LLRect(LLRect) - Constructor for class org.apache.lucene.spatial.geometry.shape.LLRect
 
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 - Static variable in class org.apache.lucene.document.FieldSelectorResult
Load this Field every time the Document is loaded, reading in the data as it is encountered.
LOAD_AND_BREAK - Static variable in class org.apache.lucene.document.FieldSelectorResult
Load this field as in the FieldSelectorResult.LOAD case, but immediately return from Field loading for the Document.
LOAD_FOR_MERGE - Static variable in class org.apache.lucene.document.FieldSelectorResult
Deprecated. This is an internal option only, and is no longer needed now that CompressionTools is used for field compression.
LoadFirstFieldSelector - Class in org.apache.lucene.document
Load the First field and break.
LoadFirstFieldSelector() - Constructor for class org.apache.lucene.document.LoadFirstFieldSelector
 
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.
loadStopWords(InputStream, String) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Loads stopwords hash from resource stream (file, database...).
loadXML(Reader) - Static method in class org.apache.lucene.xmlparser.DOMUtils
Helper method to parse an XML file into a DOM tree, given a reader.
LocaleAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler.
LocaleAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler.
LocaleAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
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_DIR - Static variable in class org.apache.lucene.store.FSDirectory
Deprecated. As of 2.1, LOCK_DIR is unused because the write.lock is now stored by default in the index directory. If you really want to store locks elsewhere, you can create your own SimpleFSLockFactory (or NativeFSLockFactory, etc.) passing in your preferred lock directory. Then, pass this LockFactory instance to one of the open methods that take a lockFactory (for example, FSDirectory.open(File, LockFactory)).
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.Directory
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(String, int, PrintWriter, String) - Method in class org.apache.lucene.benchmark.quality.QualityStats
Log information on this QualityStats object.
log2(double) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
a log to the base 2 formula Math.log(value) / Math.log(2)
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(IndexWriter) - Constructor for class org.apache.lucene.index.LogByteSizeMergePolicy
 
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(IndexWriter) - Constructor for class org.apache.lucene.index.LogDocMergePolicy
 
logicalAnd(QueryNode, QueryNode) - Static method in class org.apache.lucene.queryParser.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(IndexWriter) - Constructor for class org.apache.lucene.index.LogMergePolicy
 
logStep - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
logStep - Variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
LONG - Static variable in class org.apache.lucene.search.SortField
Sort using term values as encoded Longs.
longestOp(Iterator) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
find the longest op name out of completed tasks.
longToPrefixCoded(long, int, char[]) - Static method in class org.apache.lucene.util.NumericUtils
Expert: Returns prefix coded bits after reducing the precision by shift bits.
longToPrefixCoded(long, int) - Static method in class org.apache.lucene.util.NumericUtils
Expert: Returns prefix coded bits after reducing the precision by shift bits.
longToPrefixCoded(long) - Static method in class org.apache.lucene.util.NumericUtils
This is a convenience method, that returns prefix coded bits of a long without reducing the precision.
longToString(long) - Static method in class org.apache.lucene.document.NumberTools
Deprecated. Converts a long to a String suitable for indexing.
longVal(int) - Method in class org.apache.lucene.search.function.DocValues
Return doc value as a long.
lookingAhead - Variable in class org.apache.lucene.demo.html.HTMLParser
 
lookingAhead - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
lookingAhead - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
lookup - Variable in class org.apache.lucene.search.FieldCache.StringIndex
All the term values, in natural order.
LovinsStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
LovinsStemmer() - Constructor for class org.tartarus.snowball.ext.LovinsStemmer
 
LowercaseExpandedTermsAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler.
LowercaseExpandedTermsAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler.
LowercaseExpandedTermsAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
LowercaseExpandedTermsQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor verifies if the attribute LowercaseExpandedTermsAttribute is defined in the QueryConfigHandler.
LowercaseExpandedTermsQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
LowerCaseFilter - Class in org.apache.lucene.analysis
Normalizes token text to lower case.
LowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.LowerCaseFilter
 
LowerCaseTokenizer - Class in org.apache.lucene.analysis
LowerCaseTokenizer performs the function of LetterTokenizer and LowerCaseFilter together.
LowerCaseTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.LowerCaseTokenizer
Construct a new LowerCaseTokenizer.
LowerCaseTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.LowerCaseTokenizer
Construct a new LowerCaseTokenizer using a given AttributeSource.
LowerCaseTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.LowerCaseTokenizer
Construct a new LowerCaseTokenizer using a given AttributeSource.AttributeFactory.
LPAREN - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
LPAREN - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
LPAREN - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
LPAREN - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
lst - Variable in class org.apache.lucene.analysis.SinkTokenizer
Deprecated.  
LUCENE_20 - Static variable in class org.apache.lucene.util.Version
Match settings and bugs in Lucene's 2.0 release.
LUCENE_21 - Static variable in class org.apache.lucene.util.Version
Match settings and bugs in Lucene's 2.1 release.
LUCENE_22 - Static variable in class org.apache.lucene.util.Version
Match settings and bugs in Lucene's 2.2 release.
LUCENE_23 - Static variable in class org.apache.lucene.util.Version
Match settings and bugs in Lucene's 2.3 release.
LUCENE_24 - Static variable in class org.apache.lucene.util.Version
Match settings and bugs in Lucene's 2.4 release.
LUCENE_29 - Static variable in class org.apache.lucene.util.Version
Match settings and bugs in Lucene's 2.9 release.
LUCENE_CURRENT - Static variable in class org.apache.lucene.util.Version
Deprecated. Use an actual version instead.
LUCENE_MAIN_VERSION - Static variable in class org.apache.lucene.util.Constants
 
LUCENE_QUERY_CONVERSION_ERROR - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
LUCENE_VERSION - Static variable in class org.apache.lucene.util.Constants
 
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
 
LucenePackage - Class in org.apache.lucene
Lucene's package information, including version.
lucli - package lucli
Lucene Command Line Interface
Lucli - Class in lucli
Main class for lucli: the Lucene Command Line Interface.
Lucli(String[]) - Constructor for class lucli.Lucli
Main entry point.

M

main(String[]) - Static method in class lucli.Lucli
 
main(String[]) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
main(String[]) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
main(String[]) - Static method in class org.apache.lucene.ant.HtmlDocument
Runs HtmlDocument on the files specified on the command line.
main(String[]) - Static method in class org.apache.lucene.benchmark.byTask.Benchmark
Run the benchmark algorithm.
main(String[]) - Static method in class org.apache.lucene.benchmark.byTask.programmatic.Sample
 
main(String[]) - Static method in class org.apache.lucene.benchmark.quality.trec.QueryDriver
 
main(String[]) - Static method in class org.apache.lucene.benchmark.quality.utils.QualityQueriesFinder
 
main(String[]) - Static method in class org.apache.lucene.benchmark.utils.ExtractReuters
 
main(String[]) - Static method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
main(String[]) - Static method in class org.apache.lucene.demo.DeleteFiles
Deletes documents from an index that do not contain a term.
main(String[]) - Static method in class org.apache.lucene.demo.IndexFiles
Index all text files under a directory.
main(String[]) - Static method in class org.apache.lucene.demo.IndexHTML
Indexer for HTML files.
main(String[]) - Static method in class org.apache.lucene.demo.SearchFiles
Simple command-line based search demo.
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.FieldNormModifier
Command Line Execution method.
main(String[]) - Static method in class org.apache.lucene.index.IndexReader
Prints the filename and size of each file within a given compound file.
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.misc.LengthNormModifier
Deprecated. Command Line Execution method.
main(String[]) - Static method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Command line tool to test QueryParser, using SimpleAnalyzer.
main(String[]) - Static method in class org.apache.lucene.queryParser.QueryParser
Command line tool to test QueryParser, using SimpleAnalyzer.
main(String[]) - Static method in class org.apache.lucene.search.DuplicateFilter
 
main(String[]) - Static method in class org.apache.lucene.search.RemoteSearchable
Exports a searcher for the index in args[0] named "//localhost/Searchable".
main(String[]) - Static method in class org.apache.lucene.search.similar.MoreLikeThis
Test driver.
main(String[]) - Static method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
 
main(String[]) - Static method in class org.apache.lucene.spatial.geohash.GeoHashUtils
 
main(String[]) - Static method in class org.apache.lucene.spatial.tier.DistanceHandler
 
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.apache.lucene.wordnet.SynExpand
Test driver for synonym expansion.
main(String[]) - Static method in class org.apache.lucene.wordnet.SynLookup
 
main(String[]) - Static method in class org.apache.lucene.wordnet.Syns2Index
Takes arg of prolog file name and index directory.
main(String[]) - Static method in class org.tartarus.snowball.TestApp
 
makeDictionary(String[]) - Static method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
Create a set of words from an array The resulting Set does case insensitive matching TODO We should look for a faster dictionary lookup approach.
makeDocument() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Creates a Document object ready for indexing.
makeDocument(int) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Same as DocMaker.makeDocument(), only this method creates a document of the given size input by size.
makeFragment(StringBuilder, int[], String[], FieldFragList.WeightedFragInfo) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
Deprecated. 
makeFragment(StringBuilder, int[], Field[], FieldFragList.WeightedFragInfo) - Method in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
makeLock(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
makeLock(String) - Method in class org.apache.lucene.store.Directory
Construct a Lock.
makeLock(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
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.SimpleFSLockFactory
 
makeLock(String) - Method in class org.apache.lucene.store.SingleInstanceLockFactory
 
makeLock(String) - Method in class org.apache.lucene.store.VerifyingLockFactory
 
makeLowerCaseCopy(char[]) - Static method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
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
 
makeOneMerge(SegmentInfos, SegmentInfos) - Method in class org.apache.lucene.index.LogMergePolicy
 
makeQuery() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
makeQuery(int) - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
makeQuery(int) - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Create the next query, of the given size.
makeQuery() - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Create the next query
makeSpanNearClause() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
makeStopSet(String[]) - Static method in class org.apache.lucene.analysis.StopFilter
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor.
makeStopSet(List) - Static method in class org.apache.lucene.analysis.StopFilter
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor.
makeStopSet(String[], boolean) - Static method in class org.apache.lucene.analysis.StopFilter
 
makeStopSet(List, boolean) - Static method in class org.apache.lucene.analysis.StopFilter
 
manager - Static variable in class org.apache.lucene.search.FilterManager
 
map(String, int, TermVectorOffsetInfo[], int[]) - Method in class org.apache.lucene.index.FieldSortedTermVectorMapper
 
map(String, int, TermVectorOffsetInfo[], int[]) - Method in class org.apache.lucene.index.PositionBasedTermVectorMapper
Callback for the TermVectorReader.
map(String, int, TermVectorOffsetInfo[], int[]) - Method in class org.apache.lucene.index.SortedTermVectorMapper
 
map(String, int, TermVectorOffsetInfo[], int[]) - Method in class org.apache.lucene.index.TermVectorMapper
Map the Term Vector information into your own structure
MapFieldSelector - Class in org.apache.lucene.document
A FieldSelector based on a Map of field names to FieldSelectorResults
MapFieldSelector(Map) - Constructor for class org.apache.lucene.document.MapFieldSelector
Create a a MapFieldSelector
MapFieldSelector(List) - Constructor for class org.apache.lucene.document.MapFieldSelector
Create a a MapFieldSelector
MapFieldSelector(String[]) - Constructor for class org.apache.lucene.document.MapFieldSelector
Create a a MapFieldSelector
MapOfSets - Class in org.apache.lucene.util
Helper class for keeping Lists of Objects associated with keys.
MapOfSets(Map) - Constructor for class org.apache.lucene.util.MapOfSets
 
MappingCharFilter - Class in org.apache.lucene.analysis
Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character stream, and correcting the resulting changes to the offsets.
MappingCharFilter(NormalizeCharMap, CharStream) - Constructor for class org.apache.lucene.analysis.MappingCharFilter
Default constructor that takes a CharStream.
MappingCharFilter(NormalizeCharMap, Reader) - Constructor for class org.apache.lucene.analysis.MappingCharFilter
Easy-use constructor that takes a Reader.
MARGIN - Static variable in class org.apache.lucene.search.vectorhighlight.SimpleFragListBuilder
 
mark(int) - Method in class org.apache.lucene.analysis.CharFilter
 
mark(int) - Method in class org.apache.lucene.analysis.CharReader
 
mark(int) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
Mark the present position in the stream.
markSupported() - Method in class org.apache.lucene.analysis.CharFilter
 
markSupported() - Method in class org.apache.lucene.analysis.CharReader
 
markSupported() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
markTaskEnd(TaskStats, int) - Method in class org.apache.lucene.benchmark.byTask.stats.Points
mark the end of a task
markTaskStart(PerfTask, int) - Method in class org.apache.lucene.benchmark.byTask.stats.Points
Mark that a task is starting.
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(String) - Method in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
 
match(String) - Method in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
match(String) - Method in interface org.apache.lucene.search.regex.RegexCapabilities
 
MatchAllDocsQuery - Class in org.apache.lucene.search
A query that matches all documents.
MatchAllDocsQuery() - Constructor for class org.apache.lucene.search.MatchAllDocsQuery
 
MatchAllDocsQuery(String) - Constructor for class org.apache.lucene.search.MatchAllDocsQuery
 
MatchAllDocsQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
MatchAllDocsQueryBuilder() - Constructor for class org.apache.lucene.xmlparser.builders.MatchAllDocsQueryBuilder
 
MatchAllDocsQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.MatchAllDocsQueryNode
 
MatchAllDocsQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a MatchAllDocsQuery object from a MatchAllDocsQueryNode object.
MatchAllDocsQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.MatchAllDocsQueryNodeBuilder
 
MatchAllDocsQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor converts every WildcardQueryNode that is "*:*" to MatchAllDocsQueryNode.
MatchAllDocsQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
matchingChar(char) - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
MatchNoDocsQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.MatchNoDocsQueryNode
 
MatchNoDocsQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds an empty BooleanQuery object from a MatchNoDocsQueryNode object.
MatchNoDocsQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.MatchNoDocsQueryNodeBuilder
 
MAX_BUFFERED_DOCS_COUNTS - Static variable in class org.apache.lucene.benchmark.stats.TestData
 
MAX_DATE_STRING() - Static method in class org.apache.lucene.document.DateField
Deprecated.  
MAX_FREQUENCE - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
Maximum bigram frequency (used in the smoothing function).
MAX_POINTS - Static variable in class org.apache.lucene.benchmark.quality.QualityStats
Number of points for which precision is computed.
MAX_STRING_VALUE - Static variable in class org.apache.lucene.document.NumberTools
Deprecated. Equivalent to longToString(Long.MAX_VALUE)
MAX_TERM_LENGTH - Static variable in class org.apache.lucene.index.IndexWriter
Absolute hard maximum length for a term.
MAX_TERMS - Static variable in class lucli.Lucli
 
maxBufferedDocs - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
maxDoc - Variable in class org.apache.lucene.index.AbstractAllTermDocs
 
maxDoc() - Method in class org.apache.lucene.index.FilterIndexReader
 
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.MultiReader
 
maxDoc() - Method in class org.apache.lucene.index.ParallelReader
 
maxDoc() - Method in class org.apache.lucene.index.SegmentReader
 
maxDoc() - Method in class org.apache.lucene.search.IndexSearcher
 
maxDoc() - Method in class org.apache.lucene.search.MultiSearcher
 
maxDoc() - Method in class org.apache.lucene.search.RemoteSearchable
 
maxDoc() - Method in interface org.apache.lucene.search.Searchable
Expert: Returns one greater than the largest possible document number.
maxDoc() - Method in class org.apache.lucene.search.Searcher
 
maxDoc() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
maxDocCharsToAnalyze - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
maxFieldLength - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
maxFrags - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
maxFrags - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
maxFree - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
maxNextCharInd - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
maxNextCharInd - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
maxNumCachedFilters - Static variable in class org.apache.lucene.xmlparser.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
 
maxRecall(QualityQuery) - Method in interface org.apache.lucene.benchmark.quality.Judge
Return the maximal recall for the input quality query.
maxRecall(QualityQuery) - Method in class org.apache.lucene.benchmark.quality.trec.TrecJudge
 
maxscore - Variable in class org.apache.lucene.search.FieldSortedHitQueue
Deprecated. Stores the maximum score value encountered, needed for normalizing.
maxShingleSize - Variable in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
maxSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
maxTotal - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
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.
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.
MemoryModel - Class in org.apache.lucene.util
Returns primitive memory sizes for estimating RAM usage.
MemoryModel() - Constructor for class org.apache.lucene.util.MemoryModel
 
MemUsage - Class in org.apache.lucene.benchmark.stats
This class holds a set of memory usage values.
MemUsage() - Constructor for class org.apache.lucene.benchmark.stats.MemUsage
 
merge(IndexWriter) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
merge(IndexWriter) - Method in class org.apache.lucene.index.SerialMergeScheduler
Just do the merges in sequence.
merge(TextFragment) - Method in class org.apache.lucene.search.highlight.TextFragment
 
mergeBooleanQueries(BooleanQuery[]) - Static method in class org.apache.lucene.search.Query
Expert: merges the clauses of a set of BooleanQuery's into a single BooleanQuery.
mergeContiguous - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
mergeFactor - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
MERGEFACTOR_COUNTS - Static variable in class org.apache.lucene.benchmark.stats.TestData
 
MergePolicy - Class in org.apache.lucene.index
Expert: a MergePolicy determines the sequence of primitive merge operations to be used for overall merge and optimize operations.
MergePolicy(IndexWriter) - Constructor for class org.apache.lucene.index.MergePolicy
 
MergePolicy.MergeAbortedException - Exception in org.apache.lucene.index
 
MergePolicy.MergeAbortedException() - Constructor for exception org.apache.lucene.index.MergePolicy.MergeAbortedException
 
MergePolicy.MergeAbortedException(String) - Constructor for exception org.apache.lucene.index.MergePolicy.MergeAbortedException
 
MergePolicy.MergeException - Exception in org.apache.lucene.index
Exception thrown if there are any problems while executing a merge.
MergePolicy.MergeException(String) - Constructor for exception org.apache.lucene.index.MergePolicy.MergeException
Deprecated. Use MergePolicy.MergeException.MergePolicy.MergeException(String,Directory) instead
MergePolicy.MergeException(String, Directory) - Constructor for exception org.apache.lucene.index.MergePolicy.MergeException
 
MergePolicy.MergeException(Throwable) - Constructor for exception org.apache.lucene.index.MergePolicy.MergeException
Deprecated. Use MergePolicy.MergeException.MergePolicy.MergeException(Throwable,Directory) instead
MergePolicy.MergeException(Throwable, Directory) - Constructor for exception org.apache.lucene.index.MergePolicy.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
 
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(SegmentInfos, boolean) - Constructor for class org.apache.lucene.index.MergePolicy.OneMerge
 
merges - Variable in class org.apache.lucene.index.MergePolicy.MergeSpecification
The subset of segments to be included in the primitive merge.
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
 
mergeSort(int, int) - Method in class org.apache.lucene.util.SorterTemplate
 
mergeThreadCount - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
 
mergeThreads - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
 
message(String) - Method in class org.apache.lucene.index.IndexWriter
Prints a message to the infoStream (if non-null), prefixed with the identifying information for this writer and the thread that's calling it.
Message - Interface in org.apache.lucene.messages
Message Interface for a lazy loading.
message - Variable in exception org.apache.lucene.queryParser.core.QueryNodeException
 
MessageImpl - Class in org.apache.lucene.messages
Default implementation of Message interface.
MessageImpl(String) - Constructor for class org.apache.lucene.messages.MessageImpl
 
MessageImpl(String, Object[]) - Constructor for class org.apache.lucene.messages.MessageImpl
 
method - Variable in class org.tartarus.snowball.Among
 
methodobject - Variable in class org.tartarus.snowball.Among
 
MILES_FLOOR - Static variable in class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
 
MILES_PER_LATITUDE - Static variable in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
MILLISECOND - Static variable in class org.apache.lucene.document.DateTools.Resolution
 
MIN_DATE_STRING() - Static method in class org.apache.lucene.document.DateField
Deprecated.  
MIN_FRAG_CHAR_SIZE - Static variable in class org.apache.lucene.search.vectorhighlight.SimpleFragListBuilder
 
MIN_STRING_VALUE - Static variable in class org.apache.lucene.document.NumberTools
Deprecated. Equivalent to longToString(Long.MIN_VALUE)
minFree - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
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
 
minSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
minTotal - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
MINUS - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
MINUS - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
MINUS - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
MINUTE - Static variable in class org.apache.lucene.document.DateTools.Resolution
 
minWordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
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.
MMapDirectory - Class in org.apache.lucene.store
File-based Directory implementation that uses mmap for reading, and SimpleFSDirectory.SimpleFSIndexOutput 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.
ModClause(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
Modifier() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
ModifierQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.ModifierQueryNode
Used to store the modifier value on the original query string
ModifierQueryNode.Modifier - Enum in org.apache.lucene.queryParser.core.nodes
 
ModifierQueryNodeBuilder - Class in org.apache.lucene.queryParser.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.standard.builders.ModifierQueryNodeBuilder
 
Modifiers() - Method in class org.apache.lucene.queryParser.QueryParser
 
Modifiers() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
modify(DbDirectory, long, long) - Method in class org.apache.lucene.store.db.File
 
modify(JEDirectory, long, long) - Method in class org.apache.lucene.store.je.File
 
MONTH - Static variable in class org.apache.lucene.document.DateTools.Resolution
 
More(String, String) - Static method in class org.apache.lucene.search.RangeFilter
Deprecated. Constructs a filter for field fieldName matching greater than or equal to lowerTerm.
more - Variable in class org.apache.lucene.search.spans.SpanScorer
 
More(String, String) - 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.search.similar
Generate "more like this" similarity queries.
MoreLikeThis(IndexReader) - Constructor for class org.apache.lucene.search.similar.MoreLikeThis
Constructor requiring an IndexReader.
MoreLikeThis(IndexReader, Similarity) - Constructor for class org.apache.lucene.search.similar.MoreLikeThis
 
MoreLikeThisQuery - Class in org.apache.lucene.search.similar
A simple wrapper for MoreLikeThis for use in scenarios where a Query object is required eg in custom QueryParser extensions.
MoreLikeThisQuery(String, String[], Analyzer) - Constructor for class org.apache.lucene.search.similar.MoreLikeThisQuery
 
mult(double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
MultiFieldAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by MultiFieldQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
MultiFieldAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by MultiFieldQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
MultiFieldAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
MultiFieldQueryNodeProcessor - Class in org.apache.lucene.queryParser.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.standard.processors.MultiFieldQueryNodeProcessor
 
MultiFieldQueryParser - Class in org.apache.lucene.queryParser
A QueryParser which constructs queries to search multiple fields.
MultiFieldQueryParser(String[], Analyzer, Map) - Constructor for class org.apache.lucene.queryParser.MultiFieldQueryParser
Deprecated. Please use MultiFieldQueryParser.MultiFieldQueryParser(Version, String[], Analyzer, Map) instead
MultiFieldQueryParser(Version, String[], Analyzer, Map) - Constructor for class org.apache.lucene.queryParser.MultiFieldQueryParser
Creates a MultiFieldQueryParser.
MultiFieldQueryParser(String[], Analyzer) - Constructor for class org.apache.lucene.queryParser.MultiFieldQueryParser
Deprecated. Please use MultiFieldQueryParser.MultiFieldQueryParser(Version, String[], Analyzer) instead
MultiFieldQueryParser(Version, String[], Analyzer) - Constructor for class org.apache.lucene.queryParser.MultiFieldQueryParser
Creates a MultiFieldQueryParser.
MultiFieldQueryParserWrapper - Class in org.apache.lucene.queryParser.standard
Deprecated. this class will be removed soon, it's a temporary class to be used along the transition from the old query parser to the new one
MultiFieldQueryParserWrapper(String[], Analyzer, Map) - Constructor for class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated. Creates a MultiFieldQueryParser.
MultiFieldQueryParserWrapper(String[], Analyzer) - Constructor for class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated. Creates a MultiFieldQueryParser.
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.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.standard.nodes.MultiPhraseQueryNode
 
MultiPhraseQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a MultiPhraseQuery object from a MultiPhraseQueryNode object.
MultiPhraseQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.MultiPhraseQueryNodeBuilder
 
MultipleTermPositions - Class in org.apache.lucene.index
Allows you to iterate over the TermPositions for multiple Terms as a single TermPositions.
MultipleTermPositions(IndexReader, Term[]) - Constructor for class org.apache.lucene.index.MultipleTermPositions
Creates a new MultipleTermPositions instance.
MultiReader - Class in org.apache.lucene.index
An IndexReader 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.
MultiSearcher - Class in org.apache.lucene.search
Implements search over a set of Searchables.
MultiSearcher(Searchable[]) - Constructor for class org.apache.lucene.search.MultiSearcher
Creates a searcher which searches searchers.
MultiTermQuery - Class in org.apache.lucene.search
An abstract Query that matches documents containing a subset of terms provided by a FilteredTermEnum enumeration.
MultiTermQuery(Term) - Constructor for class org.apache.lucene.search.MultiTermQuery
Deprecated. check sub class for possible term access - the Term does not make sense for all MultiTermQuerys and will be removed.
MultiTermQuery() - 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
 
MultiTermQueryWrapperFilter - Class in org.apache.lucene.search
A wrapper for MultiTermQuery, that exposes its functionality as a Filter.
MultiTermQueryWrapperFilter(MultiTermQuery) - Constructor for class org.apache.lucene.search.MultiTermQueryWrapperFilter
Wrap a MultiTermQuery as a Filter.
MultiTermRewriteMethodAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by ParametricRangeQueryNodeProcessor processor and should be defined in the QueryConfigHandler used by this processor.
MultiTermRewriteMethodAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by ParametricRangeQueryNodeProcessor processor and should be defined in the QueryConfigHandler used by this processor.
MultiTermRewriteMethodAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
MultiTermRewriteMethodProcessor - Class in org.apache.lucene.queryParser.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.standard.processors.MultiTermRewriteMethodProcessor
 
MultiValueSource - Class in org.apache.lucene.search.function
Deprecated. This class is temporary, to ease the migration to segment-based searching. Please change your code to not pass composite readers to these APIs.
MultiValueSource(ValueSource) - Constructor for class org.apache.lucene.search.function.MultiValueSource
Deprecated.  
MUST - Static variable in class org.apache.lucene.search.BooleanClause.Occur
Use this operator for clauses that must appear in the matching documents.
MUST_NOT - Static variable in class org.apache.lucene.search.BooleanClause.Occur
Use this operator for clauses that must not appear in the matching documents.

N

N - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
name - Variable in class org.apache.lucene.benchmark.stats.TimeData
Name of the data point - usually one of a data series with the same name
name - Variable in class org.apache.lucene.document.AbstractField
 
name() - Method in class org.apache.lucene.document.AbstractField
Returns the name of the field as an interned string.
name() - Method in interface org.apache.lucene.document.Fieldable
Returns the name of the field as an interned string.
name - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Name of the segment.
name - Variable in class org.apache.lucene.index.SegmentInfo
 
name() - Method in class org.apache.lucene.search.function.CustomScoreQuery
A short name of this query, used in CustomScoreQuery.toString(String).
name - Variable in class org.apache.lucene.store.db.File
 
name - Variable in class org.apache.lucene.store.je.File
 
NAME_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
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:
NearRealtimeReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Spawns a BG thread that periodically (defaults to 3.0 seconds, but accepts param in seconds) wakes up and asks IndexWriter for a near real-time reader.
NearRealtimeReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
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, IndexReader) - Constructor for class org.apache.lucene.search.spans.NearSpansOrdered
 
NearSpansOrdered(SpanNearQuery, IndexReader, 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, IndexReader) - Constructor for class org.apache.lucene.search.spans.NearSpansUnordered
 
NEW_LINE - Static variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
NewAnalyzerTask - Class in org.apache.lucene.benchmark.byTask.tasks
Create a new Analyzer and set it it in the getRunData() for use by all future tasks.
NewAnalyzerTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
 
newBooleanClause(Query, BooleanClause.Occur) - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new BooleanClause instance
newBooleanQuery(boolean) - Method in class org.apache.lucene.queryParser.QueryParser
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
Creates a numeric range query using FieldCache.getBytes(IndexReader,String).
newByteRange(String, FieldCache.ByteParser, Byte, Byte, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getBytes(IndexReader,String,FieldCache.ByteParser).
newColumn - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
newComparator(String, int, int, boolean) - Method in class org.apache.lucene.search.FieldComparatorSource
Creates a comparator for the field in the given index.
newComparator(IndexReader, String) - Method in class org.apache.lucene.search.SortComparator
Deprecated.  
newComparator(IndexReader, String) - Method in interface org.apache.lucene.search.SortComparatorSource
Deprecated. Creates a comparator for the field in the given index.
newComparator(String, int, int, boolean) - Method in class org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
 
newDoubleRange(String, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getDoubles(IndexReader,String).
newDoubleRange(String, FieldCache.DoubleParser, Double, Double, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getDoubles(IndexReader,String,FieldCache.DoubleParser).
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).
newFloatRange(String, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getFloats(IndexReader,String).
newFloatRange(String, FieldCache.FloatParser, Float, Float, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getFloats(IndexReader,String,FieldCache.FloatParser).
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).
newFuzzyQuery(Term, float, int) - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new FuzzyQuery instance
newIntRange(String, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getInts(IndexReader,String).
newIntRange(String, FieldCache.IntParser, Integer, Integer, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getInts(IndexReader,String,FieldCache.IntParser).
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).
newline - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
newLongRange(String, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getLongs(IndexReader,String).
newLongRange(String, FieldCache.LongParser, Long, Long, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getLongs(IndexReader,String,FieldCache.LongParser).
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.QueryParser
Builds a new MatchAllDocsQuery instance
newMultiPhraseQuery() - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new MultiPhraseQuery instance
newPhraseQuery() - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new PhraseQuery instance
newPrefixQuery(Term) - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new PrefixQuery instance
newRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
newRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new TermRangeQuery instance
newRound() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Increment the round number, for config values that are extracted by round number.
NewRoundTask - Class in org.apache.lucene.benchmark.byTask.tasks
Increment the counter for properties maintained by Round Number.
NewRoundTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.NewRoundTask
 
newRow - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
newShortRange(String, Short, Short, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getShorts(IndexReader,String).
newShortRange(String, FieldCache.ShortParser, Short, Short, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a numeric range query using FieldCache.getShorts(IndexReader,String,FieldCache.ShortParser).
newSinkTokenStream() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter
Returns a new TeeSinkTokenFilter.SinkTokenStream that receives all tokens consumed by this stream.
newSinkTokenStream(TeeSinkTokenFilter.SinkFilter) - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter
Returns a new TeeSinkTokenFilter.SinkTokenStream that receives all tokens consumed by this stream that pass the supplied filter.
newSpanTermQuery(Term) - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
newStringRange(String, String, String, boolean, boolean) - Static method in class org.apache.lucene.search.FieldCacheRangeFilter
Creates a string range query using FieldCache.getStringIndex(org.apache.lucene.index.IndexReader, java.lang.String).
newTermQuery(Term) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
newTermQuery(Term) - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new TermQuery instance
newTermQuery(Term) - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
newToken(int) - Static method in class org.apache.lucene.demo.html.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryParser.precedence.Token
Returns a new Token object, by default.
newToken(int, String) - Static method in class org.apache.lucene.queryParser.standard.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryParser.standard.parser.Token
 
newToken(int) - Static method in class org.apache.lucene.queryParser.surround.parser.Token
Returns a new Token object, by default.
newToken(int, String) - Static method in class org.apache.lucene.queryParser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryParser.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
 
newWildcardQuery(Term) - Method in class org.apache.lucene.queryParser.QueryParser
Builds a new WildcardQuery instance
next(Token) - Method in class org.apache.lucene.analysis.CachingTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.CachingTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.CharArraySet.CharArraySetIterator
Returns the next String, as a Set would...
next(Token) - Method in class org.apache.lucene.analysis.CharTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.CharTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.fr.ElisionFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.fr.ElisionFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.ISOLatin1AccentFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.ISOLatin1AccentFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.KeywordTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.KeywordTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.position.PositionFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.position.PositionFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.SinkTokenizer
Deprecated. Returns the next token out of the list of cached tokens
next(Token) - Method in class org.apache.lucene.analysis.snowball.SnowballFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.snowball.SnowballFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.TeeTokenFilter
Deprecated.  
next(Token) - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next(Token) - Method in class org.apache.lucene.analysis.TokenStream
Deprecated. The new TokenStream.incrementToken() and AttributeSource APIs should be used instead.
next() - Method in class org.apache.lucene.analysis.TokenStream
Deprecated. The returned Token is a "full private copy" (not re-used across calls to TokenStream.next()) but will be slower than calling TokenStream.next(Token) or using the new TokenStream.incrementToken() method with the new AttributeSource API.
next() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
next - Variable in class org.apache.lucene.demo.html.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
next() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
next() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
 
next() - Method in class org.apache.lucene.index.MultipleTermPositions
 
next() - Method in interface org.apache.lucene.index.TermDocs
Moves to the next pair in the enumeration.
next() - Method in class org.apache.lucene.index.TermEnum
Increments the enumeration to the next element.
next - Variable in class org.apache.lucene.queryParser.precedence.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.apache.lucene.queryParser.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 - Variable in class org.apache.lucene.queryParser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
Deprecated. use ConstantScoreQuery.ConstantScorer.nextDoc() instead.
next() - Method in class org.apache.lucene.search.DocIdSetIterator
Deprecated. use DocIdSetIterator.nextDoc() instead. This will be removed in 3.0
next() - Method in class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
Deprecated. use FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator.nextDoc() instead.
next() - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
Deprecated. use FilteredDocIdSetIterator.nextDoc() instead.
next() - Method in class org.apache.lucene.search.FilteredTermEnum
Increments the enumeration to the next element.
next() - Method in class org.apache.lucene.search.HitIterator
Deprecated. Returns a Hit instance representing the next hit in Hits.
next() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
Deprecated. use ScoreCachingWrappingScorer.nextDoc() instead.
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.Spans
Move to the next match, returning true iff any such exists.
next() - Method in class org.apache.lucene.search.spans.SpanScorer
Deprecated. use SpanScorer.nextDoc() instead.
next() - Method in class org.apache.lucene.search.spans.TermSpans
 
next() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
next() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermEnum
Increments the enumeration to the next element.
next() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
Moves to the next pair in the enumeration.
next() - Method in class org.apache.lucene.util.OpenBitSetIterator
Deprecated. use OpenBitSetIterator.nextDoc() instead.
next(Token) - Method in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
next() - Method in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Deprecated. Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.
nextCharArray() - Method in class org.apache.lucene.analysis.CharArraySet.CharArraySetIterator
do not modify the returned char[]
nextCharBuf - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
nextCharInd - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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: in 3.0 this method will become abstract, following the removal of DocIdSetIterator.next().
nextDoc() - Method in class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
 
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.OpenBitSetIterator
 
nextDocBase - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
 
nextElement() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
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
nextPosition() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermPositions
 
nextPosition() - Method in class org.apache.lucene.index.MultipleTermPositions
 
nextPosition() - Method in interface org.apache.lucene.index.TermPositions
Returns next position in the current document.
nextPosition() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
Returns next position in the current document.
nextQnum() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
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.
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.
NGramTokenFilter - Class in org.apache.lucene.analysis.ngram
Tokenizes the input into n-grams of the given size(s).
NGramTokenFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenFilter
Creates NGramTokenFilter with given min and max n-grams.
NGramTokenFilter(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(Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with given min and max n-grams.
NGramTokenizer(AttributeSource, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with given min and max n-grams.
NGramTokenizer(AttributeSource.AttributeFactory, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with given min and max n-grams.
NGramTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with default min and max n-grams.
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(File, int) - Constructor for class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
Deprecated. Please use ctor taking chunkSize
NIOFSDirectory.NIOFSIndexInput(File, int, int) - Constructor for class org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
NLS - Class in org.apache.lucene.messages
MessageBundles classes extend this class, to implement a bundle.
NLS() - Constructor for class org.apache.lucene.messages.NLS
 
NLSException - Interface in org.apache.lucene.messages
Interface that exceptions should implement to support lazy loading of messages.
NO - Static variable in class org.apache.lucene.document.Field.Index
Do not index the field value.
NO - Static variable in class org.apache.lucene.document.Field.Store
Do not store the field value in the index.
NO - Static variable in class org.apache.lucene.document.Field.TermVector
Do not store term vectors.
NO_DOC_ID_PROVIDED - Static variable in class org.apache.lucene.search.Similarity
 
NO_LOAD - Static variable in class org.apache.lucene.document.FieldSelectorResult
Do not load the Field.
NO_MORE_DOCS - Static variable in class org.apache.lucene.search.DocIdSetIterator
When returned by DocIdSetIterator.nextDoc(), DocIdSetIterator.advance(int) and DocIdSetIterator.doc() it means there are no more docs in the iterator.
NO_NORMS - Static variable in class org.apache.lucene.document.Field.Index
Deprecated. This has been renamed to Field.Index.NOT_ANALYZED_NO_NORMS
noBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
noCFSRatio - Variable in class org.apache.lucene.index.LogMergePolicy
 
NoChildOptimizationQueryNodeProcessor - Class in org.apache.lucene.queryParser.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.core.processors.NoChildOptimizationQueryNodeProcessor
 
NODE_ACTION_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
NoDeletionPolicy - Class in org.apache.lucene.benchmark.utils
 
NoDeletionPolicy() - Constructor for class org.apache.lucene.benchmark.utils.NoDeletionPolicy
 
NoLockFactory - Class in org.apache.lucene.store
Use this LockFactory to disable locking entirely.
NoLockFactory() - Constructor for class org.apache.lucene.store.NoLockFactory
 
NoMoreDataException - Exception in org.apache.lucene.benchmark.byTask.feeds
Exception indicating there is no more data.
NoMoreDataException() - Constructor for exception org.apache.lucene.benchmark.byTask.feeds.NoMoreDataException
 
NON_WORD_PATTERN - Static variable in class org.apache.lucene.index.memory.PatternAnalyzer
"\\W+"; Divides text at non-letters (NOT Character.isLetter(c))
NOON - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
norm() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
normalize(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicNormalizer
Normalize an input buffer of Arabic text
normalize(char) - Method in class org.apache.lucene.analysis.CharTokenizer
Called on each token character to normalize it before it is added to the token.
normalize(char[], int) - Method in class org.apache.lucene.analysis.fa.PersianNormalizer
Normalize an input buffer of Persian text
normalize(char) - Method in class org.apache.lucene.analysis.LowerCaseTokenizer
Converts char to lower case Character.toLowerCase(char).
normalize(float) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
normalize(float) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
normalize(float) - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
 
normalize(float) - Method in class org.apache.lucene.search.spans.SpanWeight
 
normalize(float) - Method in class org.apache.lucene.search.Weight
Assigns the query normalization factor to this.
normalize() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
normalize() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
normalize() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
NormalizeCharMap - Class in org.apache.lucene.analysis
Holds a map of String input to String output, to be used with MappingCharFilter.
NormalizeCharMap() - Constructor for class org.apache.lucene.analysis.NormalizeCharMap
 
normalizeException(ArrayList) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
normalizer - Variable in class org.apache.lucene.analysis.ar.ArabicNormalizationFilter
 
norms(String) - Method in class org.apache.lucene.index.FilterIndexReader
 
norms(String, byte[], int) - Method in class org.apache.lucene.index.FilterIndexReader
 
norms(String) - Method in class org.apache.lucene.index.IndexReader
Returns the byte-encoded normalization factor for the named field of every document.
norms(String, byte[], int) - Method in class org.apache.lucene.index.IndexReader
Reads the byte-encoded normalization factor for the named field of every document.
norms(String) - Method in class org.apache.lucene.index.MultiReader
 
norms(String, byte[], int) - Method in class org.apache.lucene.index.MultiReader
 
norms(String) - Method in class org.apache.lucene.index.ParallelReader
 
norms(String, byte[], int) - Method in class org.apache.lucene.index.ParallelReader
 
norms(String) - Method in class org.apache.lucene.index.SegmentReader
 
norms(String, byte[], int) - Method in class org.apache.lucene.index.SegmentReader
Read norms into a pre-allocated array.
norms - Variable in class org.apache.lucene.search.spans.SpanScorer
 
norms(String) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
never ever touch these values.
norms(String, byte[], int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
normSqr() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Vector length (magnitude) squared
NorwegianStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code 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.precedence.PrecedenceQueryParserConstants
 
NOT - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
NOT - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
NOT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
NOT_ANALYZED - Static variable in class org.apache.lucene.document.Field.Index
Index the field's value without using an Analyzer, so it can be searched.
NOT_ANALYZED_NO_NORMS - Static variable in class org.apache.lucene.document.Field.Index
Expert: Index the field's value without an Analyzer, and also disable the storing of norms.
NoTokenFoundQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.NoTokenFoundQueryNode
 
NotQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
NotQuery - Class in org.apache.lucene.queryParser.surround.query
 
NotQuery(List, String) - Constructor for class org.apache.lucene.queryParser.surround.query.NotQuery
 
NQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
ntz(long) - Static method in class org.apache.lucene.util.BitUtil
Returns number of trailing zeros in a 64 bit long value.
ntz(int) - Static method in class org.apache.lucene.util.BitUtil
Returns number of trailing zeros in a 32 bit int value.
ntz2(long) - Static method in class org.apache.lucene.util.BitUtil
returns 0 based index of first set bit (only works for x!=0)
This is an alternate implementation of ntz()
ntz3(long) - Static method in class org.apache.lucene.util.BitUtil
returns 0 based index of first set bit
This is an alternate implementation of ntz()
ntzTable - Static variable in class org.apache.lucene.util.BitUtil
table of number of trailing zeros in a byte
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.StandardTokenizer
 
NUM - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
NUM_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
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 - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
NUMBER - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
NUMBER - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
NUMBER - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
NUMBER_CHAR_ARRAY - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
 
NumberTools - Class in org.apache.lucene.document
Deprecated. For new indexes use NumericUtils instead, which provides a sortable binary representation (prefix encoded) of numeric values. To index and efficiently query numeric values use NumericField and NumericRangeQuery. This class is included for use with existing indices and will be removed in a future release.
NumberTools() - Constructor for class org.apache.lucene.document.NumberTools
Deprecated.  
numBuffers() - Method in class org.apache.lucene.store.RAMFile
 
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(SegmentInfo) - Method in class org.apache.lucene.index.IndexWriter
Obtain the number of deleted docs for a pooled reader.
numDocs() - Method in class org.apache.lucene.index.FilterIndexReader
 
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.MultiReader
 
numDocs() - Method in class org.apache.lucene.index.ParallelReader
 
numDocs() - Method in class org.apache.lucene.index.SegmentReader
 
numDocs() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
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.intToPrefixCoded(int), e.g.
NUMERIC_UTILS_LONG_PARSER - Static variable in interface org.apache.lucene.search.FieldCache
A parser instance for long values encoded by NumericUtils.longToPrefixCoded(long), e.g.
NumericField - Class in org.apache.lucene.document
This class provides a Field that enables indexing of numeric values for efficient range filtering and sorting.
NumericField(String) - Constructor for class org.apache.lucene.document.NumericField
Creates a field for numeric values using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
NumericField(String, Field.Store, boolean) - Constructor for class org.apache.lucene.document.NumericField
Creates a field for numeric values using the default precisionStep NumericUtils.PRECISION_STEP_DEFAULT (4).
NumericField(String, int) - Constructor for class org.apache.lucene.document.NumericField
Creates a field for numeric values with the specified precisionStep.
NumericField(String, int, Field.Store, boolean) - Constructor for class org.apache.lucene.document.NumericField
Creates a field for numeric values with the specified precisionStep.
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
 
NumericRangeFilter - Class in org.apache.lucene.search
A Filter that only accepts numeric values within a specified range.
NumericRangeQuery - Class in org.apache.lucene.search
A Query that matches numeric values within a specified range.
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, 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.
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.
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
Expert: Callback for NumericUtils.splitIntRange(org.apache.lucene.util.NumericUtils.IntRangeBuilder, int, int, int).
NumericUtils.IntRangeBuilder() - Constructor for class org.apache.lucene.util.NumericUtils.IntRangeBuilder
 
NumericUtils.LongRangeBuilder - Class in org.apache.lucene.util
Expert: Callback for NumericUtils.splitLongRange(org.apache.lucene.util.NumericUtils.LongRangeBuilder, int, long, long).
NumericUtils.LongRangeBuilder() - Constructor for class org.apache.lucene.util.NumericUtils.LongRangeBuilder
 
numFiles - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Number of files referenced by this segment.
numHits() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Specify the number of hits to retrieve.
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 - Static variable in class org.apache.lucene.misc.HighFreqTerms
 
numToHighlight() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Set to the number of documents to highlight.
numToHighlight - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
numToHighlight() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
numToHighlight - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
numToHighlight() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 

O

obtain() - Method in class org.apache.lucene.store.db.DbLock
 
obtain() - Method in class org.apache.lucene.store.je.JELock
 
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.
offset - Variable in class org.apache.lucene.index.Payload
the offset within the byte array
offsetAtt - Variable in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
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
The start and end character offset of a Token.
OffsetAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.OffsetAttributeImpl
 
offsets - Variable in class org.apache.lucene.util.UnicodeUtil.UTF16Result
 
OMIT_TERM_FREQ_AND_POSITIONS - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields that omit tf
OMIT_TF - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
Deprecated. Renamed to IndexReader.FieldOption.OMIT_TERM_FREQ_AND_POSITIONS
omitNorms - Variable in class org.apache.lucene.document.AbstractField
 
omitTermFreqAndPositions - Variable in class org.apache.lucene.document.AbstractField
 
onCommit(List) - Method in class org.apache.lucene.benchmark.utils.NoDeletionPolicy
 
onCommit(List) - Method in interface org.apache.lucene.index.IndexDeletionPolicy
This is called each time the writer completed a commit.
onCommit(List) - Method in class org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy
Deletes all commits except the most recent one.
onCommit(List) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
 
onInit(List) - Method in class org.apache.lucene.benchmark.utils.NoDeletionPolicy
 
onInit(List) - Method in interface 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) - Method in class org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy
Deletes all commits except the most recent one.
onInit(List) - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
 
onlyLongestMatch - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
onOrAfter(Version) - Method in class org.apache.lucene.util.Version
 
OP - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
Get a textual summary of the benchmark results, average from all test runs.
OpaqueQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.OpaqueQueryNode
 
open - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
open(String) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(Directory, boolean) instead. This method will be removed in the 3.0 release.
open(String, boolean) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(Directory, boolean) instead. This method will be removed in the 3.0 release.
open(File) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(Directory, boolean) instead. This method will be removed in the 3.0 release.
open(File, boolean) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(Directory, boolean) instead. This method will be removed in the 3.0 release.
open(Directory) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(Directory, boolean) instead This method will be removed in the 3.0 release.
open(Directory, boolean) - Static method in class org.apache.lucene.index.IndexReader
Returns an IndexReader reading the index in the given Directory.
open(IndexCommit) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(IndexCommit, boolean) instead. This method will be removed in the 3.0 release.
open(IndexCommit, boolean) - Static method in class org.apache.lucene.index.IndexReader
Expert: returns an IndexReader reading the index in the given IndexCommit.
open(Directory, IndexDeletionPolicy) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(Directory, IndexDeletionPolicy, boolean) instead. This method will be removed in the 3.0 release.
open(Directory, IndexDeletionPolicy, boolean) - Static method in class org.apache.lucene.index.IndexReader
Expert: returns an IndexReader reading the index in the given Directory, with a custom IndexDeletionPolicy.
open(Directory, IndexDeletionPolicy, boolean, int) - Static method in class org.apache.lucene.index.IndexReader
Expert: returns an IndexReader reading the index in the given Directory, with a custom IndexDeletionPolicy.
open(IndexCommit, IndexDeletionPolicy) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Use IndexReader.open(IndexCommit, IndexDeletionPolicy, boolean) instead. This method will be removed in the 3.0 release.
open(IndexCommit, IndexDeletionPolicy, boolean) - Static method in class org.apache.lucene.index.IndexReader
Expert: returns an IndexReader reading the index in the given Directory, using a specific commit and with a custom IndexDeletionPolicy.
open(IndexCommit, IndexDeletionPolicy, boolean, int) - Static method in class org.apache.lucene.index.IndexReader
Expert: returns an IndexReader reading the index in the given Directory, using a specific commit and with a custom IndexDeletionPolicy.
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.
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
 
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
 
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
 
openCommitPoint(String, Directory, Config, boolean) - Static method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
openFiles - Variable in class org.apache.lucene.store.db.DbDirectory
 
openFiles - Variable in class org.apache.lucene.store.je.JEDirectory
 
OpenIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Open an index writer.
OpenIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
openInput(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
openInput(String) - Method in class org.apache.lucene.store.Directory
Returns a stream reading an existing file.
openInput(String, int) - Method in class org.apache.lucene.store.Directory
Returns a stream reading an existing file, with the specified read buffer size.
openInput(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
openInput(String) - Method in class org.apache.lucene.store.FSDirectory
 
openInput(String, int) - Method in class org.apache.lucene.store.FSDirectory
Creates an IndexInput for the file with the given name.
openInput(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
openInput(String, int) - Method in class org.apache.lucene.store.MMapDirectory
Creates an IndexInput for the file with the given name.
openInput(String, int) - Method in class org.apache.lucene.store.NIOFSDirectory
Creates an IndexInput for the file with the given name.
openInput(String) - Method in class org.apache.lucene.store.RAMDirectory
Returns a stream reading an existing file.
openInput(String, int) - Method in class org.apache.lucene.store.SimpleFSDirectory
Creates an IndexInput for the file with the given name.
openReaderPassed - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
True if we were able to open a SegmentReader on this segment.
OpenReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Open an index reader.
OpenReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
optimize() - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Merges all segments together into a single segment, optimizing an index for search.
optimize() - Method in class org.apache.lucene.index.IndexWriter
Requests an "optimize" operation on an index, priming the index for the fastest available search.
optimize(int) - Method in class org.apache.lucene.index.IndexWriter
Optimize the index down to <= maxNumSegments.
optimize(boolean) - Method in class org.apache.lucene.index.IndexWriter
Just like IndexWriter.optimize(), except you can specify whether the call should block until the optimize completes.
optimize(int, boolean) - Method in class org.apache.lucene.index.IndexWriter
Just like IndexWriter.optimize(int), except you can specify whether the call should block until the optimize completes.
OptimizeTask - Class in org.apache.lucene.benchmark.byTask.tasks
Optimize the index.
OptimizeTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
 
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.misc.ChainedFilter
 
OR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
OR - Static variable in class org.apache.lucene.queryParser.QueryParser.Operator
 
OR - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
OR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OR - Static variable in class org.apache.lucene.queryParser.standard.QueryParserWrapper.Operator
Deprecated.  
OR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
or(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
 
OR_OPERATOR - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
OR_OPERATOR - Static variable in class org.apache.lucene.queryParser.QueryParser
Alternative form of QueryParser.Operator.OR
OR_OPERATOR - Static variable in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Alternative form of QueryParser.Operator.OR
order - Variable in class org.apache.lucene.search.FieldCache.StringIndex
For each document, an index into the lookup array.
OrdFieldSource - Class in org.apache.lucene.search.function
Expert: obtains the ordinal of the field value from the default Lucene Fieldcache using getStringIndex().
OrdFieldSource(String) - Constructor for class org.apache.lucene.search.function.OrdFieldSource
Constructor for a certain field.
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.br - package org.apache.lucene.analysis.br
Analyzer for Brazilian Portuguese.
org.apache.lucene.analysis.cjk - package org.apache.lucene.analysis.cjk
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams (overlapping groups of two adjacent Han characters).
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.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.cz - package org.apache.lucene.analysis.cz
Analyzer for Czech.
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.fa - package org.apache.lucene.analysis.fa
Analyzer for Persian.
org.apache.lucene.analysis.fr - package org.apache.lucene.analysis.fr
Analyzer for French.
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.payloads - package org.apache.lucene.analysis.payloads
Provides various convenience classes for creating payloads on Tokens.
org.apache.lucene.analysis.position - package org.apache.lucene.analysis.position
Filter for assigning position increments.
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.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
Implementations of the SinkTokenizer 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
A fast grammar-based tokenizer constructed with JFlex.
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
 
org.apache.lucene.ant - package org.apache.lucene.ant
Ant task to create Lucene indexes.
org.apache.lucene.benchmark - package org.apache.lucene.benchmark

The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora.

org.apache.lucene.benchmark.byTask - package org.apache.lucene.benchmark.byTask
Benchmarking Lucene By Tasks.
org.apache.lucene.benchmark.byTask.feeds - package org.apache.lucene.benchmark.byTask.feeds
Sources for benchmark inputs: documents and queries.
org.apache.lucene.benchmark.byTask.programmatic - package org.apache.lucene.benchmark.byTask.programmatic
Sample performance test written programmatically - no algorithm file is needed here.
org.apache.lucene.benchmark.byTask.stats - package org.apache.lucene.benchmark.byTask.stats
Statistics maintained when running benchmark tasks.
org.apache.lucene.benchmark.byTask.tasks - package org.apache.lucene.benchmark.byTask.tasks
Extendable benchmark tasks.
org.apache.lucene.benchmark.byTask.utils - package org.apache.lucene.benchmark.byTask.utils
Utilities used for the benchmark, and for the reports.
org.apache.lucene.benchmark.quality - package org.apache.lucene.benchmark.quality
Search Quality Benchmarking.
org.apache.lucene.benchmark.quality.trec - package org.apache.lucene.benchmark.quality.trec
Utilities for Trec related quality benchmarking, feeding from Trec Topics and QRels inputs.
org.apache.lucene.benchmark.quality.utils - package org.apache.lucene.benchmark.quality.utils
Miscellaneous utilities for search quality benchmarking: query parsing, submission reports.
org.apache.lucene.benchmark.stats - package org.apache.lucene.benchmark.stats
 
org.apache.lucene.benchmark.utils - package org.apache.lucene.benchmark.utils
 
org.apache.lucene.collation - package org.apache.lucene.collation
CollationKeyFilter and ICUCollationKeyFilter convert each token into its binary CollationKey using the provided Collator, and then encode the CollationKey as a String using IndexableBinaryStringTools, to allow it to be stored as an index term.
org.apache.lucene.demo - package org.apache.lucene.demo
 
org.apache.lucene.demo.html - package org.apache.lucene.demo.html
 
org.apache.lucene.document - package org.apache.lucene.document
The logical representation of a Document for indexing and searching.
org.apache.lucene.index - package org.apache.lucene.index
Code to maintain and access indices.
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.messages - package org.apache.lucene.messages
For Native Language Support (NLS), system of software internationalization.
org.apache.lucene.misc - package org.apache.lucene.misc
 
org.apache.lucene.queryParser - package org.apache.lucene.queryParser
A simple query parser implemented with JavaCC.
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.complexPhrase - package org.apache.lucene.queryParser.complexPhrase
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"
org.apache.lucene.queryParser.core - package org.apache.lucene.queryParser.core
Contains the core classes of the flexible query parser framework
org.apache.lucene.queryParser.core.builders - package org.apache.lucene.queryParser.core.builders
Contains the necessary classes to implement query builders
org.apache.lucene.queryParser.core.config - package org.apache.lucene.queryParser.core.config
Contains the base classes used to configure the query processing
org.apache.lucene.queryParser.core.messages - package org.apache.lucene.queryParser.core.messages
Contains messages usually used by query parser implementations
org.apache.lucene.queryParser.core.nodes - package org.apache.lucene.queryParser.core.nodes
Contains query nodes that are commonly used by query parser implementations
org.apache.lucene.queryParser.core.parser - package org.apache.lucene.queryParser.core.parser
Contains the necessary interfaces to implement text parsers
org.apache.lucene.queryParser.core.processors - package org.apache.lucene.queryParser.core.processors
Interfaces and implementations used by query node processors
org.apache.lucene.queryParser.core.util - package org.apache.lucene.queryParser.core.util
Utility classes to used with the Query Parser
org.apache.lucene.queryParser.precedence - package org.apache.lucene.queryParser.precedence
QueryParser designed to handle operator precedence in a more sensible fashion than the default QueryParser.
org.apache.lucene.queryParser.standard - package org.apache.lucene.queryParser.standard
Contains the implementation of the Lucene query parser using the flexible query parser frameworks
org.apache.lucene.queryParser.standard.builders - package org.apache.lucene.queryParser.standard.builders
Standard Lucene Query Node Builders
org.apache.lucene.queryParser.standard.config - package org.apache.lucene.queryParser.standard.config
Standard Lucene Query Configuration
org.apache.lucene.queryParser.standard.nodes - package org.apache.lucene.queryParser.standard.nodes
Standard Lucene Query Nodes
org.apache.lucene.queryParser.standard.parser - package org.apache.lucene.queryParser.standard.parser
Lucene Query Parser
org.apache.lucene.queryParser.standard.processors - package org.apache.lucene.queryParser.standard.processors
Lucene Query Node Processors
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.search - package org.apache.lucene.search
Code to search indices.
org.apache.lucene.search.function - package org.apache.lucene.search.function
Programmatic control over documents scores.
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.payloads - package org.apache.lucene.search.payloads
The payloads package provides Query mechanisms for finding and using payloads.
org.apache.lucene.search.regex - package org.apache.lucene.search.regex
Regular expression Query.
org.apache.lucene.search.similar - package org.apache.lucene.search.similar
Document similarity query generators.
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.vectorhighlight - package org.apache.lucene.search.vectorhighlight
This is an another highlighter implementation.
org.apache.lucene.spatial.geohash - package org.apache.lucene.spatial.geohash
Support for Geohash encoding, decoding, and filtering.
org.apache.lucene.spatial.geometry - package org.apache.lucene.spatial.geometry
 
org.apache.lucene.spatial.geometry.shape - package org.apache.lucene.spatial.geometry.shape
 
org.apache.lucene.spatial.tier - package org.apache.lucene.spatial.tier
Support for filtering based upon geographic location.
org.apache.lucene.spatial.tier.projections - package org.apache.lucene.spatial.tier.projections
 
org.apache.lucene.store - package org.apache.lucene.store
Binary i/o API, used for all index data.
org.apache.lucene.store.db - package org.apache.lucene.store.db
Berkeley DB 4.3 based implementation of Directory.
org.apache.lucene.store.instantiated - package org.apache.lucene.store.instantiated
InstantiatedIndex, alternative RAM store for small corpora.
org.apache.lucene.store.je - package org.apache.lucene.store.je
Berkeley DB Java Edition based implementation of Directory.
org.apache.lucene.swing.models - package org.apache.lucene.swing.models
Decorators for JTable TableModel and JList ListModel encapsulating Lucene indexing and searching functionality.
org.apache.lucene.util - package org.apache.lucene.util
Some utility classes.
org.apache.lucene.util.cache - package org.apache.lucene.util.cache
 
org.apache.lucene.wikipedia.analysis - package org.apache.lucene.wikipedia.analysis
Tokenizer that is aware of Wikipedia syntax.
org.apache.lucene.wordnet - package org.apache.lucene.wordnet
This package uses synonyms defined by WordNet to build a Lucene index storing them, which in turn can be used for query expansion.
org.apache.lucene.xmlparser - package org.apache.lucene.xmlparser
Parser that produces Lucene Query objects from XML streams.
org.apache.lucene.xmlparser.builders - package org.apache.lucene.xmlparser.builders
 
org.apache.regexp - package org.apache.regexp
This package exists to allow access to useful package protected data within Jakarta Regexp.
org.tartarus.snowball - package org.tartarus.snowball
 
org.tartarus.snowball.ext - package org.tartarus.snowball.ext
 
OrQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
OrQuery - Class in org.apache.lucene.queryParser.surround.query
 
OrQuery(List, boolean, String) - Constructor for class org.apache.lucene.queryParser.surround.query.OrQuery
 
OrQueryNode - Class in org.apache.lucene.queryParser.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.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)
out - Static variable in class org.apache.lucene.index.CheckIndex
Deprecated. Use CheckIndex.setInfoStream(java.io.PrintStream) per instance, instead.
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
 
outputUnigrams - Variable in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
overridesTokenStreamMethod - Variable in class org.apache.lucene.analysis.Analyzer
 

P

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.
ParallelMultiSearcher - Class in org.apache.lucene.search
Implements parallel search over a set of Searchables.
ParallelMultiSearcher(Searchable[]) - Constructor for class org.apache.lucene.search.ParallelMultiSearcher
Creates a searchable which searches searchables.
ParallelReader - Class in org.apache.lucene.index
An IndexReader which reads multiple, parallel indexes.
ParallelReader() - Constructor for class org.apache.lucene.index.ParallelReader
Construct a ParallelReader.
ParallelReader(boolean) - Constructor for class org.apache.lucene.index.ParallelReader
Construct a ParallelReader.
Parameter - Class in org.apache.lucene.util
A serializable Enum class.
Parameter(String) - Constructor for class org.apache.lucene.util.Parameter
 
PARAMETER_VALUE_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
ParametricQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A ParametricQueryNode represents LE, LT, GE, GT, EQ, NE query.
ParametricQueryNode(CharSequence, ParametricQueryNode.CompareOperator, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
 
ParametricQueryNode.CompareOperator - Enum in org.apache.lucene.queryParser.core.nodes
 
ParametricRangeQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A ParametricRangeQueryNode represents LE, LT, GE, GT, EQ, NE query.
ParametricRangeQueryNode(ParametricQueryNode, ParametricQueryNode) - Constructor for class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
ParametricRangeQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor converts ParametricRangeQueryNode objects to RangeQueryNode objects.
ParametricRangeQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
paramFields - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
paramFields - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
params - Variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
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(DocData, String, Date, Reader, DateFormat) - Method in class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
 
parse(DocData, String, Date, StringBuffer, DateFormat) - Method in class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
 
parse(DocData, String, Date, Reader, DateFormat) - Method in interface org.apache.lucene.benchmark.byTask.feeds.HTMLParser
Parse the input Reader and return DocData.
parse(DocData, String, Date, StringBuffer, DateFormat) - Method in interface org.apache.lucene.benchmark.byTask.feeds.HTMLParser
Parse the inputText and return DocData.
parse(QualityQuery) - Method in interface org.apache.lucene.benchmark.quality.QualityQueryParser
Parse a given QualityQuery into a Lucene query.
parse(QualityQuery) - Method in class org.apache.lucene.benchmark.quality.utils.SimpleQQParser
 
parse(String) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
parse(CharSequence, CharSequence) - Method in interface org.apache.lucene.queryParser.core.parser.SyntaxParser
 
parse(String, String) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Parses a query string to an object, usually some query object.
parse(String[], String[], Analyzer) - Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
Deprecated. Use MultiFieldQueryParser.parse(Version,String[],String[],Analyzer) instead
parse(Version, String[], String[], Analyzer) - Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
Parses a query which searches on the fields specified.
parse(String, String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
Deprecated. Use MultiFieldQueryParser.parse(Version, String, String[], BooleanClause.Occur[], Analyzer) instead
parse(Version, String, String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
Parses a query, searching on the fields specified.
parse(String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
Deprecated. Used MultiFieldQueryParser.parse(Version, String[], String[], BooleanClause.Occur[], Analyzer) instead
parse(Version, String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
Parses a query, searching on the fields specified.
parse(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Parses a query string, returning a Query.
parse(String) - Method in class org.apache.lucene.queryParser.QueryParser
Parses a query string, returning a Query.
parse(String[], String[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated. Parses a query which searches on the fields specified.
parse(String, String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated. Parses a query, searching on the fields specified.
parse(String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated. Parses a query, searching on the fields specified.
parse(CharSequence, CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Parses a query string, returning a QueryNode.
parse(String[], String[], Analyzer) - Static method in class org.apache.lucene.queryParser.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.standard.QueryParserUtil
Parses a query, searching on the fields specified.
parse(String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.QueryParserUtil
Parses a query, searching on the fields specified.
parse(String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
parse(String, String) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Overrides QueryParserHelper.parse(String, String) so it casts the return object to Query.
parse(String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
parse(InputStream) - Method in class org.apache.lucene.xmlparser.CoreParser
 
parse2(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
parseByte(String) - Method in interface org.apache.lucene.search.FieldCache.ByteParser
Return a single Byte representation of this field's value.
parseDouble(String) - Method in interface org.apache.lucene.search.FieldCache.DoubleParser
Return an long representation of this field's value.
ParseException - Exception in org.apache.lucene.demo.html
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.demo.html.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.demo.html.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.lucene.demo.html.ParseException
 
ParseException - Exception in org.apache.lucene.queryParser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryParser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryParser.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.ParseException
Constructor with message.
ParseException - Exception in org.apache.lucene.queryParser.precedence
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryParser.precedence.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryParser.precedence.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.precedence.ParseException
 
ParseException - Exception in org.apache.lucene.queryParser.standard.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryParser.standard.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(Message) - Constructor for exception org.apache.lucene.queryParser.standard.parser.ParseException
 
ParseException() - Constructor for exception org.apache.lucene.queryParser.standard.parser.ParseException
 
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
 
parseFloat(String) - Method in interface org.apache.lucene.search.FieldCache.FloatParser
Return an float representation of this field's value.
parseInt(String) - 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.
parseLong(String) - 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.xmlparser.CoreParser
 
ParserException - Exception in org.apache.lucene.xmlparser
 
ParserException() - Constructor for exception org.apache.lucene.xmlparser.ParserException
 
ParserException(String) - Constructor for exception org.apache.lucene.xmlparser.ParserException
 
ParserException(String, Throwable) - Constructor for exception org.apache.lucene.xmlparser.ParserException
 
ParserException(Throwable) - Constructor for exception org.apache.lucene.xmlparser.ParserException
 
parseShort(String) - Method in interface org.apache.lucene.search.FieldCache.ShortParser
Return a short representation of this field's value.
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).
PathQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.PathQueryNode
 
PathQueryNode.QueryText - Class in org.apache.lucene.queryParser.core.nodes
 
PathQueryNode.QueryText(CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
PatternAnalyzer - Class in org.apache.lucene.index.memory
Efficient Lucene analyzer/tokenizer that preferably operates on a String rather than a Reader, that can flexibly separate text into terms via a regular expression Pattern (with behaviour identical to String.split(String)), and that combines the functionality of LetterTokenizer, LowerCaseTokenizer, WhitespaceTokenizer, StopFilter into a single efficient multi-purpose class.
PatternAnalyzer(Pattern, boolean, Set) - Constructor for class org.apache.lucene.index.memory.PatternAnalyzer
Deprecated. Use PatternAnalyzer.PatternAnalyzer(Version, Pattern, boolean, Set) instead
PatternAnalyzer(Version, Pattern, boolean, Set) - Constructor for class org.apache.lucene.index.memory.PatternAnalyzer
Constructs a new instance with the given parameters.
PatternConsumer - Interface in org.apache.lucene.analysis.compound.hyphenation
This interface is used to connect the XML pattern file parser to the hyphenation tree.
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
 
payAtt - Variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
payAtt - Variable in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
Payload - Class in org.apache.lucene.index
A Payload is metadata that can be stored together with each occurrence of a term.
Payload() - Constructor for class org.apache.lucene.index.Payload
Creates an empty payload and does not allocate a byte array.
Payload(byte[]) - Constructor for class org.apache.lucene.index.Payload
Creates a new payload with the the given array as data.
Payload(byte[], int, int) - Constructor for class org.apache.lucene.index.Payload
Creates a new payload with the the given array as data.
payload - Variable in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
PayloadAttribute - Interface in org.apache.lucene.analysis.tokenattributes
The payload of a Token.
PayloadAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
The payload of a Token.
PayloadAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
Initialize this attribute with no payload.
PayloadAttributeImpl(Payload) - 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 Payload.
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, byte[]) - Constructor for class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
PayloadNearQuery.PayloadNearSpanWeight - Class in org.apache.lucene.search.payloads
 
PayloadNearQuery.PayloadNearSpanWeight(SpanQuery, Searcher) - Constructor for class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanWeight
 
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(IndexReader) - 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, Searcher) - 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, byte[]) - Constructor for class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
PerFieldAnalyzerWrapper - Class in org.apache.lucene.analysis
This analyzer is used to facilitate scenarios where different fields require different analysis techniques.
PerFieldAnalyzerWrapper(Analyzer) - Constructor for class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
Constructs with default analyzer.
PerFieldAnalyzerWrapper(Analyzer, Map) - Constructor for class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
Constructs with default analyzer and a map of analyzers to use for specific fields.
PerfRunData - Class in org.apache.lucene.benchmark.byTask
Data maintained by a performance test run.
PerfRunData(Config) - Constructor for class org.apache.lucene.benchmark.byTask.PerfRunData
 
PerfTask - Class in org.apache.lucene.benchmark.byTask.tasks
An abstract task to be tested for performance.
PerfTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
permutationIterator() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
PersianAnalyzer - Class in org.apache.lucene.analysis.fa
Analyzer for Persian.
PersianAnalyzer() - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Deprecated. Use PersianAnalyzer.PersianAnalyzer(Version) instead
PersianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the default stop words: PersianAnalyzer.DEFAULT_STOPWORD_FILE.
PersianAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Deprecated. Use PersianAnalyzer.PersianAnalyzer(Version, String[]) instead
PersianAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the given stop words.
PersianAnalyzer(Hashtable) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Deprecated. Use PersianAnalyzer.PersianAnalyzer(Version, Hashtable) instead
PersianAnalyzer(Version, Hashtable) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the given stop words.
PersianAnalyzer(File) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Deprecated. Use PersianAnalyzer.PersianAnalyzer(Version, File) instead
PersianAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the given stop words.
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
 
PersianNormalizer - Class in org.apache.lucene.analysis.fa
Normalizer for Persian.
PersianNormalizer() - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizer
 
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.standard.builders
Builds a PhraseQuery object from a TokenizedPhraseQueryNode object.
PhraseQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.PhraseQueryNodeBuilder
 
PhraseSlopQueryNode - Class in org.apache.lucene.queryParser.core.nodes
 
PhraseSlopQueryNode(QueryNode, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
PhraseSlopQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor removes invalid SlopQueryNode objects in the query node tree.
PhraseSlopQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
PLAINTEXT_FIELD_NAME - Static variable in class org.apache.lucene.queryParser.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
 
PlainTextDictionary(InputStream) - Constructor for class org.apache.lucene.search.spell.PlainTextDictionary
 
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.precedence.PrecedenceQueryParserConstants
 
PLUS - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
PLUS - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
PM_FAST_INVALIDATION - Static variable in class org.apache.lucene.search.DuplicateFilter
 
PM_FULL_VALIDATION - Static variable in class org.apache.lucene.search.DuplicateFilter
 
Point2D - Class in org.apache.lucene.spatial.geometry.shape
Point class.
Point2D(double, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Point2D
 
Point2D() - Constructor for class org.apache.lucene.spatial.geometry.shape.Point2D
 
Point2D(Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Point2D
 
Points - Class in org.apache.lucene.benchmark.byTask.stats
Test run data points collected as the test proceeds.
Points(Config) - Constructor for class org.apache.lucene.benchmark.byTask.stats.Points
Create a Points statistics object.
pop() - Method in class org.apache.lucene.search.vectorhighlight.FieldTermStack
 
pop(long) - Static method in class org.apache.lucene.util.BitUtil
Returns the number of bits set in the long
pop() - Method in class org.apache.lucene.util.PriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
pop() - Method in class org.apache.lucene.util.ScorerDocQueue
Removes and returns the least scorer of the ScorerDocQueue 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 Neither array is modified.
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
 
populateResults(ScoreDoc[], int) - Method in class org.apache.lucene.search.TopDocsCollector
Populates the results array with the ScoreDoc instaces.
populateResults(ScoreDoc[], int) - Method in class org.apache.lucene.search.TopFieldCollector
 
PorterStemFilter - Class in org.apache.lucene.analysis
Transforms the token stream as per the Porter stemming algorithm.
PorterStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.PorterStemFilter
 
PorterStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
PorterStemmer() - Constructor for class org.tartarus.snowball.ext.PorterStemmer
 
PortugueseStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
PortugueseStemmer() - Constructor for class org.tartarus.snowball.ext.PortugueseStemmer
 
position - Variable in class org.apache.lucene.search.spans.TermSpans
 
position - Variable in class org.apache.lucene.store.db.DbIndexInput
 
position - Variable in class org.apache.lucene.store.db.DbIndexOutput
 
position - Variable in class org.apache.lucene.store.je.JEIndexInput
 
position - Variable in class org.apache.lucene.store.je.JEIndexOutput
 
PositionBasedTermVectorMapper - Class in org.apache.lucene.index
For each Field, store position by position information.
PositionBasedTermVectorMapper() - Constructor for class org.apache.lucene.index.PositionBasedTermVectorMapper
 
PositionBasedTermVectorMapper(boolean) - Constructor for class org.apache.lucene.index.PositionBasedTermVectorMapper
 
PositionBasedTermVectorMapper.TVPositionInfo - Class in org.apache.lucene.index
Container for a term at a position
PositionBasedTermVectorMapper.TVPositionInfo(int, boolean) - Constructor for class org.apache.lucene.index.PositionBasedTermVectorMapper.TVPositionInfo
 
PositionFilter - Class in org.apache.lucene.analysis.position
Set the positionIncrement of all tokens to the "positionIncrement", except the first return token which retains its original positionIncrement value.
PositionFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.position.PositionFilter
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
Constructs a PositionFilter that assigns the given position increment to all but the first token from the given input stream.
positionIncrement - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's position increment.
PositionIncrementAttribute - Interface in org.apache.lucene.analysis.tokenattributes
The positionIncrement 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
The positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.
PositionIncrementAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeImpl
 
PositionIncrementsAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
PositionIncrementsAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
PositionIncrementsAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
positions - Variable in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
positions - Variable in class org.apache.lucene.search.spans.TermSpans
 
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
 
postBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.NoChildOptimizationQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
This method is invoked for every node when walking up the tree.
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
postTags - Variable in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
pq - Variable in class org.apache.lucene.search.TopDocsCollector
The priority queue which holds the top documents.
preBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
PrecedenceQueryParser - Class in org.apache.lucene.queryParser.precedence
Experimental query parser variant designed to handle operator precedence in a more sensible fashion than QueryParser.
PrecedenceQueryParser(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Constructs a query parser.
PrecedenceQueryParser(CharStream) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
PrecedenceQueryParser(PrecedenceQueryParserTokenManager) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
PrecedenceQueryParserConstants - Interface in org.apache.lucene.queryParser.precedence
 
PrecedenceQueryParserTokenManager - Class in org.apache.lucene.queryParser.precedence
 
PrecedenceQueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
PrecedenceQueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
precise - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
 
PRECISION_STEP_DEFAULT - Static variable in class org.apache.lucene.util.NumericUtils
The default precision step used by NumericField, NumericTokenStream, NumericRangeQuery, and NumericRangeFilter as default
prefix - Variable in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
prefix() - Method in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
 
prefix() - Method in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
 
prefix() - Method in interface org.apache.lucene.search.regex.RegexCapabilities
A wise prefix implementation can reduce the term enumeration (and thus increase performance) of RegexQuery dramatically!
PrefixAndSuffixAwareTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
Links two PrefixAwareTokenFilter.
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
 
prefixCodedToDouble(String) - Static method in class org.apache.lucene.util.NumericUtils
Convenience method: this just returns: sortableLongToDouble(prefixCodedToLong(val))
prefixCodedToFloat(String) - Static method in class org.apache.lucene.util.NumericUtils
Convenience method: this just returns: sortableIntToFloat(prefixCodedToInt(val))
prefixCodedToInt(String) - Static method in class org.apache.lucene.util.NumericUtils
Returns an int from prefixCoded characters.
prefixCodedToLong(String) - Static method in class org.apache.lucene.util.NumericUtils
Returns a long from prefixCoded characters.
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.precedence.PrecedenceQueryParserConstants
 
PREFIXTERM - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
PrefixTermEnum - Class in org.apache.lucene.search
Subclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter term.
PrefixTermEnum(IndexReader, Term) - Constructor for class org.apache.lucene.search.PrefixTermEnum
 
prefixToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
PrefixWildcardQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
A PrefixWildcardQueryNode represents wildcardquery that matches abc* or *.
PrefixWildcardQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
PrefixWildcardQueryNode(FieldQueryNode) - Constructor for class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
PrefixWildcardQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a PrefixQuery object from a PrefixWildcardQueryNode object.
PrefixWildcardQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.PrefixWildcardQueryNodeBuilder
 
prepareCommit() - Method in class org.apache.lucene.index.IndexWriter
Expert: prepare for commit.
prepareCommit(Map) - Method in class org.apache.lucene.index.IndexWriter
Expert: prepare for commit, specifying commitUserData Map (String -> String).
prepareCommit() - Method in class org.apache.lucene.store.ChecksumIndexOutput
Starts but does not complete the commit of this file (= writing of the final checksum at the end).
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.FileBasedQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker
Prepare the queries for this test.
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.SimpleSloppyPhraseQueryMaker
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.NoChildOptimizationQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
This method is invoked for every node when walking down the tree.
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
preTags - Variable in class org.apache.lucene.search.vectorhighlight.BaseFragmentsBuilder
 
prevCharIsCR - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
prevCharIsCR - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
prevCharIsLF - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
PrimaryQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
printDocStatistics() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
printQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
printQueries() - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Print the queries
PrintReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
 
PrintReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 
printStackTrace() - Method in exception org.apache.lucene.ant.DocumentHandlerException
 
printStackTrace(PrintStream) - Method in exception org.apache.lucene.ant.DocumentHandlerException
 
printStackTrace(PrintWriter) - Method in exception org.apache.lucene.ant.DocumentHandlerException
 
printStats() - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
printStats() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
PriorityQueue - 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() - 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.core.processors.QueryNodeProcessor
Processes a query node tree.
process(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.process(QueryNode).
process(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
processChildren(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
This method is called every time a child is processed.
processChildren(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
processChildren(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
processPayload(Similarity) - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
processPayloads(Collection, 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.
ProximityQueryNode - Class in org.apache.lucene.queryParser.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.core.nodes.ProximityQueryNode
 
ProximityQueryNode(List<QueryNode>, CharSequence, ProximityQueryNode.Type, boolean) - Constructor for class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
ProximityQueryNode.ProximityType - Class in org.apache.lucene.queryParser.core.nodes
 
ProximityQueryNode.ProximityType(ProximityQueryNode.Type) - Constructor for class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.ProximityType
 
ProximityQueryNode.ProximityType(ProximityQueryNode.Type, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.ProximityType
 
ProximityQueryNode.Type - Enum in org.apache.lucene.queryParser.core.nodes
 
PUA_EC00_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+EC00 (PRIVATE USE AREA: EC00)
Punct - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
purge(IndexReader) - Method in interface org.apache.lucene.search.FieldCache
Expert: drops all cache entries associated with this reader.
purgeAllCaches() - Method in interface org.apache.lucene.search.FieldCache
EXPERT: Instructs the FieldCache to forcibly expunge all entries from the underlying caches.
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(DbDirectory) - Method in class org.apache.lucene.store.db.Block
 
put(JEDirectory) - Method in class org.apache.lucene.store.je.Block
 
put(Object, Object) - Method in class org.apache.lucene.util.cache.Cache
Puts a (key, value)-pair into the cache.
put(Object, Object) - Method in class org.apache.lucene.util.cache.SimpleMapCache
 
put(Object, Object) - Method in class org.apache.lucene.util.MapOfSets
Adds val to the Set associated with key in the Map.
put(Object) - Method in class org.apache.lucene.util.PriorityQueue
Deprecated. use PriorityQueue.add(Object) which returns the new top object, saving an additional call to PriorityQueue.top().
put(Scorer) - Method in class org.apache.lucene.util.ScorerDocQueue
Adds a Scorer to a ScorerDocQueue in log(size) time.
putAll(Object, Collection) - Method in class org.apache.lucene.util.MapOfSets
Adds multiple vals to the Set associated with key in the Map.

Q

q - Variable in class org.apache.lucene.benchmark.stats.QueryData
Lucene query
qnum - Variable in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
qqParser - Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
Parser for turning QualityQueries into Lucene Queries.
QualityBenchmark - Class in org.apache.lucene.benchmark.quality
Main entry point for running a quality benchmark.
QualityBenchmark(QualityQuery[], QualityQueryParser, Searcher, String) - Constructor for class org.apache.lucene.benchmark.quality.QualityBenchmark
Create a QualityBenchmark.
qualityQueries - Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
Quality Queries that this quality benchmark would execute.
QualityQueriesFinder - Class in org.apache.lucene.benchmark.quality.utils
Suggest Quality queries based on an index contents.
QualityQuery - Class in org.apache.lucene.benchmark.quality
A QualityQuery has an ID and some name-value pairs.
QualityQuery(String, Map) - Constructor for class org.apache.lucene.benchmark.quality.QualityQuery
Create a QualityQuery with given ID and name-value pairs.
QualityQueryParser - Interface in org.apache.lucene.benchmark.quality
Parse a QualityQuery into a Lucene query.
QualityStats - Class in org.apache.lucene.benchmark.quality
Results of quality benchmark run for a single query or for a set of queries.
QualityStats(double, long) - Constructor for class org.apache.lucene.benchmark.quality.QualityStats
Construct a QualityStats object with anticipated maximal number of relevant hits.
QualityStats.RecallPoint - Class in org.apache.lucene.benchmark.quality
A certain rank in which a relevant doc was found.
queries - Variable in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
Query(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
Query(String) - Method in class org.apache.lucene.queryParser.QueryParser
 
Query(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
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.SpanQueryFilter
 
query - Variable in class org.apache.lucene.search.spans.SpanWeight
 
QUERY_TREE_BUILDER_TAGID - Static variable in class org.apache.lucene.queryParser.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.
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(Analyzer) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Deprecated. Use QueryAutoStopWordAnalyzer.QueryAutoStopWordAnalyzer(Version, Analyzer) instead
QueryAutoStopWordAnalyzer(Version, Analyzer) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Initializes this analyzer with the Analyzer object that actually produces the tokens
QueryBuilder - Interface in org.apache.lucene.queryParser.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.xmlparser
Implemented by objects that produce Lucene Query objects from XML streams.
QueryBuilderFactory - Class in org.apache.lucene.xmlparser
 
QueryBuilderFactory() - Constructor for class org.apache.lucene.xmlparser.QueryBuilderFactory
 
QueryConfigHandler - Class in org.apache.lucene.queryParser.core.config
This class can be used to hold any query configuration and no field configuration.
QueryConfigHandler() - Constructor for class org.apache.lucene.queryParser.core.config.QueryConfigHandler
 
QueryData - Class in org.apache.lucene.benchmark.stats
This class holds parameters for a query benchmark.
QueryData() - Constructor for class org.apache.lucene.benchmark.stats.QueryData
 
QueryDriver - Class in org.apache.lucene.benchmark.quality.trec
 
QueryDriver() - Constructor for class org.apache.lucene.benchmark.quality.trec.QueryDriver
 
queryFactory - Variable in class org.apache.lucene.xmlparser.CoreParser
 
QueryFilter - Class in org.apache.lucene.search
Deprecated. use a CachingWrapperFilter with QueryWrapperFilter
QueryFilter(Query) - Constructor for class org.apache.lucene.search.QueryFilter
Deprecated. Constructs a filter which only matches documents matching query.
QueryMaker - Interface in org.apache.lucene.benchmark.byTask.feeds
Create queries for the test.
QueryNode - Interface in org.apache.lucene.queryParser.core.nodes
A QueryNode is a interface implemented by all nodes on a QueryNode tree.
QueryNodeError - Error in org.apache.lucene.queryParser.core
Error class with NLS support
QueryNodeError(Message) - Constructor for error org.apache.lucene.queryParser.core.QueryNodeError
 
QueryNodeError(Throwable) - Constructor for error org.apache.lucene.queryParser.core.QueryNodeError
 
QueryNodeError(Message, Throwable) - Constructor for error org.apache.lucene.queryParser.core.QueryNodeError
 
QueryNodeException - Exception in org.apache.lucene.queryParser.core
This exception should be thrown if something wrong happens when dealing with QueryNodes.
QueryNodeException(Message) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeException
 
QueryNodeException(Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeException
 
QueryNodeException(Message, Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeException
 
QueryNodeImpl - Class in org.apache.lucene.queryParser.core.nodes
A QueryNodeImpl is the default implementation of the interface QueryNode
QueryNodeImpl() - Constructor for class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
QueryNodeOperation - Class in org.apache.lucene.queryParser.core.util
Allow joining 2 QueryNode Trees, into one.
QueryNodeParseException - Exception in org.apache.lucene.queryParser.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.core.QueryNodeParseException
 
QueryNodeParseException(Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
QueryNodeParseException(Message, Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
QueryNodeProcessor - Interface in org.apache.lucene.queryParser.core.processors
A QueryNodeProcessor is an interface for classes that process a QueryNode tree.
QueryNodeProcessorImpl - Class in org.apache.lucene.queryParser.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.core.processors.QueryNodeProcessorImpl
 
QueryNodeProcessorImpl(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
 
QueryNodeProcessorPipeline - Class in org.apache.lucene.queryParser.core.processors
A QueryNodeProcessorPipeline class should be used to build a query node processor pipeline.
QueryNodeProcessorPipeline() - Constructor for class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
Constructs an empty query node processor pipeline.
QueryNodeProcessorPipeline(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
Constructs with a QueryConfigHandler object.
queryNorm(float) - Method in class org.apache.lucene.search.DefaultSimilarity
Implemented as 1/sqrt(sumOfSquaredWeights).
queryNorm(float) - Method in class org.apache.lucene.search.Similarity
Computes the normalization value for a query given the sum of the squared weights of each of the query terms.
queryNorm(float) - Method in class org.apache.lucene.search.SimilarityDelegator
 
queryNorm - Variable in class org.apache.lucene.search.spans.SpanWeight
 
QueryParser - Class in org.apache.lucene.queryParser
This class is generated by JavaCC.
QueryParser(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.QueryParser
Deprecated. Use QueryParser.QueryParser(Version, String, Analyzer) instead
QueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryParser.QueryParser
Constructs a query parser.
QueryParser(CharStream) - Constructor for class org.apache.lucene.queryParser.QueryParser
Constructor with user supplied CharStream.
QueryParser(QueryParserTokenManager) - Constructor for class org.apache.lucene.queryParser.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
 
QueryParser(QueryParserTokenManager) - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParser
 
QueryParser.Operator - Class in org.apache.lucene.queryParser
The default operator for parsing queries.
QueryParserConstants - Interface in org.apache.lucene.queryParser
Token literal values and constants.
QueryParserConstants - Interface in org.apache.lucene.queryParser.surround.parser
 
QueryParserHelper - Class in org.apache.lucene.queryParser.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.core.QueryParserHelper
Creates a query parser helper object using the specified configuration, text parser, processor and builder.
QueryParserMessages - Class in org.apache.lucene.queryParser.core.messages
Flexible Query Parser message bundle class
QueryParserTokenManager - Class in org.apache.lucene.queryParser
Token Manager.
QueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryParser.QueryParserTokenManager
Constructor.
QueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryParser.QueryParserTokenManager
Constructor.
QueryParserTokenManager - Class in org.apache.lucene.queryParser.surround.parser
 
QueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
QueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
QueryParserUtil - Class in org.apache.lucene.queryParser.standard
This class defines utility methods to (help) parse query strings into Query objects.
QueryParserUtil() - Constructor for class org.apache.lucene.queryParser.standard.QueryParserUtil
 
QueryParserWrapper - Class in org.apache.lucene.queryParser.standard
Deprecated. this class will be removed soon, it's a temporary class to be used along the transition from the old query parser to the new one
QueryParserWrapper(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
QueryParserWrapper.Operator - Class in org.apache.lucene.queryParser.standard
Deprecated. The default operator for parsing queries.
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.xmlparser
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.xmlparser.QueryTemplateManager
 
QueryTemplateManager(InputStream) - Constructor for class org.apache.lucene.xmlparser.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
 
QueryTermVector - Class in org.apache.lucene.search
 
QueryTermVector(String[]) - Constructor for class org.apache.lucene.search.QueryTermVector
 
QueryTermVector(String, Analyzer) - Constructor for class org.apache.lucene.search.QueryTermVector
 
QueryTreeBuilder - Class in org.apache.lucene.queryParser.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.core.builders.QueryTreeBuilder
QueryTreeBuilder constructor.
queryWeight - Variable in class org.apache.lucene.search.spans.SpanWeight
 
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.
quickSort(int, int) - Method in class org.apache.lucene.util.SorterTemplate
 
Quote1Text - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
Quote2Text - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
QUOTED - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
QUOTED - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
QUOTED - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
QuotedFieldQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A QuotedFieldQueryNode represents phrase query.
QuotedFieldQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 

R

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) - Constructor for class org.apache.lucene.store.RAMDirectory
Creates a new RAMDirectory instance from a different Directory implementation.
RAMDirectory(File) - Constructor for class org.apache.lucene.store.RAMDirectory
Deprecated. Use RAMDirectory.RAMDirectory(Directory) instead
RAMDirectory(String) - Constructor for class org.apache.lucene.store.RAMDirectory
Deprecated. Use RAMDirectory.RAMDirectory(Directory) instead
RAMFile - Class in org.apache.lucene.store
For Lucene internal use
RAMFile() - Constructor for class org.apache.lucene.store.RAMFile
 
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 of a given Object using a given MemoryModel for primitive size information.
RamUsageEstimator() - Constructor for class org.apache.lucene.util.RamUsageEstimator
Constructs this object with an AverageGuessMemoryModel and checkInterned = true.
RamUsageEstimator(boolean) - Constructor for class org.apache.lucene.util.RamUsageEstimator
 
RamUsageEstimator(MemoryModel) - Constructor for class org.apache.lucene.util.RamUsageEstimator
 
RamUsageEstimator(MemoryModel, boolean) - Constructor for class org.apache.lucene.util.RamUsageEstimator
 
random - Static variable in class org.apache.lucene.store.db.File
 
random - Static variable in class org.apache.lucene.store.je.File
 
range(int, int) - Method in class org.apache.lucene.index.SegmentInfos
Returns a new SegmentInfos containing the SegmentInfo instances in the specified range first (inclusive) to last (exclusive), so total number of segments returned is last-first.
RangeCollatorAttribute - Interface in org.apache.lucene.queryParser.standard.config
This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
RangeCollatorAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler.
RangeCollatorAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
RangeEx - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RangeEx - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
Lexical state.
RangeEx - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RangeFilter - Class in org.apache.lucene.search
Deprecated. Use TermRangeFilter for term ranges or NumericRangeFilter for numeric ranges instead. This class will be removed in Lucene 3.0.
RangeFilter(String, String, String, boolean, boolean) - Constructor for class org.apache.lucene.search.RangeFilter
Deprecated.  
RangeFilter(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.search.RangeFilter
Deprecated. WARNING: Using this constructor and supplying a non-null value in the collator parameter will cause every single index Term in the Field referenced by lowerTerm and/or upperTerm to be examined.
RangeFilterBuilder - Class in org.apache.lucene.xmlparser.builders
 
RangeFilterBuilder() - Constructor for class org.apache.lucene.xmlparser.builders.RangeFilterBuilder
 
RangeIn - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RangeIn - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
Lexical state.
RangeIn - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RangeQuery - Class in org.apache.lucene.search
Deprecated. Use TermRangeQuery for term ranges or NumericRangeQuery for numeric ranges instead. This class will be removed in Lucene 3.0.
RangeQuery(Term, Term, boolean) - Constructor for class org.apache.lucene.search.RangeQuery
Deprecated. Constructs a query selecting all terms greater than lowerTerm but less than upperTerm.
RangeQuery(Term, Term, boolean, Collator) - Constructor for class org.apache.lucene.search.RangeQuery
Deprecated. Constructs a query selecting all terms greater than lowerTerm but less than upperTerm.
RangeQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
This query node represents a range query.
RangeQueryNode(ParametricQueryNode, ParametricQueryNode, Collator) - Constructor for class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
 
RangeQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a TermRangeQuery object from a RangeQueryNode object.
RangeQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.RangeQueryNodeBuilder
 
rcs - Variable in class org.apache.lucene.ant.IndexTask
resources
read(char[], int, int) - Method in class org.apache.lucene.analysis.CharFilter
 
read(char[], int, int) - Method in class org.apache.lucene.analysis.CharReader
 
read() - Method in class org.apache.lucene.analysis.MappingCharFilter
 
read(char[], int, int) - Method in class org.apache.lucene.analysis.MappingCharFilter
 
read() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
read(char[], int, int) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
read(int[], int[]) - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
read(int[], int[]) - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
read(int[], int[]) - Method in class org.apache.lucene.index.MultipleTermPositions
Not implemented.
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
This version of read uses the retry logic (for lock-less commits) to find the right segments file to load.
read(int[], int[]) - Method in interface org.apache.lucene.index.TermDocs
Attempts to read multiple entries from the enumeration, up to length of docs.
read(int[], int[]) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
ReadByte() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
readByte() - Method in class org.apache.lucene.store.BufferedIndexInput
 
readByte() - Method in class org.apache.lucene.store.ChecksumIndexInput
 
readByte() - Method in class org.apache.lucene.store.db.DbIndexInput
 
readByte() - Method in class org.apache.lucene.store.IndexInput
Reads and returns a single byte.
readByte() - Method in class org.apache.lucene.store.je.JEIndexInput
 
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.ChecksumIndexInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.db.DbIndexInput
 
readBytes(byte[], int, int) - Method in class org.apache.lucene.store.IndexInput
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.IndexInput
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.je.JEIndexInput
 
readChar() - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
readChar() - Method in interface org.apache.lucene.queryParser.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.lucene.queryParser.FastCharStream
 
readChar() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
readChar() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Read a character.
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
 
readChars(char[], int, int) - Method in class org.apache.lucene.store.IndexInput
Deprecated. -- please use readString or readBytes instead, and construct the string from those utf8 bytes
readCurrentUserData(Directory) - Static method in class org.apache.lucene.index.SegmentInfos
Returns userData from latest segments file
readCurrentVersion(Directory) - Static method in class org.apache.lucene.index.SegmentInfos
Current version number from segments file.
reader - Variable in class org.apache.lucene.search.function.CustomScoreProvider
 
ReaderUtil - Class in org.apache.lucene.util
Common util methods for dealing with IndexReaders.
ReaderUtil() - Constructor for class org.apache.lucene.util.ReaderUtil
 
readerValue() - Method in class org.apache.lucene.document.Field
The value of the field as a Reader, or null.
readerValue() - Method in interface org.apache.lucene.document.Fieldable
The value of the field as a Reader, which can be used at index time to generate indexed tokens.
readerValue() - Method in class org.apache.lucene.document.NumericField
Returns always null for numeric fields
readInt() - Method in class org.apache.lucene.store.IndexInput
Reads four bytes and returns an int.
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
readLong() - Method in class org.apache.lucene.store.IndexInput
Reads eight bytes and returns a long.
readOnly - Variable in class org.apache.lucene.index.SegmentReader
 
readQueries(BufferedReader) - Method in class org.apache.lucene.benchmark.quality.trec.Trec1MQReader
Read quality queries from trec 1MQ format topics file.
readQueries(BufferedReader) - Method in class org.apache.lucene.benchmark.quality.trec.TrecTopicsReader
Read quality queries from trec format topics file.
readResolve() - Method in class org.apache.lucene.util.Parameter
Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.
readString() - Method in class org.apache.lucene.store.IndexInput
Reads a string.
readStringStringMap() - Method in class org.apache.lucene.store.IndexInput
 
ReadTask - Class in org.apache.lucene.benchmark.byTask.tasks
Read index (abstract) task.
ReadTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
readToken(StringBuffer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
ReadTokensTask - Class in org.apache.lucene.benchmark.byTask.tasks
Simple task to test performance of tokenizers.
ReadTokensTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
readVInt() - Method in class org.apache.lucene.store.IndexInput
Reads an int stored in variable-length format.
readVLong() - Method in class org.apache.lucene.store.IndexInput
Reads a long stored in variable-length format.
ready() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
RECACHE - Static variable in class org.apache.lucene.search.CachingWrapperFilter.DeletesMode
 
RECCNT - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
recompose(List) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
recordMemUsage() - Method in class org.apache.lucene.benchmark.stats.TimeData
Record memory usage.
RECSEC - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
Rectangle - Class in org.apache.lucene.spatial.geometry.shape
Rectangle shape.
Rectangle() - Constructor for class org.apache.lucene.spatial.geometry.shape.Rectangle
 
Rectangle(Point2D, Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Rectangle
 
Rectangle(double, double, double, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Rectangle
 
RegexCapabilities - Interface in org.apache.lucene.search.regex
Defines basic operations needed by RegexQuery for a regular expression implementation.
RegexpTunnel - Class in org.apache.regexp
This class exists as a gateway to access useful Jakarta Regexp package protected data.
RegexpTunnel() - Constructor for class org.apache.regexp.RegexpTunnel
 
RegexQuery - Class in org.apache.lucene.search.regex
Implements the regular expression term search query.
RegexQuery(Term) - Constructor for class org.apache.lucene.search.regex.RegexQuery
Constructs a query for terms matching term.
RegexQueryCapable - Interface in org.apache.lucene.search.regex
Defines methods for regular expression supporting Querys to use.
RegexTermEnum - Class in org.apache.lucene.search.regex
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.
RegexTermEnum(IndexReader, Term, RegexCapabilities) - Constructor for class org.apache.lucene.search.regex.RegexTermEnum
 
reinit(char[], int, int, int, int, String) - Method in class org.apache.lucene.analysis.Token
Shorthand for calling Token.clear(), Token.setTermBuffer(char[], int, int), Token.setStartOffset(int), Token.setEndOffset(int), Token.setType(java.lang.String)
reinit(char[], int, int, int, int) - Method in class org.apache.lucene.analysis.Token
Shorthand for calling Token.clear(), Token.setTermBuffer(char[], int, int), Token.setStartOffset(int), Token.setEndOffset(int) Token.setType(java.lang.String) on Token.DEFAULT_TYPE
reinit(String, int, int, String) - Method in class org.apache.lucene.analysis.Token
Shorthand for calling Token.clear(), Token.setTermBuffer(String), Token.setStartOffset(int), Token.setEndOffset(int) Token.setType(java.lang.String)
reinit(String, int, int, int, int, String) - Method in class org.apache.lucene.analysis.Token
Shorthand for calling Token.clear(), Token.setTermBuffer(String, int, int), Token.setStartOffset(int), Token.setEndOffset(int) Token.setType(java.lang.String)
reinit(String, int, int) - Method in class org.apache.lucene.analysis.Token
Shorthand for calling Token.clear(), Token.setTermBuffer(String), Token.setStartOffset(int), Token.setEndOffset(int) Token.setType(java.lang.String) on Token.DEFAULT_TYPE
reinit(String, int, int, int, int) - Method in class org.apache.lucene.analysis.Token
Shorthand for calling Token.clear(), Token.setTermBuffer(String, int, int), Token.setStartOffset(int), Token.setEndOffset(int) Token.setType(java.lang.String) on Token.DEFAULT_TYPE
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(boolean) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
ReInit(InputStream) - Method in class org.apache.lucene.demo.html.HTMLParser
 
ReInit(InputStream, String) - Method in class org.apache.lucene.demo.html.HTMLParser
 
ReInit(Reader) - Method in class org.apache.lucene.demo.html.HTMLParser
 
ReInit(HTMLParserTokenManager) - Method in class org.apache.lucene.demo.html.HTMLParser
 
ReInit(SimpleCharStream) - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
ReInit(PrecedenceQueryParserTokenManager) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.QueryParser
Reinitialise.
ReInit(QueryParserTokenManager) - Method in class org.apache.lucene.queryParser.QueryParser
Reinitialise.
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(StandardSyntaxParserTokenManager) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(JavaCharStream) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Reinitialise parser.
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
ReInit(QueryParserTokenManager) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
release() - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Release the currently held snapshot.
release() - Method in class org.apache.lucene.store.db.DbLock
 
release() - Method in class org.apache.lucene.store.je.JELock
 
release() - Method in class org.apache.lucene.store.Lock
Releases exclusive access.
RELEVANCE - Static variable in interface org.apache.lucene.search.ScoreDocComparator
Deprecated. Special comparator for sorting hits according to computed relevance (document score).
RELEVANCE - Static variable in class org.apache.lucene.search.Sort
Represents sorting by computed relevance.
RemoteCachingWrapperFilter - Class in org.apache.lucene.search
Provides caching of Filters themselves on the remote end of an RMI connection.
RemoteCachingWrapperFilter(Filter) - Constructor for class org.apache.lucene.search.RemoteCachingWrapperFilter
 
RemoteSearchable - Class in org.apache.lucene.search
A remote searchable implementation.
RemoteSearchable(Searchable) - Constructor for class org.apache.lucene.search.RemoteSearchable
Constructs and exports a remote searcher.
remove() - Method in class org.apache.lucene.analysis.CharArraySet.CharArraySetIterator
 
remove() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
remove() - Method in class org.apache.lucene.search.HitIterator
Deprecated. Unsupported operation.
remove(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
Remove all elements set in other.
removeAccents(char[], int) - Method in class org.apache.lucene.analysis.ISOLatin1AccentFilter
Deprecated. To replace accented characters in a String by unaccented equivalents.
RemoveDeletedQueryNodesProcessor - Class in org.apache.lucene.queryParser.core.processors
A QueryNodeProcessorPipeline class removes every instance of DeletedQueryNode from a query node tree.
RemoveDeletedQueryNodesProcessor() - Constructor for class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
RemoveEmptyNonLeafQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor removes every QueryNode that is not a leaf and has not children.
RemoveEmptyNonLeafQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.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.
rename(DbDirectory, String) - Method in class org.apache.lucene.store.db.File
 
rename(JEDirectory, String) - Method in class org.apache.lucene.store.je.File
 
renameFile(String, String) - Method in class org.apache.lucene.store.db.DbDirectory
 
renameFile(String, String) - Method in class org.apache.lucene.store.Directory
Deprecated.  
renameFile(String, String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
renameFile(String, String) - Method in class org.apache.lucene.store.FSDirectory
Deprecated.  
renameFile(String, String) - Method in class org.apache.lucene.store.je.JEDirectory
 
renameFile(String, String) - Method in class org.apache.lucene.store.RAMDirectory
Deprecated.  
reopen - Variable in class org.apache.lucene.benchmark.stats.QueryData
If true, re-open index reader before benchmark.
reopen() - Method in class org.apache.lucene.index.IndexReader
Refreshes an IndexReader if the index has changed since this instance was (re)opened.
reopen(boolean) - Method in class org.apache.lucene.index.IndexReader
Just like IndexReader.reopen(), except you can change the readOnly of the original reader.
reopen(IndexCommit) - Method in class org.apache.lucene.index.IndexReader
Expert: reopen this reader on a specific commit point.
reopen() - Method in class org.apache.lucene.index.MultiReader
Tries to reopen the subreaders.
reopen() - Method in class org.apache.lucene.index.ParallelReader
Tries to reopen the subreaders.
ReopenReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reopens IndexReader and closes old IndexReader.
ReopenReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReopenReaderTask
 
RepAllTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all statistics with no aggregations.
RepAllTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
 
REPEAT_EXHAUST - Static variable in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
replace_s(int, int, String) - Method in class org.tartarus.snowball.SnowballProgram
 
Report - Class in org.apache.lucene.benchmark.byTask.stats
Textual report of current statistics.
Report(String, int, int, int) - Constructor for class org.apache.lucene.benchmark.byTask.stats.Report
 
report(QualityQuery, TopDocs, String, Searcher) - Method in class org.apache.lucene.benchmark.quality.utils.SubmissionReport
Report a search result for a certain quality query.
reportAll(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
Report detailed statistics as a string
reportSelectByPrefix(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
 
reportSumByName(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
Report statistics as a string, aggregate for tasks named the same.
reportSumByNameRound(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameRoundTask
Report statistics as a string, aggregate for tasks named the same, and from the same round.
reportSumByPrefix(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
reportSumByPrefixRound(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
 
ReportTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report (abstract) task - all report tasks extend this task.
ReportTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
RepSelectByPrefTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report by-name-prefix statistics with no aggregations.
RepSelectByPrefTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
 
RepSumByNameRoundTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all statistics grouped/aggregated by name and round.
RepSumByNameRoundTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameRoundTask
 
RepSumByNameTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all statistics aggregated by name.
RepSumByNameTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
 
RepSumByPrefRoundTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all prefix matching statistics grouped/aggregated by name and round.
RepSumByPrefRoundTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
 
RepSumByPrefTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report by-name-prefix statistics aggregated by name.
RepSumByPrefTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
reset() - Method in class org.apache.lucene.analysis.CachingTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.CharFilter
 
reset() - Method in class org.apache.lucene.analysis.CharReader
 
reset(Reader) - Method in class org.apache.lucene.analysis.CharTokenizer
 
reset() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
 
reset(Reader) - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
 
reset() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
reset(Reader) - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
reset() - Method in class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
 
reset(Reader) - Method in class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
 
reset() - Method in class org.apache.lucene.analysis.cn.smart.WordTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
reset(Reader) - Method in class org.apache.lucene.analysis.KeywordTokenizer
 
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.SingleTokenTokenStream
 
reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
reset(Reader) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
 
reset(Reader) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
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.position.PositionFilter
 
reset() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
reset() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
reset() - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
reset() - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkTokenizer
Deprecated.  
reset() - Method in class org.apache.lucene.analysis.SinkTokenizer
Deprecated. Reset the internal data structures to the start at the front of the list of tokens.
reset(Reader) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
reset() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter.SinkFilter
Called by TeeSinkTokenFilter.SinkTokenStream.reset().
reset() - Method in class org.apache.lucene.analysis.TeeSinkTokenFilter.SinkTokenStream
 
reset() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
 
reset() - Method in class org.apache.lucene.analysis.TokenFilter
Reset the filter as well as the input TokenStream.
reset(Reader) - Method in class org.apache.lucene.analysis.Tokenizer
Expert: Reset the tokenizer to a new reader.
reset() - Method in class org.apache.lucene.analysis.TokenStream
Resets this stream to the beginning.
reset() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
reset() - Method in class org.apache.lucene.benchmark.stats.TimeData
Reset counters.
reset() - Method in class org.apache.lucene.index.memory.SynonymTokenFilter
 
reset() - Method in class org.apache.lucene.spatial.tier.DistanceFilter
You must call this before re-using this DistanceFilter across searches
reset() - Method in class org.apache.lucene.store.RAMOutputStream
Resets this to an empty file.
reset() - Method in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
reset(Reader) - Method in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Resets the input for this content source, so that the test would behave as if it was just started, input-wise.
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Reset inputs so that the test run would behave, input wise, as if it just started.
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
resetInputs() - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Reset inputs so that the test run would behave, input wise, as if it just started.
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
ResetInputsTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reset inputs so that the test run would behave, input wise, as if it just started.
ResetInputsTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ResetInputsTask
 
reSetNorms(String) - Method in class org.apache.lucene.index.FieldNormModifier
Resets the norms for the specified field.
reSetNorms(String) - Method in class org.apache.lucene.misc.LengthNormModifier
Deprecated. Resets the norms for the specified field.
ResetSystemEraseTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reset all index and input data and call gc, erase index and dir, does NOT clear statistics.
ResetSystemEraseTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ResetSystemEraseTask
 
ResetSystemSoftTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reset all index and input data and call gc, does NOT erase index/dir, does NOT clear statistics.
ResetSystemSoftTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ResetSystemSoftTask
 
resizeTermBuffer(int) - Method in class org.apache.lucene.analysis.Token
Grows the termBuffer to at least size newSize, preserving the existing content.
resizeTermBuffer(int) - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Grows the termBuffer to at least size newSize, preserving the existing content.
resizeTermBuffer(int) - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Grows the termBuffer to at least size newSize, preserving the existing content.
resolveEntity(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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.apache.lucene.util.UnicodeUtil.UTF16Result
 
result - Variable in class org.apache.lucene.util.UnicodeUtil.UTF8Result
 
result - Variable in class org.tartarus.snowball.Among
 
retrieve - Variable in class org.apache.lucene.benchmark.stats.QueryData
If true, actually retrieve documents returned in Hits.
retrieveDoc(IndexReader, int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
retrieveDoc(IndexReader, int) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
retrieveInterestingTerms(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
 
retrieveInterestingTerms(Reader) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Convenience routine to make it easy to return the most interesting words in a document.
retrieveTerms(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Find words for a more-like-this query former.
retrieveTerms(Reader) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Find words for a more-like-this query former.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.Analyzer
Creates a TokenStream that is allowed to be re-used from the previous time that the same thread called this method.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cn.ChineseAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.el.GreekAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.KeywordAnalyzer
 
reusableTokenStream(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.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ru.RussianAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.SimpleAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Returns a (possibly reused) StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter, a StopFilter, and a SnowballFilter
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Use StandardAnalyzer.tokenStream(java.lang.String, java.io.Reader) instead
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.StopAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.th.ThaiAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.WhitespaceAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.collation.CollationKeyAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.collation.ICUCollationKeyAnalyzer
 
reuseFields - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
ReutersContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource reading from the Reuters collection.
ReutersContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
ReutersQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A QueryMaker that makes queries devised manually (by Grant Ingersoll) for searching in the Reuters collection.
ReutersQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
 
reverse(String) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
reverse(char[]) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
reverse(char[], int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
reverse(char[], int, int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
reverseMul - Variable in class org.apache.lucene.search.FieldValueHitQueue
 
ReverseOrdFieldSource - Class in org.apache.lucene.search.function
Expert: obtains the ordinal of the field value from the default Lucene FieldCache using getStringIndex() and reverses the order.
ReverseOrdFieldSource(String) - Constructor for class org.apache.lucene.search.function.ReverseOrdFieldSource
Contructor for a certain field.
ReverseStringFilter - Class in org.apache.lucene.analysis.reverse
Reverse token string, for example "country" => "yrtnuoc".
ReverseStringFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
Create a new ReverseStringFilter that reverses all tokens in the supplied TokenStream.
ReverseStringFilter(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.
rewind() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.BooleanQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.BoostingQuery
 
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) - Method in class org.apache.lucene.search.FilteredQuery
Rewrites the wrapped query.
rewrite(IndexReader) - Method in class org.apache.lucene.search.function.CustomScoreQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.function.ValueSourceQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.FuzzyLikeThisQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.FuzzyQuery
 
rewrite(Query) - Method in class org.apache.lucene.search.IndexSearcher
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.MultiPhraseQuery
 
rewrite(Query) - Method in class org.apache.lucene.search.MultiSearcher
 
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.MultiTermQuery
 
rewrite(IndexReader, MultiTermQuery) - Method in class org.apache.lucene.search.MultiTermQuery.RewriteMethod
 
rewrite(Query) - Method in class org.apache.lucene.search.ParallelMultiSearcher
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.Query
Expert: called to re-write queries into primitive queries.
rewrite(IndexReader) - Method in class org.apache.lucene.search.RangeQuery
Deprecated.  
rewrite(IndexReader) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
rewrite(Query) - Method in class org.apache.lucene.search.RemoteSearchable
 
rewrite(Query) - Method in interface org.apache.lucene.search.Searchable
Expert: called to re-write queries into primitive queries.
rewrite(Query) - Method in class org.apache.lucene.search.Searcher
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.FieldMaskingSpanQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
 
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.WildcardQuery
 
rewriteMethod - Variable in class org.apache.lucene.search.MultiTermQuery
 
RMIRemoteSearchable - Interface in org.apache.lucene.search
Marker interface to enable subclasses of Searchable to be used via Java RMI.
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).
RomanianStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code 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
 
ROUND - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
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.
RPAREN - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RPAREN - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
RPAREN - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RPAREN - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
RTL_DIRECTION_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+200F (RIGHT-TO-LEFT MARK)
run() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
 
run() - Method in class org.apache.lucene.index.SegmentInfos.FindSegmentsFile
 
run(IndexCommit) - Method in class org.apache.lucene.index.SegmentInfos.FindSegmentsFile
 
run() - Method in class org.apache.lucene.search.FilterManager.FilterCleaner
 
run() - Method in class org.apache.lucene.store.Lock.With
Calls Lock.With.doBody() while lock is obtained.
runAndMaybeStats(boolean) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Run the task, record statistics.
RUNCNT - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
RussianAnalyzer - Class in org.apache.lucene.analysis.ru
Analyzer for Russian language.
RussianAnalyzer() - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. Use RussianAnalyzer.RussianAnalyzer(Version) instead
RussianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 
RussianAnalyzer(char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. Use RussianAnalyzer.RussianAnalyzer(Version) instead.
RussianAnalyzer(char[], String[]) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. Use RussianAnalyzer.RussianAnalyzer(Version,String[]) instead.
RussianAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. Use RussianAnalyzer.RussianAnalyzer(Version,String[]) instead.
RussianAnalyzer(Version, String[]) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Builds an analyzer with the given stop words.
RussianAnalyzer(char[], Map) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. Use RussianAnalyzer.RussianAnalyzer(Version, Map) instead.
RussianAnalyzer(Map) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. Use RussianAnalyzer.RussianAnalyzer(Version, Map) instead.
RussianAnalyzer(Version, Map) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Builds an analyzer with the given stop words.
RussianCharsets - Class in org.apache.lucene.analysis.ru
Deprecated. Support for non-Unicode encodings will be removed in Lucene 3.0
RussianCharsets() - Constructor for class org.apache.lucene.analysis.ru.RussianCharsets
Deprecated.  
RussianLetterTokenizer - Class in org.apache.lucene.analysis.ru
A RussianLetterTokenizer is a Tokenizer that extends LetterTokenizer by additionally looking up letters in a given "russian charset".
RussianLetterTokenizer(Reader, char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Deprecated. Use RussianLetterTokenizer.RussianLetterTokenizer(Reader) instead.
RussianLetterTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
RussianLetterTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
RussianLetterTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
RussianLowerCaseFilter - Class in org.apache.lucene.analysis.ru
Normalizes token text to lower case, analyzing given ("russian") charset.
RussianLowerCaseFilter(TokenStream, char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianLowerCaseFilter
Deprecated. Use RussianLowerCaseFilter.RussianLowerCaseFilter(TokenStream) instead.
RussianLowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianLowerCaseFilter
 
RussianStemFilter - Class in org.apache.lucene.analysis.ru
A TokenFilter that stems Russian words.
RussianStemFilter(TokenStream, char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianStemFilter
Deprecated. Use RussianStemFilter.RussianStemFilter(TokenStream) instead.
RussianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianStemFilter
 
RussianStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code 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
 
sameRow - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
Sample - Class in org.apache.lucene.benchmark.byTask.programmatic
Sample performance test written programmatically - no algorithm file is needed here.
Sample() - Constructor for class org.apache.lucene.benchmark.byTask.programmatic.Sample
 
sc - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
The character stored in this node: splitchar.
SCALE_FACTOR - Static variable in class org.apache.lucene.spatial.geometry.FixedLatLng
 
SCALE_FACTOR_INT - Static variable in class org.apache.lucene.spatial.geometry.FixedLatLng
 
score() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
 
score - Variable in class org.apache.lucene.search.FuzzyQuery.ScoreTerm
 
score(int) - Method in class org.apache.lucene.search.Hits
Deprecated. Returns the score for the nth document in this set.
score() - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 
score() - Method in class org.apache.lucene.search.payloads.PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer
 
score(Collector, int, int) - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
score() - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
score(Collector) - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
 
score - Variable in class org.apache.lucene.search.ScoreDoc
Expert: The score of this document for the query.
score(HitCollector) - Method in class org.apache.lucene.search.Scorer
Deprecated. use Scorer.score(Collector) instead.
score(Collector) - Method in class org.apache.lucene.search.Scorer
Scores and collects all matching documents.
score(HitCollector, int) - Method in class org.apache.lucene.search.Scorer
Deprecated. use Scorer.score(Collector, int, int) instead.
score(Collector, int, int) - Method in class org.apache.lucene.search.Scorer
Expert: Collects matching documents in a range.
score() - Method in class org.apache.lucene.search.Scorer
Returns the score of the current document matching the query.
SCORE - Static variable in class org.apache.lucene.search.SortField
Sort by document score (relevancy).
score() - Method in class org.apache.lucene.search.spans.SpanScorer
 
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
Expert: Returned by low-level search implementations.
ScoreDoc(int, float) - Constructor for class org.apache.lucene.search.ScoreDoc
Expert: Constructs a ScoreDoc.
ScoreDocComparator - Interface in org.apache.lucene.search
Deprecated. use FieldComparator
scoreDocs - Variable in class org.apache.lucene.search.TopDocs
The top hits for the query.
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.ScoreComparator - Class in org.apache.lucene.search.vectorhighlight
 
ScoreOrderFragmentsBuilder.ScoreComparator() - Constructor for class org.apache.lucene.search.vectorhighlight.ScoreOrderFragmentsBuilder.ScoreComparator
 
scorePayload(String, byte[], int, int) - Method in class org.apache.lucene.search.Similarity
Deprecated. See Similarity.scorePayload(int, String, int, int, byte[], int, int)
scorePayload(int, String, int, int, byte[], int, int) - Method in class org.apache.lucene.search.Similarity
Calculate a scoring factor based on the data in the payload.
scorePayload(String, byte[], int, int) - Method in class org.apache.lucene.search.SimilarityDelegator
 
scorer(IndexReader, boolean, boolean) - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
scorer(IndexReader, boolean, boolean) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
scorer(IndexReader, boolean, boolean) - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
 
Scorer - Interface in org.apache.lucene.search.highlight
A Scorer is responsible for scoring a stream of tokens.
scorer(IndexReader, boolean, boolean) - Method in class org.apache.lucene.search.payloads.BoostingTermQuery.BoostingTermWeight
Deprecated.  
scorer(IndexReader) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanWeight
 
scorer(IndexReader, boolean, boolean) - Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanWeight
 
scorer(IndexReader, boolean, boolean) - 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(Similarity) - Constructor for class org.apache.lucene.search.Scorer
Constructs a Scorer.
scorer(IndexReader, boolean, boolean) - Method in class org.apache.lucene.search.spans.SpanWeight
 
scorer(IndexReader, boolean, boolean) - Method in class org.apache.lucene.search.Weight
Returns a Scorer which scores documents in/out-of order according to scoreDocsInOrder.
ScorerDocQueue - Class in org.apache.lucene.util
A ScorerDocQueue maintains a partial ordering of its Scorers such that the least Scorer can always be found in constant time.
ScorerDocQueue(int) - Constructor for class org.apache.lucene.util.ScorerDocQueue
Create a ScorerDocQueue with a maximum size.
scoresDocsOutOfOrder() - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
scoresDocsOutOfOrder() - Method in class org.apache.lucene.search.Weight
Returns true iff this implementation scores docs only out of order.
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.
ScriptEnd - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
ScriptStart - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
ScriptTag() - Method in class org.apache.lucene.demo.html.HTMLParser
 
ScriptText - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
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(Weight, Filter, int) - Method in class org.apache.lucene.search.IndexSearcher
 
search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.IndexSearcher
 
search(Weight, Filter, int, Sort, boolean) - Method in class org.apache.lucene.search.IndexSearcher
Just like IndexSearcher.search(Weight, Filter, int, Sort), but you choose whether or not the fields in the returned FieldDoc instances should be set by specifying fillFields.
search(Weight, Filter, Collector) - Method in class org.apache.lucene.search.IndexSearcher
 
search(Weight, Filter, int) - Method in class org.apache.lucene.search.MultiSearcher
 
search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.MultiSearcher
 
search(Weight, Filter, Collector) - Method in class org.apache.lucene.search.MultiSearcher
 
search(Weight, Filter, int) - Method in class org.apache.lucene.search.ParallelMultiSearcher
A search implementation which spans a new thread for each Searchable, waits for each search to complete and merge the results back together.
search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.ParallelMultiSearcher
A search implementation allowing sorting which spans a new thread for each Searchable, waits for each search to complete and merges the results back together.
search(Weight, Filter, Collector) - Method in class org.apache.lucene.search.ParallelMultiSearcher
Lower-level search API.
search(Weight, Filter, HitCollector) - Method in class org.apache.lucene.search.RemoteSearchable
Deprecated. use RemoteSearchable.search(Weight, Filter, Collector) instead.
search(Weight, Filter, Collector) - Method in class org.apache.lucene.search.RemoteSearchable
 
search(Weight, Filter, int) - Method in class org.apache.lucene.search.RemoteSearchable
 
search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.RemoteSearchable
 
search(Weight, Filter, HitCollector) - Method in interface org.apache.lucene.search.Searchable
Deprecated. use Searchable.search(Weight, Filter, Collector) instead.
search(Weight, Filter, Collector) - Method in interface org.apache.lucene.search.Searchable
Lower-level search API.
search(Weight, Filter, int) - Method in interface org.apache.lucene.search.Searchable
Expert: Low-level search implementation.
search(Weight, Filter, int, Sort) - Method in interface org.apache.lucene.search.Searchable
Expert: Low-level search implementation with arbitrary sorting.
search(Query) - Method in class org.apache.lucene.search.Searcher
Deprecated. Hits will be removed in Lucene 3.0. Use Searcher.search(Query, Filter, int) instead.
search(Query, Filter) - Method in class org.apache.lucene.search.Searcher
Deprecated. Hits will be removed in Lucene 3.0. Use Searcher.search(Query, Filter, int) instead.
search(Query, Sort) - Method in class org.apache.lucene.search.Searcher
Deprecated. Hits will be removed in Lucene 3.0. Use Searcher.search(Query, Filter, int, Sort) instead.
search(Query, Filter, Sort) - Method in class org.apache.lucene.search.Searcher
Deprecated. Hits will be removed in Lucene 3.0. Use Searcher.search(Query, Filter, int, Sort) instead.
search(Query, Filter, int, Sort) - Method in class org.apache.lucene.search.Searcher
Search implementation with arbitrary sorting.
search(Query, HitCollector) - Method in class org.apache.lucene.search.Searcher
Deprecated. use Searcher.search(Query, Collector) instead.
search(Query, Collector) - Method in class org.apache.lucene.search.Searcher
Lower-level search API.
search(Query, Filter, HitCollector) - Method in class org.apache.lucene.search.Searcher
Deprecated. use Searcher.search(Query, Filter, Collector) instead.
search(Query, Filter, Collector) - Method in class org.apache.lucene.search.Searcher
Lower-level search API.
search(Query, Filter, int) - Method in class org.apache.lucene.search.Searcher
Finds the top n hits for query, applying filter if non-null.
search(Query, int) - Method in class org.apache.lucene.search.Searcher
Finds the top n hits for query.
search(Weight, Filter, HitCollector) - Method in class org.apache.lucene.search.Searcher
Deprecated. use Searcher.search(Weight, Filter, Collector) instead.
search(Weight, Filter, Collector) - Method in class org.apache.lucene.search.Searcher
 
search(Weight, Filter, int) - Method in class org.apache.lucene.search.Searcher
 
search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.Searcher
 
search(String) - Method in class org.apache.lucene.swing.models.ListSearcher
Run a new search.
search(String) - Method in class org.apache.lucene.swing.models.TableSearcher
Run a new search.
Searchable - Interface in org.apache.lucene.search
The interface for search implementations.
searcher - Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
Index to be searched.
Searcher - Class in org.apache.lucene.search
An abstract base class for search implementations.
Searcher() - Constructor for class org.apache.lucene.search.Searcher
 
SearchFiles - Class in org.apache.lucene.demo
Simple command-line based search demo.
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
 
SearchTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search task.
SearchTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
SearchTravRetHighlightTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task.
SearchTravRetHighlightTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
SearchTravRetLoadFieldSelectorTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task using a SetBasedFieldSelector.
SearchTravRetLoadFieldSelectorTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
SearchTravRetTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task.
SearchTravRetTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetTask
 
SearchTravRetVectorHighlightTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task.
SearchTravRetVectorHighlightTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
SearchTravTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse task.
SearchTravTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
SearchWithSortTask - Class in org.apache.lucene.benchmark.byTask.tasks
Does sort search on specified field.
SearchWithSortTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
SECOND - Static variable in class org.apache.lucene.document.DateTools.Resolution
 
seek(Term) - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
seek(TermEnum) - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
seek(Term) - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
seek(TermEnum) - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
seek(Term) - Method in class org.apache.lucene.index.MultipleTermPositions
Not implemented.
seek(TermEnum) - Method in class org.apache.lucene.index.MultipleTermPositions
Not implemented.
seek(Term) - Method in interface org.apache.lucene.index.TermDocs
Sets this to the data for a term.
seek(TermEnum) - Method in interface org.apache.lucene.index.TermDocs
Sets this to the data for the current term in a TermEnum.
seek(long) - Method in class org.apache.lucene.store.BufferedIndexInput
 
seek(long) - Method in class org.apache.lucene.store.BufferedIndexOutput
Sets current position in this file, where the next write will occur.
seek(long) - Method in class org.apache.lucene.store.ChecksumIndexInput
 
seek(long) - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
seek(long) - Method in class org.apache.lucene.store.db.Block
 
seek(long) - Method in class org.apache.lucene.store.db.DbIndexInput
 
seek(long) - Method in class org.apache.lucene.store.db.DbIndexOutput
 
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
Sets current position in this file, where the next write will occur.
seek(Term) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
seek(TermEnum) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
 
seek(long) - Method in class org.apache.lucene.store.je.Block
 
seek(long) - Method in class org.apache.lucene.store.je.JEIndexInput
 
seek(long) - Method in class org.apache.lucene.store.je.JEIndexOutput
 
seek(long) - Method in class org.apache.lucene.store.RAMOutputStream
 
seek(long) - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexOutput
Random-access methods
seekCeilingDocumentInformationIndex(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
Finds index to the first beyond the current whose document number is greater than or equal to target, -1 if there is no such element.
seekCeilingDocumentInformationIndex(int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
Finds index to the first beyond the current whose document number is greater than or equal to target, -1 if there is no such element.
seekCeilingDocumentInformationIndex(int, int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
Finds index to the first beyond the current whose document number is greater than or equal to target, -1 if there is no such element.
seekInternal(long) - Method in class org.apache.lucene.store.BufferedIndexInput
Expert: implements seek.
seekInternal(long) - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
segmentFormat - Variable in class org.apache.lucene.index.CheckIndex.Status
String description of the version of the index.
SegmentInfo - Class in org.apache.lucene.index
Information about a segment such as it's name, directory, and files related to the segment.
SegmentInfo(String, int, Directory) - Constructor for class org.apache.lucene.index.SegmentInfo
 
SegmentInfo(String, int, Directory, boolean, boolean) - Constructor for class org.apache.lucene.index.SegmentInfo
 
SegmentInfo(String, int, Directory, boolean, boolean, int, String, boolean, boolean) - Constructor for class org.apache.lucene.index.SegmentInfo
 
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
 
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
 
SegmentReader - Class in org.apache.lucene.index
NOTE: This API is new and still experimental (subject to change suddenly in the next release)
SegmentReader() - Constructor for class org.apache.lucene.index.SegmentReader
 
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.
segString() - Method in class org.apache.lucene.index.IndexWriter
 
segString(Directory) - Method in class org.apache.lucene.index.MergePolicy.MergeSpecification
 
segString(Directory) - Method in class org.apache.lucene.index.SegmentInfo
Used for debugging
segString(Directory) - Method in class org.apache.lucene.index.SegmentInfos
 
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
 
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
Tokenizes input text into sentences.
SentenceTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
 
SentenceTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
 
SentenceTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.smart.SentenceTokenizer
 
SEP - Static variable in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
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
 
set(String, String) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Set a property.
set(StringBuffer) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
set(List<QueryNode>) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
set(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
set(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
set(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
set(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
set(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
set(int) - Method in class org.apache.lucene.util.BitVector
Sets the value of bit to one.
set(Object) - Method in class org.apache.lucene.util.CloseableThreadLocal
 
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
setAccuracy(float) - Method in class org.apache.lucene.search.spell.SpellChecker
Sets the accuracy 0 < minScore < 1; default 0.5
setAllowDocsOutOfOrder(boolean) - Static method in class org.apache.lucene.search.BooleanQuery
Deprecated. this is not needed anymore, as Weight.scoresDocsOutOfOrder() is used.
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryParser.QueryParser
Set to true to allow leading wildcard characters.
setAllowLeadingWildcard(boolean) - Method in interface org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttribute
 
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set to true to allow leading wildcard characters.
setAllowMinus1Position() - Method in class org.apache.lucene.index.IndexWriter
Deprecated: emulates IndexWriter's buggy behavior when first token(s) have positionIncrement==0 (ie, prior to fixing LUCENE-1542)
setAnalyzer(IndexTask.AnalyzerType) - Method in class org.apache.lucene.ant.IndexTask
Sets the analyzer based on the builtin Lucene analyzer types.
setAnalyzer(Analyzer) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setAnalyzer(Analyzer) - Method in interface org.apache.lucene.queryParser.standard.config.AnalyzerAttribute
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets the analyzer to use.
setAnalyzer(Analyzer) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.swing.models.ListSearcher
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.swing.models.TableSearcher
 
setAnalyzerClassName(String) - Method in class org.apache.lucene.ant.IndexTask
 
setArticles(Set) - Method in class org.apache.lucene.analysis.fr.ElisionFilter
 
SetBasedFieldSelector - Class in org.apache.lucene.document
Declare what fields to load normally and what fields to load lazily
SetBasedFieldSelector(Set, Set) - Constructor for class org.apache.lucene.document.SetBasedFieldSelector
Pass in the Set of Field names to load and the Set of Field names to load lazily.
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.core.nodes.FieldQueryNode
 
setBeginColumn(int) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setBeginLine(int) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setBits(long[]) - Method in class org.apache.lucene.util.OpenBitSet
Expert: sets a new long[] to use as the bit storage
setBody(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setBoost(float) - Method in class org.apache.lucene.document.AbstractField
Sets the boost factor hits on this field.
setBoost(float) - Method in class org.apache.lucene.document.Document
Sets a boost factor for hits on any field of this document.
setBoost(float) - Method in interface org.apache.lucene.document.Fieldable
Sets the boost factor hits on this field.
setBoost(float) - Method in interface org.apache.lucene.queryParser.standard.config.BoostAttribute
 
setBoost(float) - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
setBoost(float) - Method in class org.apache.lucene.search.Query
Sets the boost for this query clause to b.
setBoost(float) - Method in class org.apache.lucene.search.RangeQuery
Deprecated.  
setBoost(boolean) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets whether to boost terms in query based on "score" or not.
setBoostFactor(float) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets the boost factor to use when boosting terms
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
 
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
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.StringComparatorLocale
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
setBottom(int) - Method in class org.apache.lucene.search.FieldComparator.StringValComparator
 
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.core.builders.QueryTreeBuilder
Associates a field name with a builder.
setBuilder(Class<? extends QueryNode>, QueryBuilder) - Method in class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
Associates a class with a builder
setCacheSize(int) - Method in class org.apache.lucene.search.FilterManager
Sets the max size that cache should reach before it is cleaned up
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.
setChild(QueryNode) - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
setChild(QueryNode) - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.processors.NoChildOptimizationQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.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.core.processors.RemoveDeletedQueryNodesProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
setCleanThreadSleepTime(long) - Method in class org.apache.lucene.search.FilterManager
Sets the cache cleaning frequency in milliseconds.
setCompound(boolean) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Sets the Config for this content source.
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Set the configuration parameters of this doc maker.
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
Deprecated.  
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
Deprecated.  
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
setConfig(Config) - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Set the properties
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.SortableSingleDocSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
setConsumer(PatternConsumer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
setCurrent(String) - Method in class org.tartarus.snowball.SnowballProgram
Set the current string.
setData(byte[]) - Method in class org.apache.lucene.index.Payload
Sets this payloads data.
setData(byte[], int, int) - Method in class org.apache.lucene.index.Payload
Sets this payloads data.
setDate(Date) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setDate(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryParser.QueryParser
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.QueryParser
Sets the date resolution used by RangeQueries for a specific field.
setDateResolution(DateTools.Resolution) - Method in interface org.apache.lucene.queryParser.standard.config.DateResolutionAttribute
Sets the default date resolution used by RangeQueryNodes for fields for which no specific date resolutions has been set.
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
setDateResolution(Collator) - Method in interface org.apache.lucene.queryParser.standard.config.RangeCollatorAttribute
 
setDateResolution(Collator) - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setDateResolution(String, DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
setDateResolution(Map<CharSequence, DateTools.Resolution>) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
setDebugStream(PrintStream) - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
setDefault(Similarity) - Static method in class org.apache.lucene.search.Similarity
Set the default Similarity implementation used by indexing and search code.
setDefaultFieldSortScoring(boolean, boolean) - Method in class org.apache.lucene.search.IndexSearcher
By default, no scores are computed when sorting by field (using Searcher.search(Query,Filter,int,Sort)).
setDefaultGenFileRetryCount(int) - Static method in class org.apache.lucene.index.SegmentInfos
Advanced: set how many times to try loading the segments.gen file contents to determine current segment generation.
setDefaultGenFileRetryPauseMsec(int) - Static method in class org.apache.lucene.index.SegmentInfos
Advanced: set how many milliseconds to pause in between attempts to load the segments.gen file.
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.
setDefaultInfoStream(PrintStream) - Static method in class org.apache.lucene.index.IndexWriter
If non-null, this will be the default infoStream used by a newly instantiated IndexWriter.
setDefaultOperator(PrecedenceQueryParser.Operator) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Sets the boolean operator of the QueryParser.
setDefaultOperator(QueryParser.Operator) - Method in class org.apache.lucene.queryParser.QueryParser
Sets the boolean operator of the QueryParser.
setDefaultOperator(QueryParserWrapper.Operator) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setDefaultOperator(DefaultOperatorAttribute.Operator) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the boolean operator of the QueryParser.
setDefaultPhraseSlop(int) - Method in interface org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttribute
 
setDefaultPhraseSlop(int) - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
setDefaultPhraseSlop(int) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the default slop for phrases.
setDefaultReplaceInvalidAcronym(boolean) - Static method in class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. This will be removed (hardwired to true) in 3.0
setDefaultWriteLockTimeout(long) - Static method in class org.apache.lucene.index.IndexWriter
Sets the default (for any instance of IndexWriter) maximum time to wait for a write lock (in milliseconds).
setDepth(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
setDescription(String) - Method in class org.apache.lucene.search.Explanation
Sets the description of this explanation node.
setDirectory(Directory) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setDirectory(Directory) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setDisableCounting(boolean) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
See PerfTask.isDisableCounting()
setDisableFakeNorms(boolean) - Method in class org.apache.lucene.index.IndexReader
Deprecated. This currently defaults to false (to remain back-compatible), but in 3.0 it will be hardwired to true, meaning the norms() methods will return null for fields that had disabled norms.
setDisableLocks(boolean) - Static method in class org.apache.lucene.store.FSDirectory
Deprecated. Use a FSDirectory.open(File, LockFactory) or a constructor that takes a LockFactory and supply NoLockFactory.getNoLockFactory(). This setting does not work with FSDirectory.open(File) only the deprecated getDirectory respect this setting.
setDiscountOverlaps(boolean) - Method in class org.apache.lucene.search.DefaultSimilarity
Determines whether overlap tokens (Tokens with 0 position increment) are ignored when computing norm.
setDistances(Map<Integer, Double>) - Method in class org.apache.lucene.spatial.tier.DistanceFilter
 
setDocCountPercent(double) - Method in class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
If the number of documents to be visited in the postings exceeds this specified percentage of the maxDoc() for the index, then MultiTermQuery.CONSTANT_SCORE_FILTER_REWRITE is used.
setDocumentHandler(String) - Method in class org.apache.lucene.ant.IndexTask
Sets the documentHandler attribute of the IndexTask object
setDocumentNumber(int) - Method in class org.apache.lucene.index.TermVectorMapper
Passes down the index of the document whose term vector is currently being mapped, once for each top level call to a term vector reader.
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.NumericField
Initializes the field with the supplied double value.
setDynamicAttribute(String, String) - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
 
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.analysis.StopFilter
If true, this StopFilter will preserve positions of the incoming tokens (ie, accumulate and set position increments of the removed stop tokens).
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.queryParser.QueryParser
Set to true to enable position increments in result query.
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set to true to enable position increments in result query.
setEnablePositionIncrementsDefault(boolean) - Static method in class org.apache.lucene.analysis.StopFilter
Deprecated. Please specify this when you create the StopFilter
setEncoder(Encoder) - Method in class org.apache.lucene.search.highlight.Highlighter
 
setEnd(int) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setEndOffset(int) - Method in class org.apache.lucene.analysis.Token
Set the ending offset.
setEndOffset(int) - Method in class org.apache.lucene.index.TermVectorOffsetInfo
 
setEnum(TermEnum) - Method in class org.apache.lucene.search.FilteredTermEnum
use this method to set the actual TermEnum (e.g.
setErrorToken(String) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setEstimatedSize(String) - Method in class org.apache.lucene.search.FieldCache.CacheEntry
 
setExclusionSet(Set) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
Set an alternative exclusion list for this filter.
setExclusionTable(Map) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
Set an alternative exclusion list for this filter.
setExclusionTable(HashSet) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Set an alternative exclusion list for this filter.
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
 
setExpectations(String, int, boolean, boolean) - Method in class org.apache.lucene.index.FieldSortedTermVectorMapper
 
setExpectations(String, int, boolean, boolean) - Method in class org.apache.lucene.index.PositionBasedTermVectorMapper
Callback mechanism used by the TermVectorReader
setExpectations(String, int, boolean, boolean) - Method in class org.apache.lucene.index.SortedTermVectorMapper
 
setExpectations(String, int, boolean, boolean) - Method in class org.apache.lucene.index.TermVectorMapper
Tell the mapper what to expect in regards to field, number of terms, offset and position storage.
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
setField(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.FieldableNode
Associates the node to a field.
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
setFieldBoostMap(Map<CharSequence, Float>) - Method in interface org.apache.lucene.queryParser.standard.config.FieldBoostMapAttribute
 
setFieldBoostMap(Map<CharSequence, Float>) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
setFieldDateResolutionMap(Map<CharSequence, DateTools.Resolution>) - Method in interface org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttribute
 
setFieldDateResolutionMap(Map<CharSequence, DateTools.Resolution>) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
setFieldName(String) - Method in class org.apache.lucene.search.DuplicateFilter
 
setFieldNames(String[]) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets the field names that will be used when generating the 'More Like This' query.
setFields(CharSequence[]) - Method in interface org.apache.lucene.queryParser.standard.config.MultiFieldAttribute
 
setFields(CharSequence[]) - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
setFieldsBoost(Map<CharSequence, Float>) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
setFirst(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
setFlags(int) - Method in class org.apache.lucene.analysis.Token
 
setFlags(int) - Method in interface org.apache.lucene.analysis.tokenattributes.FlagsAttribute
 
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.NumericField
Initializes the field with the supplied float value.
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.precedence.PrecedenceQueryParser
Set the minimum similarity for fuzzy queries.
setFuzzyMinSim(float) - Method in class org.apache.lucene.queryParser.QueryParser
Set the minimum similarity for fuzzy queries.
setFuzzyMinSim(float) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setFuzzyMinSim(float) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set the minimum similarity for fuzzy queries.
setFuzzyMinSimilarity(float) - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
 
setFuzzyMinSimilarity(float) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Set the prefix length for fuzzy queries.
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryParser.QueryParser
Set the prefix length for fuzzy queries.
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set the prefix length for fuzzy queries.
setGreedy(boolean) - Method in class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Sets whether this time limited collector is greedy.
setGreedy(boolean) - Method in class org.apache.lucene.search.TimeLimitingCollector
Sets whether this time limited collector is greedy.
setHeap(long) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setHyperbolicTfFactors(float, float, double, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the function variables for the hyperbolicTf functions
setId(String) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setId(String) - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
setIgnoreTF(boolean) - Method in class org.apache.lucene.search.FuzzyLikeThisQuery
 
setIgnoringSinglePrefixOrSuffixShingle(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setIndex(File) - Method in class org.apache.lucene.ant.IndexTask
Specifies the directory where the index will be stored
setIndexReader(IndexReader) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setIndexWriter(IndexWriter) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setIndexWriterConfig(IndexWriter, Config) - Static method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
setInfoStream(PrintStream) - Method in class org.apache.lucene.index.CheckIndex
Set infoStream where messages should go.
setInfoStream(PrintStream) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. If non-null, information about merges and a message when IndexModifier.getMaxFieldLength() is reached will be printed to this.
setInfoStream(PrintStream) - Method in class org.apache.lucene.index.IndexWriter
If non-null, information about merges, deletes and a message when maxFieldLength is reached will be printed to this.
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(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.
setInfoStream(PrintStream) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
If non-null, information about merges and a message when maxFieldLength is reached could be printed to this -- currently not yet implemented.
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.NumericField
Initializes the field with the supplied int value.
setKeepMode(int) - Method in class org.apache.lucene.search.DuplicateFilter
 
setLast(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
setLastModified(long) - Method in class org.apache.lucene.store.RAMFile
 
setLat(int) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
setLeaf(boolean) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
setLength(long) - Method in class org.apache.lucene.store.IndexOutput
Set the file length.
setLength(long) - Method in class org.apache.lucene.store.RAMFile
 
setLength(long) - Method in class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexOutput
 
setLength(int) - Method in class org.apache.lucene.util.UnicodeUtil.UTF16Result
 
setLength(int) - Method in class org.apache.lucene.util.UnicodeUtil.UTF8Result
 
setLengthNormFactors(int, int, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the default function variables used by lengthNorm when no field specific variables have been set.
setLengthNormFactors(String, int, int, float, boolean) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the function variables used by lengthNorm for a specific named field.
setLikeText(String) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
setLng(int) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
setLocale(Locale) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Set locale used by date range parsing.
setLocale(Locale) - Method in class org.apache.lucene.queryParser.QueryParser
Set locale used by date range parsing.
setLocale(Locale) - Method in interface org.apache.lucene.queryParser.standard.config.LocaleAttribute
 
setLocale(Locale) - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
setLocale(Locale) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setLocale(Locale) - Method in class org.apache.lucene.queryParser.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.Directory
Set the LockFactory that this Directory instance should use for its locking implementation.
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.NumericField
Initializes the field with the supplied long value.
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Whether terms of wildcard, prefix, fuzzy and range queries are to be automatically lower-cased or not.
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.QueryParser
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.standard.config.LowercaseExpandedTermsAttribute
 
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set to true to allow leading wildcard characters.
setMatch(Boolean) - Method in class org.apache.lucene.search.ComplexExplanation
Sets the match status assigned to this explanation node.
setMatrix(ShingleMatrixFilter.Matrix) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setMaxBufferedDeleteTerms(int) - Method in class org.apache.lucene.index.IndexWriter
Determines the minimal number of delete terms required before the buffered in-memory delete terms are applied and flushed.
setMaxBufferedDocs(int) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setMaxBufferedDocs(int) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Determines the minimal number of documents required before the buffered in-memory documents are merging and a new Segment is created.
setMaxBufferedDocs(int) - Method in class org.apache.lucene.index.IndexWriter
Determines the minimal number of documents required before the buffered in-memory documents are flushed as a new Segment.
setMaxChunkSize(int) - Method in class org.apache.lucene.store.MMapDirectory
Sets the maximum chunk size (default is Integer.MAX_VALUE for 64 bit JVMs and 256 MiBytes for 32 bit JVMs) used for memory mapping.
setMaxClauseCount(int) - Static method in class org.apache.lucene.search.BooleanQuery
Set the maximum number of clauses permitted per BooleanQuery.
setMaxDocBytesToAnalyze(int) - Method in class org.apache.lucene.search.highlight.Highlighter
Deprecated. See Highlighter.setMaxDocCharsToAnalyze(int), since this value has always counted chars
setMaxDocCharsToAnalyze(int) - Method in class org.apache.lucene.search.highlight.Highlighter
 
setMaxFieldLength(int) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. The maximum number of terms that will be indexed for a single field in a document.
setMaxFieldLength(int) - Method in class org.apache.lucene.index.IndexWriter
The maximum number of terms that will be indexed for a single field in a document.
setMaxFieldLength(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
setMaximumShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setMaxMergeDocs(int) - Method in class org.apache.lucene.index.IndexWriter
Determines the largest segment (measured by document count) that may be merged with other segments.
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.
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.
setMaxNumTokensParsed(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
 
setMaxQueries(int) - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
Set the maximum number of quality queries to run.
setMaxQueryTerms(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets the maximum number of query terms that will be included in any generated query.
setMaxQueryTerms(int) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
setMaxResults(int) - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
set the maximum number of results to collect for each quality query.
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.ShingleAnalyzerWrapper
Set the maximum size of output shingles
setMaxShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Set the max shingle size (default: 2)
setMaxSyncPauseSeconds(double) - Method in class org.apache.lucene.index.IndexWriter
Deprecated. This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.
setMaxThreadCount(int) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Sets the max # simultaneous threads that may be running.
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.
setMaxWordLen(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets the maximum word length above which words will be ignored.
setMergedSegmentWarmer(IndexWriter.IndexReaderWarmer) - Method in class org.apache.lucene.index.IndexWriter
Set the merged segment warmer.
setMergeFactor(int) - Method in class org.apache.lucene.ant.IndexTask
Sets the mergeFactor attribute of the IndexTask object
setMergeFactor(int) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setMergeFactor(int) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Determines how often segment indices are merged by addDocument().
setMergeFactor(int) - Method in class org.apache.lucene.index.IndexWriter
Determines how often segment indices are merged by addDocument().
setMergeFactor(int) - Method in class org.apache.lucene.index.LogMergePolicy
Determines how often segment indices are merged by addDocument().
setMergeFactor(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
The sweetspot for this implementation is somewhere around 2500 at 2K text large documents.
setMergePolicy(MergePolicy) - Method in class org.apache.lucene.index.IndexWriter
Expert: set the merge policy used by this writer.
setMergeScheduler(MergeScheduler) - Method in class org.apache.lucene.index.IndexWriter
Expert: set the merge scheduler used by this writer.
setMergeThreadPriority(int) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
Return the priority that merge threads run at.
setMinDocFreq(int) - Method in class org.apache.lucene.search.similar.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.search.similar.MoreLikeThisQuery
 
setMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.search.BooleanQuery
Specifies a minimum number of the optional BooleanClauses which must be satisfied.
setMinimumShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
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.
setMinTermFreq(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets the frequency below which terms will be ignored in the source doc.
setMinTermFrequency(int) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
setMinWordLen(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Sets the minimum word length below which words will be ignored.
setModifiedUTF8StringsMode() - Method in class org.apache.lucene.store.IndexInput
Call this if readString should read characters stored in the old modified UTF8 format (length in java chars and java's modified UTF8 encoding).
setMoreLikeFields(String[]) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
setMultiFields(CharSequence[]) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryParser.QueryParser
By default QueryParser uses MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT when creating a PrefixQuery, WildcardQuery or RangeQuery.
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in interface org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttribute
 
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
By default, it uses MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT when creating a prefix, wildcard and range queries.
setName(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setName(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.Collector
Called before collecting from each IndexReader.
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.DocComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.DoubleComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.FloatComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.IntComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.LongComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.RelevanceComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator
Set a new Reader.
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.ShortComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.StringComparatorLocale
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.FieldComparator.StringValComparator
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.HitCollectorWrapper
Deprecated.  
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.PositiveScoresOnlyCollector
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.TimeLimitingCollector
 
setNextReader(IndexReader, int) - Method in class org.apache.lucene.search.TopScoreDocCollector
 
setNoCFSRatio(double) - Method in class org.apache.lucene.index.LogMergePolicy
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.
setNoChildReport() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
Execute child tasks in a way that they do not report their time separately.
setNonLocalizedMessage(Message) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setNorm(int, String, byte) - Method in class org.apache.lucene.index.IndexReader
Expert: Resets the normalization factor for the named field of the named document.
setNorm(int, String, float) - Method in class org.apache.lucene.index.IndexReader
Expert: Resets the normalization factor for the named field of the named document.
setNumWords(int) - Method in class org.apache.lucene.util.OpenBitSet
Expert: sets the number of longs in the array that are in use
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
Set the starting and ending offset.
setOmitNorms(boolean) - Method in class org.apache.lucene.document.AbstractField
Expert: If set, omit normalization factors associated with this indexed field.
setOmitNorms(boolean) - Method in interface org.apache.lucene.document.Fieldable
Expert: If set, omit normalization factors associated with this indexed field.
setOmitTermFreqAndPositions(boolean) - Method in class org.apache.lucene.document.AbstractField
Expert: If set, omit term freq, positions and payloads from postings for this field.
setOmitTf(boolean) - Method in class org.apache.lucene.document.AbstractField
Deprecated. Renamed to AbstractField.setOmitTermFreqAndPositions(boolean)
setOmitTf(boolean) - Method in interface org.apache.lucene.document.Fieldable
Deprecated. Renamed to AbstractField.setOmitTermFreqAndPositions(boolean)
setOnlyUseNewAPI(boolean) - Static method in class org.apache.lucene.analysis.TokenStream
Deprecated. This setting will no longer be needed in Lucene 3.0 as the old API will be removed.
setOperator(DefaultOperatorAttribute.Operator) - Method in interface org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute
 
setOperator(DefaultOperatorAttribute.Operator) - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
setOptimize(boolean) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setOutputUnigrams(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
Shall the filter pass the original tokens (the "unigrams") to the output stream?
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.)
setOverridesTokenStreamMethod(Class) - Method in class org.apache.lucene.analysis.Analyzer
Deprecated. This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream
setOverwrite(boolean) - Method in class org.apache.lucene.ant.IndexTask
Sets the overwrite attribute of the IndexTask object
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
Set the params (docSize only)
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
Set the params (docid only)
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
Set the params (analyzerClassName only), Comma-separate list of Analyzer class names.
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Set the params of this task.
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
SortFields: field:type,field:type[,noscore][,nomaxscore] If noscore is present, then we turn off score tracking in TopFieldCollector.
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
Set the params (property name and value).
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
Set the params (docSize only)
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
Set the params (docSize only)
setPathElements(List<PathQueryNode.QueryText>) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the a List with all QueryText elements
setPayload(Payload) - Method in class org.apache.lucene.analysis.Token
Sets this Token's payload.
setPayload(Payload) - Method in interface org.apache.lucene.analysis.tokenattributes.PayloadAttribute
Sets this Token's payload.
setPayload(Payload) - Method in class org.apache.lucene.analysis.tokenattributes.PayloadAttributeImpl
Sets this Token's payload.
setPercentTermsToMatch(float) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
setPhraseSlop(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Sets the default slop for phrases.
setPhraseSlop(int) - Method in class org.apache.lucene.queryParser.QueryParser
Sets the default slop for phrases.
setPhraseSlop(int) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
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
Set the position increment.
setPositionIncrement(int) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setPositionIncrementsEnabled(boolean) - Method in interface org.apache.lucene.queryParser.standard.config.PositionIncrementsAttribute
 
setPositionIncrementsEnabled(boolean) - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
setPositionSensitive(boolean) - Method in class org.apache.lucene.search.highlight.WeightedSpanTerm
 
setPrefix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
setPrefix(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
setPrefixLength(int) - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
setPrefixLength(int) - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
 
setPrefixLength(int) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
setPreviousTokenStream(Object) - Method in class org.apache.lucene.analysis.Analyzer
Used by Analyzers that implement reusableTokenStream to save a TokenStream for later re-use by the same thread.
setProcessingMode(int) - Method in class org.apache.lucene.search.DuplicateFilter
 
setProps(Properties) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
SetPropTask - Class in org.apache.lucene.benchmark.byTask.tasks
Set a performance test configuration property.
SetPropTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
 
setQueries(QueryData[]) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setQuery(CharSequence) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setQuery(Query) - Method in class org.apache.lucene.search.BooleanClause
 
setQueryBuilder(QueryBuilder) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
The query builder that will be used to build an object from the query node tree.
setQueryBuilder(StandardQueryBuilder) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Sets the StandardQueryBuilder used to generate a Query object from the parsed and processed query node tree.
setQueryConfig(StandardQueryConfigHandler) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Sets the QueryConfigHandler used by the QueryNodeProcessor set to this object.
setQueryConfigHandler(QueryConfigHandler) - Method in interface org.apache.lucene.queryParser.core.processors.QueryNodeProcessor
Sets the QueryConfigHandler associated to the query tree.
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler).
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler).
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Sets the query configuration handler that will be used during query processing.
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 
setQueryNodeProcessor(QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Sets the processor that will be used to process the query node tree.
setQueryProcessor(QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated. Sets the QueryNodeProcessor used to process the query node tree generated by the StandardSyntaxParser.
setRAMBufferSizeMB(double) - Method in class org.apache.lucene.index.IndexWriter
Determines the amount of RAM that may be used for buffering added documents and deletions before they are flushed to the Directory.
setRamUsageEstimator(RamUsageEstimator) - Method in class org.apache.lucene.util.FieldCacheSanityChecker
If set, will be used to estimate size for all CacheEntry objects dealt with.
setRangeCollator(Collator) - Method in class org.apache.lucene.queryParser.QueryParser
Sets the collator used to determine index term inclusion in ranges for RangeQuerys.
setRangeCollator(Collator) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setRangeCollator(Collator) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the collator used to determine index term inclusion in ranges for RangeQuerys.
setRate(int, boolean) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
setReadChunkSize(int) - Method in class org.apache.lucene.store.FSDirectory
Sets the maximum number of bytes read at once from the underlying file during BufferedIndexInput.readBytes(byte[], int, int).
setReaderTermsIndexDivisor(int) - Method in class org.apache.lucene.index.IndexWriter
Sets the termsIndexDivisor passed to any readers that IndexWriter opens, for example when applying deletes or creating a near-real-time reader in IndexWriter.getReader().
setRegexImplementation(RegexCapabilities) - Method in class org.apache.lucene.search.regex.RegexQuery
Defines which RegexCapabilities implementation is used by this instance.
setRegexImplementation(RegexCapabilities) - Method in interface org.apache.lucene.search.regex.RegexQueryCapable
 
setRegexImplementation(RegexCapabilities) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
setRepetitions(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
setReplaceInvalidAcronym(boolean) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. This will be removed (hardwired to true) in 3.0
setReplaceInvalidAcronym(boolean) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Remove in 3.X and make true the only valid value See https://issues.apache.org/jira/browse/LUCENE-1068
setResolution(long) - Static method in class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Set the timer resolution.
setResolution(long) - Static method in class org.apache.lucene.search.TimeLimitingCollector
Set the timer resolution.
setRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
Deprecated. Changes of mode are not supported by this class (fixed to constant score rewrite mode)
setRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.search.FuzzyQuery
 
setRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.search.MultiTermQuery
Sets the rewrite method to be used when executing the query.
setRunData(Vector) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setRunningMerge(MergePolicy.OneMerge) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
 
setRunTime(double) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
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.HitCollectorWrapper
Deprecated.  
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
 
setSimilarity(Similarity) - Method in class org.apache.lucene.index.IndexWriter
Expert: Set the Similarity implementation used by this IndexWriter.
setSimilarity(float) - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
setSimilarity(Similarity) - Method in class org.apache.lucene.search.Searcher
Expert: Set the Similarity implementation used by this Searcher.
setSimilarity(Similarity) - Method in class org.apache.lucene.search.similar.MoreLikeThis
 
setSimilarity(Similarity) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
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(String) - Method in class org.apache.lucene.search.Sort
Deprecated. Please specify the type explicitly by first creating a SortField and then use Sort.setSort(SortField)
setSort(String, boolean) - Method in class org.apache.lucene.search.Sort
Deprecated. Please specify the type explicitly by first creating a SortField and then use Sort.setSort(SortField)
setSort(String[]) - Method in class org.apache.lucene.search.Sort
Deprecated. Please specify the type explicitly by first creating SortFields and then use Sort.setSort(SortField[])
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.
setSource(File) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setSpacerCharacter(Character) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
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.
setStartOffset(int) - Method in class org.apache.lucene.analysis.Token
Set the starting offset.
setStartOffset(int) - Method in class org.apache.lucene.index.TermVectorOffsetInfo
 
setStartTimeMillis() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setStemDictionary(File) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Reads a stemdictionary file , that overrules the stemming algorithm This is a textfile that contains per line word\tstem, i.e: two tab seperated words
setStemDictionary(HashMap) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Set dictionary for stemming, this dictionary overrules the algorithm, so you can correct for a particular unwanted word-stem pair.
setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an exclusionlist from an array of Strings.
setStemExclusionTable(Map) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an exclusionlist from a Map.
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an exclusionlist from the words contained in the given file.
setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an exclusionlist from an array of Strings.
setStemExclusionTable(Map) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an exclusionlist from a Map
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an exclusionlist from the words contained in the given file.
setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an exclusionlist from an array of Strings.
setStemExclusionTable(Map) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an exclusionlist from a Map.
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an exclusionlist from the words contained in the given file.
setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an exclusionlist from an array of Strings.
setStemExclusionTable(HashSet) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an exclusionlist from a Hashtable.
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an exclusionlist from the words contained in the given file.
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
Set a alternative/custom FrenchStemmer for this filter.
setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Set a alternative/custom DutchStemmer for this filter.
setStemmer(RussianStemmer) - Method in class org.apache.lucene.analysis.ru.RussianStemFilter
Set a alternative/custom RussianStemmer for this filter.
setStopWords(Set) - Method in class org.apache.lucene.search.similar.MoreLikeThis
Set the set of stopwords.
setStopWords(Set) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
setStoreTermVector(Field.TermVector) - Method in class org.apache.lucene.document.AbstractField
 
setStrict(boolean) - Method in class org.apache.lucene.search.function.CustomScoreQuery
Set the strict mode of this query.
setStringDistance(StringDistance) - Method in class org.apache.lucene.search.spell.SpellChecker
Sets the StringDistance implementation for this SpellChecker instance.
setSuffix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
setSyntaxParser(SyntaxParser) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Sets the text parser that will be used to parse the query string, it cannot be null.
setTableModel(TableModel) - Method in class org.apache.lucene.swing.models.TableSearcher
Set the table model used by this table model
setTabSize(int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
setTabSize(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
setTag(CharSequence, Object) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Associate the specified value with the specified tagName.
setTag(CharSequence, Object) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
setTerm(String) - Method in class org.apache.lucene.search.highlight.WeightedTerm
 
setTermBuffer(char[], int, int) - Method in class org.apache.lucene.analysis.Token
Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.
setTermBuffer(String) - Method in class org.apache.lucene.analysis.Token
Copies the contents of buffer into the termBuffer array.
setTermBuffer(String, int, int) - Method in class org.apache.lucene.analysis.Token
Copies the contents of buffer, starting at offset and continuing for length characters, into the termBuffer array.
setTermBuffer(char[], int, int) - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.
setTermBuffer(String) - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Copies the contents of buffer into the termBuffer array.
setTermBuffer(String, int, int) - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Copies the contents of buffer, starting at offset and continuing for length characters, into the termBuffer array.
setTermBuffer(char[], int, int) - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.
setTermBuffer(String) - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Copies the contents of buffer into the termBuffer array.
setTermBuffer(String, int, int) - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Copies the contents of buffer, starting at offset and continuing for length characters, into the termBuffer array.
setTermCountCutoff(int) - Method in class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite
If the number of terms in this query is equal to or larger than this setting then MultiTermQuery.CONSTANT_SCORE_FILTER_REWRITE is used.
setTermIndex(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
setTermIndexInterval(int) - Method in class org.apache.lucene.index.IndexWriter
Expert: Set the interval between indexed terms.
setTermInfosIndexDivisor(int) - Method in class org.apache.lucene.index.IndexReader
Deprecated. Please use IndexReader.open(Directory, IndexDeletionPolicy, boolean, int) to specify the required TermInfos index divisor instead.
setTermLength(int) - Method in class org.apache.lucene.analysis.Token
Set number of valid characters (length of the term) in the termBuffer array.
setTermLength(int) - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Set number of valid characters (length of the term) in the termBuffer array.
setTermLength(int) - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Set number of valid characters (length of the term) in the termBuffer array.
setTermText(String) - Method in class org.apache.lucene.analysis.Token
Deprecated. use Token.setTermBuffer(char[], int, int) or Token.setTermBuffer(String) or Token.setTermBuffer(String, int, int).
setTestMode() - Static method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
setTestPoint(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 
setText(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setText(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.TextableQueryNode
 
setTextFragmenter(Fragmenter) - Method in class org.apache.lucene.search.highlight.Highlighter
 
setThreadPriority(int) - Method in class org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
 
setThreshold(float) - Method in class org.apache.lucene.search.spell.JaroWinklerDistance
Sets the threshold used to determine when Winkler bonus should be used.
setTitle(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setToken(Token) - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
Sets the TokenPositioner as token flags int value.
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Sets information on how a Token is to be inserted to a ShingleMatrixFilter.Matrix.
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
setTokens(List) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
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.
setTransaction(Transaction) - Method in class org.apache.lucene.store.db.DbDirectory
Once a transaction handle was committed it is no longer valid.
setTransaction(DbTxn) - Method in class org.apache.lucene.store.db.DbDirectory
Once a transaction handle was committed it is no longer valid.
setTransaction(Transaction) - Method in class org.apache.lucene.store.je.JEDirectory
Once a transaction handle was committed it is no longer valid.
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
Set the lexical type.
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Task setup work that should not be measured for that specific task.
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
setUseCompoundDocStore(boolean) - Method in class org.apache.lucene.index.LogMergePolicy
Sets whether compound file format should be used for newly flushed and newly merged doc store segment files (term vectors and stored fields).
setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.IndexModifier
Deprecated. Setting to turn on usage of a compound file.
setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.IndexWriter
Setting to turn on usage of a compound file.
setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.LogMergePolicy
Sets whether compound file format should be used for newly flushed and newly merged segments.
setUseCompoundIndex(boolean) - Method in class org.apache.lucene.ant.IndexTask
If creating a new index and this is set to true, the index will be created in compound format.
setUseLegacySearch(boolean) - Method in class org.apache.lucene.search.SortField
Deprecated. will be removed in Lucene 3.0.
setUseOldRangeQuery(boolean) - Method in class org.apache.lucene.queryParser.QueryParser
Deprecated. Please use QueryParser.setMultiTermRewriteMethod(org.apache.lucene.search.MultiTermQuery.RewriteMethod) instead.
setUseOldRangeQuery(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.  
setUseScorer14(boolean) - Static method in class org.apache.lucene.search.BooleanQuery
Deprecated. Use BooleanQuery.setAllowDocsOutOfOrder(boolean) instead.
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(String) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setValue(Reader) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setValue(byte[]) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setValue(byte[], int, int) - Method in class org.apache.lucene.document.Field
Expert: change the value of this field.
setValue(TokenStream) - Method in class org.apache.lucene.document.Field
Deprecated. use Field.setTokenStream(org.apache.lucene.analysis.TokenStream)
setValue(float) - Method in class org.apache.lucene.search.Explanation
Sets the value assigned to this explanation node.
setValueAt(Object, int, int) - Method in class org.apache.lucene.swing.models.TableSearcher
 
setVectorSpace(Map<String, List<InstantiatedTermDocumentInformation>>) - Method in class org.apache.lucene.store.instantiated.InstantiatedDocument
 
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
Stores a 32 bit float in the payload, or set it to null if 1f;
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Have this method do nothing in order to 'disable' weights.
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
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.IndexWriter
Sets the maximum time to wait for a write lock (in milliseconds) for this instance of IndexWriter.
setX(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
setX(double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
setY(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
setY(double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
 
SHADDA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
Shape - Class in org.apache.lucene.spatial.tier
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Shape(String) - Constructor for class org.apache.lucene.spatial.tier.Shape
 
SHIFT_START_INT - Static variable in class org.apache.lucene.util.NumericUtils
Expert: Integers are stored at lower precision by shifting off lower bits.
SHIFT_START_LONG - Static variable in class org.apache.lucene.util.NumericUtils
Expert: 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() - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
Wraps StandardAnalyzer.
ShingleAnalyzerWrapper(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) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Constructs a ShingleFilter with the specified single size from the TokenStream input
ShingleFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Construct a ShingleFilter with default shingle size.
ShingleFilter(TokenStream, String) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Construct a ShingleFilter with the specified token type for shingle tokens.
ShingleMatrixFilter - Class in org.apache.lucene.analysis.shingle
A ShingleMatrixFilter constructs shingles (token n-grams) from a token stream.
ShingleMatrixFilter(ShingleMatrixFilter.Matrix, int, int, Character, boolean, ShingleMatrixFilter.TokenSettingsCodec) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter based on a user defined matrix.
ShingleMatrixFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter using default settings.
ShingleMatrixFilter(TokenStream, int, int, Character) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter using default settings.
ShingleMatrixFilter(TokenStream, int, int, Character, boolean) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter using the default ShingleMatrixFilter.TokenSettingsCodec.
ShingleMatrixFilter(TokenStream, int, int, Character, boolean, ShingleMatrixFilter.TokenSettingsCodec) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter with ad hoc parameter settings.
ShingleMatrixFilter.Matrix - Class in org.apache.lucene.analysis.shingle
A column focused matrix in three dimensions:
ShingleMatrixFilter.Matrix() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
ShingleMatrixFilter.Matrix.Column - Class in org.apache.lucene.analysis.shingle
 
ShingleMatrixFilter.Matrix.Column(Token) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
ShingleMatrixFilter.Matrix.Column() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
ShingleMatrixFilter.Matrix.Column.Row - Class in org.apache.lucene.analysis.shingle
 
ShingleMatrixFilter.Matrix.Column.Row() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
Using this codec makes a ShingleMatrixFilter act like ShingleFilter.
ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
A full featured codec not to be used for something serious.
ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
 
ShingleMatrixFilter.TokenPositioner - Class in org.apache.lucene.analysis.shingle
Used to describe how a Token is to be inserted to a ShingleMatrixFilter.Matrix.
ShingleMatrixFilter.TokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
Strategy used to code and decode meta data of the tokens from the input stream regarding how to position the tokens in the matrix, set and retreive weight, et c.
ShingleMatrixFilter.TokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
 
ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
A codec that creates a two dimensional matrix by treating tokens from the input stream with 0 position increment as new rows to the current column.
ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
SHORT - Static variable in class org.apache.lucene.search.function.FieldScoreQuery.Type
field values are interpreted as numeric short values.
SHORT - Static variable in class org.apache.lucene.search.SortField
Sort using term values as encoded Shorts.
ShortFieldSource - Class in org.apache.lucene.search.function
Expert: obtains short field values from the FieldCache using getShorts() and makes those values available as other numeric types, casting as needed.
ShortFieldSource(String) - Constructor for class org.apache.lucene.search.function.ShortFieldSource
Create a cached short field source with default string-to-short parser.
ShortFieldSource(String, FieldCache.ShortParser) - Constructor for class org.apache.lucene.search.function.ShortFieldSource
Create a cached short field source with a specific string-to-short parser.
SHOULD - Static variable in class org.apache.lucene.search.BooleanClause.Occur
Use this operator for clauses that should appear in the matching documents.
shouldLog() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns true whether it's time to log a message (depending on verbose and the number of documents generated).
shouldNeverLogAtStart() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Tasks that should never log at start can override this.
shouldNeverLogAtStart() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.ClearStatsTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.NewRoundTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Tasks that should not record statistics can override this.
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.ResetInputsTask
 
showRunData(String) - Method in class org.apache.lucene.benchmark.stats.TestData
 
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
 
similarity - Variable in class org.apache.lucene.search.BooleanQuery.BooleanWeight
The Similarity implementation.
similarity - Variable in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
The Similarity implementation.
Similarity - Class in org.apache.lucene.search
Expert: Scoring API.
Similarity() - Constructor for class org.apache.lucene.search.Similarity
 
similarity - Variable in class org.apache.lucene.search.spans.SpanWeight
 
SimilarityDelegator - Class in org.apache.lucene.search
Expert: Delegating scoring implementation.
SimilarityDelegator(Similarity) - Constructor for class org.apache.lucene.search.SimilarityDelegator
Construct a Similarity that delegates all methods to another.
SimilarityQueries - Class in org.apache.lucene.search.similar
Simple similarity measures.
SimpleAnalyzer - Class in org.apache.lucene.analysis
An Analyzer that filters LetterTokenizer with LowerCaseFilter
SimpleAnalyzer() - Constructor for class org.apache.lucene.analysis.SimpleAnalyzer
 
SimpleCharStream - Class in org.apache.lucene.demo.html
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 
SimpleFragListBuilder - Class in org.apache.lucene.search.vectorhighlight
A simple implementation of FragListBuilder.
SimpleFragListBuilder() - 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.
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(File) - Constructor for class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
Deprecated. Please use ctor taking chunkSize
SimpleFSDirectory.SimpleFSIndexInput(File, int) - Constructor for class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
Deprecated. Please use ctor taking chunkSize
SimpleFSDirectory.SimpleFSIndexInput(File, int, int) - Constructor for class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
SimpleFSDirectory.SimpleFSIndexInput.Descriptor - Class in org.apache.lucene.store
 
SimpleFSDirectory.SimpleFSIndexInput.Descriptor(File, String) - Constructor for class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor
 
SimpleFSDirectory.SimpleFSIndexOutput - Class in org.apache.lucene.store
 
SimpleFSDirectory.SimpleFSIndexOutput(File) - Constructor for class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexOutput
 
SimpleFSLockFactory - Class in org.apache.lucene.store
Implements LockFactory using File.createNewFile().
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.
SimpleLRUCache - Class in org.apache.lucene.util.cache
Simple LRU cache implementation that uses a LinkedHashMap.
SimpleLRUCache(int) - Constructor for class org.apache.lucene.util.cache.SimpleLRUCache
Creates a last-recently-used cache with the specified size.
SimpleMapCache - Class in org.apache.lucene.util.cache
Simple cache implementation that uses a HashMap to store (key, value) pairs.
SimpleMapCache() - Constructor for class org.apache.lucene.util.cache.SimpleMapCache
 
SimpleMapCache(Map) - Constructor for class org.apache.lucene.util.cache.SimpleMapCache
 
simpleName(Class) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Extract simple class name
SimpleQQParser - Class in org.apache.lucene.benchmark.quality.utils
Simplistic quality query parser.
SimpleQQParser(String, String) - Constructor for class org.apache.lucene.benchmark.quality.utils.SimpleQQParser
Constructor of a simple qq parser.
SimpleQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A QueryMaker that makes queries for a collection created using SingleDocSource.
SimpleQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker
 
SimpleSloppyPhraseQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Create sloppy phrase queries for performance test, in an index created using simple doc maker.
SimpleSloppyPhraseQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SimpleSloppyPhraseQueryMaker
 
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
 
SimpleStringInterner - Class in org.apache.lucene.util
Simple lockless and memory barrier free String intern cache that is guaranteed to return the same String instance as String.intern() does.
SimpleStringInterner(int, int) - Constructor for class org.apache.lucene.util.SimpleStringInterner
 
SimpleTerm() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
SimpleTerm - Class in org.apache.lucene.queryParser.surround.query
 
SimpleTerm(boolean) - Constructor for class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
SimpleTerm.MatchingTermVisitor - Interface in org.apache.lucene.queryParser.surround.query
 
SingleDocSource - Class in org.apache.lucene.benchmark.byTask.feeds
Creates the same document each time SingleDocSource.getNextDocData(DocData) is called.
SingleDocSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
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
 
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
 
SinkTokenizer - Class in org.apache.lucene.analysis
Deprecated. Use TeeSinkTokenFilter instead
SinkTokenizer(List) - Constructor for class org.apache.lucene.analysis.SinkTokenizer
Deprecated.  
SinkTokenizer() - Constructor for class org.apache.lucene.analysis.SinkTokenizer
Deprecated.  
SinkTokenizer(int) - Constructor for class org.apache.lucene.analysis.SinkTokenizer
Deprecated.  
SinusoidalProjector - Class in org.apache.lucene.spatial.tier.projections
Based on Sinusoidal Projections Project a latitude / longitude on a 2D cartesian map
SinusoidalProjector() - Constructor for class org.apache.lucene.spatial.tier.projections.SinusoidalProjector
 
size() - Method in class org.apache.lucene.analysis.CharArraySet
 
size() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
SIZE - Static variable in class org.apache.lucene.document.FieldSelectorResult
Expert: Load the size of this Field rather than its value.
size(SegmentInfo) - Method in class org.apache.lucene.index.LogByteSizeMergePolicy
 
size(SegmentInfo) - Method in class org.apache.lucene.index.LogDocMergePolicy
 
size(SegmentInfo) - Method in class org.apache.lucene.index.LogMergePolicy
 
size() - Method in interface org.apache.lucene.index.TermFreqVector
 
size() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
size() - Method in class org.apache.lucene.search.QueryTermVector
 
size() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
size() - Method in class org.apache.lucene.util.BitVector
Returns the number of bits in this vector.
size() - Method in class org.apache.lucene.util.OpenBitSet
Returns the current capacity of this set.
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.ScorerDocQueue
Returns the number of scorers currently stored in the ScorerDocQueue.
size() - Method in class org.apache.lucene.util.SortedVIntList
 
SIZE_AND_BREAK - Static variable in class org.apache.lucene.document.FieldSelectorResult
Expert: Like FieldSelectorResult.SIZE but immediately break from the field loading loop, i.e., stop loading further fields, after the size is loaded
sizeBytes(SegmentInfo) - Method in class org.apache.lucene.index.LogMergePolicy
 
sizeDocs(SegmentInfo) - Method in class org.apache.lucene.index.LogMergePolicy
 
sizeInBytes() - Method in class org.apache.lucene.index.SegmentInfo
Returns total size in bytes of all of files used by this segment.
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.
sizeMB - Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
Net size (MB) of the files referenced by this segment.
skip(long) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
skipChars(int) - Method in class org.apache.lucene.store.IndexInput
Deprecated. this method operates on old "modified utf8" encoded strings
skipTo(int) - Method in class org.apache.lucene.index.AbstractAllTermDocs
 
skipTo(int) - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
 
skipTo(int) - Method in class org.apache.lucene.index.MultipleTermPositions
 
skipTo(int) - Method in interface org.apache.lucene.index.TermDocs
Skips entries to the first beyond the current whose document number is greater than or equal to target.
skipTo(Term) - Method in class org.apache.lucene.index.TermEnum
Deprecated. This method is not performant and will be removed in Lucene 3.0. Use IndexReader.terms(Term) to create a new TermEnum positioned at a given term.
skipTo(int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
Deprecated. use ConstantScoreQuery.ConstantScorer.advance(int) instead.
skipTo(int) - Method in class org.apache.lucene.search.DocIdSetIterator
Deprecated. use DocIdSetIterator.advance(int) instead. This will be removed in 3.0
skipTo(int) - Method in class org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
Deprecated. use FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator.advance(int) instead.
skipTo(int) - Method in class org.apache.lucene.search.FilteredDocIdSetIterator
Deprecated. use FilteredDocIdSetIterator.advance(int) instead.
skipTo(int) - Method in class org.apache.lucene.search.ScoreCachingWrappingScorer
Deprecated. use ScoreCachingWrappingScorer.advance(int) instead.
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.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.SpanScorer
Deprecated. use SpanScorer.advance(int) instead.
skipTo(int) - Method in class org.apache.lucene.search.spans.TermSpans
 
skipTo(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
Skips entries to the first beyond the current whose document number is greater than or equal to target.
skipTo(Term) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermEnum
 
skipTo(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
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.util.OpenBitSetIterator
Deprecated. use OpenBitSetIterator.advance(int) instead.
slice_check() - Method in class org.tartarus.snowball.SnowballProgram
 
slice_del() - Method in class org.tartarus.snowball.SnowballProgram
 
slice_from(String) - Method in class org.tartarus.snowball.SnowballProgram
 
slice_from(StringBuffer) - Method in class org.tartarus.snowball.SnowballProgram
 
slice_to(StringBuffer) - Method in class org.tartarus.snowball.SnowballProgram
 
slop - Variable in class org.apache.lucene.search.spans.SpanNearQuery
 
sloppyFreq(int) - Method in class org.apache.lucene.search.DefaultSimilarity
Implemented as 1 / (distance + 1).
sloppyFreq(int) - Method in class org.apache.lucene.search.Similarity
Computes the amount of a sloppy phrase match, based on an edit distance.
sloppyFreq(int) - Method in class org.apache.lucene.search.SimilarityDelegator
 
SlopQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A SlopQueryNode represents phrase query with a slop.
SlopQueryNode(QueryNode, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
SlopQueryNodeBuilder - Class in org.apache.lucene.queryParser.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.standard.builders.SlopQueryNodeBuilder
 
SmallFloat - Class in org.apache.lucene.util
Floating point numbers smaller than 32 bits.
SmallFloat() - Constructor for class org.apache.lucene.util.SmallFloat
 
SmartChineseAnalyzer - Class in org.apache.lucene.analysis.cn.smart
SmartChineseAnalyzer is an analyzer for Chinese or mixed Chinese-English text.
SmartChineseAnalyzer() - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Deprecated. Use SmartChineseAnalyzer.SmartChineseAnalyzer(Version) instead
SmartChineseAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Create a new SmartChineseAnalyzer, using the default stopword list.
SmartChineseAnalyzer(boolean) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Deprecated. Use SmartChineseAnalyzer.SmartChineseAnalyzer(Version, boolean) instead
SmartChineseAnalyzer(Version, boolean) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Create a new SmartChineseAnalyzer, optionally using the default stopword list.
SmartChineseAnalyzer(Set) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Deprecated. Use SmartChineseAnalyzer.SmartChineseAnalyzer(Version, Set) instead
SmartChineseAnalyzer(Version, Set) - Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
Create a new SmartChineseAnalyzer, using the provided Set of stopwords.
snapshot() - Method in class org.apache.lucene.index.SnapshotDeletionPolicy
Take a snapshot of the most recent commit to the index.
SnapshotDeletionPolicy - Class in org.apache.lucene.index
A IndexDeletionPolicy that wraps around any other IndexDeletionPolicy and adds the ability to hold and later release a single "snapshot" of an index.
SnapshotDeletionPolicy(IndexDeletionPolicy) - Constructor for class org.apache.lucene.index.SnapshotDeletionPolicy
 
SnowballAnalyzer - Class in org.apache.lucene.analysis.snowball
Filters StandardTokenizer with StandardFilter, LowerCaseFilter, StopFilter and SnowballFilter.
SnowballAnalyzer(String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Deprecated. Use SnowballAnalyzer.SnowballAnalyzer(Version, String) instead
SnowballAnalyzer(Version, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Builds the named analyzer with no stop words.
SnowballAnalyzer(String, String[]) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Deprecated. Use SnowballAnalyzer.SnowballAnalyzer(Version, String, String[]) instead
SnowballAnalyzer(Version, String, String[]) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Builds the named analyzer with the given stop words.
SnowballAnalyzer(Version, String, Set) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
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.
SnowballProgram - Class in org.tartarus.snowball
This is the rev 500 of the Snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive
SnowballProgram() - Constructor for class org.tartarus.snowball.SnowballProgram
 
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(String) - Constructor for class org.apache.lucene.search.Sort
Deprecated. Please specify the type explicitly by first creating a SortField and then use Sort.Sort(SortField)
Sort(String, boolean) - Constructor for class org.apache.lucene.search.Sort
Deprecated. Please specify the type explicitly by first creating a SortField and then use Sort.Sort(SortField)
Sort(String[]) - Constructor for class org.apache.lucene.search.Sort
Deprecated. Please specify the type explicitly by first creating SortFields and then use Sort.Sort(SortField[])
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.
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.
SortableSingleDocSource - Class in org.apache.lucene.benchmark.byTask.feeds
Adds fields appropriate for sorting: country, random_string and sort_field (int).
SortableSingleDocSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SortableSingleDocSource
 
SortComparator - Class in org.apache.lucene.search
Deprecated. Please use FieldComparatorSource instead.
SortComparator() - Constructor for class org.apache.lucene.search.SortComparator
Deprecated.  
SortComparatorSource - Interface in org.apache.lucene.search
Deprecated. Please use FieldComparatorSource instead.
SortedTermVectorMapper - Class in org.apache.lucene.index
Store a sorted collection of TermVectorEntrys.
SortedTermVectorMapper(Comparator) - Constructor for class org.apache.lucene.index.SortedTermVectorMapper
 
SortedTermVectorMapper(boolean, boolean, Comparator) - Constructor for class org.apache.lucene.index.SortedTermVectorMapper
 
SortedVIntList - Class in org.apache.lucene.util
Stores and iterate on sorted integers in compressed form in RAM.
SortedVIntList(int[]) - Constructor for class org.apache.lucene.util.SortedVIntList
Create a SortedVIntList from all elements of an array of integers.
SortedVIntList(int[], int) - Constructor for class org.apache.lucene.util.SortedVIntList
Create a SortedVIntList from an array of integers.
SortedVIntList(BitSet) - Constructor for class org.apache.lucene.util.SortedVIntList
Create a SortedVIntList from a BitSet.
SortedVIntList(OpenBitSet) - Constructor for class org.apache.lucene.util.SortedVIntList
Create a SortedVIntList from an OpenBitSet.
SortedVIntList(DocIdSetIterator) - Constructor for class org.apache.lucene.util.SortedVIntList
Create a SortedVIntList.
SorterTemplate - Class in org.apache.lucene.util
Borrowed from Cglib.
SorterTemplate() - Constructor for class org.apache.lucene.util.SorterTemplate
 
SortField - Class in org.apache.lucene.search
Stores information about how to sort documents by terms in an individual field.
SortField(String) - Constructor for class org.apache.lucene.search.SortField
Deprecated. Please specify the exact type instead.
SortField(String, boolean) - Constructor for class org.apache.lucene.search.SortField
Deprecated. Please specify the exact type instead.
SortField(String, int) - 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, int, 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, Locale) - Constructor for class org.apache.lucene.search.SortField
Creates a sort by terms in the given field sorted according to the given locale.
SortField(String, Locale, boolean) - Constructor for class org.apache.lucene.search.SortField
Creates a sort, possibly in reverse, by terms in the given field sorted according to the given locale.
SortField(String, SortComparatorSource) - Constructor for class org.apache.lucene.search.SortField
Deprecated. use SortField (String field, FieldComparatorSource comparator)
SortField(String, FieldComparatorSource) - Constructor for class org.apache.lucene.search.SortField
Creates a sort with a custom comparison function.
SortField(String, SortComparatorSource, boolean) - Constructor for class org.apache.lucene.search.SortField
Deprecated. use SortField (String field, FieldComparatorSource comparator, boolean reverse)
SortField(String, FieldComparatorSource, boolean) - Constructor for class org.apache.lucene.search.SortField
Creates a sort, possibly in reverse, with a custom comparison function.
sortType() - Method in interface org.apache.lucene.search.ScoreDocComparator
Deprecated. Returns the type of sort.
sortValue(ScoreDoc) - Method in interface org.apache.lucene.search.ScoreDocComparator
Deprecated. Returns the value used to sort the given document.
source - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
SP - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
Space - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
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.xmlparser.builders
 
SpanBuilderBase() - Constructor for class org.apache.lucene.xmlparser.builders.SpanBuilderBase
 
SpanFilter - Class in org.apache.lucene.search
Abstract base class providing a mechanism to restrict searches to a subset of an index and also maintains and returns position information.
SpanFilter() - Constructor for class org.apache.lucene.search.SpanFilter
 
SpanFilterResult - Class in org.apache.lucene.search
The results of a SpanQueryFilter.
SpanFilterResult(BitSet, List) - Constructor for class org.apache.lucene.search.SpanFilterResult
Deprecated. Use SpanFilterResult.SpanFilterResult(DocIdSet, List) instead
SpanFilterResult(DocIdSet, List) - Constructor for class org.apache.lucene.search.SpanFilterResult
 
SpanFilterResult.PositionInfo - Class in org.apache.lucene.search
 
SpanFilterResult.PositionInfo(int) - Constructor for class org.apache.lucene.search.SpanFilterResult.PositionInfo
 
SpanFilterResult.StartEnd - Class in org.apache.lucene.search
 
SpanFilterResult.StartEnd(int, int) - Constructor for class org.apache.lucene.search.SpanFilterResult.StartEnd
 
SpanFirstBuilder - Class in org.apache.lucene.xmlparser.builders
 
SpanFirstBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.xmlparser.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
 
SpanishStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
SpanishStemmer() - Constructor for class org.tartarus.snowball.ext.SpanishStemmer
 
SpanNearBuilder - Class in org.apache.lucene.xmlparser.builders
 
SpanNearBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.xmlparser.builders.SpanNearBuilder
 
SpanNearClauseFactory - Class in org.apache.lucene.queryParser.surround.query
 
SpanNearClauseFactory(IndexReader, String, BasicQueryFactory) - Constructor for class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
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.xmlparser.builders
 
SpanNotBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.xmlparser.builders.SpanNotBuilder
 
SpanNotQuery - Class in org.apache.lucene.search.spans
Removes matches which overlap with 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.
SpanOrBuilder - Class in org.apache.lucene.xmlparser.builders
 
SpanOrBuilder(SpanQueryBuilder) - Constructor for class org.apache.lucene.xmlparser.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.xmlparser.builders
 
SpanOrTermsBuilder(Analyzer) - Constructor for class org.apache.lucene.xmlparser.builders.SpanOrTermsBuilder
 
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.xmlparser.builders
 
SpanQueryBuilderFactory - Class in org.apache.lucene.xmlparser.builders
 
SpanQueryBuilderFactory() - Constructor for class org.apache.lucene.xmlparser.builders.SpanQueryBuilderFactory
 
SpanQueryFilter - Class in org.apache.lucene.search
Constrains search results to only match those which also match a provided query.
SpanQueryFilter() - Constructor for class org.apache.lucene.search.SpanQueryFilter
 
SpanQueryFilter(SpanQuery) - Constructor for class org.apache.lucene.search.SpanQueryFilter
Constructs a filter which only matches documents matching query.
SpanRegexQuery - Class in org.apache.lucene.search.regex
A SpanQuery version of RegexQuery allowing regular expression queries to be nested within other SpanQuery subclasses.
SpanRegexQuery(Term) - Constructor for class org.apache.lucene.search.regex.SpanRegexQuery
 
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, byte[]) - Constructor for class org.apache.lucene.search.spans.SpanScorer
 
SpanTermBuilder - Class in org.apache.lucene.xmlparser.builders
 
SpanTermBuilder() - Constructor for class org.apache.lucene.xmlparser.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, Searcher) - Constructor for class org.apache.lucene.search.spans.SpanWeight
 
specialConstructor - Variable in exception org.apache.lucene.demo.html.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.apache.lucene.queryParser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.apache.lucene.queryParser.surround.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.lucene.demo.html.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.precedence.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.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.
specialToken - Variable in class org.apache.lucene.queryParser.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.
splitIntRange(NumericUtils.IntRangeBuilder, int, int, int) - Static method in class org.apache.lucene.util.NumericUtils
Expert: Splits an int range recursively.
splitLongRange(NumericUtils.LongRangeBuilder, int, long, long) - Static method in class org.apache.lucene.util.NumericUtils
Expert: Splits a long range recursively.
SrndPrefixQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndPrefixQuery(String, boolean, char) - Constructor for class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
SrndQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndQuery() - Constructor for class org.apache.lucene.queryParser.surround.query.SrndQuery
 
SrndTermQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndTermQuery(String, boolean) - Constructor for class org.apache.lucene.queryParser.surround.query.SrndTermQuery
 
SrndTruncQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndTruncQuery(String, char, char) - Constructor for class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
StaleReaderException - Exception in org.apache.lucene.index
This exception is thrown when an IndexReader tries to make changes to the index (via IndexReader.deleteDocument(int), IndexReader.undeleteAll() or IndexReader.setNorm(int, java.lang.String, byte)) but changes have already been committed to the index since this reader was instantiated.
StaleReaderException(String) - Constructor for exception org.apache.lucene.index.StaleReaderException
 
StandardAnalyzer - Class in org.apache.lucene.analysis.standard
Filters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
StandardAnalyzer() - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Use StandardAnalyzer.StandardAnalyzer(Version) instead.
StandardAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Builds an analyzer with the default stop words (StandardAnalyzer.STOP_WORDS).
StandardAnalyzer(Set) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Use StandardAnalyzer.StandardAnalyzer(Version, Set) instead
StandardAnalyzer(Version, Set) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Builds an analyzer with the given stop words.
StandardAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Use StandardAnalyzer.StandardAnalyzer(Version, Set) instead
StandardAnalyzer(File) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Use StandardAnalyzer.StandardAnalyzer(Version, File) instead
StandardAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Builds an analyzer with the stop words from the given file.
StandardAnalyzer(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Use StandardAnalyzer.StandardAnalyzer(Version, Reader) instead
StandardAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Builds an analyzer with the stop words from the given reader.
StandardAnalyzer(boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Remove in 3.X and make true the only valid value
StandardAnalyzer(Reader, boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Remove in 3.X and make true the only valid value
StandardAnalyzer(File, boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Remove in 3.X and make true the only valid value
StandardAnalyzer(String[], boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Remove in 3.X and make true the only valid value
StandardAnalyzer(Set, boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Remove in 3.X and make true the only valid value
StandardBooleanQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
A StandardBooleanQueryNode has the same behavior as BooleanQueryNode.
StandardBooleanQueryNode(List<QueryNode>, boolean) - Constructor for class org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode
 
StandardBooleanQueryNodeBuilder - Class in org.apache.lucene.queryParser.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.standard.builders.StandardBooleanQueryNodeBuilder
 
StandardFilter - Class in org.apache.lucene.analysis.standard
Normalizes tokens extracted with StandardTokenizer.
StandardFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.standard.StandardFilter
Construct filtering in.
StandardQueryBuilder - Interface in org.apache.lucene.queryParser.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.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.standard.config.StandardQueryConfigHandler
 
StandardQueryNodeProcessorPipeline - Class in org.apache.lucene.queryParser.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.standard.processors.StandardQueryNodeProcessorPipeline
 
StandardQueryParser - Class in org.apache.lucene.queryParser.standard
This class is a helper that enables users to easily use the Lucene query parser.
StandardQueryParser() - Constructor for class org.apache.lucene.queryParser.standard.StandardQueryParser
Constructs a StandardQueryParser object.
StandardQueryParser(Analyzer) - Constructor for class org.apache.lucene.queryParser.standard.StandardQueryParser
Constructs a StandardQueryParser object and sets an Analyzer to it.
StandardQueryTreeBuilder - Class in org.apache.lucene.queryParser.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.standard.builders.StandardQueryTreeBuilder
 
StandardSyntaxParser - Class in org.apache.lucene.queryParser.standard.parser
 
StandardSyntaxParser() - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
StandardSyntaxParser(InputStream) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor with InputStream.
StandardSyntaxParser(InputStream, String) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor with InputStream and supplied encoding
StandardSyntaxParser(Reader) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor.
StandardSyntaxParser(StandardSyntaxParserTokenManager) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor with generated Token Manager.
StandardSyntaxParserConstants - Interface in org.apache.lucene.queryParser.standard.parser
Token literal values and constants.
StandardSyntaxParserTokenManager - Class in org.apache.lucene.queryParser.standard.parser
Token Manager.
StandardSyntaxParserTokenManager(JavaCharStream) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Constructor.
StandardSyntaxParserTokenManager(JavaCharStream, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Constructor.
StandardTokenizer - Class in org.apache.lucene.analysis.standard
A grammar-based tokenizer constructed with JFlex
StandardTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Use StandardTokenizer.StandardTokenizer(Version, Reader) instead
StandardTokenizer(Reader, boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Use StandardTokenizer.StandardTokenizer(Version, Reader) instead
StandardTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Creates a new instance of the StandardTokenizer.
StandardTokenizer(AttributeSource, Reader, boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Use StandardTokenizer.StandardTokenizer(Version, AttributeSource, Reader) instead
StandardTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Creates a new StandardTokenizer with a given AttributeSource.
StandardTokenizer(AttributeSource.AttributeFactory, Reader, boolean) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Use StandardTokenizer.StandardTokenizer(Version, org.apache.lucene.util.AttributeSource.AttributeFactory, Reader) instead
StandardTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Creates a new StandardTokenizer with a given AttributeSource.AttributeFactory
STAR - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
start() - Method in class org.apache.lucene.benchmark.stats.TimeData
Start counting elapsed time.
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.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)
startElement(String, String, String, Attributes) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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.
startingFilter - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
 
startOffset - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
start offset into SegToken.charArray
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
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text.
startRun() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Mark the starting time of this test run.
staticFlag - Static variable in class org.apache.lucene.demo.html.SimpleCharStream
 
staticFlag - Static variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Whether parser is static.
stem(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Stem an input buffer of Arabic text.
stem(String) - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
Stems the given term to an unique discriminator.
stem(String) - Method in class org.apache.lucene.analysis.de.GermanStemmer
Stemms the given term to an unique discriminator.
stem(String) - Method in class org.apache.lucene.analysis.fr.FrenchStemmer
Stems the given term to a unique discriminator.
stem(String) - Method in class org.apache.lucene.analysis.nl.DutchStemmer
 
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.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
 
stemmer - Variable in class org.apache.lucene.analysis.ar.ArabicStemFilter
 
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.
stop() - Method in class org.apache.lucene.benchmark.stats.TimeData
Stop counting elapsed time.
STOP_WORDS - Static variable in class org.apache.lucene.analysis.cjk.CJKAnalyzer
An array containing some common English words that are not usually useful for searching and some double-byte interpunctions.
STOP_WORDS - Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
 
STOP_WORDS - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
Deprecated. Use StandardAnalyzer.STOP_WORDS_SET instead
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.
StopAnalyzer - Class in org.apache.lucene.analysis
Filters LetterTokenizer with LowerCaseFilter and StopFilter.
StopAnalyzer() - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version) instead
StopAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Builds an analyzer which removes words in ENGLISH_STOP_WORDS.
StopAnalyzer(boolean) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version) instead
StopAnalyzer(Set) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, Set) instead
StopAnalyzer(Version, Set) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Builds an analyzer with the stop words from the given set.
StopAnalyzer(Set, boolean) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, Set) instead
StopAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, Set) instead
StopAnalyzer(String[], boolean) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, Set) instead
StopAnalyzer(File) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, File) instead
StopAnalyzer(File, boolean) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, File) instead
StopAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Builds an analyzer with the stop words from the given file.
StopAnalyzer(Reader) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, Reader) instead
StopAnalyzer(Reader, boolean) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Deprecated. Use StopAnalyzer.StopAnalyzer(Version, Reader) instead
StopAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
Builds an analyzer with the stop words from the given reader.
StopFilter - Class in org.apache.lucene.analysis
Removes stop words from a token stream.
StopFilter(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.StopFilter
Deprecated. Use StopFilter.StopFilter(boolean, TokenStream, String[]) instead
StopFilter(boolean, TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.StopFilter
Deprecated. Use StopFilter.StopFilter(boolean, TokenStream, Set) instead.
StopFilter(TokenStream, String[], boolean) - Constructor for class org.apache.lucene.analysis.StopFilter
Deprecated. Use StopFilter.StopFilter(boolean, TokenStream, String[], boolean) instead
StopFilter(boolean, TokenStream, String[], boolean) - Constructor for class org.apache.lucene.analysis.StopFilter
Deprecated. Use StopFilter.StopFilter(boolean, TokenStream, Set, boolean) instead.
StopFilter(TokenStream, Set, boolean) - Constructor for class org.apache.lucene.analysis.StopFilter
Deprecated. Use StopFilter.StopFilter(boolean, TokenStream, Set, boolean) instead
StopFilter(boolean, TokenStream, Set, boolean) - Constructor for class org.apache.lucene.analysis.StopFilter
Construct a token stream filtering the given input.
StopFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.StopFilter
Deprecated. Use StopFilter.StopFilter(boolean, TokenStream, Set) instead
StopFilter(boolean, TokenStream, Set) - Constructor for class org.apache.lucene.analysis.StopFilter
Constructs a filter which removes words from the input TokenStream that are named in the Set.
stoplist - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
This map stores hyphenation exceptions
STOPWORDS_COMMENT - Static variable in class org.apache.lucene.analysis.ar.ArabicAnalyzer
The comment character in the stopwords file.
STOPWORDS_COMMENT - Static variable in class org.apache.lucene.analysis.fa.PersianAnalyzer
The comment character in the stopwords file.
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).
storeOffsetWithTermVector - Variable in class org.apache.lucene.document.AbstractField
 
storePositionWithTermVector - Variable in class org.apache.lucene.document.AbstractField
 
STORES_PAYLOADS - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields that store payloads
storeTermVector - Variable in class org.apache.lucene.document.AbstractField
 
storeVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
STR_SIZE - Static variable in class org.apache.lucene.document.NumberTools
Deprecated. The length of (all) strings returned by NumberTools.longToString(long)
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
 
STRING - Static variable in class org.apache.lucene.analysis.cn.smart.WordType
ASCII String
STRING - Static variable in class org.apache.lucene.search.SortField
Sort using term values as Strings.
STRING_CHAR_ARRAY - Static variable in class org.apache.lucene.analysis.cn.smart.Utility
 
STRING_INDEX - Static variable in interface org.apache.lucene.search.FieldCache
Indicator for StringIndex values in the cache.
STRING_VAL - Static variable in class org.apache.lucene.search.SortField
Sort using term values as Strings, but comparing by value (using String.compareTo) for all comparisons.
StringBufferReader - Class in org.apache.lucene.benchmark.byTask.utils
Implements a Reader over a StringBuffer instance.
StringBufferReader(StringBuffer) - Constructor for class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
stringDifference(String, String) - Static method in class org.apache.lucene.util.StringHelper
Compares two strings, character by character, and returns the first position where the two strings differ from one another.
StringDistance - Interface in org.apache.lucene.search.spell
Interface for string distances.
StringHelper - Class in org.apache.lucene.util
Methods for manipulating strings.
StringInterner - Class in org.apache.lucene.util
Subclasses of StringInterner are required to return the same single String object for all equal strings.
StringInterner() - Constructor for class org.apache.lucene.util.StringInterner
 
stringToDate(String) - Static method in class org.apache.lucene.document.DateField
Deprecated. Converts a string-encoded date into a Date object.
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.
stringToLong(String) - Static method in class org.apache.lucene.document.NumberTools
Deprecated. Converts a String that was returned by NumberTools.longToString(long) back to a long.
stringToTime(String) - Static method in class org.apache.lucene.document.DateField
Deprecated. Converts a string-encoded date into a millisecond time.
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.
stringValue() - Method in class org.apache.lucene.document.Field
The value of the field as a String, or null.
stringValue() - Method in interface org.apache.lucene.document.Fieldable
The value of the field as a String, or null.
stringValue() - Method in class org.apache.lucene.document.NumericField
Returns the numeric value as a string (how it is stored, when Field.Store.YES is chosen).
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.search.function.DocValues
Return doc value as a string.
SUB_HEADING - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
SUB_HEADING_ID - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 
subDoc(int) - Method in class org.apache.lucene.search.MultiSearcher
Returns the document number of document n within its sub-index.
subIndex(int, int[]) - Static method in class org.apache.lucene.util.ReaderUtil
Returns index of the searcher/reader for document n in the array used to construct this searcher/reader.
SubmissionReport - Class in org.apache.lucene.benchmark.quality.utils
Create a log ready for submission.
SubmissionReport(PrintWriter, String) - Constructor for class org.apache.lucene.benchmark.quality.utils.SubmissionReport
Constructor for SubmissionReport.
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.
subReader(int, IndexReader) - Static method in class org.apache.lucene.util.ReaderUtil
Returns sub IndexReader that contains the given document id.
subReader(IndexReader, int) - Static method in class org.apache.lucene.util.ReaderUtil
Returns sub-reader subIndex from reader.
subReaders - Variable in class org.apache.lucene.index.MultiReader
 
subSearcher(int) - Method in class org.apache.lucene.search.MultiSearcher
Returns index of the searcher for document n in the array used to construct this searcher.
subSequence(int, int) - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
subset(int, int) - Method in class org.apache.lucene.util.BitVector
Retrieve a subset of this BitVector.
substring_i - Variable in class org.tartarus.snowball.Among
 
suffixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
SUFFIXTERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
suffixToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
suffixToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
suggestSimilar(String, int) - Method in class org.apache.lucene.search.spell.SpellChecker
Suggest similar words.
suggestSimilar(String, int, IndexReader, String, boolean) - Method in class org.apache.lucene.search.spell.SpellChecker
Suggest similar words (optionally restricted to a field of an index).
SUKUN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
SUMMARY_LENGTH - Static variable in class org.apache.lucene.demo.html.HTMLParser
 
sumOfSquaredWeights() - Method in class org.apache.lucene.search.BooleanQuery.BooleanWeight
 
sumOfSquaredWeights() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
 
sumOfSquaredWeights() - Method in class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight
 
sumOfSquaredWeights() - Method in class org.apache.lucene.search.spans.SpanWeight
 
sumOfSquaredWeights() - Method in class org.apache.lucene.search.Weight
The sum of squared weights of contained query clauses.
SUN_OS - Static variable in class org.apache.lucene.util.Constants
True iff running on SunOS.
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Sub classes that supports parameters must override this method to return true.
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
swap(int, int) - Method in class org.apache.lucene.util.SorterTemplate
 
SwedishStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code 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.demo.html.HTMLParserTokenManager
 
SwitchTo(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
SwitchTo(int) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
sync() - Method in class org.apache.lucene.index.ConcurrentMergeScheduler
 
sync(String) - Method in class org.apache.lucene.store.Directory
Ensure that any writes to this file are moved to stable storage.
sync(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
sync(String) - Method in class org.apache.lucene.store.FSDirectory
 
synchronizedCache(Cache) - Static method in class org.apache.lucene.util.cache.Cache
Returns a thread-safe cache backed by the specified cache.
SynExpand - Class in org.apache.lucene.wordnet
Expand a query by looking up synonyms for every term.
SynExpand() - Constructor for class org.apache.lucene.wordnet.SynExpand
 
SynLookup - Class in org.apache.lucene.wordnet
Test program to look up synonyms.
SynLookup() - Constructor for class org.apache.lucene.wordnet.SynLookup
 
SYNONYM_TOKEN_TYPE - Static variable in class org.apache.lucene.index.memory.SynonymTokenFilter
The Token.type used to indicate a synonym to higher level filters.
SynonymMap - Class in org.apache.lucene.index.memory
Loads the WordNet prolog file wn_s.pl into a thread-safe main-memory hash map that can be used for fast high-frequency lookups of synonyms for any given (lowercase) word string.
SynonymMap(InputStream) - Constructor for class org.apache.lucene.index.memory.SynonymMap
Constructs an instance, loading WordNet synonym data from the given input stream.
SynonymTokenFilter - Class in org.apache.lucene.index.memory
Injects additional tokens for synonyms of token terms fetched from the underlying child stream; the child stream must deliver lowercase tokens for synonyms to be found.
SynonymTokenFilter(TokenStream, SynonymMap, int) - Constructor for class org.apache.lucene.index.memory.SynonymTokenFilter
Creates an instance for the given underlying stream and synonym table.
Syns2Index - Class in org.apache.lucene.wordnet
Convert the prolog file wn_s.pl from the WordNet prolog download into a Lucene index suitable for looking up synonyms and performing query expansion (SynExpand.expand(...)).
Syns2Index() - Constructor for class org.apache.lucene.wordnet.Syns2Index
 
SyntaxParser - Interface in org.apache.lucene.queryParser.core.parser
A parser needs to implement SyntaxParser interface

T

tableModel - Variable in class org.apache.lucene.swing.models.TableSearcher
The inner table model we are decorating
TableSearcher - Class in org.apache.lucene.swing.models
This is a TableModel that encapsulates Lucene search logic within a TableModel implementation.
TableSearcher(TableModel) - Constructor for class org.apache.lucene.swing.models.TableSearcher
 
tableTitle(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
Compute a title line for a report table
tabSize - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
tabSize - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
Tag() - Method in class org.apache.lucene.demo.html.HTMLParser
 
TAG_ID - Static variable in interface org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttribute
 
TagEnd - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
TagName - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
Tags - Class in org.apache.lucene.demo.html
 
Tags() - Constructor for class org.apache.lucene.demo.html.Tags
 
taskReportLine(String, TaskStats) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
Compute a report line for the given task stat.
TaskSequence - Class in org.apache.lucene.benchmark.byTask.tasks
Sequence of parallel or sequential tasks.
TaskSequence(PerfRunData, String, TaskSequence, boolean) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
taskStats() - Method in class org.apache.lucene.benchmark.byTask.stats.Points
Return the current task stats.
TaskStats - Class in org.apache.lucene.benchmark.byTask.stats
Statistics for a task run.
TATWEEL - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Task tearDown work that should not be measured for that specific task.
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
TeeSinkTokenFilter - Class in org.apache.lucene.analysis
This TokenFilter provides the ability to set aside attribute states that have already been analyzed.
TeeSinkTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.TeeSinkTokenFilter
Instantiates a new TeeSinkTokenFilter.
TeeSinkTokenFilter.SinkFilter - Class in org.apache.lucene.analysis
A filter that decides which AttributeSource states to store in the sink.
TeeSinkTokenFilter.SinkFilter() - Constructor for class org.apache.lucene.analysis.TeeSinkTokenFilter.SinkFilter
 
TeeSinkTokenFilter.SinkTokenStream - Class in org.apache.lucene.analysis
 
TeeTokenFilter - Class in org.apache.lucene.analysis
Deprecated. Use TeeSinkTokenFilter instead
TeeTokenFilter(TokenStream, SinkTokenizer) - Constructor for class org.apache.lucene.analysis.TeeTokenFilter
Deprecated.  
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
 
term() - Method in class org.apache.lucene.analysis.Token
Returns the Token's term text.
term() - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Returns the Token's term text.
term() - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Returns the Token's term text.
term() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
 
Term - Class in org.apache.lucene.index
A Term represents a word from text.
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.TermEnum
Returns the current Term in the enumeration.
Term(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
TERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
Term(String) - Method in class org.apache.lucene.queryParser.QueryParser
 
TERM - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
Term(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
TERM - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
TERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
term() - Method in class org.apache.lucene.search.FilteredTermEnum
Returns the current Term in the enumeration.
term - Variable in class org.apache.lucene.search.FuzzyQuery.ScoreTerm
 
term - Variable in class org.apache.lucene.search.FuzzyQuery
 
term - Variable in class org.apache.lucene.search.MultiTermQuery
 
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.WildcardQuery
 
term() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermEnum
Returns the current Term in the enumeration.
termAtt - Variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
termAtt - Variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
TermAttribute - Interface in org.apache.lucene.analysis.tokenattributes
The term text of a Token.
TermAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
The term text of a Token.
TermAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
 
termBuffer() - Method in class org.apache.lucene.analysis.Token
Returns the internal termBuffer character array which you can then directly alter.
termBuffer() - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Returns the internal termBuffer character array which you can then directly alter.
termBuffer() - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Returns the internal termBuffer character array which you can then directly alter.
termComparator - Static variable in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
termComparator - Static variable in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
 
termCompare(Term) - Method in class org.apache.lucene.search.FilteredTermEnum
Equality compare on the term
termCompare(Term) - Method in class org.apache.lucene.search.FuzzyTermEnum
The termCompare method in FuzzyTermEnum uses Levenshtein distance to calculate the distance between the given term and the comparing term.
termCompare(Term) - Method in class org.apache.lucene.search.PrefixTermEnum
 
termCompare(Term) - Method in class org.apache.lucene.search.regex.RegexTermEnum
 
termCompare(Term) - Method in class org.apache.lucene.search.TermRangeTermEnum
 
termCompare(Term) - Method in class org.apache.lucene.search.WildcardTermEnum
 
termCount - Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Total term count
termDocs() - Method in class org.apache.lucene.index.FilterIndexReader
 
termDocs(Term) - Method in class org.apache.lucene.index.FilterIndexReader
 
termDocs(Term) - Method in class org.apache.lucene.index.IndexReader
Returns an enumeration of all the documents which contain term.
termDocs() - Method in class org.apache.lucene.index.IndexReader
Returns an unpositioned TermDocs enumerator.
termDocs() - Method in class org.apache.lucene.index.MultiReader
 
termDocs(Term) - Method in class org.apache.lucene.index.ParallelReader
 
termDocs() - Method in class org.apache.lucene.index.ParallelReader
 
termDocs(Term) - Method in class org.apache.lucene.index.SegmentReader
 
termDocs() - Method in class org.apache.lucene.index.SegmentReader
 
TermDocs - Interface in org.apache.lucene.index
TermDocs provides an interface for enumerating <document, frequency> pairs for a term.
termDocs() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
termDocs(Term) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
TermEnum - Class in org.apache.lucene.index
Abstract class for enumerating terms.
TermEnum() - Constructor for class org.apache.lucene.index.TermEnum
 
TermFreqVector - Interface in org.apache.lucene.index
Provides access to stored term vector of a document field.
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).
termLength() - Method in class org.apache.lucene.analysis.Token
Return number of valid characters (length of the term) in the termBuffer array.
termLength() - Method in interface org.apache.lucene.analysis.tokenattributes.TermAttribute
Return number of valid characters (length of the term) in the termBuffer array.
termLength() - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
Return number of valid characters (length of the term) in the termBuffer array.
termPositions() - Method in class org.apache.lucene.index.FilterIndexReader
 
termPositions(Term) - Method in class org.apache.lucene.index.IndexReader
Returns an enumeration of all the documents which contain term.
termPositions() - Method in class org.apache.lucene.index.IndexReader
Returns an unpositioned TermPositions enumerator.
termPositions() - Method in class org.apache.lucene.index.MultiReader
 
termPositions(Term) - Method in class org.apache.lucene.index.ParallelReader
 
termPositions() - Method in class org.apache.lucene.index.ParallelReader
 
termPositions() - Method in class org.apache.lucene.index.SegmentReader
 
TermPositions - Interface in org.apache.lucene.index
TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.
termPositions() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
TermPositionVector - Interface in org.apache.lucene.index
Extends TermFreqVector to provide additional information about positions in which each of the terms is found.
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.
TermQueryBuilder - Class in org.apache.lucene.xmlparser.builders
 
TermQueryBuilder() - Constructor for class org.apache.lucene.xmlparser.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, String, String, boolean, boolean) - Constructor for class org.apache.lucene.search.TermRangeFilter
 
TermRangeFilter(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.search.TermRangeFilter
WARNING: Using this constructor and supplying a non-null value in the collator parameter will cause every single index Term in the Field referenced by lowerTerm and/or upperTerm to be examined.
TermRangeQuery - Class in org.apache.lucene.search
A Query that matches documents within an range of terms.
TermRangeQuery(String, String, String, 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.
TermRangeQuery(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.search.TermRangeQuery
Constructs a query selecting all terms greater/equal than lowerTerm but less/equal than upperTerm.
TermRangeTermEnum - Class in org.apache.lucene.search
Subclass of FilteredTermEnum for enumerating all terms that match the specified range parameters.
TermRangeTermEnum(IndexReader, String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.search.TermRangeTermEnum
Enumerates all terms greater/equal than lowerTerm but less/equal than upperTerm.
terms() - Method in class org.apache.lucene.index.FilterIndexReader
 
terms(Term) - Method in class org.apache.lucene.index.FilterIndexReader
 
terms() - Method in class org.apache.lucene.index.IndexReader
Returns an enumeration of all the terms in the index.
terms(Term) - Method in class org.apache.lucene.index.IndexReader
Returns an enumeration of all terms starting at a given term.
terms() - Method in class org.apache.lucene.index.MultiReader
 
terms(Term) - Method in class org.apache.lucene.index.MultiReader
 
terms() - Method in class org.apache.lucene.index.ParallelReader
 
terms(Term) - Method in class org.apache.lucene.index.ParallelReader
 
terms() - Method in class org.apache.lucene.index.SegmentReader
 
terms(Term) - Method in class org.apache.lucene.index.SegmentReader
 
terms - Variable in class org.apache.lucene.search.spans.SpanWeight
 
terms() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
terms(Term) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
 
TermsFilter - Class in org.apache.lucene.search
Constructs a filter for docs matching any of the terms added to this class.
TermsFilter() - Constructor for class org.apache.lucene.search.TermsFilter
 
TermsFilterBuilder - Class in org.apache.lucene.xmlparser.builders
 
TermsFilterBuilder(Analyzer) - Constructor for class org.apache.lucene.xmlparser.builders.TermsFilterBuilder
 
TermSpans - Class in org.apache.lucene.search.spans
Expert: Public for extension only
TermSpans(TermPositions, Term) - Constructor for class org.apache.lucene.search.spans.TermSpans
 
TermsQueryBuilder - Class in org.apache.lucene.xmlparser.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.xmlparser.builders.TermsQueryBuilder
 
termText() - Method in class org.apache.lucene.analysis.Token
Deprecated. This method now has a performance penalty because the text is stored internally in a char[]. If possible, use Token.termBuffer() and Token.termLength() directly instead. If you really need a String, use Token.term()
TERMVECTOR - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields with termvectors enabled.
TERMVECTOR_WITH_OFFSET - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields with termvectors with offset values enabled
TERMVECTOR_WITH_POSITION - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields with termvectors with position values enabled
TERMVECTOR_WITH_POSITION_OFFSET - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields with termvectors with offset values and position values enabled
TermVectorAccessor - Class in org.apache.lucene.index
Transparent access to the vector space model, either via TermFreqVector or by resolving it from the inverted index.
TermVectorAccessor() - Constructor for class org.apache.lucene.index.TermVectorAccessor
 
TermVectorEntry - Class in org.apache.lucene.index
Convenience class for holding TermVector information.
TermVectorEntry() - Constructor for class org.apache.lucene.index.TermVectorEntry
 
TermVectorEntry(String, String, int, TermVectorOffsetInfo[], int[]) - Constructor for class org.apache.lucene.index.TermVectorEntry
 
TermVectorEntryFreqSortedComparator - Class in org.apache.lucene.index
Compares TermVectorEntrys first by frequency and then by the term (case-sensitive)
TermVectorEntryFreqSortedComparator() - Constructor for class org.apache.lucene.index.TermVectorEntryFreqSortedComparator
 
TermVectorMapper - Class in org.apache.lucene.index
The TermVectorMapper can be used to map Term Vectors into your own structure instead of the parallel array structure used by IndexReader.getTermFreqVector(int,String).
TermVectorMapper() - Constructor for class org.apache.lucene.index.TermVectorMapper
 
TermVectorMapper(boolean, boolean) - Constructor for class org.apache.lucene.index.TermVectorMapper
 
TermVectorOffsetInfo - Class in org.apache.lucene.index
The TermVectorOffsetInfo class holds information pertaining to a Term in a TermPositionVector's offset information.
TermVectorOffsetInfo() - Constructor for class org.apache.lucene.index.TermVectorOffsetInfo
 
TermVectorOffsetInfo(int, int) - Constructor for class org.apache.lucene.index.TermVectorOffsetInfo
 
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).
termVecVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
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
 
TestApp - Class in org.tartarus.snowball
 
TestApp() - Constructor for class org.tartarus.snowball.TestApp
 
TestData - Class in org.apache.lucene.benchmark.stats
This class holds together all parameters related to a test.
TestData() - Constructor for class org.apache.lucene.benchmark.stats.TestData
 
TestRunData - Class in org.apache.lucene.benchmark.stats
This class holds series of TimeData related to a single test run.
TestRunData() - Constructor for class org.apache.lucene.benchmark.stats.TestRunData
 
TestRunData(String) - Constructor for class org.apache.lucene.benchmark.stats.TestRunData
 
text() - Method in class org.apache.lucene.index.Term
Returns the text of this term.
text - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's text.
text() - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
TextableQueryNode - Interface in org.apache.lucene.queryParser.core.nodes
 
TextDocument - Class in org.apache.lucene.ant
A utility for making Lucene Documents from a File.
TextDocument(File) - Constructor for class org.apache.lucene.ant.TextDocument
Constructor for the TextDocument object
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(StringBuffer, int, int) - Constructor for class org.apache.lucene.search.highlight.TextFragment
 
tf(int) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Delegates to baselineTf
tf(float) - Method in class org.apache.lucene.search.DefaultSimilarity
Implemented as sqrt(freq).
tf(int) - Method in class org.apache.lucene.search.Similarity
Computes a score factor based on a term or phrase's frequency in a document.
tf(float) - Method in class org.apache.lucene.search.Similarity
Computes a score factor based on a term or phrase's frequency in a document.
tf(float) - Method in class org.apache.lucene.search.SimilarityDelegator
 
ThaiAnalyzer - Class in org.apache.lucene.analysis.th
Analyzer for Thai language.
ThaiAnalyzer() - Constructor for class org.apache.lucene.analysis.th.ThaiAnalyzer
Deprecated. Use ThaiAnalyzer.ThaiAnalyzer(Version) instead
ThaiAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.th.ThaiAnalyzer
 
ThaiWordFilter - Class in org.apache.lucene.analysis.th
TokenFilter that use BreakIterator to break each Token that is Thai into separate Token(s) for each Thai word.
ThaiWordFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.th.ThaiWordFilter
 
theEmptyLcnQuery - Static variable in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
TimeData - Class in org.apache.lucene.benchmark.stats
This class holds a data point measuring speed of processing.
TimeData() - Constructor for class org.apache.lucene.benchmark.stats.TimeData
 
TimeData(String) - Constructor for class org.apache.lucene.benchmark.stats.TimeData
 
TimeLimitedCollector - Class in org.apache.lucene.search
Deprecated. Use TimeLimitingCollector instead, which extends the new Collector. This class will be removed in 3.0.
TimeLimitedCollector(HitCollector, long) - Constructor for class org.apache.lucene.search.TimeLimitedCollector
Deprecated. Create a TimeLimitedCollector wrapper over another HitCollector with a specified timeout.
TimeLimitedCollector.TimeExceededException - Exception in org.apache.lucene.search
Deprecated. Thrown when elapsed search time exceeds allowed search time.
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, 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.
timeModified - Variable in class org.apache.lucene.store.db.File
 
timeModified - Variable in class org.apache.lucene.store.je.File
 
timestamp - Variable in class org.apache.lucene.search.FilterManager.FilterItem
 
timeToString(long) - Static method in class org.apache.lucene.document.DateField
Deprecated. Converts a millisecond time to a string suitable for indexing.
timeToString(long, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
Converts a millisecond time to a string suitable for indexing.
TITLE_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
toByteArray() - Method in class org.apache.lucene.index.Payload
Allocates a new byte array, copies the payload data into it and returns it.
toCartesian() - Method in class org.apache.lucene.spatial.geometry.LatLng
Convert the lat/lng into the cartesian coordinate plane such that all world coordinates are represented in the first quadrant.
toDigitString() - Method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
 
toFixed() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
toFixed() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
toFixed() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
toFloat() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
 
toFloat() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
 
toFloat() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
toHtml() - Method in class org.apache.lucene.search.Explanation
Render an explanation as HTML.
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.demo.html.HTMLParser
 
Token - Class in org.apache.lucene.demo.html
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.demo.html.Token
 
token - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
Token - Class in org.apache.lucene.queryParser.precedence
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryParser.precedence.Token
 
token - Variable in class org.apache.lucene.queryParser.QueryParser
Current token.
token - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Current token.
Token - Class in org.apache.lucene.queryParser.standard.parser
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryParser.standard.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryParser.standard.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryParser.standard.parser.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
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
 
Token - Class in org.apache.lucene.queryParser
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryParser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryParser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryParser.Token
Constructs a new token for the specified Image and Kind.
TOKEN_SEPARATOR - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
The string to use when joining adjacent tokens to form a shingle
token_source - Variable in class org.apache.lucene.demo.html.HTMLParser
 
token_source - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
token_source - Variable in class org.apache.lucene.queryParser.QueryParser
Generated Token Manager.
token_source - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Generated Token Manager.
token_source - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
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.StandardTokenizer
String token types that correspond to token type int constants
TOKEN_TYPES - Static variable in class org.apache.lucene.wikipedia.analysis.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.
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 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated. Please use StandardTokenizer.TOKEN_TYPES instead
tokenImage - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
tokenImage - Variable in exception org.apache.lucene.demo.html.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception org.apache.lucene.queryParser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception org.apache.lucene.queryParser.precedence.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.precedence.PrecedenceQueryParserConstants
 
tokenImage - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
Literal token values.
tokenImage - Static variable in interface org.apache.lucene.queryParser.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
 
tokenImage - Static variable in class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Deprecated. Please use WikipediaTokenizer.TOKEN_TYPES instead
TOKENIZED - Static variable in class org.apache.lucene.document.Field.Index
Deprecated. this has been renamed to Field.Index.ANALYZED
TokenizedPhraseQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A TokenizedPhraseQueryNode represents a node created by a code that tokenizes/lemmatizes/analyzes.
TokenizedPhraseQueryNode() - Constructor for class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
Tokenizer - Class in org.apache.lucene.analysis
A Tokenizer is a TokenStream whose input is a Reader.
Tokenizer() - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a tokenizer with null input.
Tokenizer(Reader) - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a token stream processing the given input.
Tokenizer(AttributeSource.AttributeFactory) - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a tokenizer with null input using the given AttributeFactory.
Tokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a token stream processing the given input using the given AttributeFactory.
Tokenizer(AttributeSource) - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a token stream processing the given input using the given AttributeSource.
Tokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.Tokenizer
Construct a token stream processing the given input using the given AttributeSource.
TokenMgrError - Error in org.apache.lucene.demo.html
 
TokenMgrError() - Constructor for error org.apache.lucene.demo.html.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.lucene.demo.html.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.demo.html.TokenMgrError
 
TokenMgrError - Error in org.apache.lucene.queryParser.precedence
 
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 
TokenMgrError - Error in org.apache.lucene.queryParser.standard.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.standard.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.standard.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.standard.parser.TokenMgrError
Full Constructor.
TokenMgrError - Error in org.apache.lucene.queryParser.surround.parser
 
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
 
TokenMgrError - Error in org.apache.lucene.queryParser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.TokenMgrError
Full Constructor.
TokenOffsetPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Adds the Token.setStartOffset(int) and Token.setEndOffset(int) First 4 bytes are the start
TokenOffsetPayloadTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
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
 
TokenRangeSinkTokenizer - Class in org.apache.lucene.analysis.sinks
Deprecated. Use TokenRangeSinkFilter and TeeSinkTokenFilter instead.
TokenRangeSinkTokenizer(int, int) - Constructor for class org.apache.lucene.analysis.sinks.TokenRangeSinkTokenizer
Deprecated.  
TokenRangeSinkTokenizer(int, int, int) - Constructor for class org.apache.lucene.analysis.sinks.TokenRangeSinkTokenizer
Deprecated.  
tokens - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
TOKENS_ONLY - Static variable in class org.apache.lucene.wikipedia.analysis.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
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cn.ChineseAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.el.GreekAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.KeywordAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ru.RussianAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.SimpleAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.snowball.SnowballAnalyzer
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter, a StopFilter, and a SnowballFilter
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter and a StopFilter.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.StopAnalyzer
Filters LowerCaseTokenizer with StopFilter.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.th.ThaiAnalyzer
 
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(String, Reader) - Method in class org.apache.lucene.analysis.WhitespaceAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.collation.CollationKeyAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.collation.ICUCollationKeyAnalyzer
 
tokenStream - Variable in class org.apache.lucene.document.AbstractField
 
tokenStream(String, String) - Method in class org.apache.lucene.index.memory.PatternAnalyzer
Creates a token stream that tokenizes the given string into token terms (aka words).
tokenStream(String, Reader) - Method in class org.apache.lucene.index.memory.PatternAnalyzer
Creates a token stream that tokenizes all the text in the given Reader; This implementation forwards to tokenStream(String, String) and is less efficient than tokenStream(String, String).
tokenStreamValue() - Method in class org.apache.lucene.document.Field
The TokesStream for this field to be used when indexing, or null.
tokenStreamValue() - Method in interface org.apache.lucene.document.Fieldable
The TokenStream for this field to be used when indexing, or null.
tokenStreamValue() - Method in class org.apache.lucene.document.NumericField
Returns a NumericTokenStream for indexing the numeric value.
TokenTypeSinkFilter - Class in org.apache.lucene.analysis.sinks
 
TokenTypeSinkFilter(String) - Constructor for class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
 
TokenTypeSinkTokenizer - Class in org.apache.lucene.analysis.sinks
Deprecated. Use TokenTypeSinkFilter and TeeSinkTokenFilter instead.
TokenTypeSinkTokenizer(String) - Constructor for class org.apache.lucene.analysis.sinks.TokenTypeSinkTokenizer
Deprecated.  
TokenTypeSinkTokenizer(int, String) - Constructor for class org.apache.lucene.analysis.sinks.TokenTypeSinkTokenizer
Deprecated.  
TokenTypeSinkTokenizer(List, String) - Constructor for class org.apache.lucene.analysis.sinks.TokenTypeSinkTokenizer
Deprecated.  
toLargeString() - Method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
 
toLowerCase(char, char[]) - Static method in class org.apache.lucene.analysis.el.GreekCharsets
Deprecated.  
toLowerCase(char, char[]) - Static method in class org.apache.lucene.analysis.ru.RussianCharsets
Deprecated.  
toLowerCase(CharSequence) - Static method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
TOO_MANY_BOOLEAN_CLAUSES - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
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
 
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.
top() - Method in class org.apache.lucene.util.ScorerDocQueue
Returns the least Scorer of the ScorerDocQueue in constant time.
topDoc() - Method in class org.apache.lucene.util.ScorerDocQueue
Returns document number of the least Scorer of the ScorerDocQueue in constant time.
TopDocCollector - Class in org.apache.lucene.search
Deprecated. Please use TopScoreDocCollector instead, which has better performance.
TopDocCollector(int) - Constructor for class org.apache.lucene.search.TopDocCollector
Deprecated. Construct to collect a given number of hits.
TopDocCollector(PriorityQueue) - Constructor for class org.apache.lucene.search.TopDocCollector
Deprecated. Constructor to collect the top-scoring documents by using the given PQ.
topDocs() - Method in class org.apache.lucene.search.TopDocCollector
Deprecated. The top-scoring hits.
TopDocs - Class in org.apache.lucene.search
Represents hits returned by Searcher.search(Query,Filter,int) and Searcher.search(Query,int).
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 ..
topDocs() - Method in class org.apache.lucene.search.TopFieldDocCollector
Deprecated.  
TopDocsCollector - Class in org.apache.lucene.search
A base class for all collectors that return a TopDocs output.
TopDocsCollector(PriorityQueue) - Constructor for class org.apache.lucene.search.TopDocsCollector
 
TopFieldCollector - Class in org.apache.lucene.search
A Collector that sorts by SortField using FieldComparators.
TopFieldDocCollector - Class in org.apache.lucene.search
Deprecated. Please use TopFieldCollector instead.
TopFieldDocCollector(IndexReader, Sort, int) - Constructor for class org.apache.lucene.search.TopFieldDocCollector
Deprecated. Construct to collect a given number of hits.
TopFieldDocs - Class in org.apache.lucene.search
Represents hits returned by Searcher.search(Query,Filter,int,Sort).
TopFieldDocs(int, ScoreDoc[], SortField[], float) - Constructor for class org.apache.lucene.search.TopFieldDocs
Creates one of these objects.
TopLevelQuery(String) - Method in class org.apache.lucene.queryParser.QueryParser
 
TopLevelQuery(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
topNextAndAdjustElsePop() - Method in class org.apache.lucene.util.ScorerDocQueue
 
topScore() - Method in class org.apache.lucene.util.ScorerDocQueue
 
TopScoreDocCollector - Class in org.apache.lucene.search
A Collector implementation that collects the top-scoring hits, returning them as a TopDocs.
topSkipToAndAdjustElsePop(int) - Method in class org.apache.lucene.util.ScorerDocQueue
 
TopSrndQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.AndQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.OrQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
convert to a query string understood by the query parser
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
toQueryStringIgnoreFields - Variable in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
If set to true the the method toQueryString will not write field names
toRectangle() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Returns a rectangle shape for the bounding box
toScaledString(int, String) - Method in class org.apache.lucene.benchmark.stats.MemUsage
Scale down the values by divisor, append the unit string.
toString() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
toString() - Method in class org.apache.lucene.analysis.NumericTokenStream
 
toString() - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
 
toString() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
toString() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
toString() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
toString() - Method in class org.apache.lucene.analysis.Token
 
toString() - Method in class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
 
toString() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
toString() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
toString() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
toString() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
toString() - Method in class org.apache.lucene.benchmark.byTask.utils.Algorithm
 
toString() - Method in class org.apache.lucene.benchmark.stats.MemUsage
 
toString() - Method in class org.apache.lucene.benchmark.stats.QueryData
 
toString() - Method in class org.apache.lucene.benchmark.stats.TestData
 
toString() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Return a string representation.
toString() - Method in class org.apache.lucene.benchmark.stats.TimeData
 
toString(boolean) - Method in class org.apache.lucene.benchmark.stats.TimeData
Return a tab-separated string containing this data.
toString() - Method in class org.apache.lucene.demo.html.Token
Returns the image.
toString() - Method in class org.apache.lucene.document.AbstractField
Prints a Field for human consumption.
toString() - Method in class org.apache.lucene.document.DateTools.Resolution
 
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.index.ConcurrentMergeScheduler.MergeThread
 
toString() - Method in class org.apache.lucene.index.IndexModifier
Deprecated.  
toString() - Method in class org.apache.lucene.index.IndexReader.FieldOption
 
toString() - Method in class org.apache.lucene.index.IndexWriter.MaxFieldLength
 
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.memory.SynonymMap
Returns a String representation of the index data for debugging purposes.
toString() - Method in class org.apache.lucene.index.SegmentInfo
 
toString() - Method in class org.apache.lucene.index.Term
 
toString() - Method in class org.apache.lucene.index.TermVectorEntry
 
toString() - Method in class org.apache.lucene.messages.MessageImpl
 
toString() - Method in class org.apache.lucene.misc.ChainedFilter
 
toString() - Method in class org.apache.lucene.queryParser.core.config.FieldConfig
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.AndQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.MatchNoDocsQueryNode
 
toString() - Method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.OrQueryNode
 
toString() - Method in enum org.apache.lucene.queryParser.core.nodes.ParametricQueryNode.CompareOperator
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
toString() - Method in enum org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.Type
 
toString() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
for printing
toString() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
Every implementation of this class should return pseudo xml like this: For FieldQueryNode:
toString() - Method in class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
toString() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
toString() - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
toString() - Method in class org.apache.lucene.queryParser.precedence.Token
Returns the image.
toString() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.parser.Token
Returns the image.
toString() - Method in class org.apache.lucene.queryParser.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.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
 
toString() - Method in class org.apache.lucene.queryParser.Token
Returns the image.
toString() - Method in class org.apache.lucene.search.BooleanClause.Occur
 
toString() - Method in class org.apache.lucene.search.BooleanClause
 
toString() - Method in class org.apache.lucene.search.BooleanFilter
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.BooleanQuery
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.BoostingQuery
 
toString() - Method in class org.apache.lucene.search.CachingSpanFilter
 
toString() - Method in class org.apache.lucene.search.CachingWrapperFilter
 
toString(String) - Method in class org.apache.lucene.search.ConstantScoreQuery
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
Prettyprint us.
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(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.function.CustomScoreQuery
 
toString(int) - Method in class org.apache.lucene.search.function.DocValues
Return a string representation of a doc value, as required for Explanations.
toString() - Method in class org.apache.lucene.search.function.FieldScoreQuery.Type
 
toString() - Method in class org.apache.lucene.search.function.ValueSource
 
toString(String) - Method in class org.apache.lucene.search.function.ValueSourceQuery
 
toString(String) - Method in class org.apache.lucene.search.FuzzyLikeThisQuery
 
toString(String) - Method in class org.apache.lucene.search.FuzzyQuery
 
toString() - Method in class org.apache.lucene.search.highlight.TextFragment
 
toString() - Method in class org.apache.lucene.search.Hit
Deprecated. Prints the parameters to be used to discover the promised result.
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(String) - Method in class org.apache.lucene.search.MultiTermQuery
 
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.QueryTermVector
 
toString() - Method in class org.apache.lucene.search.QueryWrapperFilter
 
toString(String) - Method in class org.apache.lucene.search.RangeQuery
Deprecated. Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
 
toString() - Method in class org.apache.lucene.search.ScoreDoc
 
toString(String) - Method in class org.apache.lucene.search.similar.MoreLikeThisQuery
 
toString() - Method in class org.apache.lucene.search.Sort
 
toString() - Method in class org.apache.lucene.search.SortField
 
toString() - Method in class org.apache.lucene.search.SpanQueryFilter
 
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.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.SpanTermQuery
 
toString() - Method in class org.apache.lucene.search.spans.TermSpans
 
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
 
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.spatial.geometry.CartesianPoint
 
toString() - Method in class org.apache.lucene.spatial.geometry.LatLng
 
toString() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
 
toString() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
toString() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
toString() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
 
toString() - Method in class org.apache.lucene.store.Directory
 
toString() - Method in class org.apache.lucene.store.FSDirectory
For debug output.
toString() - Method in class org.apache.lucene.store.instantiated.InstantiatedDocument
 
toString() - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
 
toString() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
 
toString() - Method in class org.apache.lucene.util.AttributeImpl
The default implementation of this method accesses all declared fields of this object and prints the values in the following syntax:
toString() - Method in class org.apache.lucene.util.AttributeSource
 
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.Parameter
 
toStringEscaped() - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
Return a escaped String
toStringEscaped(char[]) - Method in class org.apache.lucene.queryParser.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().
ToStringUtils() - Constructor for class org.apache.lucene.util.ToStringUtils
 
totalHits - Variable in class org.apache.lucene.search.TopDocCollector
Deprecated. The total number of hits the collector encountered.
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.
totalMem - Variable in class org.apache.lucene.benchmark.stats.TimeData
Total memory at the end of measurement interval.
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.
TOTMEM - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
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.
touchFile(String) - Method in class org.apache.lucene.store.db.DbDirectory
 
touchFile(String) - Method in class org.apache.lucene.store.Directory
Set the modified time of an existing file to now.
touchFile(String) - Method in class org.apache.lucene.store.FileSwitchDirectory
 
touchFile(String) - Method in class org.apache.lucene.store.FSDirectory
Set the modified time of an existing file to now.
touchFile(String) - Method in class org.apache.lucene.store.je.JEDirectory
 
touchFile(String) - Method in class org.apache.lucene.store.RAMDirectory
Set the modified time of an existing file to now.
transformCriteria(Properties, InputStream, Result) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
Slower transformation using an uncompiled stylesheet (suitable for development environment)
transformCriteria(Properties, Templates, Result) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
Fast transformation using a pre-compiled stylesheet (suitable for production environments)
transformCriteria(Properties, Transformer, Result) - Static method in class org.apache.lucene.xmlparser.QueryTemplateManager
 
translate(int, int) - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
Return a new point translated in the x and y dimensions
translate(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
 
translate(Vector2D) - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Translate according to the vector
translate(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
 
traversalSize() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Specify the number of hits to traverse.
traversalSize - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
traversalSize() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
Trec1MQReader - Class in org.apache.lucene.benchmark.quality.trec
Read topics of TREC 1MQ track.
Trec1MQReader(String) - Constructor for class org.apache.lucene.benchmark.quality.trec.Trec1MQReader
Constructor for Trec's 1MQ TopicsReader
TrecContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
Implements a ContentSource over the TREC collection.
TrecContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
TrecJudge - Class in org.apache.lucene.benchmark.quality.trec
Judge if given document is relevant to given quality query, based on Trec format for judgements.
TrecJudge(BufferedReader) - Constructor for class org.apache.lucene.benchmark.quality.trec.TrecJudge
Constructor from a reader.
TrecTopicsReader - Class in org.apache.lucene.benchmark.quality.trec
Read TREC topics.
TrecTopicsReader() - Constructor for class org.apache.lucene.benchmark.quality.trec.TrecTopicsReader
Constructor for Trec's TopicsReader
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.
truncatedToPrefixAndPattern() - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
TRUNCQUOTED - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
TRUNCTERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
TurkishStemmer - Class in org.tartarus.snowball.ext
Generated class implementing code defined by a snowball script.
TurkishStemmer() - Constructor for class org.tartarus.snowball.ext.TurkishStemmer
 
txn - Variable in class org.apache.lucene.store.db.DbDirectory
 
txn - Variable in class org.apache.lucene.store.je.JEDirectory
 
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
Returns this Token's lexical type.
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
 
TypeAttribute - Interface in org.apache.lucene.analysis.tokenattributes
A Token's lexical type.
TypeAttributeImpl - Class in org.apache.lucene.analysis.tokenattributes
A Token's lexical type.
TypeAttributeImpl() - Constructor for class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 
TypeAttributeImpl(String) - Constructor for class org.apache.lucene.analysis.tokenattributes.TypeAttributeImpl
 

U

uid(File) - Static method in class org.apache.lucene.demo.HTMLDocument
 
uid2url(String) - Static method in class org.apache.lucene.demo.HTMLDocument
 
UN_TOKENIZED - Static variable in class org.apache.lucene.document.Field.Index
Deprecated. This has been renamed to Field.Index.NOT_ANALYZED
undeleteAll() - Method in class org.apache.lucene.index.IndexReader
Undeletes all documents currently marked as deleted in this index.
UnescapedCharSequence - Class in org.apache.lucene.queryParser.core.util
CharsSequence with escaped chars information.
UnescapedCharSequence(char[], boolean[], int, int) - Constructor for class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
Create a escaped CharSequence
UnescapedCharSequence(CharSequence) - Constructor for class org.apache.lucene.queryParser.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
 
UnicodeGreek - Static variable in class org.apache.lucene.analysis.el.GreekCharsets
Deprecated.  
UnicodeRussian - Static variable in class org.apache.lucene.analysis.ru.RussianCharsets
Deprecated.  
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("UTF-8") does.
UnicodeUtil() - Constructor for class org.apache.lucene.util.UnicodeUtil
 
UnicodeUtil.UTF16Result - Class in org.apache.lucene.util
 
UnicodeUtil.UTF16Result() - Constructor for class org.apache.lucene.util.UnicodeUtil.UTF16Result
 
UnicodeUtil.UTF8Result - Class in org.apache.lucene.util
 
UnicodeUtil.UTF8Result() - Constructor for class org.apache.lucene.util.UnicodeUtil.UTF8Result
 
UNINDEXED - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
All fields which are not indexed
union(OpenBitSet) - Method in class org.apache.lucene.util.OpenBitSet
this = this OR other
unionCount(OpenBitSet, OpenBitSet) - Static method in class org.apache.lucene.util.OpenBitSet
Returns the popcount or cardinality of the union of the two sets.
UNLIMITED - Static variable in class org.apache.lucene.index.IndexWriter.MaxFieldLength
Sets the maximum field length to Integer.MAX_VALUE.
unlock(Directory) - Static method in class org.apache.lucene.index.IndexReader
Deprecated. Please use IndexWriter.unlock(Directory) instead. This method will be removed in the 3.0 release.
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.
unmodifiableSet(CharArraySet) - Static method in class org.apache.lucene.analysis.CharArraySet
Returns an unmodifiable CharArraySet.
unpackValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
unsetTag(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Unset a tag.
unsetTag(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
UNTOKENIZED_ONLY - Static variable in class org.apache.lucene.wikipedia.analysis.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.wikipedia.analysis.WikipediaTokenizer
This flag is used to indicate that the produced "Token" would, if WikipediaTokenizer.TOKENS_ONLY was used, produce multiple tokens.
UpdateDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
Update a document, using IndexWriter.updateDocument, optionally with of a certain size.
UpdateDocTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
updateDocument(Term, Document) - 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, Document, 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, Document) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
updateDocument(Term, Document, Analyzer) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
 
updateInputToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
UpdateLineColumn(char) - Method in class org.apache.lucene.demo.html.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
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.
updateToken(Token, List, int, List, List) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Final touch of a shingle token before it is passed on to the consumer from method ShingleMatrixFilter.next(org.apache.lucene.analysis.Token).
updateTop() - Method in class org.apache.lucene.util.PriorityQueue
Should be called when the Object at top changes values.
useCompoundDocStore(SegmentInfos) - Method in class org.apache.lucene.index.LogMergePolicy
 
useCompoundDocStore(SegmentInfos) - Method in class org.apache.lucene.index.MergePolicy
Returns true if the doc store files should use the compound file format.
useCompoundFile - Variable in class org.apache.lucene.index.IndexModifier
Deprecated.  
useCompoundFile(SegmentInfos, SegmentInfo) - Method in class org.apache.lucene.index.LogMergePolicy
 
useCompoundFile(SegmentInfos, SegmentInfo) - Method in class org.apache.lucene.index.MergePolicy
Returns true if a newly flushed (not from merge) segment should use the compound file format.
USEDMEM - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
USER_DATA - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
userData - Variable in class org.apache.lucene.index.CheckIndex.Status
Holds the userData of the last commit in the index
UserInputQueryBuilder - Class in org.apache.lucene.xmlparser.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.xmlparser.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.xmlparser.builders.UserInputQueryBuilder
 
UTF16toUTF8(char[], int, UnicodeUtil.UTF8Result) - Static method in class org.apache.lucene.util.UnicodeUtil
Encode characters from a char[] source, starting at offset and stopping when the character 0xffff is seen.
UTF16toUTF8(char[], int, int, UnicodeUtil.UTF8Result) - Static method in class org.apache.lucene.util.UnicodeUtil
Encode characters from a char[] source, starting at offset for length chars.
UTF16toUTF8(String, int, int, UnicodeUtil.UTF8Result) - Static method in class org.apache.lucene.util.UnicodeUtil
Encode characters from this String, starting at offset for length characters.
UTF8toUTF16(byte[], int, int, UnicodeUtil.UTF16Result) - Static method in class org.apache.lucene.util.UnicodeUtil
Convert UTF8 bytes into UTF16 characters.
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
 
uuid - Variable in class org.apache.lucene.store.db.File
 
uuid - Variable in class org.apache.lucene.store.je.File
 

V

validateData(QualityQuery[], PrintWriter) - Method in interface org.apache.lucene.benchmark.quality.Judge
Validate that queries and this Judge match each other.
validateData(QualityQuery[], PrintWriter) - Method in class org.apache.lucene.benchmark.quality.trec.TrecJudge
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.ByteComparator
 
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
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.StringComparatorLocale
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.StringOrdValComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator.StringValComparator
 
value(int) - Method in class org.apache.lucene.search.FieldComparator
Return the actual value in the slot.
value - Variable in class org.apache.lucene.search.spans.SpanScorer
 
value - Variable in class org.apache.lucene.search.spans.SpanWeight
 
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.queryParser.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.core.nodes.ParametricQueryNode.CompareOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryParser.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.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.standard.config.DefaultOperatorAttribute.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.spatial.geometry.shape.IntersectCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.spatial.tier.DistanceHandler.Precision
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.queryParser.core.nodes.ParametricQueryNode.CompareOperator
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.queryParser.core.parser.EscapeQuerySyntax.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute.Operator
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.spatial.geometry.shape.IntersectCase
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.spatial.tier.DistanceHandler.Precision
Returns an array containing the constants of this enum type, in the order they're declared.
ValueSource - Class in org.apache.lucene.search.function
Expert: source of values for basic function queries.
ValueSource() - Constructor for class org.apache.lucene.search.function.ValueSource
 
ValueSourceQuery - Class in org.apache.lucene.search.function
Expert: A Query that sets the scores of document to the values obtained from a ValueSource.
ValueSourceQuery(ValueSource) - Constructor for class org.apache.lucene.search.function.ValueSourceQuery
Create a value source query
Vector2D - Class in org.apache.lucene.spatial.geometry.shape
2D vector
Vector2D(double, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Create a vector from the origin of the coordinate system to the given point
Vector2D(Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Create a vector from the origin of the coordinate system to the given point
Vector2D(Point2D, Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Create a vector from one point to another
Vector2D() - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
 
Vector2D(Vector2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
 
verbose - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
verbose() - Method in class org.apache.lucene.index.IndexWriter
Returns true if verbosing is enabled (i.e., infoStream != null).
verbose() - Method in class org.apache.lucene.index.LogMergePolicy
 
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(byte, LockFactory, String, int) - Constructor for class org.apache.lucene.store.VerifyingLockFactory
 
Version - Class in org.apache.lucene.util
Use by certain classes to match version compatibility across releases of Lucene.
Version(String, int) - Constructor for class org.apache.lucene.util.Version
 
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
 
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
 
waitForMerges() - Method in class org.apache.lucene.index.IndexWriter
Wait for any currently outstanding merges to finish.
warm(IndexReader) - Method in class org.apache.lucene.index.IndexWriter.IndexReaderWarmer
 
WarmTask - Class in org.apache.lucene.benchmark.byTask.tasks
Warm reader task: retrieve all reader documents.
WarmTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
warmup - Variable in class org.apache.lucene.benchmark.stats.QueryData
If true, warm-up the index reader before searching by sequentially retrieving all documents from index.
warning(SAXParseException) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
wasEscaped(int) - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
wasEscaped(CharSequence, int) - Static method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
WAW - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
weight - Variable in class org.apache.lucene.analysis.cn.smart.hhmm.SegToken
word frequency
weight(Searcher) - Method in class org.apache.lucene.search.Query
Expert: Constructs and initializes a Weight for a top-level query.
weight - Variable in class org.apache.lucene.search.spans.SpanScorer
 
Weight - Class in org.apache.lucene.search
Expert: Calculate query weights and build query scorers.
Weight() - Constructor for class org.apache.lucene.search.Weight
 
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
 
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.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(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
WHITESPACE_PATTERN - Static variable in class org.apache.lucene.index.memory.PatternAnalyzer
"\\s+"; Divides text at whitespaces (Character.isWhitespace(c))
WhitespaceAnalyzer - Class in org.apache.lucene.analysis
An Analyzer that uses WhitespaceTokenizer.
WhitespaceAnalyzer() - Constructor for class org.apache.lucene.analysis.WhitespaceAnalyzer
 
WhitespaceTokenizer - Class in org.apache.lucene.analysis
A WhitespaceTokenizer is a tokenizer that divides text at whitespace.
WhitespaceTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.WhitespaceTokenizer
Construct a new WhitespaceTokenizer.
WhitespaceTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.WhitespaceTokenizer
Construct a new WhitespaceTokenizer using a given AttributeSource.
WhitespaceTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.WhitespaceTokenizer
Construct a new WhitespaceTokenizer using a given AttributeSource.AttributeFactory.
WikipediaTokenizer - Class in org.apache.lucene.wikipedia.analysis
Extension of StandardTokenizer that is aware of Wikipedia syntax.
WikipediaTokenizer(Reader) - Constructor for class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizer(Reader, int, Set) - Constructor for class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizer(AttributeSource.AttributeFactory, Reader, int, Set) - Constructor for class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizer(AttributeSource, Reader, int, Set) - Constructor for class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WILDCARD_CHAR - Static variable in class org.apache.lucene.search.WildcardTermEnum
 
WILDCARD_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
WILDCARD_STRING - Static variable in class org.apache.lucene.search.WildcardTermEnum
String equality with support for wildcards
wildcardEquals(String, int, String, int) - Static method in class org.apache.lucene.search.WildcardTermEnum
Determines if a word matches a wildcard pattern.
WildcardQuery - Class in org.apache.lucene.search
Implements the wildcard search query.
WildcardQuery(Term) - Constructor for class org.apache.lucene.search.WildcardQuery
 
WildcardQueryNode - Class in org.apache.lucene.queryParser.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.standard.nodes.WildcardQueryNode
 
WildcardQueryNode(FieldQueryNode) - Constructor for class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
WildcardQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a WildcardQuery object from a WildcardQueryNode object.
WildcardQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.WildcardQueryNodeBuilder
 
WildcardQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
The StandardSyntaxParser creates PrefixWildcardQueryNode nodes which have values containing the prefixed wildcard.
WildcardQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
WildcardTermEnum - Class in org.apache.lucene.search
Subclass of FilteredTermEnum for enumerating all terms that match the specified wildcard filter term.
WildcardTermEnum(IndexReader, Term) - Constructor for class org.apache.lucene.search.WildcardTermEnum
Creates a new WildcardTermEnum.
WILDTERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
WILDTERM - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
WINDOWS - Static variable in class org.apache.lucene.util.Constants
True iff running on Windows.
WITH_OFFSETS - Static variable in class org.apache.lucene.document.Field.TermVector
Store the term vector + Token offset information
WITH_POSITIONS - Static variable in class org.apache.lucene.document.Field.TermVector
Store the term vector + token position information
WITH_POSITIONS_OFFSETS - Static variable in class org.apache.lucene.document.Field.TermVector
Store the term vector + Token position and offset information
WithinComment1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinComment2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinQuote1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinQuote2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinScript - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WithinTag - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
withMaxScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Whether maxScores should be computed (only useful with field sort)
withMaxScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if, with search & results traversing, docs should be retrieved.
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
withScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Whether scores should be computed (only useful with field sort)
withScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if search should be performed.
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if, with search, results should be traversed.
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if warming should be performed.
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
wlen - Variable in class org.apache.lucene.util.OpenBitSet
 
Word - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
WordlistLoader - Class in org.apache.lucene.analysis.nl
Deprecated. use WordlistLoader instead
WordlistLoader() - Constructor for class org.apache.lucene.analysis.nl.WordlistLoader
Deprecated.  
WordlistLoader - Class in org.apache.lucene.analysis
Loader for text files that represent a list of stopwords.
WordlistLoader() - Constructor for class org.apache.lucene.analysis.WordlistLoader
 
WordTokenFilter - Class in org.apache.lucene.analysis.cn.smart
A TokenFilter that breaks sentences into words.
WordTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cn.smart.WordTokenFilter
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
 
WQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
write(Directory, String) - Method in class org.apache.lucene.util.BitVector
Writes this vector to the file name in Directory d, in a format that can be read by the constructor BitVector.BitVector(Directory, String).
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.IndexWriter
Default value for the write lock timeout (1,000).
writeByte(byte) - Method in class org.apache.lucene.store.BufferedIndexOutput
Writes a single byte.
writeByte(byte) - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
writeByte(byte) - Method in class org.apache.lucene.store.db.DbIndexOutput
 
writeByte(byte) - Method in class org.apache.lucene.store.IndexOutput
Writes a single byte.
writeByte(byte) - Method in class org.apache.lucene.store.je.JEIndexOutput
 
writeByte(byte) - Method in class org.apache.lucene.store.RAMOutputStream
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.BufferedIndexOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.ChecksumIndexOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.db.DbIndexOutput
 
writeBytes(byte[], int) - Method in class org.apache.lucene.store.IndexOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.IndexOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.je.JEIndexOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.lucene.store.RAMOutputStream
 
writeChars(String, int, int) - Method in class org.apache.lucene.store.IndexOutput
Deprecated. -- please pre-convert to utf8 bytes instead or use IndexOutput.writeString(java.lang.String)
writeChars(char[], int, int) - Method in class org.apache.lucene.store.IndexOutput
Deprecated. -- please pre-convert to utf8 bytes instead or use IndexOutput.writeString(java.lang.String)
writeInt(int) - Method in class org.apache.lucene.store.IndexOutput
Writes an int as four bytes.
WriteLineDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
A task which writes documents, one line per document.
WriteLineDocTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
writeLong(long) - Method in class org.apache.lucene.store.IndexOutput
Writes a long as eight bytes.
writer - Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
 
writer - Variable in class org.apache.lucene.index.MergePolicy
 
writeString(String) - Method in class org.apache.lucene.store.IndexOutput
Writes a string.
writeStringStringMap(Map) - Method in class org.apache.lucene.store.IndexOutput
 
writeTo(IndexOutput) - Method in class org.apache.lucene.store.RAMOutputStream
Copy the current contents of this buffer to the named output.
writeVInt(int) - Method in class org.apache.lucene.store.IndexOutput
Writes an int in a variable-length format.
writeVLong(long) - Method in class org.apache.lucene.store.IndexOutput
Writes an long in a variable-length format.
WS_ELEMS - Static variable in class org.apache.lucene.demo.html.Tags
contains all tags for which whitespaces have to be inserted for proper tokenization

X

x() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
x(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
XOR - Static variable in class org.apache.lucene.misc.ChainedFilter
 
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

y() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
y(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
 
YEAR - Static variable in class org.apache.lucene.document.DateTools.Resolution
 
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.document.Field.Store
Store the original field value in the index.
YES - Static variable in class org.apache.lucene.document.Field.TermVector
Store the term vectors of each document.

_

_DISTOP_NUM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
_ESCAPED_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_ESCAPED_CHAR - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
_ESCAPED_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_innerIter - Variable in class org.apache.lucene.search.FilteredDocIdSetIterator
 
_NUM_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_NUM_CHAR - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
_NUM_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_NUM_CHAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
_ONE_CHAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
_QUOTED_CHAR - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
_QUOTED_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_STAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
_TERM_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_TERM_CHAR - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 
_TERM_START_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_TERM_START_CHAR - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
_TERM_START_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_WHITESPACE - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 

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-2010 Apache Software Foundation. All Rights Reserved.