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.feedsSources for benchmark inputs: documents and queries.org.apache.lucene.benchmark.byTask.programmatic - package org.apache.lucene.benchmark.byTask.programmaticSample performance test written programmatically - no algorithm file is needed here.org.apache.lucene.benchmark.byTask.stats - package org.apache.lucene.benchmark.byTask.statsStatistics maintained when running benchmark tasks.org.apache.lucene.benchmark.byTask.tasks - package org.apache.lucene.benchmark.byTask.tasksExtendable benchmark tasks.org.apache.lucene.benchmark.byTask.utils - package org.apache.lucene.benchmark.byTask.utilsUtilities used for the benchmark, and for the reports.org.apache.lucene.benchmark.quality - package org.apache.lucene.benchmark.qualitySearch Quality Benchmarking.org.apache.lucene.benchmark.quality.trec - package org.apache.lucene.benchmark.quality.trecUtilities for Trec related quality benchmarking, feeding from Trec Topics and QRels inputs.org.apache.lucene.benchmark.quality.utils - package org.apache.lucene.benchmark.quality.utilsMiscellaneous 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.documentThe logical representation of a Document for indexing and searching.org.apache.lucene.index - package org.apache.lucene.indexCode to maintain and access indices.org.apache.lucene.index.memory - package org.apache.lucene.index.memoryHigh-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.messages - package org.apache.lucene.messagesFor 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.queryParserA simple query parser implemented with JavaCC.org.apache.lucene.queryParser.analyzing - package org.apache.lucene.queryParser.analyzingQueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer.org.apache.lucene.queryParser.complexPhrase - package org.apache.lucene.queryParser.complexPhraseQueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"org.apache.lucene.queryParser.core - package org.apache.lucene.queryParser.coreContains the core classes of the flexible query parser frameworkorg.apache.lucene.queryParser.core.builders - package org.apache.lucene.queryParser.core.buildersContains the necessary classes to implement query buildersorg.apache.lucene.queryParser.core.config - package org.apache.lucene.queryParser.core.configContains the base classes used to configure the query processingorg.apache.lucene.queryParser.core.messages - package org.apache.lucene.queryParser.core.messagesContains messages usually used by query parser implementationsorg.apache.lucene.queryParser.core.nodes - package org.apache.lucene.queryParser.core.nodesContains query nodes that are commonly used by query parser implementationsorg.apache.lucene.queryParser.core.parser - package org.apache.lucene.queryParser.core.parserContains the necessary interfaces to implement text parsersorg.apache.lucene.queryParser.core.processors - package org.apache.lucene.queryParser.core.processorsInterfaces and implementations used by query node processorsorg.apache.lucene.queryParser.core.util - package org.apache.lucene.queryParser.core.utilUtility classes to used with the Query Parserorg.apache.lucene.queryParser.precedence - package org.apache.lucene.queryParser.precedenceQueryParser designed to handle operator precedence in a more sensible fashion than the default QueryParser.org.apache.lucene.queryParser.standard - package org.apache.lucene.queryParser.standardContains the implementation of the Lucene query parser using the flexible query parser frameworksorg.apache.lucene.queryParser.standard.builders - package org.apache.lucene.queryParser.standard.buildersStandard Lucene Query Node Buildersorg.apache.lucene.queryParser.standard.config - package org.apache.lucene.queryParser.standard.configStandard Lucene Query Configurationorg.apache.lucene.queryParser.standard.nodes - package org.apache.lucene.queryParser.standard.nodesStandard Lucene Query Nodesorg.apache.lucene.queryParser.standard.parser - package org.apache.lucene.queryParser.standard.parserLucene Query Parserorg.apache.lucene.queryParser.standard.processors - package org.apache.lucene.queryParser.standard.processorsLucene Query Node Processorsorg.apache.lucene.queryParser.surround.parser - package org.apache.lucene.queryParser.surround.parserThis package contains the QueryParser.jj source file for the Surround parser.org.apache.lucene.queryParser.surround.query - package org.apache.lucene.queryParser.surround.queryThis package contains SrndQuery and its subclasses.org.apache.lucene.search - package org.apache.lucene.searchCode 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.highlightThe 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.payloadsThe payloads package provides Query mechanisms for finding and using payloads.
org.apache.lucene.search.regex - package org.apache.lucene.search.regexRegular expression Query.org.apache.lucene.search.similar - package org.apache.lucene.search.similarDocument similarity query generators.org.apache.lucene.search.spans - package org.apache.lucene.search.spansThe calculus of spans.org.apache.lucene.search.spell - package org.apache.lucene.search.spellSuggest alternate spellings for words.org.apache.lucene.search.vectorhighlight - package org.apache.lucene.search.vectorhighlightThis is an another highlighter implementation.org.apache.lucene.spatial.geohash - package org.apache.lucene.spatial.geohashSupport 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.tierSupport 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.storeBinary i/o API, used for all index data.org.apache.lucene.store.db - package org.apache.lucene.store.dbBerkeley DB 4.3 based implementation of Directory.org.apache.lucene.store.instantiated - package org.apache.lucene.store.instantiatedInstantiatedIndex, alternative RAM store for small corpora.org.apache.lucene.store.je - package org.apache.lucene.store.jeBerkeley DB Java Edition based implementation of Directory.org.apache.lucene.swing.models - package org.apache.lucene.swing.modelsDecorators for JTable TableModel and JList ListModel encapsulating Lucene indexing and searching functionality.org.apache.lucene.util - package org.apache.lucene.utilSome utility classes.org.apache.lucene.util.cache - package org.apache.lucene.util.cache org.apache.lucene.wikipedia.analysis - package org.apache.lucene.wikipedia.analysisTokenizer that is aware of Wikipedia syntax.org.apache.lucene.wordnet - package org.apache.lucene.wordnetThis package uses synonyms defined by WordNet.org.apache.lucene.xmlparser - package org.apache.lucene.xmlparserParser 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.regexpThis 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<SrndQuery>, boolean, String) - 
Constructor for class org.apache.lucene.queryParser.surround.query.OrQuery
 
OrQueryNode - Class in org.apache.lucene.queryParser.core.nodesA 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_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
Deprecated.  
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
 - Deprecated. Use Java 5 enum, will be removed in a later Lucene 3.x release.
 - Parameter(String) - 
Constructor for class org.apache.lucene.util.Parameter
 - Deprecated.  
 - 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(Version, String[], String[], Analyzer) - 
Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
 - Parses a query which searches on the fields specified.
 - parse(Version, String, String[], BooleanClause.Occur[], Analyzer) - 
Static method in class org.apache.lucene.queryParser.MultiFieldQueryParser
 - Parses a query, searching on the fields specified.
 - 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
 - Constructor with message.
 - 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
 - Constructor with message.
 - 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
 - Constructor with message.
 - 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.analysis.miscellaneous
 - 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(Version, Pattern, boolean, Set<?>) - 
Constructor for class org.apache.lucene.analysis.miscellaneous.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<String, Analyzer>) - 
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(Version) - 
Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
 - Builds an analyzer with the default stop words:
 
PersianAnalyzer.DEFAULT_STOPWORD_FILE.
 - PersianAnalyzer(Version, Set<?>) - 
Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
 - Builds an analyzer with the given stop words
 - PersianAnalyzer(Version, String...) - 
Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
 - Deprecated. use 
PersianAnalyzer.PersianAnalyzer(Version, Set) instead
 - PersianAnalyzer(Version, Hashtable<?, ?>) - 
Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
 - Deprecated. use 
PersianAnalyzer.PersianAnalyzer(Version, Set) instead
 - PersianAnalyzer(Version, File) - 
Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
 - Deprecated. use 
PersianAnalyzer.PersianAnalyzer(Version, Set) instead
 - 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
 - RegularExpression Id.
 - 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
 - Constructor with user supplied CharStream.
 - PrecedenceQueryParser(PrecedenceQueryParserTokenManager) - 
Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 - Constructor with generated Token Manager.
 - PrecedenceQueryParserConstants - Interface in org.apache.lucene.queryParser.precedence
 - Token literal values and constants.
 - PrecedenceQueryParserTokenManager - Class in org.apache.lucene.queryParser.precedence
 - Token Manager.
 - PrecedenceQueryParserTokenManager(CharStream) - 
Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 - Constructor.
 - PrecedenceQueryParserTokenManager(CharStream, int) - 
Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 - Constructor.
 - 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
 - RegularExpression Id.
 - 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(StringBuilder) - 
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<String, String>) - 
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<T> - Class in org.apache.lucene.util
 - A PriorityQueue maintains a partial ordering of its elements such that the
 least element can always be found in constant time.
 - PriorityQueue() - 
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<byte[]>, int, int) - 
Method in class org.apache.lucene.search.payloads.PayloadNearQuery.PayloadNearSpanScorer
 - By default, uses the 
PayloadFunction to score the payloads, but
 can be overridden to do other things.
 - 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
 - RegularExpression Id.
 - 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(K, V) - 
Method in class org.apache.lucene.util.cache.Cache
 - Puts a (key, value)-pair into the cache.
 - put(K, V) - 
Method in class org.apache.lucene.util.cache.SimpleMapCache
 -  
 - put(K, V) - 
Method in class org.apache.lucene.util.MapOfSets
 - Adds val to the Set associated with key in the Map.
 - put(Scorer) - 
Method in class org.apache.lucene.util.ScorerDocQueue
 - Adds a Scorer to a ScorerDocQueue in log(size) time.
 - putAll(K, Collection<? extends V>) - 
Method in class org.apache.lucene.util.MapOfSets
 - Adds multiple vals to the Set associated with key in the Map.
 
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<String, String>) - 
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(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
 -  
 - 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(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
 - Constructor with user supplied CharStream.
 - QueryParser(QueryParserTokenManager) - 
Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParser
 - Constructor with generated Token Manager.
 - QueryParser.Operator - Enum in org.apache.lucene.queryParser
 - 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
 - Token literal values and constants.
 - 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
 - Token Manager.
 - QueryParserTokenManager(CharStream) - 
Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 - Constructor.
 - QueryParserTokenManager(CharStream, int) - 
Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 - Constructor.
 - QueryParserUtil - Class in org.apache.lucene.queryParser.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 - Enum 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
 - RegularExpression Id.
 - Quote2Text - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - RegularExpression Id.
 - QUOTED - 
Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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.
 - 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
 - Lexical state.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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.
 - 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
 - Lexical state.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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.
 - 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
 - Read a character.
 - 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
 - Deprecated. 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
 -  
 - 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
 - Reinitialise.
 - ReInit(InputStream, String) - 
Method in class org.apache.lucene.demo.html.HTMLParser
 - Reinitialise.
 - ReInit(Reader) - 
Method in class org.apache.lucene.demo.html.HTMLParser
 - Reinitialise.
 - ReInit(HTMLParserTokenManager) - 
Method in class org.apache.lucene.demo.html.HTMLParser
 - Reinitialise.
 - ReInit(SimpleCharStream) - 
Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
 - Reinitialise parser.
 - ReInit(SimpleCharStream, int) - 
Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
 - Reinitialise parser.
 - ReInit(Reader, int, int, int) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(Reader, int, int) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(Reader) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(InputStream, String, int, int, int) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(InputStream, int, int, int) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(InputStream, String) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(InputStream) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(InputStream, String, int, int) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(InputStream, int, int) - 
Method in class org.apache.lucene.demo.html.SimpleCharStream
 - Reinitialise.
 - ReInit(CharStream) - 
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 - Reinitialise.
 - ReInit(PrecedenceQueryParserTokenManager) - 
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 - Reinitialise.
 - ReInit(CharStream) - 
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 - Reinitialise parser.
 - ReInit(CharStream, int) - 
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 - Reinitialise parser.
 - 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
 - Reinitialise.
 - ReInit(QueryParserTokenManager) - 
Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 - Reinitialise.
 - ReInit(CharStream) - 
Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 - Reinitialise parser.
 - ReInit(CharStream, int) - 
Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 - Reinitialise parser.
 - 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 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(String[]) - 
Method in class org.apache.lucene.index.IndexSplitter
 -  
 - 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
 -  
 - 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<TaskStats>) - 
Method in class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
 - Report detailed statistics as a string
 - reportSelectByPrefix(List<TaskStats>) - 
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
 -  
 - reportSumByName(List<TaskStats>) - 
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
 - Report statistics as a string, aggregate for tasks named the same.
 - reportSumByNameRound(List<TaskStats>) - 
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<TaskStats>) - 
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 -  
 - reportSumByPrefixRound(List<TaskStats>) - 
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(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.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
 -  
 - reset() - 
Method in class org.apache.lucene.wordnet.SynonymTokenFilter
 -  
 - 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.
 - 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
 -  
 - 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(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.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).
 - RollbackIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
 - Rollback the index writer.
 - RollbackIndexTask(PerfRunData) - 
Constructor for class org.apache.lucene.benchmark.byTask.tasks.RollbackIndexTask
 -  
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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(Version) - 
Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 -  
 - RussianAnalyzer(Version, String...) - 
Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 - Deprecated. use 
RussianAnalyzer.RussianAnalyzer(Version, Set) instead
 - RussianAnalyzer(Version, Set<?>) - 
Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 - Builds an analyzer with the given stop words
 - RussianAnalyzer(Version, Map<?, ?>) - 
Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 - Deprecated. use 
RussianAnalyzer.RussianAnalyzer(Version, Set) instead
 - RussianLetterTokenizer - Class in org.apache.lucene.analysis.ru
 - A RussianLetterTokenizer is a 
Tokenizer that extends LetterTokenizer
 by also allowing the basic latin digits 0-9. - 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
 - Deprecated. Use 
LowerCaseFilter instead, which has the same
  functionality. This filter will be removed in Lucene 4.0 - RussianLowerCaseFilter(TokenStream) - 
Constructor for class org.apache.lucene.analysis.ru.RussianLowerCaseFilter
 - Deprecated.  
 - RussianStemFilter - Class in org.apache.lucene.analysis.ru
 - A 
TokenFilter that stems Russian words. - 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() - 
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(Collector) - 
Method in class org.apache.lucene.search.Scorer
 - Scores and collects all matching documents.
 - 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.
 - 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(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(int, String, int, int, 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.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
 - RegularExpression Id.
 - ScriptStart - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - RegularExpression Id.
 - ScriptTag() - 
Method in class org.apache.lucene.demo.html.HTMLParser
 -  
 - ScriptText - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - RegularExpression Id.
 - 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 executes each 
 
Searchable in its own thread and 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, 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, 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, Filter, int, Sort) - 
Method in class org.apache.lucene.search.Searcher
 - Search implementation with arbitrary sorting.
 - search(Query, Collector) - 
Method in class org.apache.lucene.search.Searcher
 - Lower-level search API.
 - 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, 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(T) - 
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
 - 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.
 - 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<String>, Set<String>) - 
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(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.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
 - Set debug output.
 - setDebugStream(PrintStream) - 
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 - Set debug output.
 - 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
 - Set debug output.
 - 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.
 - 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()
 - 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.
 - 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.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.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.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.
 - setMaxDocCharsToAnalyze(int) - 
Method in class org.apache.lucene.search.highlight.Highlighter
 -  
 - setMaxDocFreq(int) - 
Method in class org.apache.lucene.search.similar.MoreLikeThis
 - Set the maximum frequency in which words may still appear.
 - setMaxDocFreqPct(int) - 
Method in class org.apache.lucene.search.similar.MoreLikeThis
 - Set the maximum percentage in which words may still appear.
 - 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.BalancedSegmentMergePolicy.MergePolicyParams
 -  
 - 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)
 - setMaxSmallSegments(int) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 -  
 - setMaxSmallSegments(int) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 -  
 - 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.BalancedSegmentMergePolicy.MergePolicyParams
 -  
 - setMergeFactor(int) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 -  
 - 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.
 - setMergePolicyParams(BalancedSegmentMergePolicy.MergePolicyParams) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 -  
 - 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
 - Set 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.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.
 - setNumLargeSegments(int) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 -  
 - setNumLargeSegments(int) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 -  
 - 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.
 - setOmitTermFreqAndPositions(boolean) - 
Method in interface org.apache.lucene.document.Fieldable
 - Expert:
 If set, omit term freq, positions and payloads from
 postings for this field.
 - 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<? extends Analyzer>) - 
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.OpenIndexTask
 -  
 - 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.WaitTask
 -  
 - setParams(String) - 
Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 - Set the params (docSize only)
 - setPartialExpunge(boolean) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 -  
 - setPartialExpunge(boolean) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 -  
 - 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 
IndexInput.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.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.TimeLimitingCollector
 - Set the timer resolution.
 - 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<TestRunData>) - 
Method in class org.apache.lucene.benchmark.stats.TestData
 -  
 - setRunInBackground() - 
Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 -  
 - 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.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(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
 - Deprecated. use 
BrazilianAnalyzer.BrazilianAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(Map<?, ?>) - 
Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
 - Deprecated. use 
BrazilianAnalyzer.BrazilianAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(File) - 
Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
 - Deprecated. use 
BrazilianAnalyzer.BrazilianAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(String[]) - 
Method in class org.apache.lucene.analysis.de.GermanAnalyzer
 - Deprecated. use 
GermanAnalyzer.GermanAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(Map) - 
Method in class org.apache.lucene.analysis.de.GermanAnalyzer
 - Deprecated. use 
GermanAnalyzer.GermanAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(File) - 
Method in class org.apache.lucene.analysis.de.GermanAnalyzer
 - Deprecated. use 
GermanAnalyzer.GermanAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(String...) - 
Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
 - Deprecated. use 
FrenchAnalyzer.FrenchAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(Map) - 
Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
 - Deprecated. use 
FrenchAnalyzer.FrenchAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(File) - 
Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
 - Deprecated. use 
FrenchAnalyzer.FrenchAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(String...) - 
Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
 - Deprecated. use 
DutchAnalyzer.DutchAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(HashSet<?>) - 
Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
 - Deprecated. use 
DutchAnalyzer.DutchAnalyzer(Version, Set, Set) instead
 - setStemExclusionTable(File) - 
Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
 - Deprecated. use 
DutchAnalyzer.DutchAnalyzer(Version, Set, Set) instead
 - 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.
 - 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.
 - setTestMode() - 
Static method in class org.apache.lucene.index.ConcurrentMergeScheduler
 -  
 - setTestPoint(double, double) - 
Method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
 - Deprecated.  
 - 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<Token>) - 
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.BalancedSegmentMergePolicy.MergePolicyParams
 -  
 - 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.
 - setUseOldRangeQuery(boolean) - 
Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
 - Deprecated.  
 - 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(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(Version) - 
Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 - Wraps 
StandardAnalyzer.
 - ShingleAnalyzerWrapper(Version, int) - 
Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 - Wraps 
StandardAnalyzer.
 - 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.
 - 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
 - Constructor.
 - SimpleCharStream(Reader, int, int) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - SimpleCharStream(Reader) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - SimpleCharStream(InputStream, String, int, int, int) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - SimpleCharStream(InputStream, int, int, int) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - SimpleCharStream(InputStream, String, int, int) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - SimpleCharStream(InputStream, int, int) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - SimpleCharStream(InputStream, String) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - SimpleCharStream(InputStream) - 
Constructor for class org.apache.lucene.demo.html.SimpleCharStream
 - Constructor.
 - 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, 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<K,V> - 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<K,V> - 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<K, V>) - 
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
 -  
 - SingleTermEnum - Class in org.apache.lucene.search
 - Subclass of FilteredTermEnum for enumerating a single term.
 - SingleTermEnum(IndexReader, Term) - 
Constructor for class org.apache.lucene.search.SingleTermEnum
 - Creates a new 
SingleTermEnum.
 - 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
 -  
 - 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(SegmentInfo) - 
Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 -  
 - 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
 -  
 - 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(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.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(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.
 - 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(StringBuilder) - 
Method in class org.tartarus.snowball.SnowballProgram
 -  
 - slice_to(StringBuilder) - 
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(Version) - 
Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
 - Create a new SmartChineseAnalyzer, using the default stopword list.
 - SmartChineseAnalyzer(Version, boolean) - 
Constructor for class org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer
 - 
 Create a new SmartChineseAnalyzer, optionally using the default stopword list.
 - SmartChineseAnalyzer(Version, 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(Version, String) - 
Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
 - Builds the named analyzer with no stop words.
 - SnowballAnalyzer(Version, String, String[]) - 
Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
 - Deprecated. Use 
SnowballAnalyzer.SnowballAnalyzer(Version, String, Set) instead.
 - 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 reflection in filter class.
 - 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(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
 -  
 - SortedTermVectorMapper - Class in org.apache.lucene.index
 - Store a sorted collection of 
TermVectorEntrys. - SortedTermVectorMapper(Comparator<TermVectorEntry>) - 
Constructor for class org.apache.lucene.index.SortedTermVectorMapper
 -  
 - SortedTermVectorMapper(boolean, boolean, Comparator<TermVectorEntry>) - 
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, 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, FieldComparatorSource) - 
Constructor for class org.apache.lucene.search.SortField
 - Creates a sort with a custom comparison function.
 - SortField(String, FieldComparatorSource, boolean) - 
Constructor for class org.apache.lucene.search.SortField
 - Creates a sort, possibly in reverse, with a custom comparison function.
 - source - 
Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 -  
 - SP - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - RegularExpression Id.
 - Space - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - RegularExpression Id.
 - 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(DocIdSet, List<SpanFilterResult.PositionInfo>) - 
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.
 - split(File, String[]) - 
Method in class org.apache.lucene.index.IndexSplitter
 -  
 - split(IndexReader, Directory[], boolean) - 
Method in class org.apache.lucene.index.MultiPassIndexSplitter
 - Split source index into multiple parts.
 - 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(Version) - 
Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
 - Builds an analyzer with the default stop words (
StandardAnalyzer.STOP_WORDS_SET).
 - StandardAnalyzer(Version, Set<?>) - 
Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
 - Builds an analyzer with the given stop words.
 - StandardAnalyzer(Version, File) - 
Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
 - Builds an analyzer with the stop words from the given file.
 - StandardAnalyzer(Version, Reader) - 
Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
 - Builds an analyzer with the stop words from the given reader.
 - StandardBooleanQueryNode - Class in org.apache.lucene.queryParser.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(Version, Reader) - 
Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
 - Creates a new instance of the 
StandardTokenizer.
 - StandardTokenizer(Version, AttributeSource, Reader) - 
Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
 - Creates a new StandardTokenizer with a given 
AttributeSource.
 - 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 original sentence
 - 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
 - Whether parser is static.
 - 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
 -  
 - 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
 - Deprecated. use 
CJKAnalyzer.getDefaultStopSet() instead
 - STOP_WORDS - 
Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
 -  
 - 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(Version) - 
Constructor for class org.apache.lucene.analysis.StopAnalyzer
 - Builds an analyzer which removes words in
  
StopAnalyzer.ENGLISH_STOP_WORDS_SET.
 - StopAnalyzer(Version, Set<?>) - 
Constructor for class org.apache.lucene.analysis.StopAnalyzer
 - Builds an analyzer with the stop words from the given set.
 - StopAnalyzer(Version, File) - 
Constructor for class org.apache.lucene.analysis.StopAnalyzer
 - Builds an analyzer with the stop words from the given file.
 - 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(boolean, TokenStream, Set<?>, boolean) - 
Constructor for class org.apache.lucene.analysis.StopFilter
 - Construct a token stream filtering the given input.
 - 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
 - stopNow - 
Variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 -  
 - stopNow() - 
Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 -  
 - stopNow() - 
Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 -  
 - STOPWORDS_COMMENT - 
Static variable in class org.apache.lucene.analysis.ar.ArabicAnalyzer
 - Deprecated. use 
WordlistLoader.getWordSet(File, String) directly
 - 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
 -  
 - stringIterator() - 
Method in class org.apache.lucene.analysis.CharArraySet
 - returns an iterator of new allocated Strings
 - 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
 -  
 - subReaders - 
Variable in class org.apache.lucene.search.IndexSearcher
 -  
 - 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
 - RegularExpression Id.
 - suffixToString(StringBuilder) - 
Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 -  
 - suffixToString(StringBuilder) - 
Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 -  
 - 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.OpenIndexTask
 -  
 - 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.WaitTask
 -  
 - 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
 - Switch to specified lex state.
 - SwitchTo(int) - 
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 - Switch to specified lex state.
 - 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
 - Switch to specified lex state.
 - 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<K, V>) - 
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.wordnet.SynonymTokenFilter
 - The Token.type used to indicate a synonym to higher level filters.
 - SynonymMap - Class in org.apache.lucene.wordnet
 - 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.wordnet.SynonymMap
 - Constructs an instance, loading WordNet synonym data from the given input
 stream.
 - SynonymTokenFilter - Class in org.apache.lucene.wordnet
 - 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.wordnet.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
 - RegularExpression Id.
 - TagName - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - RegularExpression Id.
 - 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
 -  
 - 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
 - RegularExpression Id.
 - 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
 - RegularExpression Id.
 - 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
 -  
 - 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.SingleTermEnum
 -  
 - 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.MultiPassIndexSplitter.FakeDeleteIndexReader
 -  
 - 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
 -  
 - 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(CharSequence, int, int) - 
Constructor for class org.apache.lucene.search.highlight.TextFragment
 -  
 - TextFragment(StringBuffer, int, int) - 
Constructor for class org.apache.lucene.search.highlight.TextFragment
 - Deprecated. Use 
TextFragment.TextFragment(CharSequence, int, int) instead.
 This constructor will be removed in Lucene 4.0
 - 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(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
 -  
 - ThreadInterruptedException - Exception in org.apache.lucene.util
 - Thrown by lucene on detecting that Thread.interrupt() had
 been called.
 - ThreadInterruptedException(InterruptedException) - 
Constructor for exception org.apache.lucene.util.ThreadInterruptedException
 -  
 - 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
 -  
 - 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.
 - toIndex(boolean, boolean) - 
Static method in enum org.apache.lucene.document.Field.Index
 - Get the best representation of the index given the flags.
 - toIndex(boolean, boolean, boolean) - 
Static method in enum org.apache.lucene.document.Field.Index
 - Expert: Get the best representation of the index given the flags.
 - 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
 - Current token.
 - Token - Class in org.apache.lucene.demo.html
 - Describes the input token stream.
 - Token() - 
Constructor for class org.apache.lucene.demo.html.Token
 - No-argument constructor
 - Token(int) - 
Constructor for class org.apache.lucene.demo.html.Token
 - Constructs a new token for the specified Image.
 - Token(int, String) - 
Constructor for class org.apache.lucene.demo.html.Token
 - Constructs a new token for the specified Image and Kind.
 - token - 
Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 - Current token.
 - Token - Class in org.apache.lucene.queryParser.precedence
 - Describes the input token stream.
 - Token() - 
Constructor for class org.apache.lucene.queryParser.precedence.Token
 - No-argument constructor
 - Token(int) - 
Constructor for class org.apache.lucene.queryParser.precedence.Token
 - Constructs a new token for the specified Image.
 - Token(int, String) - 
Constructor for class org.apache.lucene.queryParser.precedence.Token
 - Constructs a new token for the specified Image and Kind.
 - 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
 - Current token.
 - Token - Class in org.apache.lucene.queryParser.surround.parser
 - Describes the input token stream.
 - Token() - 
Constructor for class org.apache.lucene.queryParser.surround.parser.Token
 - No-argument constructor
 - Token(int) - 
Constructor for class org.apache.lucene.queryParser.surround.parser.Token
 - Constructs a new token for the specified Image.
 - Token(int, String) - 
Constructor for class org.apache.lucene.queryParser.surround.parser.Token
 - Constructs a new token for the specified Image and Kind.
 - Token - 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.TokenAttributeFactory - Class in org.apache.lucene.analysis
 - Expert: Creates a TokenAttributeFactory returning 
Token as instance for the basic attributes
 and for all other attributes calls the given delegate factory. - Token.TokenAttributeFactory(AttributeSource.AttributeFactory) - 
Constructor for class org.apache.lucene.analysis.Token.TokenAttributeFactory
 - Expert: Creates an AttributeFactory returning 
Token as instance for the basic attributes
 and for all other attributes calls the given delegate factory.
 - TOKEN_ATTRIBUTE_FACTORY - 
Static variable in class org.apache.lucene.analysis.Token
 - Convenience factory that returns 
Token as implementation for the basic
 attributes and return the default impl (with "Impl" appended) for all other
 attributes.
 - TOKEN_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
 - Generated Token Manager.
 - token_source - 
Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 - Generated Token Manager.
 - 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
 - Generated Token Manager.
 - TOKEN_TYPE_FULL_PREC - 
Static variable in class org.apache.lucene.analysis.NumericTokenStream
 - The full precision token gets this token type assigned.
 - TOKEN_TYPE_LOWER_PREC - 
Static variable in class org.apache.lucene.analysis.NumericTokenStream
 - The lower precision tokens gets this token type assigned.
 - TOKEN_TYPES - 
Static variable in class org.apache.lucene.analysis.standard.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 interface org.apache.lucene.demo.html.HTMLParserConstants
 - Literal token values.
 - 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
 - Literal token values.
 - 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
 - Literal token values.
 - 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
 - Token Manager Error.
 - TokenMgrError() - 
Constructor for error org.apache.lucene.demo.html.TokenMgrError
 - No arg constructor.
 - TokenMgrError(String, int) - 
Constructor for error org.apache.lucene.demo.html.TokenMgrError
 - Constructor with message and reason.
 - TokenMgrError(boolean, int, int, int, String, char, int) - 
Constructor for error org.apache.lucene.demo.html.TokenMgrError
 - Full Constructor.
 - TokenMgrError - Error in org.apache.lucene.queryParser.precedence
 - Token Manager Error.
 - TokenMgrError() - 
Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 - No arg constructor.
 - TokenMgrError(String, int) - 
Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 - Constructor with message and reason.
 - TokenMgrError(boolean, int, int, int, String, char, int) - 
Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 - Full Constructor.
 - 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
 - Token Manager Error.
 - TokenMgrError() - 
Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
 - No arg constructor.
 - TokenMgrError(String, int) - 
Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
 - Constructor with message and reason.
 - TokenMgrError(boolean, int, int, int, String, char, int) - 
Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
 - Full Constructor.
 - 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
 -  
 - 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, String) - 
Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
 - Creates a token stream that tokenizes the given string into token terms
 (aka words).
 - tokenStream(String, Reader) - 
Method in class org.apache.lucene.analysis.miscellaneous.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).
 - 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
 -  
 - 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
 -  
 - toLargeString() - 
Method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
 -  
 - 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.
 - 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 ..
 - TopDocsCollector<T extends ScoreDoc> - Class in org.apache.lucene.search
 - A base class for all collectors that return a 
TopDocs output. - TopDocsCollector(PriorityQueue<T>) - 
Constructor for class org.apache.lucene.search.TopDocsCollector
 -  
 - TopFieldCollector - Class in org.apache.lucene.search
 - A 
Collector that sorts by SortField using
 FieldComparators. - TopFieldDocs - Class in org.apache.lucene.search
 - Represents hits returned by 
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.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.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 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 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
 -  
 - 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(String) - 
Method in class org.apache.lucene.search.MatchAllDocsQuery
 -  
 - toString(String) - 
Method in class org.apache.lucene.search.MultiPhraseQuery
 - Prints a user-readable version of this query.
 - toString() - 
Method in class org.apache.lucene.search.MultiTermQueryWrapperFilter
 -  
 - toString(String) - 
Method in class org.apache.lucene.search.NumericRangeQuery
 -  
 - toString(String) - 
Method in class org.apache.lucene.search.payloads.PayloadNearQuery
 -  
 - toString(String) - 
Method in class org.apache.lucene.search.PhraseQuery
 - Prints a user-readable version of this query.
 - toString() - 
Method in class org.apache.lucene.search.PrefixFilter
 - Prints a user-readable version of this query.
 - toString(String) - 
Method in class org.apache.lucene.search.PrefixQuery
 - Prints a user-readable version of this query.
 - toString(String) - 
Method in class org.apache.lucene.search.Query
 - Prints a query to a string, with 
field assumed to be the 
 default field and omitted.
 - toString() - 
Method in class org.apache.lucene.search.Query
 - Prints a query to a string.
 - toString() - 
Method in class org.apache.lucene.search.QueryTermVector
 -  
 - toString() - 
Method in class org.apache.lucene.search.QueryWrapperFilter
 -  
 - toString(String) - 
Method in class org.apache.lucene.search.regex.RegexQuery
 -  
 - 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
 - Deprecated.  
 - toString() - 
Method in class org.apache.lucene.wordnet.SynonymMap
 - Returns a String representation of the index data for debugging purposes.
 - 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.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.
 - toTermVector(boolean, boolean, boolean) - 
Static method in enum org.apache.lucene.document.Field.TermVector
 - Get the best representation of a TermVector given the flags.
 - totFields - 
Variable in class org.apache.lucene.index.CheckIndex.Status.FieldNormStatus
 - Number of fields successfully tested
 - totFields - 
Variable in class org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus
 - Total number of stored fields tested.
 - totFreq - 
Variable in class org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
 - Total frequency across all terms.
 - totLoseDocCount - 
Variable in class org.apache.lucene.index.CheckIndex.Status
 - How many documents will be lost to bad segments.
 - 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
 - RegularExpression Id.
 - TRUNCTERM - 
Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 - RegularExpression Id.
 - tryLock() - 
Method in class org.apache.lucene.util.DummyConcurrentLock
 -  
 - tryLock(long, TimeUnit) - 
Method in class org.apache.lucene.util.DummyConcurrentLock
 -  
 - 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
 -  
 - 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
 -  
 - 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.IndexWriter
 - Forcibly unlocks the index in the named directory.
 - unlock() - 
Method in class org.apache.lucene.util.DummyConcurrentLock
 -  
 - 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<Token>, int, List<ShingleMatrixFilter.Matrix.Column.Row>, List<Token>) - 
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.incrementToken().
 - 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(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.analysis.ngram.EdgeNGramTokenFilter.Side
 - Returns the enum constant of this type with the specified name.
 - valueOf(String) - 
Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
 - Returns the enum constant of this type with the specified name.
 - valueOf(String) - 
Static method in enum org.apache.lucene.document.Field.Index
 - Returns the enum constant of this type with the specified name.
 - valueOf(String) - 
Static method in enum org.apache.lucene.document.Field.Store
 - Returns the enum constant of this type with the specified name.
 - valueOf(String) - 
Static method in enum org.apache.lucene.document.Field.TermVector
 - Returns the enum constant of this type with the specified name.
 - valueOf(String) - 
Static method in enum org.apache.lucene.document.FieldSelectorResult
 - Returns the enum constant of this type with the specified name.
 - 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.QueryParser.Operator
 - 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.queryParser.standard.QueryParserWrapper.Operator
 - Deprecated. Returns the enum constant of this type with the specified name.
 - valueOf(String) - 
Static method in enum org.apache.lucene.search.BooleanClause.Occur
 - Returns the enum constant of this type with the specified name.
 - valueOf(String) - 
Static method in enum org.apache.lucene.search.CachingWrapperFilter.DeletesMode
 - 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.
 - valueOf(String) - 
Static method in enum org.apache.lucene.util.Version
 - Returns the enum constant of this type with the specified name.
 - values() - 
Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
 - Returns an array containing the constants of this enum type, in
the order they're declared.
 - values() - 
Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
 - Returns an array containing the constants of this enum type, in
the order they're declared.
 - values() - 
Static method in enum org.apache.lucene.document.Field.Index
 - Returns an array containing the constants of this enum type, in
the order they're declared.
 - values() - 
Static method in enum org.apache.lucene.document.Field.Store
 - Returns an array containing the constants of this enum type, in
the order they're declared.
 - values() - 
Static method in enum org.apache.lucene.document.Field.TermVector
 - Returns an array containing the constants of this enum type, in
the order they're declared.
 - values() - 
Static method in enum org.apache.lucene.document.FieldSelectorResult
 - 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.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.QueryParser.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.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.queryParser.standard.QueryParserWrapper.Operator
 - Deprecated. Returns an array containing the constants of this enum type, in
the order they're declared.
 - values() - 
Static method in enum org.apache.lucene.search.BooleanClause.Occur
 - Returns an array containing the constants of this enum type, in
the order they're declared.
 - values() - 
Static method in enum org.apache.lucene.search.CachingWrapperFilter.DeletesMode
 - 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.
 - values() - 
Static method in enum org.apache.lucene.util.Version
 - 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 - Enum in org.apache.lucene.util
 - Use by certain classes to match version compatibility
 across releases of Lucene.
 - 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
 - RegularExpression Id.
 - waitForMerges() - 
Method in class org.apache.lucene.index.IndexWriter
 - Wait for any currently outstanding merges to finish.
 - WaitTask - Class in org.apache.lucene.benchmark.byTask.tasks
 - Simply waits for the specified (via the parameter) amount
 of time.
 - WaitTask(PerfRunData) - 
Constructor for class org.apache.lucene.benchmark.byTask.tasks.WaitTask
 -  
 - 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(StringBuilder) - 
Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 -  
 - WHITESPACE_PATTERN - 
Static variable in class org.apache.lucene.analysis.miscellaneous.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<String>) - 
Constructor for class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 - Creates a new instance of the 
WikipediaTokenizer.
 - WikipediaTokenizer(AttributeSource.AttributeFactory, Reader, int, Set<String>) - 
Constructor for class org.apache.lucene.wikipedia.analysis.WikipediaTokenizer
 - Creates a new instance of the 
WikipediaTokenizer.
 - WikipediaTokenizer(AttributeSource, Reader, int, Set<String>) - 
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
 - RegularExpression Id.
 - 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.
 - WithinComment1 - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - Lexical state.
 - WithinComment2 - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - Lexical state.
 - WithinQuote1 - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - Lexical state.
 - WithinQuote2 - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - Lexical state.
 - WithinScript - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - Lexical state.
 - WithinTag - 
Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 - Lexical state.
 - 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
 -  
 - withOffsets() - 
Method in enum org.apache.lucene.document.Field.TermVector
 -  
 - withPositions() - 
Method in enum org.apache.lucene.document.Field.TermVector
 -  
 - 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
 - RegularExpression Id.
 - 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<String, String>) - 
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
 -  
 
_
- _DISTOP_NUM - 
Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 - RegularExpression Id.
 - _ESCAPED_CHAR - 
Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 - RegularExpression Id.
 - _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
 - RegularExpression Id.
 - _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
 - RegularExpression Id.
 - _ONE_CHAR - 
Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
 - RegularExpression Id.
 - _QUOTED_CHAR - 
Static variable in interface org.apache.lucene.queryParser.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
 - RegularExpression Id.
 - _TERM_CHAR - 
Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 - RegularExpression Id.
 - _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
 - RegularExpression Id.
 - _TERM_START_CHAR - 
Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 - RegularExpression Id.
 - _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
 - RegularExpression Id.
 - _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
 - RegularExpression Id.
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Copyright © 2000-2010 Apache Software Foundation.  All Rights Reserved.