- CachingWrapperFilter - Class in org.apache.lucene.search
-
Wraps another filter's result and caches it.
- CachingWrapperFilter(Filter) - Constructor for class org.apache.lucene.search.CachingWrapperFilter
-
- CARAT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- CARAT - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- CARAT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- ChainedFilter - Class in org.apache.lucene.misc
-
Allows multiple
Filter
s to be chained.
- ChainedFilter(Filter[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
-
Ctor.
- ChainedFilter(Filter[], int[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
-
Ctor.
- ChainedFilter(Filter[], int) - Constructor for class org.apache.lucene.misc.ChainedFilter
-
Ctor.
- CharStream - Interface in org.apache.lucene.analysis.standard
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- CharStream - Interface in org.apache.lucene.queryParser
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- CharStream - Interface in org.apache.lucene.queryParser.precedence
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- CharStream - Interface in org.apache.lucene.queryParser.surround.parser
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- CharTokenizer - Class in org.apache.lucene.analysis
-
An abstract base class for simple, character-oriented tokenizers.
- CharTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.CharTokenizer
-
- checkDistanceSubQueries(DistanceQuery, String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- ChineseAnalyzer - Class in org.apache.lucene.analysis.cn
-
Title: ChineseAnalyzer
Description:
Subclass of org.apache.lucene.analysis.Analyzer
build from a ChineseTokenizer, filtered with ChineseFilter.
- ChineseAnalyzer() - Constructor for class org.apache.lucene.analysis.cn.ChineseAnalyzer
-
- ChineseFilter - Class in org.apache.lucene.analysis.cn
-
Title: ChineseFilter
Description: Filter with a stop word table
Rule: No digital is allowed.
- ChineseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cn.ChineseFilter
-
- ChineseTokenizer - Class in org.apache.lucene.analysis.cn
-
Title: ChineseTokenizer
Description: Extract tokens from the Stream using Character.getType()
Rule: A Chinese character as a single token
Copyright: Copyright (c) 2001
Company:
The difference between thr ChineseTokenizer and the
CJKTokenizer (id=23545) is that they have different
token parsing logic.
- ChineseTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
-
- CJ - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- CJKAnalyzer - Class in org.apache.lucene.analysis.cjk
-
Filters CJKTokenizer with StopFilter.
- CJKAnalyzer() - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
-
- CJKAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
-
Builds an analyzer which removes words in the provided array.
- CJKTokenizer - Class in org.apache.lucene.analysis.cjk
-
CJKTokenizer was modified from StopTokenizer which does a decent job for
most European languages.
- CJKTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
-
Construct a token stream processing the given input.
- Clause(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- Clause(String) - Method in class org.apache.lucene.queryParser.QueryParser
-
- clear() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
-
- clear(int) - Method in class org.apache.lucene.util.BitVector
-
Sets the value of bit
to zero.
- clear() - Method in class org.apache.lucene.util.PriorityQueue
-
Removes all entries from the PriorityQueue.
- clearIndex() - Method in class org.apache.lucene.search.spell.SpellChecker
-
- clone() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- clone() - Method in class org.apache.lucene.search.BooleanQuery
-
- clone() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
-
Create a shallow copy of us -- used in rewriting if necessary
- clone() - Method in class org.apache.lucene.search.Query
-
Returns a clone of this query.
- clone() - Method in class org.apache.lucene.store.BufferedIndexInput
-
- clone() - Method in class org.apache.lucene.store.IndexInput
-
Returns a clone of this stream.
- close() - Method in class org.apache.lucene.analysis.TokenFilter
-
Close the input TokenStream.
- close() - Method in class org.apache.lucene.analysis.Tokenizer
-
By default, closes the input Reader.
- close() - Method in class org.apache.lucene.analysis.TokenStream
-
Releases resources associated with this stream.
- close() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- close() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- close() - Method in class org.apache.lucene.index.IndexModifier
-
Close this index, writing all pending changes to disk.
- close() - Method in class org.apache.lucene.index.IndexReader
-
Closes files associated with this index.
- close() - Method in class org.apache.lucene.index.IndexWriter
-
Flushes all changes to an index and closes all associated files.
- close() - Method in class org.apache.lucene.index.MultipleTermPositions
-
- close() - Method in interface org.apache.lucene.index.TermDocs
-
Frees associated resources.
- close() - Method in class org.apache.lucene.index.TermEnum
-
Closes the enumeration to further activity, freeing resources.
- close() - Method in class org.apache.lucene.search.FilteredTermEnum
-
Closes the enumeration to further activity, freeing resources.
- close() - Method in class org.apache.lucene.search.FuzzyTermEnum
-
- close() - Method in class org.apache.lucene.search.IndexSearcher
-
Note that the underlying IndexReader is not closed, if
IndexSearcher was constructed with IndexSearcher(IndexReader r).
- close() - Method in class org.apache.lucene.search.MultiSearcher
-
- close() - Method in class org.apache.lucene.search.regex.RegexTermEnum
-
- close() - Method in class org.apache.lucene.search.RemoteSearchable
-
- close() - Method in interface org.apache.lucene.search.Searchable
-
Frees resources associated with this Searcher.
- close() - Method in class org.apache.lucene.search.Searcher
-
- close() - Method in class org.apache.lucene.search.WildcardTermEnum
-
- close() - Method in class org.apache.lucene.store.BufferedIndexOutput
-
Closes this stream to further operations.
- close() - Method in class org.apache.lucene.store.Directory
-
Closes the store.
- close() - Method in class org.apache.lucene.store.FSDirectory
-
Closes the store to future operations.
- close() - Method in class org.apache.lucene.store.IndexInput
-
Closes the stream to futher operations.
- close() - Method in class org.apache.lucene.store.IndexOutput
-
Closes this stream to further operations.
- close() - Method in class org.apache.lucene.store.RAMDirectory
-
Closes the store to future operations.
- close() - Method in class org.apache.lucene.store.RAMOutputStream
-
- CloseQuote1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- CloseQuote2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- collect(int, float) - Method in class org.apache.lucene.search.HitCollector
-
Called once for every non-zero scoring document, with the document number
and its score.
- collect(int, float) - Method in class org.apache.lucene.search.TopDocCollector
-
- collect(int, float) - Method in class org.apache.lucene.search.TopFieldDocCollector
-
- COLON - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- COLON - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- COLON - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- column - Variable in class org.apache.lucene.demo.html.SimpleCharStream
-
- combine(Query[]) - Method in class org.apache.lucene.search.Query
-
Expert: called when re-writing queries under MultiSearcher.
- COMMA - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- Comment1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- Comment2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- CommentEnd1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- CommentEnd2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- CommentTag() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- CommentText1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- CommentText2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- commit() - Method in class org.apache.lucene.index.IndexReader
-
Commit changes resulting from delete, undeleteAll, or setNorm operations
- COMMIT_LOCK_NAME - Static variable in class org.apache.lucene.index.IndexWriter
-
- COMMIT_LOCK_TIMEOUT - Static variable in class org.apache.lucene.index.IndexWriter
-
Default value is 10,000.
- COMPANY - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- comparators - Variable in class org.apache.lucene.search.FieldSortedHitQueue
-
Stores a comparator corresponding to each field being sorted by
- compare(ScoreDoc, ScoreDoc) - Method in interface org.apache.lucene.search.ScoreDocComparator
-
Compares two ScoreDoc objects and returns a result indicating their
sort order.
- compareTo(Object) - Method in class org.apache.lucene.index.Term
-
- compareTo(Term) - Method in class org.apache.lucene.index.Term
-
Compares two terms, returning a negative integer if this
term belongs before the argument, zero if this term is equal to the
argument, and a positive integer if this term belongs after the argument.
- compareTo(Object) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
-
- compile(String) - Method in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
-
- compile(String) - Method in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
-
- ComposedQuery - Class in org.apache.lucene.queryParser.surround.query
-
- ComposedQuery(List, boolean, String) - Constructor for class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- COMPRESS - Static variable in class org.apache.lucene.document.Field.Store
-
Store the original field value in the index in a compressed form.
- ConfigurableDocumentHandler - Interface in org.apache.lucene.ant
-
- configure(Properties) - Method in interface org.apache.lucene.ant.ConfigurableDocumentHandler
-
- Conjunction() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- Conjunction() - Method in class org.apache.lucene.queryParser.QueryParser
-
- Constants - Class in org.apache.lucene.util
-
Some useful constants.
- ConstantScoreQuery - Class in org.apache.lucene.search
-
A query that wraps a filter and simply returns a constant score equal to the
query boost for every document in the filter.
- ConstantScoreQuery(Filter) - Constructor for class org.apache.lucene.search.ConstantScoreQuery
-
- ConstantScoreQuery.ConstantScorer - Class in org.apache.lucene.search
-
- ConstantScoreQuery.ConstantScorer(Similarity, IndexReader, Weight) - Constructor for class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
-
- ConstantScoreQuery.ConstantWeight - Class in org.apache.lucene.search
-
- ConstantScoreQuery.ConstantWeight(Searcher) - Constructor for class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
-
- ConstantScoreRangeQuery - Class in org.apache.lucene.search
-
A range query that returns a constant score equal to it's boost for
all documents in the range.
- ConstantScoreRangeQuery(String, String, String, boolean, boolean) - Constructor for class org.apache.lucene.search.ConstantScoreRangeQuery
-
- coord(int, int) - Method in class org.apache.lucene.search.DefaultSimilarity
-
Implemented as overlap / maxOverlap
.
- coord(int, int) - Method in class org.apache.lucene.search.Similarity
-
Computes a score factor based on the fraction of all query terms that a
document contains.
- coord(int, int) - Method in class org.apache.lucene.search.SimilarityDelegator
-
- copy_from(SnowballProgram) - Method in class net.sf.snowball.SnowballProgram
-
- count() - Method in class org.apache.lucene.util.BitVector
-
Returns the total number of one bits in this vector.
- CP1251 - Static variable in class org.apache.lucene.analysis.ru.RussianCharsets
-
- CP1253 - Static variable in class org.apache.lucene.analysis.el.GreekCharsets
-
- createDynamicElement(String) - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
-
- createFile(String) - Method in class org.apache.lucene.store.Directory
-
- createIndexReader() - Method in class org.apache.lucene.index.IndexModifier
-
Close the IndexWriter and open an IndexReader.
- createIndexWriter() - Method in class org.apache.lucene.index.IndexModifier
-
Close the IndexReader and open an IndexWriter.
- createOutput(String) - Method in class org.apache.lucene.store.Directory
-
Creates a new, empty file in the directory with the given name.
- createOutput(String) - Method in class org.apache.lucene.store.FSDirectory
-
Creates a new, empty file in the directory with the given name.
- createOutput(String) - Method in class org.apache.lucene.store.RAMDirectory
-
Creates a new, empty file in the directory with the given name.
- createSearcher() - Method in class org.apache.lucene.index.memory.MemoryIndex
-
Creates and returns a searcher that can be used to execute arbitrary
Lucene queries and to collect the resulting query results as hits.
- createTerm(String) - Method in class org.apache.lucene.index.Term
-
Optimized construction of new Terms by reusing same field as this Term
- avoids field.intern() overhead
- createToken(String, Token) - Method in class org.apache.lucene.index.memory.SynonymTokenFilter
-
Creates and returns a token for the given synonym of the current input
token; Override for custom (stateless or stateful) behaviour, if desired.
- createWeight(Searcher) - Method in class org.apache.lucene.search.BooleanQuery
-
- createWeight(Searcher) - Method in class org.apache.lucene.search.ConstantScoreQuery
-
- createWeight(Searcher) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
-
- createWeight(Searcher) - Method in class org.apache.lucene.search.FilteredQuery
-
Returns a Weight that applies the filter to the enclosed query's Weight.
- createWeight(Searcher) - Method in class org.apache.lucene.search.MatchAllDocsQuery
-
- createWeight(Searcher) - Method in class org.apache.lucene.search.MultiPhraseQuery
-
- createWeight(Query) - Method in class org.apache.lucene.search.MultiSearcher
-
Create weight in multiple index scenario.
- createWeight(Searcher) - Method in class org.apache.lucene.search.PhrasePrefixQuery
-
Deprecated.
- createWeight(Searcher) - Method in class org.apache.lucene.search.PhraseQuery
-
- createWeight(Searcher) - Method in class org.apache.lucene.search.Query
-
Expert: Constructs an appropriate Weight implementation for this query.
- createWeight(Query) - Method in class org.apache.lucene.search.Searcher
-
creates a weight for query
- createWeight(Searcher) - Method in class org.apache.lucene.search.spans.SpanQuery
-
- createWeight(Searcher) - Method in class org.apache.lucene.search.TermQuery
-
- curChar - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- curChar - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- curChar - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- curChar - Variable in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- curChar - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- current - Variable in class net.sf.snowball.SnowballProgram
-
- currentToken - Variable in exception org.apache.lucene.analysis.standard.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.apache.lucene.demo.html.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.apache.lucene.queryParser.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.apache.lucene.queryParser.surround.parser.ParseException
-
This is the last token that has been consumed successfully.
- cursor - Variable in class net.sf.snowball.SnowballProgram
-
- CUSTOM - Static variable in class org.apache.lucene.search.SortField
-
Sort using a custom Comparator.
- CZECH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.cz.CzechAnalyzer
-
List of typical stopwords.
- CzechAnalyzer - Class in org.apache.lucene.analysis.cz
-
Analyzer for Czech language.
- CzechAnalyzer() - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
-
- CzechAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
-
Builds an analyzer with the given stop words.
- CzechAnalyzer(Hashtable) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
-
Deprecated.
- CzechAnalyzer(HashSet) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
-
- CzechAnalyzer(File) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
-
Builds an analyzer with the given stop words.
- DanishStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- DanishStemmer() - Constructor for class net.sf.snowball.ext.DanishStemmer
-
- DateField - Class in org.apache.lucene.document
-
Deprecated.
If you build a new index, use DateTools
instead. For
existing indices you can continue using this class, as it will not be
removed in the near future despite being deprecated.
- DateFilter - Class in org.apache.lucene.search
-
- DateFilter(String, Date, Date) - Constructor for class org.apache.lucene.search.DateFilter
-
Deprecated.
Constructs a filter for field f
matching dates
between from
and to
inclusively.
- DateFilter(String, long, long) - Constructor for class org.apache.lucene.search.DateFilter
-
Deprecated.
Constructs a filter for field f
matching times
between from
and to
inclusively.
- DateTools - Class in org.apache.lucene.document
-
Provides support for converting dates to strings and vice-versa.
- DateTools.Resolution - Class in org.apache.lucene.document
-
Specifies the time granularity.
- dateToString(Date) - Static method in class org.apache.lucene.document.DateField
-
Deprecated.
Converts a Date to a string suitable for indexing.
- dateToString(Date, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
-
Converts a Date to a string suitable for indexing.
- DAY - Static variable in class org.apache.lucene.document.DateTools.Resolution
-
- debugStream - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- debugStream - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- debugStream - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- debugStream - Variable in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- debugStream - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- Decl() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- DeclName - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- decodeNorm(byte) - Static method in class org.apache.lucene.search.Similarity
-
Decodes a normalization factor stored in an index.
- DEFALT_MIN_DOC_FREQ - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Ignore words which do not occur in at least this many docs.
- DEFAULT - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- DEFAULT - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- DEFAULT - Static variable in class org.apache.lucene.misc.ChainedFilter
-
Logical operation when none is declared.
- DEFAULT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- DEFAULT - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- DEFAULT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- DEFAULT - Static variable in interface org.apache.lucene.search.FieldCache
-
Expert: The cache used internally by sorting and range query classes.
- DEFAULT_ANALYZER - Static variable in class org.apache.lucene.index.memory.PatternAnalyzer
-
A lower-casing word analyzer with English stop words (can be shared
freely across threads without harm); global per class loader.
- DEFAULT_ANALYZER - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Default analyzer to parse source doc with.
- DEFAULT_BOOST - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Boost terms in query based on score.
- DEFAULT_FIELD_NAMES - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Default field names.
- DEFAULT_MAX_BUFFERED_DOCS - Static variable in class org.apache.lucene.index.IndexWriter
-
Default value is 10.
- DEFAULT_MAX_DOC_BYTES_TO_ANALYZE - Static variable in class org.apache.lucene.search.highlight.Highlighter
-
- DEFAULT_MAX_FIELD_LENGTH - Static variable in class org.apache.lucene.index.IndexWriter
-
Default value is 10,000.
- DEFAULT_MAX_MERGE_DOCS - Static variable in class org.apache.lucene.index.IndexWriter
-
- DEFAULT_MAX_NUM_TOKENS_PARSED - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
- DEFAULT_MAX_QUERY_TERMS - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Return a Query with no more than this many terms.
- DEFAULT_MAX_WORD_LENGTH - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Ignore words greater than this length or if 0 then this has no effect.
- DEFAULT_MERGE_FACTOR - Static variable in class org.apache.lucene.index.IndexWriter
-
Default value is 10.
- DEFAULT_MIN_MERGE_DOCS - Static variable in class org.apache.lucene.index.IndexWriter
-
- DEFAULT_MIN_TERM_FREQ - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Ignore terms with less than this frequency in the source doc.
- DEFAULT_MIN_WORD_LENGTH - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Ignore words less than this length or if 0 then this has no effect.
- DEFAULT_OPERATOR_AND - Static variable in class org.apache.lucene.queryParser.QueryParser
-
- DEFAULT_OPERATOR_OR - Static variable in class org.apache.lucene.queryParser.QueryParser
-
- DEFAULT_STOP_WORDS - Static variable in class org.apache.lucene.search.similar.MoreLikeThis
-
Default set of stopwords.
- DEFAULT_TERM_INDEX_INTERVAL - Static variable in class org.apache.lucene.index.IndexWriter
-
Default value is 128.
- DefaultEncoder - Class in org.apache.lucene.search.highlight
-
Simple
Encoder
implementation that does not modify the output
- DefaultEncoder() - Constructor for class org.apache.lucene.search.highlight.DefaultEncoder
-
- defaultMinSimilarity - Static variable in class org.apache.lucene.search.FuzzyQuery
-
- defaultPrefixLength - Static variable in class org.apache.lucene.search.FuzzyQuery
-
- DefaultSimilarity - Class in org.apache.lucene.search
-
Expert: Default scoring implementation.
- DefaultSimilarity() - Constructor for class org.apache.lucene.search.DefaultSimilarity
-
- delete(Term) - Method in class org.apache.lucene.index.IndexModifier
-
- delete(int) - Method in class org.apache.lucene.index.IndexModifier
-
- delete(int) - Method in class org.apache.lucene.index.IndexReader
-
- delete(Term) - Method in class org.apache.lucene.index.IndexReader
-
- deleteDocument(int) - Method in class org.apache.lucene.index.IndexModifier
-
Deletes the document numbered docNum
.
- deleteDocument(int) - Method in class org.apache.lucene.index.IndexReader
-
Deletes the document numbered docNum
.
- deleteDocuments(Term) - Method in class org.apache.lucene.index.IndexModifier
-
Deletes all documents containing term
.
- deleteDocuments(Term) - Method in class org.apache.lucene.index.IndexReader
-
Deletes all documents containing term
.
- deleteFile(String) - Method in class org.apache.lucene.store.Directory
-
Removes an existing file in the directory.
- deleteFile(String) - Method in class org.apache.lucene.store.FSDirectory
-
Removes an existing file in the directory.
- deleteFile(String) - Method in class org.apache.lucene.store.RAMDirectory
-
Removes an existing file in the directory.
- DeleteFiles - Class in org.apache.lucene.demo
-
Deletes documents from an index that do not contain a term.
- describeParams() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Describe the parameters that control how the "more like this" query is formed.
- Dictionary - Interface in org.apache.lucene.search.spell
-
A simple interface representing a Dictionary
- difference() - Method in class org.apache.lucene.search.FilteredTermEnum
-
Equality measure on the term
- difference() - Method in class org.apache.lucene.search.FuzzyTermEnum
-
- difference() - Method in class org.apache.lucene.search.regex.RegexTermEnum
-
- difference() - Method in class org.apache.lucene.search.WildcardTermEnum
-
- DIGIT - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- directory - Variable in class org.apache.lucene.index.IndexModifier
-
- directory() - Method in class org.apache.lucene.index.IndexReader
-
Returns the directory this index resides in.
- Directory - Class in org.apache.lucene.store
-
A Directory is a flat list of files.
- Directory() - Constructor for class org.apache.lucene.store.Directory
-
- disable_tracing() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- disable_tracing() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- disable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- disable_tracing() - Method in class org.apache.lucene.queryParser.QueryParser
-
- disable_tracing() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- DisjunctionMaxQuery - Class in org.apache.lucene.search
-
A query that generates the union of the documents produced by its subqueries, and that scores each document as the maximum
score for that document produced by any subquery plus a tie breaking increment for any additional matching subqueries.
- DisjunctionMaxQuery(float) - Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
-
Creates a new empty DisjunctionMaxQuery.
- DisjunctionMaxQuery(Collection, float) - Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
-
Creates a new DisjunctionMaxQuery
- DisjunctionSumScorer - Class in org.apache.lucene.search
-
A Scorer for OR like queries, counterpart of Lucene's ConjunctionScorer
.
- DisjunctionSumScorer(List, int) - Constructor for class org.apache.lucene.search.DisjunctionSumScorer
-
Construct a DisjunctionScorer
.
- DisjunctionSumScorer(List) - Constructor for class org.apache.lucene.search.DisjunctionSumScorer
-
Construct a DisjunctionScorer
, using one as the minimum number
of matching subscorers.
- DistanceQuery - Class in org.apache.lucene.queryParser.surround.query
-
- DistanceQuery(List, boolean, int, String, boolean) - Constructor for class org.apache.lucene.queryParser.surround.query.DistanceQuery
-
- DistanceSubQuery - Interface in org.apache.lucene.queryParser.surround.query
-
- distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
-
- distanceSubQueryNotAllowed() - Method in interface org.apache.lucene.queryParser.surround.query.DistanceSubQuery
-
When distanceSubQueryNotAllowed() returns non null, the reason why the subquery
is not allowed as a distance subquery is returned.
- distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryParser.surround.query.OrQuery
-
- distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
-
- doBody() - Method in class org.apache.lucene.store.Lock.With
-
Code to execute with exclusive access.
- doc() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- doc() - Method in class org.apache.lucene.index.MultipleTermPositions
-
- doc() - Method in interface org.apache.lucene.index.TermDocs
-
Returns the current document number.
- doc() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
-
- doc() - Method in class org.apache.lucene.search.DisjunctionSumScorer
-
- doc(int) - Method in class org.apache.lucene.search.Hits
-
Returns the stored fields of the nth document in this set.
- doc(int) - Method in class org.apache.lucene.search.IndexSearcher
-
- doc(int) - Method in class org.apache.lucene.search.MultiSearcher
-
- doc(int) - Method in class org.apache.lucene.search.RemoteSearchable
-
- doc() - Method in class org.apache.lucene.search.ReqExclScorer
-
- doc() - Method in class org.apache.lucene.search.ReqOptSumScorer
-
- doc - Variable in class org.apache.lucene.search.ScoreDoc
-
Expert: A hit document's number.
- doc() - Method in class org.apache.lucene.search.Scorer
-
Returns the current document number matching the query.
- doc(int) - Method in interface org.apache.lucene.search.Searchable
-
Expert: Returns the stored fields of document i
.
- doc(int) - Method in class org.apache.lucene.search.Searcher
-
- DOC - Static variable in class org.apache.lucene.search.SortField
-
Sort by document number (index order).
- doc() - Method in interface org.apache.lucene.search.spans.Spans
-
Returns the document number of the current match.
- docCount() - Method in class org.apache.lucene.index.IndexModifier
-
Returns the number of documents currently in this index.
- docCount() - Method in class org.apache.lucene.index.IndexWriter
-
Returns the number of documents currently in this index.
- docFreq(Term) - Method in class org.apache.lucene.index.FilterIndexReader
-
- docFreq() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- docFreq(Term) - Method in class org.apache.lucene.index.IndexReader
-
Returns the number of documents containing the term t
.
- docFreq(Term) - Method in class org.apache.lucene.index.MultiReader
-
- docFreq(Term) - Method in class org.apache.lucene.index.ParallelReader
-
- docFreq() - Method in class org.apache.lucene.index.TermEnum
-
Returns the docFreq of the current Term in the enumeration.
- docFreq() - Method in class org.apache.lucene.search.FilteredTermEnum
-
Returns the docFreq of the current Term in the enumeration.
- docFreq(Term) - Method in class org.apache.lucene.search.IndexSearcher
-
- docFreq(Term) - Method in class org.apache.lucene.search.MultiSearcher
-
- docFreq(Term) - Method in class org.apache.lucene.search.ParallelMultiSearcher
-
TODO: parallelize this one too
- docFreq(Term) - Method in class org.apache.lucene.search.RemoteSearchable
-
- docFreq(Term) - Method in interface org.apache.lucene.search.Searchable
-
Expert: Returns the number of documents containing term
.
- docFreq(Term) - Method in class org.apache.lucene.search.Searcher
-
- docFreqs(Term[]) - Method in class org.apache.lucene.search.RemoteSearchable
-
- docFreqs(Term[]) - Method in interface org.apache.lucene.search.Searchable
-
Expert: For each term in the terms array, calculates the number of
documents containing term
.
- docFreqs(Term[]) - Method in class org.apache.lucene.search.Searcher
-
- doClose() - Method in class org.apache.lucene.index.FilterIndexReader
-
- doClose() - Method in class org.apache.lucene.index.IndexReader
-
Implements close.
- doClose() - Method in class org.apache.lucene.index.MultiReader
-
- doClose() - Method in class org.apache.lucene.index.ParallelReader
-
- doCommit() - Method in class org.apache.lucene.index.FilterIndexReader
-
- doCommit() - Method in class org.apache.lucene.index.IndexReader
-
Implements commit.
- doCommit() - Method in class org.apache.lucene.index.MultiReader
-
- doCommit() - Method in class org.apache.lucene.index.ParallelReader
-
- Document(File) - Static method in class org.apache.lucene.ant.HtmlDocument
-
Creates a Lucene
Document
from a
File
.
- Document(File) - Static method in class org.apache.lucene.ant.TextDocument
-
Makes a document for a File.
- Document(File) - Static method in class org.apache.lucene.demo.FileDocument
-
Makes a document for a File.
- Document(File) - Static method in class org.apache.lucene.demo.HTMLDocument
-
- Document - Class in org.apache.lucene.document
-
Documents are the unit of indexing and search.
- Document() - Constructor for class org.apache.lucene.document.Document
-
Constructs a new document with no fields.
- document(int) - Method in class org.apache.lucene.index.FilterIndexReader
-
- document(int) - Method in class org.apache.lucene.index.IndexReader
-
Returns the stored fields of the n
th
Document
in this index.
- document(int) - Method in class org.apache.lucene.index.MultiReader
-
- document(int) - Method in class org.apache.lucene.index.ParallelReader
-
- DocumentHandler - Interface in org.apache.lucene.ant
-
Allows a class to act as a Lucene document handler
- DocumentHandlerException - Exception in org.apache.lucene.ant
-
- DocumentHandlerException() - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
-
Default constructor.
- DocumentHandlerException(String) - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
-
Constructs with message.
- DocumentHandlerException(Throwable) - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
-
Constructs with chained exception.
- doDelete(int) - Method in class org.apache.lucene.index.FilterIndexReader
-
- doDelete(int) - Method in class org.apache.lucene.index.IndexReader
-
Implements deletion of the document numbered docNum
.
- doDelete(int) - Method in class org.apache.lucene.index.MultiReader
-
- doDelete(int) - Method in class org.apache.lucene.index.ParallelReader
-
- Done() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- Done() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- Done() - Method in interface org.apache.lucene.queryParser.CharStream
-
The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- Done() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- Done() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.FilterIndexReader
-
- doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.IndexReader
-
Implements setNorm in subclass.
- doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.MultiReader
-
- doSetNorm(int, String, byte) - Method in class org.apache.lucene.index.ParallelReader
-
- doUndeleteAll() - Method in class org.apache.lucene.index.FilterIndexReader
-
- doUndeleteAll() - Method in class org.apache.lucene.index.IndexReader
-
Implements actual undeleteAll() in subclass.
- doUndeleteAll() - Method in class org.apache.lucene.index.MultiReader
-
- doUndeleteAll() - Method in class org.apache.lucene.index.ParallelReader
-
- DUTCH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
List of typical Dutch stopwords.
- DutchAnalyzer - Class in org.apache.lucene.analysis.nl
-
Analyzer for Dutch language.
- DutchAnalyzer() - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
-
- DutchAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an analyzer with the given stop words.
- DutchAnalyzer(HashSet) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an analyzer with the given stop words.
- DutchAnalyzer(File) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an analyzer with the given stop words.
- DutchStemFilter - Class in org.apache.lucene.analysis.nl
-
A filter that stems Dutch words.
- DutchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
-
- DutchStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
-
Builds a DutchStemFilter that uses an exclusiontable.
- DutchStemFilter(TokenStream, Set, Map) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
-
- DutchStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- DutchStemmer() - Constructor for class net.sf.snowball.ext.DutchStemmer
-
- DutchStemmer - Class in org.apache.lucene.analysis.nl
-
A stemmer for Dutch words.
- DutchStemmer() - Constructor for class org.apache.lucene.analysis.nl.DutchStemmer
-
- EMAIL - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- EMPTY_OFFSET_INFO - Static variable in class org.apache.lucene.index.TermVectorOffsetInfo
-
- EMPTY_TERM_POS - Static variable in class org.apache.lucene.index.SegmentTermPositionVector
-
- enable_tracing() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- enable_tracing() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- enable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- enable_tracing() - Method in class org.apache.lucene.queryParser.QueryParser
-
- enable_tracing() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- encode(String) - Static method in class org.apache.lucene.demo.html.Entities
-
- encodeNorm(float) - Static method in class org.apache.lucene.search.Similarity
-
Encodes a normalization factor for storage in an index.
- Encoder - Interface in org.apache.lucene.search.highlight
-
Encodes original text.
- encodeText(String) - Method in class org.apache.lucene.search.highlight.DefaultEncoder
-
- encodeText(String) - Method in interface org.apache.lucene.search.highlight.Encoder
-
- encodeText(String) - Method in class org.apache.lucene.search.highlight.SimpleHTMLEncoder
-
- end() - Method in interface org.apache.lucene.search.spans.Spans
-
Returns the end position of the current match.
- endColumn - Variable in class org.apache.lucene.analysis.standard.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endColumn - Variable in class org.apache.lucene.demo.html.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endColumn - Variable in class org.apache.lucene.queryParser.precedence.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endColumn - Variable in class org.apache.lucene.queryParser.surround.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endColumn - Variable in class org.apache.lucene.queryParser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endEnum() - Method in class org.apache.lucene.search.FilteredTermEnum
-
Indiciates the end of the enumeration has been reached
- endEnum() - Method in class org.apache.lucene.search.FuzzyTermEnum
-
- endEnum() - Method in class org.apache.lucene.search.regex.RegexTermEnum
-
- endEnum() - Method in class org.apache.lucene.search.WildcardTermEnum
-
- endLine - Variable in class org.apache.lucene.analysis.standard.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class org.apache.lucene.demo.html.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class org.apache.lucene.queryParser.precedence.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class org.apache.lucene.queryParser.surround.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class org.apache.lucene.queryParser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endOffset() - Method in class org.apache.lucene.analysis.Token
-
Returns this Token's ending offset, one greater than the position of the
last character corresponding to this token in the source text.
- ENGLISH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.StopAnalyzer
-
An array containing some common English words that are not usually useful
for searching.
- EnglishStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- EnglishStemmer() - Constructor for class net.sf.snowball.ext.EnglishStemmer
-
- Entities - Class in org.apache.lucene.demo.html
-
- Entities() - Constructor for class org.apache.lucene.demo.html.Entities
-
- Entity - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- EOF - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- EOF - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- EOF - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- EOF - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- EOF - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- eol - Variable in exception org.apache.lucene.analysis.standard.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.apache.lucene.demo.html.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.apache.lucene.queryParser.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.apache.lucene.queryParser.surround.parser.ParseException
-
The end of line string for this machine.
- eq_s(int, String) - Method in class net.sf.snowball.SnowballProgram
-
- eq_s_b(int, String) - Method in class net.sf.snowball.SnowballProgram
-
- eq_v(StringBuffer) - Method in class net.sf.snowball.SnowballProgram
-
- eq_v_b(StringBuffer) - Method in class net.sf.snowball.SnowballProgram
-
- equals(Object) - Method in class org.apache.lucene.index.memory.PatternAnalyzer
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.lucene.index.Term
-
Compares two terms, returning true iff they have the same
field and text.
- equals(Object) - Method in class org.apache.lucene.index.TermVectorOffsetInfo
-
- equals(Object) - Method in class org.apache.lucene.search.BooleanClause
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.BooleanQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.CachingWrapperFilter
-
- equals(Object) - Method in class org.apache.lucene.search.ConstantScoreQuery
-
Returns true if o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
Returns true if o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.DisjunctionMaxQuery
-
Return true iff we represent the same query as o
- equals(Object) - Method in class org.apache.lucene.search.FilteredQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.FuzzyQuery
-
- equals(Object) - Method in class org.apache.lucene.search.MatchAllDocsQuery
-
- equals(Object) - Method in class org.apache.lucene.search.MultiPhraseQuery
-
Returns true if o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.MultiTermQuery
-
- equals(Object) - Method in class org.apache.lucene.search.PhraseQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.PrefixQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.QueryFilter
-
- equals(Object) - Method in class org.apache.lucene.search.RangeFilter
-
Returns true if o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.RangeQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.regex.JakartaRegexpCapabilities
-
- equals(Object) - Method in class org.apache.lucene.search.regex.JavaUtilRegexCapabilities
-
- equals(Object) - Method in class org.apache.lucene.search.regex.RegexQuery
-
- equals(Object) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- equals(Object) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
-
- equals(Object) - Method in class org.apache.lucene.search.spans.SpanNearQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.spans.SpanNotQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.spans.SpanOrQuery
-
- equals(Object) - Method in class org.apache.lucene.search.spans.SpanTermQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.TermQuery
-
Returns true iff o
is equal to this.
- equals(Object) - Method in class org.apache.lucene.search.WildcardQuery
-
- escape(String) - Static method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Returns a String where those characters that QueryParser
expects to be escaped are escaped by a preceding \
.
- escape(String) - Static method in class org.apache.lucene.queryParser.QueryParser
-
Returns a String where those characters that QueryParser
expects to be escaped are escaped by a preceding \
.
- execute() - Method in class org.apache.lucene.ant.IndexTask
-
Begins the indexing
- exist(String) - Method in class org.apache.lucene.search.spell.SpellChecker
-
Check whether the word exists in the index.
- expand(String, Searcher, Analyzer, String, float) - Static method in class org.apache.lucene.wordnet.SynExpand
-
Perform synonym expansion on a query.
- expand(String, Searcher, Analyzer, String, float) - Static method in class org.apache.lucene.wordnet.SynLookup
-
Perform synonym expansion on a query.
- ExpandBuff(boolean) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.apache.lucene.analysis.standard.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.apache.lucene.demo.html.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.surround.parser.ParseException
-
Each entry in this array is an array of integers.
- explain(int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
-
- explain(IndexReader, int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
-
- explain(int) - Method in class org.apache.lucene.search.DisjunctionSumScorer
-
Gives and explanation for the score of a given document.
- explain(Weight, int) - Method in class org.apache.lucene.search.IndexSearcher
-
- explain(Weight, int) - Method in class org.apache.lucene.search.MultiSearcher
-
- explain(Query, int) - Method in class org.apache.lucene.search.RemoteSearchable
-
- explain(Weight, int) - Method in class org.apache.lucene.search.RemoteSearchable
-
- explain(int) - Method in class org.apache.lucene.search.ReqExclScorer
-
- explain(int) - Method in class org.apache.lucene.search.ReqOptSumScorer
-
Explain the score of a document.
- explain(int) - Method in class org.apache.lucene.search.Scorer
-
Returns an explanation of the score for a document.
- explain(Weight, int) - Method in interface org.apache.lucene.search.Searchable
-
Expert: low-level implementation method
Returns an Explanation that describes how doc
scored against
weight
.
- explain(Query, int) - Method in interface org.apache.lucene.search.Searchable
-
- explain(Query, int) - Method in class org.apache.lucene.search.Searcher
-
Returns an Explanation that describes how doc
scored against
query
.
- explain(Weight, int) - Method in class org.apache.lucene.search.Searcher
-
- explain(IndexReader, int) - Method in interface org.apache.lucene.search.Weight
-
An explanation of the score computation for the named document.
- Explanation - Class in org.apache.lucene.search
-
Expert: Describes the score computation for document and query.
- Explanation() - Constructor for class org.apache.lucene.search.Explanation
-
- Explanation(float, String) - Constructor for class org.apache.lucene.search.Explanation
-
- EXTENDED_ANALYZER - Static variable in class org.apache.lucene.index.memory.PatternAnalyzer
-
A lower-casing word analyzer with extended English stop words
(can be shared freely across threads without harm); global per class
loader.
- extractTerms(Set) - Method in class org.apache.lucene.search.BooleanQuery
-
- extractTerms(Set) - Method in class org.apache.lucene.search.FilteredQuery
-
- extractTerms(Set) - Method in class org.apache.lucene.search.PhraseQuery
-
- extractTerms(Set) - Method in class org.apache.lucene.search.Query
-
Expert: adds all terms occuring in this query to the terms set.
- extractTerms(Set) - Method in class org.apache.lucene.search.TermQuery
-
- F_SYN - Static variable in class org.apache.lucene.wordnet.Syns2Index
-
- F_WORD - Static variable in class org.apache.lucene.search.spell.SpellChecker
-
Field name for each word in the ngram index.
- F_WORD - Static variable in class org.apache.lucene.wordnet.Syns2Index
-
- FastCharStream - Class in org.apache.lucene.analysis.standard
-
An efficient implementation of JavaCC's CharStream interface.
- FastCharStream(Reader) - Constructor for class org.apache.lucene.analysis.standard.FastCharStream
-
Constructs from a Reader.
- FastCharStream - Class in org.apache.lucene.queryParser
-
An efficient implementation of JavaCC's CharStream interface.
- FastCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.FastCharStream
-
Constructs from a Reader.
- FastCharStream - Class in org.apache.lucene.queryParser.precedence
-
An efficient implementation of JavaCC's CharStream interface.
- FastCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.precedence.FastCharStream
-
Constructs from a Reader.
- FastCharStream - Class in org.apache.lucene.queryParser.surround.parser
-
An efficient implementation of JavaCC's CharStream interface.
- FastCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
Constructs from a Reader.
- Field - Class in org.apache.lucene.document
-
A field is a section of a Document.
- Field(String, String, Field.Store, Field.Index) - Constructor for class org.apache.lucene.document.Field
-
Create a field by specifying its name, value and how it will
be saved in the index.
- Field(String, String, Field.Store, Field.Index, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
-
Create a field by specifying its name, value and how it will
be saved in the index.
- Field(String, Reader) - Constructor for class org.apache.lucene.document.Field
-
Create a tokenized and indexed field that is not stored.
- Field(String, Reader, Field.TermVector) - Constructor for class org.apache.lucene.document.Field
-
Create a tokenized and indexed field that is not stored, optionally with
storing term vectors.
- Field(String, String, boolean, boolean, boolean) - Constructor for class org.apache.lucene.document.Field
-
- Field(String, byte[], Field.Store) - Constructor for class org.apache.lucene.document.Field
-
Create a stored field with binary value.
- Field(String, String, boolean, boolean, boolean, boolean) - Constructor for class org.apache.lucene.document.Field
-
- field() - Method in class org.apache.lucene.index.Term
-
Returns the field of this term, an interned string.
- Field.Index - Class in org.apache.lucene.document
-
Specifies whether and how a field should be indexed.
- Field.Store - Class in org.apache.lucene.document
-
Specifies whether and how a field should be stored.
- Field.TermVector - Class in org.apache.lucene.document
-
Specifies whether and how a field should have term vectors.
- FIELD_DOC - Static variable in class org.apache.lucene.search.SortField
-
Represents sorting by document number (index order).
- FIELD_SCORE - Static variable in class org.apache.lucene.search.SortField
-
Represents sorting by document score (relevancy).
- FieldCache - Interface in org.apache.lucene.search
-
Expert: Maintains caches of term values.
- FieldCache.FloatParser - Interface in org.apache.lucene.search
-
Interface to parse floats from document fields.
- FieldCache.IntParser - Interface in org.apache.lucene.search
-
Interface to parse ints from document fields.
- FieldCache.StringIndex - Class in org.apache.lucene.search
-
Expert: Stores term text values and document ordering data.
- FieldCache.StringIndex(int[], String[]) - Constructor for class org.apache.lucene.search.FieldCache.StringIndex
-
Creates one of these objects
- FieldDoc - Class in org.apache.lucene.search
-
Expert: A ScoreDoc which also contains information about
how to sort the referenced document.
- FieldDoc(int, float) - Constructor for class org.apache.lucene.search.FieldDoc
-
Expert: Creates one of these objects with empty sort information.
- FieldDoc(int, float, Comparable[]) - Constructor for class org.apache.lucene.search.FieldDoc
-
Expert: Creates one of these objects with the given sort information.
- fieldNamesToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
-
- fields() - Method in class org.apache.lucene.document.Document
-
Returns an Enumeration of all the fields in a document.
- fields - Variable in class org.apache.lucene.search.FieldDoc
-
Expert: The values which are used to sort the referenced document.
- fields - Variable in class org.apache.lucene.search.FieldSortedHitQueue
-
Stores the sort criteria being used.
- fields - Variable in class org.apache.lucene.search.TopFieldDocs
-
The fields which were used to sort results by.
- FieldSortedHitQueue - Class in org.apache.lucene.search
-
Expert: A hit queue for sorting by hits by terms in more than one field.
- FieldSortedHitQueue(IndexReader, SortField[], int) - Constructor for class org.apache.lucene.search.FieldSortedHitQueue
-
Creates a hit queue sorted by the given list of fields.
- FieldsQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- FieldsQuery - Class in org.apache.lucene.queryParser.surround.query
-
- FieldsQuery(SrndQuery, ArrayList, char) - Constructor for class org.apache.lucene.queryParser.surround.query.FieldsQuery
-
- FieldsQuery(SrndQuery, String, char) - Constructor for class org.apache.lucene.queryParser.surround.query.FieldsQuery
-
- FieldsQueryList() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- FileDocument - Class in org.apache.lucene.demo
-
A utility for making Lucene Documents from a File.
- fileExists(String) - Method in class org.apache.lucene.store.Directory
-
Returns true iff a file with the given name exists.
- fileExists(String) - Method in class org.apache.lucene.store.FSDirectory
-
Returns true iff a file with the given name exists.
- fileExists(String) - Method in class org.apache.lucene.store.RAMDirectory
-
Returns true iff the named file exists in this directory.
- FileExtensionDocumentHandler - Class in org.apache.lucene.ant
-
A DocumentHandler implementation to delegate responsibility to
based on a files extension.
- FileExtensionDocumentHandler() - Constructor for class org.apache.lucene.ant.FileExtensionDocumentHandler
-
- fileLength(String) - Method in class org.apache.lucene.store.Directory
-
Returns the length of a file in the directory.
- fileLength(String) - Method in class org.apache.lucene.store.FSDirectory
-
Returns the length in bytes of a file in the directory.
- fileLength(String) - Method in class org.apache.lucene.store.RAMDirectory
-
Returns the length in bytes of a file in the directory.
- fileModified(String) - Method in class org.apache.lucene.store.Directory
-
Returns the time the named file was last modified.
- fileModified(String) - Method in class org.apache.lucene.store.FSDirectory
-
Returns the time the named file was last modified.
- fileModified(File, String) - Static method in class org.apache.lucene.store.FSDirectory
-
Returns the time the named file was last modified.
- fileModified(String) - Method in class org.apache.lucene.store.RAMDirectory
-
Returns the time the named file was last modified.
- FillBuff() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- filter - Variable in class org.apache.lucene.search.ConstantScoreQuery
-
- Filter - Class in org.apache.lucene.search
-
Abstract base class providing a mechanism to restrict searches to a subset
of an index.
- Filter() - Constructor for class org.apache.lucene.search.Filter
-
- FilteredQuery - Class in org.apache.lucene.search
-
A query that applies a filter to the results of another query.
- FilteredQuery(Query, Filter) - Constructor for class org.apache.lucene.search.FilteredQuery
-
Constructs a new query which applies a filter to the results of the original query.
- FilteredTermEnum - Class in org.apache.lucene.search
-
Abstract class for enumerating a subset of all terms.
- FilteredTermEnum() - Constructor for class org.apache.lucene.search.FilteredTermEnum
-
- FilterIndexReader - Class in org.apache.lucene.index
-
A FilterIndexReader
contains another IndexReader, which it
uses as its basic source of data, possibly transforming the data along the
way or providing additional functionality.
- FilterIndexReader(IndexReader) - Constructor for class org.apache.lucene.index.FilterIndexReader
-
Construct a FilterIndexReader based on the specified base reader.
- FilterIndexReader.FilterTermDocs - Class in org.apache.lucene.index
-
Base class for filtering
TermDocs
implementations.
- FilterIndexReader.FilterTermDocs(TermDocs) - Constructor for class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- FilterIndexReader.FilterTermEnum - Class in org.apache.lucene.index
-
Base class for filtering
TermEnum
implementations.
- FilterIndexReader.FilterTermEnum(TermEnum) - Constructor for class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- FilterIndexReader.FilterTermPositions - Class in org.apache.lucene.index
-
- FilterIndexReader.FilterTermPositions(TermPositions) - Constructor for class org.apache.lucene.index.FilterIndexReader.FilterTermPositions
-
- finalize() - Method in class org.apache.lucene.index.IndexReader
-
Release the write lock, if needed.
- finalize() - Method in class org.apache.lucene.index.IndexWriter
-
Release the write lock, if needed.
- finalize() - Method in class org.apache.lucene.search.spell.SpellChecker
-
- find_among(Among[], int) - Method in class net.sf.snowball.SnowballProgram
-
- find_among_b(Among[], int) - Method in class net.sf.snowball.SnowballProgram
-
- FinnishStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- FinnishStemmer() - Constructor for class net.sf.snowball.ext.FinnishStemmer
-
- FLOAT - Static variable in class org.apache.lucene.search.SortField
-
Sort using term values as encoded Floats.
- floatToByte(float, int, int) - Static method in class org.apache.lucene.util.SmallFloat
-
Converts a 32 bit float to an 8 bit float.
- floatToByte315(float) - Static method in class org.apache.lucene.util.SmallFloat
-
floatToByte(b, mantissaBits=3, zeroExponent=15)
smallest non-zero value = 5.820766E-10
largest value = 7.5161928E9
epsilon = 0.125
- floatToByte52(float) - Static method in class org.apache.lucene.util.SmallFloat
-
floatToByte(b, mantissaBits=5, zeroExponent=2)
smallest nonzero value = 0.033203125
largest value = 1984.0
epsilon = 0.03125
- flush() - Method in class org.apache.lucene.index.IndexModifier
-
Make sure all changes are written to disk.
- flush() - Method in class org.apache.lucene.store.BufferedIndexOutput
-
Forces any buffered output to be written.
- flush() - Method in class org.apache.lucene.store.IndexOutput
-
Forces any buffered output to be written.
- flushBuffer(byte[], int) - Method in class org.apache.lucene.store.BufferedIndexOutput
-
Expert: implements buffer write.
- flushBuffer(byte[], int) - Method in class org.apache.lucene.store.RAMOutputStream
-
- follows(TextFragment) - Method in class org.apache.lucene.search.highlight.TextFragment
-
- Formatter - Interface in org.apache.lucene.search.highlight
-
Processes terms found in the original text, typically by applying some form
of mark-up to highlight terms in HTML search results pages.
- formSimilarQuery(String, Analyzer, String, Set) - Static method in class org.apache.lucene.search.similar.SimilarityQueries
-
Simple similarity query generators.
- Fragmenter - Interface in org.apache.lucene.search.highlight
-
Implements the policy for breaking text into multiple fragments for consideration
by the
Highlighter
class.
- FRENCH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Extended list of typical French stopwords.
- FrenchAnalyzer - Class in org.apache.lucene.analysis.fr
-
Analyzer for French language.
- FrenchAnalyzer() - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
- FrenchAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an analyzer with the given stop words.
- FrenchAnalyzer(Hashtable) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Deprecated.
- FrenchAnalyzer(File) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an analyzer with the given stop words.
- FrenchStemFilter - Class in org.apache.lucene.analysis.fr
-
A filter that stemms french words.
- FrenchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
-
- FrenchStemFilter(TokenStream, Hashtable) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
-
Deprecated.
- FrenchStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
-
- FrenchStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- FrenchStemmer() - Constructor for class net.sf.snowball.ext.FrenchStemmer
-
- FrenchStemmer - Class in org.apache.lucene.analysis.fr
-
A stemmer for French words.
- FrenchStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchStemmer
-
- freq() - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- freq() - Method in class org.apache.lucene.index.MultipleTermPositions
-
- freq() - Method in interface org.apache.lucene.index.TermDocs
-
Returns the frequency of the term within the current document.
- FSDirectory - Class in org.apache.lucene.store
-
Straightforward implementation of
Directory
as a directory of files.
- FSDirectory() - Constructor for class org.apache.lucene.store.FSDirectory
-
- FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- FuzzyQuery - Class in org.apache.lucene.search
-
Implements the fuzzy search query.
- FuzzyQuery(Term, float, int) - Constructor for class org.apache.lucene.search.FuzzyQuery
-
Create a new FuzzyQuery that will match terms with a similarity
of at least minimumSimilarity
to term
.
- FuzzyQuery(Term, float) - Constructor for class org.apache.lucene.search.FuzzyQuery
-
- FuzzyQuery(Term) - Constructor for class org.apache.lucene.search.FuzzyQuery
-
- FuzzyTermEnum - Class in org.apache.lucene.search
-
Subclass of FilteredTermEnum for enumerating all terms that are similiar
to the specified filter term.
- FuzzyTermEnum(IndexReader, Term) - Constructor for class org.apache.lucene.search.FuzzyTermEnum
-
Creates a FuzzyTermEnum with an empty prefix and a minSimilarity of 0.5f.
- FuzzyTermEnum(IndexReader, Term, float) - Constructor for class org.apache.lucene.search.FuzzyTermEnum
-
Creates a FuzzyTermEnum with an empty prefix.
- FuzzyTermEnum(IndexReader, Term, float, int) - Constructor for class org.apache.lucene.search.FuzzyTermEnum
-
Constructor for enumeration of all terms from specified reader
which share a prefix of
length prefixLength
with term
and which have a fuzzy similarity >
minSimilarity
.
- generateParseException() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- generateParseException() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- generateParseException() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- generateParseException() - Method in class org.apache.lucene.queryParser.QueryParser
-
- generateParseException() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- German2Stemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- German2Stemmer() - Constructor for class net.sf.snowball.ext.German2Stemmer
-
- GERMAN_STOP_WORDS - Static variable in class org.apache.lucene.analysis.de.GermanAnalyzer
-
List of typical german stopwords.
- GermanAnalyzer - Class in org.apache.lucene.analysis.de
-
Analyzer for German language.
- GermanAnalyzer() - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an analyzer with the default stop words
(GERMAN_STOP_WORDS
).
- GermanAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an analyzer with the given stop words.
- GermanAnalyzer(Hashtable) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an analyzer with the given stop words.
- GermanAnalyzer(File) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an analyzer with the given stop words.
- GermanStemFilter - Class in org.apache.lucene.analysis.de
-
A filter that stems German words.
- GermanStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
-
- GermanStemFilter(TokenStream, Hashtable) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
-
- GermanStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
-
Builds a GermanStemFilter that uses an exclusiontable.
- GermanStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- GermanStemmer() - Constructor for class net.sf.snowball.ext.GermanStemmer
-
- GermanStemmer - Class in org.apache.lucene.analysis.de
-
A stemmer for German words.
- GermanStemmer() - Constructor for class org.apache.lucene.analysis.de.GermanStemmer
-
- get(String) - Method in class org.apache.lucene.document.Document
-
Returns the string value of the field with the given name if any exist in
this document, or null.
- get() - Static method in class org.apache.lucene.LucenePackage
-
Return Lucene's package, including version information.
- get(String) - Method in class org.apache.lucene.search.Hit
-
Returns the string value of the field with the given name if any exist in
this document, or null.
- get(int) - Method in class org.apache.lucene.util.BitVector
-
Returns true
if bit
is one and
false
if it is zero.
- getAnalyzer() - Method in class org.apache.lucene.index.IndexWriter
-
Returns the analyzer used by this index.
- getAnalyzer() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getAnalyzer() - Method in class org.apache.lucene.queryParser.QueryParser
-
- getAnalyzer() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns an analyzer that will be used to parse source doc with.
- getAnalyzer() - Method in class org.apache.lucene.swing.models.ListSearcher
-
- getAnalyzer() - Method in class org.apache.lucene.swing.models.TableSearcher
-
- getAndQuery(List, boolean, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getAnyTokenStream(IndexReader, int, String, Analyzer) - Static method in class org.apache.lucene.search.highlight.TokenSources
-
A convenience method that tries a number of approaches to getting a token stream.
- getAuto(IndexReader, String) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if
none is found reads field
to see if it contains integers, floats
or strings, and then calls one of the other methods in this class to get the
values.
- getBackgroundColorString(float) - Method in class org.apache.lucene.search.highlight.GradientFormatter
-
- getBasicQueryFactory() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
-
- getBeginColumn() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- getBeginColumn() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- getBeginColumn() - Method in interface org.apache.lucene.queryParser.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- getBeginColumn() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getBeginColumn() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getBeginLine() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- getBeginLine() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- getBeginLine() - Method in interface org.apache.lucene.queryParser.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- getBeginLine() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getBeginLine() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getBestFragment(Analyzer, String, String) - Method in class org.apache.lucene.search.highlight.Highlighter
-
Highlights chosen terms in a text, extracting the most relevant section.
- getBestFragment(TokenStream, String) - Method in class org.apache.lucene.search.highlight.Highlighter
-
Highlights chosen terms in a text, extracting the most relevant section.
- getBestFragments(Analyzer, String, int) - Method in class org.apache.lucene.search.highlight.Highlighter
-
Highlights chosen terms in a text, extracting the most relevant sections.
- getBestFragments(TokenStream, String, int) - Method in class org.apache.lucene.search.highlight.Highlighter
-
Highlights chosen terms in a text, extracting the most relevant sections.
- getBestFragments(TokenStream, String, int, String) - Method in class org.apache.lucene.search.highlight.Highlighter
-
Highlights terms in the text , extracting the most relevant sections
and concatenating the chosen fragments with a separator (typically "...").
- getBestTextFragments(TokenStream, String, boolean, int) - Method in class org.apache.lucene.search.highlight.Highlighter
-
Low level api to get the most relevant (formatted) sections of the document.
- getBinaryValue(String) - Method in class org.apache.lucene.document.Document
-
Returns an array of bytes for the first (or only) field that has the name
specified as the method parameter.
- getBinaryValues(String) - Method in class org.apache.lucene.document.Document
-
Returns an array of byte arrays for of the fields that have the name specified
as the method parameter.
- getBody() - Method in class org.apache.lucene.ant.HtmlDocument
-
Gets the bodyText attribute of the
HtmlDocument
object.
- getBooleanQuery(Vector) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Factory method for generating query, given a set of clauses.
- getBooleanQuery(Vector, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Factory method for generating query, given a set of clauses.
- getBooleanQuery(Vector) - Method in class org.apache.lucene.queryParser.QueryParser
-
Factory method for generating query, given a set of clauses.
- getBooleanQuery(Vector, boolean) - Method in class org.apache.lucene.queryParser.QueryParser
-
Factory method for generating query, given a set of clauses.
- getBoost() - Method in class org.apache.lucene.document.Document
-
Returns the boost factor for hits on any field of this document.
- getBoost() - Method in class org.apache.lucene.document.Field
-
Returns the boost factor for hits for this field.
- getBoost() - Method in class org.apache.lucene.search.Hit
-
Returns the boost factor for this hit on any field of the underlying document.
- getBoost() - Method in class org.apache.lucene.search.Query
-
Gets the boost for this clause.
- getBracketClose() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- getBracketOpen() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- getClassname() - Method in class org.apache.lucene.ant.IndexTask.AnalyzerType
-
- getClauses() - Method in class org.apache.lucene.search.BooleanQuery
-
Returns the set of clauses in this query.
- getClauses() - Method in class org.apache.lucene.search.spans.SpanNearQuery
-
Return the clauses whose spans are matched.
- getClauses() - Method in class org.apache.lucene.search.spans.SpanOrQuery
-
Return the clauses whose spans are matched.
- getColumn() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Deprecated.
- getColumn() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- getColumn() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
Deprecated.
- getColumn() - Method in interface org.apache.lucene.queryParser.CharStream
-
Deprecated.
- getColumn() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- getColumn() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Deprecated.
- getColumn() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getColumn() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Deprecated.
- getColumn() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getColumnClass(int) - Method in class org.apache.lucene.swing.models.TableSearcher
-
- getColumnCount() - Method in class org.apache.lucene.swing.models.TableSearcher
-
- getColumnName(int) - Method in class org.apache.lucene.swing.models.TableSearcher
-
- getComparable(String) - Method in class org.apache.lucene.search.SortComparator
-
Returns an object which, when sorted according to natural order,
will order the Term values in the correct order.
- getContents() - Method in class org.apache.lucene.ant.TextDocument
-
- getCurrent() - Method in class net.sf.snowball.SnowballProgram
-
Get the current string.
- getCurrentVersion(String) - Static method in class org.apache.lucene.index.IndexReader
-
Reads version number from segments files.
- getCurrentVersion(File) - Static method in class org.apache.lucene.index.IndexReader
-
Reads version number from segments files.
- getCurrentVersion(Directory) - Static method in class org.apache.lucene.index.IndexReader
-
Reads version number from segments files.
- getCustom(IndexReader, String, SortComparator) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none
is found reads the terms out of field
and calls the given SortComparator
to get the sort values.
- getDefault() - Static method in class org.apache.lucene.search.Similarity
-
Return the default Similarity implementation used by indexing and search
code.
- getDefaultOperator() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Gets implicit operator setting, which will be either AND_OPERATOR
or OR_OPERATOR.
- getDefaultOperator() - Method in class org.apache.lucene.queryParser.QueryParser
-
Gets implicit operator setting, which will be either AND_OPERATOR
or OR_OPERATOR.
- getDescription() - Method in class org.apache.lucene.search.Explanation
-
A description of this explanation node.
- getDetails() - Method in class org.apache.lucene.search.Explanation
-
The sub-nodes of this explanation node.
- getDirectory() - Method in class org.apache.lucene.index.IndexWriter
-
Returns the Directory used by this index.
- getDirectory(String, boolean) - Static method in class org.apache.lucene.store.FSDirectory
-
Returns the directory instance for the named location.
- getDirectory(File, boolean) - Static method in class org.apache.lucene.store.FSDirectory
-
Returns the directory instance for the named location.
- getDisableLocks() - Static method in class org.apache.lucene.store.FSDirectory
-
Returns whether Lucene's use of lock files is disabled.
- getDistanceQuery(List, boolean, Token, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getDocument(File) - Method in interface org.apache.lucene.ant.DocumentHandler
-
Gets the document attribute of the DocumentHandler object
- getDocument(File) - Method in class org.apache.lucene.ant.FileExtensionDocumentHandler
-
Gets the document attribute of the
FileExtensionDocumentHandler object
- getDocument(InputStream) - Static method in class org.apache.lucene.ant.HtmlDocument
-
- getDocument() - Method in class org.apache.lucene.search.Hit
-
Returns document for this hit.
- getElementAt(int) - Method in class org.apache.lucene.swing.models.ListSearcher
-
- getEncoder() - Method in class org.apache.lucene.search.highlight.Highlighter
-
- getEnd() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
-
Return the maximum end position permitted in a match.
- getEndColumn() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- getEndColumn() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- getEndColumn() - Method in interface org.apache.lucene.queryParser.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- getEndColumn() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getEndColumn() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getEndLine() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- getEndLine() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- getEndLine() - Method in interface org.apache.lucene.queryParser.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- getEndLine() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getEndLine() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getEndOffset() - Method in class org.apache.lucene.index.TermVectorOffsetInfo
-
- getEndOffset() - Method in class org.apache.lucene.search.highlight.TokenGroup
-
- getEnum(IndexReader) - Method in class org.apache.lucene.search.FuzzyQuery
-
- getEnum(IndexReader) - Method in class org.apache.lucene.search.MultiTermQuery
-
Construct the enumeration to be used, expanding the pattern term.
- getEnum(IndexReader) - Method in class org.apache.lucene.search.regex.RegexQuery
-
- getEnum(IndexReader) - Method in class org.apache.lucene.search.WildcardQuery
-
- getException() - Method in exception org.apache.lucene.ant.DocumentHandlerException
-
Retrieves nested exception.
- getExclude() - Method in class org.apache.lucene.search.spans.SpanNotQuery
-
Return the SpanQuery whose matches must not overlap those returned.
- getFactory() - Method in class org.apache.lucene.search.SortField
-
- getField(String) - Method in class org.apache.lucene.document.Document
-
Returns a field with the given name if any exist in this document, or
null.
- getField() - Method in interface org.apache.lucene.index.TermFreqVector
-
- getField() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getField() - Method in class org.apache.lucene.queryParser.QueryParser
-
- getField() - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
Returns the field name for this query
- getField() - Method in class org.apache.lucene.search.QueryTermVector
-
- getField() - Method in class org.apache.lucene.search.RangeQuery
-
Returns the field name for this query
- getField() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- getField() - Method in class org.apache.lucene.search.SortField
-
Returns the name of the field.
- getField() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
-
- getField() - Method in class org.apache.lucene.search.spans.SpanNearQuery
-
- getField() - Method in class org.apache.lucene.search.spans.SpanNotQuery
-
- getField() - Method in class org.apache.lucene.search.spans.SpanOrQuery
-
- getField() - Method in class org.apache.lucene.search.spans.SpanQuery
-
Returns the name of the field matched by this query.
- getField() - Method in class org.apache.lucene.search.spans.SpanTermQuery
-
- getFieldName() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
-
- getFieldNames() - Method in class org.apache.lucene.index.FilterIndexReader
-
- getFieldNames(boolean) - Method in class org.apache.lucene.index.FilterIndexReader
-
- getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.FilterIndexReader
-
- getFieldNames() - Method in class org.apache.lucene.index.IndexReader
-
- getFieldNames(boolean) - Method in class org.apache.lucene.index.IndexReader
-
- getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.IndexReader
-
Get a list of unique field names that exist in this index and have the specified
field option information.
- getFieldNames() - Method in class org.apache.lucene.index.MultiReader
-
- getFieldNames(boolean) - Method in class org.apache.lucene.index.MultiReader
-
- getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.MultiReader
-
- getFieldNames() - Method in class org.apache.lucene.index.ParallelReader
-
- getFieldNames(boolean) - Method in class org.apache.lucene.index.ParallelReader
-
- getFieldNames(IndexReader.FieldOption) - Method in class org.apache.lucene.index.ParallelReader
-
- getFieldNames() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
-
- getFieldNames() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns the field names that will be used when generating the 'More Like This' query.
- getFieldOperator() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
-
- getFieldOperator() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
-
- getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getFieldQuery(String, Analyzer, String) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getFieldQuery(String, Analyzer, String) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getFieldQuery(String, Analyzer, String, int) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getFields(String) - Method in class org.apache.lucene.document.Document
-
Returns an array of
Field
s with the given name.
- getFieldsQuery(SrndQuery, ArrayList) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getFile() - Method in class org.apache.lucene.store.FSDirectory
-
- getFilePointer() - Method in class org.apache.lucene.store.BufferedIndexInput
-
- getFilePointer() - Method in class org.apache.lucene.store.BufferedIndexOutput
-
Returns the current position in this file, where the next write will
occur.
- getFilePointer() - Method in class org.apache.lucene.store.IndexInput
-
Returns the current position in this file, where the next read will
occur.
- getFilePointer() - Method in class org.apache.lucene.store.IndexOutput
-
Returns the current position in this file, where the next write will
occur.
- getFilter() - Method in class org.apache.lucene.search.FilteredQuery
-
- getFloats(IndexReader, String) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if
none is found, reads the terms in field
as floats and returns an array
of size reader.maxDoc()
of the value each document
has in the given field.
- getFloats(IndexReader, String, FieldCache.FloatParser) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if
none is found, reads the terms in field
as floats and returns an array
of size reader.maxDoc()
of the value each document
has in the given field.
- getForegroundColorString(float) - Method in class org.apache.lucene.search.highlight.GradientFormatter
-
- getFragmentScore() - Method in class org.apache.lucene.search.highlight.QueryScorer
-
- getFragmentScore() - Method in interface org.apache.lucene.search.highlight.Scorer
-
Called when the highlighter has no more tokens for the current fragment - the scorer returns
the weighting it has derived for the most recent fragment, typically based on the tokens
passed to getTokenScore().
- getFragmentScorer() - Method in class org.apache.lucene.search.highlight.Highlighter
-
- getFragmentSize() - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
-
- getFragNum() - Method in class org.apache.lucene.search.highlight.TextFragment
-
- getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Get the minimal similarity for fuzzy queries.
- getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.QueryParser
-
Get the minimal similarity for fuzzy queries.
- getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Get the prefix length for fuzzy queries.
- getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.QueryParser
-
Get the prefix length for fuzzy queries.
- getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Called when parser parses an input term token that has the fuzzy suffix (~) appended.
- getFuzzyQuery(String, String) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getFuzzyQuery(String, String) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getId() - Method in class org.apache.lucene.search.Hit
-
Returns id for this hit.
- getIdfWeightedTerms(Query, IndexReader, String) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
-
Extracts all terms texts of a given Query into an array of WeightedTerms
- GetImage() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- GetImage() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- GetImage() - Method in interface org.apache.lucene.queryParser.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- GetImage() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- GetImage() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getInclude() - Method in class org.apache.lucene.search.spans.SpanNotQuery
-
Return the SpanQuery whose matches are filtered.
- getIndexedFieldNames(Field.TermVector) - Method in class org.apache.lucene.index.FilterIndexReader
-
- getIndexedFieldNames(boolean) - Method in class org.apache.lucene.index.IndexReader
-
- getIndexedFieldNames(Field.TermVector) - Method in class org.apache.lucene.index.IndexReader
-
- getIndexedFieldNames(Field.TermVector) - Method in class org.apache.lucene.index.MultiReader
-
- getIndexedFieldNames(Field.TermVector) - Method in class org.apache.lucene.index.ParallelReader
-
- getIndexReader() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
-
- getIndexReader() - Method in class org.apache.lucene.search.IndexSearcher
-
- getInfoStream() - Method in class org.apache.lucene.index.IndexModifier
-
- getInfoStream() - Method in class org.apache.lucene.index.IndexWriter
-
- getInts(IndexReader, String) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none is
found, reads the terms in field
as integers and returns an array
of size reader.maxDoc()
of the value each document
has in the given field.
- getInts(IndexReader, String, FieldCache.IntParser) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none is found,
reads the terms in field
as integers and returns an array of
size reader.maxDoc()
of the value each document has in the
given field.
- getLine() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Deprecated.
- getLine() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- getLine() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
Deprecated.
- getLine() - Method in interface org.apache.lucene.queryParser.CharStream
-
Deprecated.
- getLine() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- getLine() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Deprecated.
- getLine() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getLine() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Deprecated.
- getLine() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getLocale() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Returns current locale, allowing access by subclasses.
- getLocale() - Method in class org.apache.lucene.queryParser.QueryParser
-
Returns current locale, allowing access by subclasses.
- getLocale() - Method in class org.apache.lucene.search.SortField
-
Returns the Locale by which term values are interpreted.
- getLoggingAnalyzer(Analyzer, PrintStream, String) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
-
Returns a simple analyzer wrapper that logs all tokens produced by the
underlying child analyzer to the given log stream (typically System.err);
Otherwise behaves exactly like the child analyzer, delivering the very
same tokens; useful for debugging purposes on custom indexing and/or
querying.
- getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.QueryParser
-
- getLowercaseWildcardTerms() - Method in class org.apache.lucene.queryParser.QueryParser
-
- getLowerTerm() - Method in class org.apache.lucene.search.RangeQuery
-
Returns the lower term of this range query
- getLowerVal() - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
Returns the value of the lower endpoint of this range query, null if open ended
- getLucenePrefixTerm(String) - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
-
- getLuceneTerm(String) - Method in class org.apache.lucene.queryParser.surround.query.SrndTermQuery
-
- getMatch() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
-
Return the SpanQuery whose matches are filtered.
- getMaxBasicQueries() - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
-
- getMaxBufferedDocs() - Method in class org.apache.lucene.index.IndexModifier
-
- getMaxBufferedDocs() - Method in class org.apache.lucene.index.IndexWriter
-
- getMaxClauseCount() - Static method in class org.apache.lucene.search.BooleanQuery
-
Return the maximum number of clauses permitted, 1024 by default.
- getMaxDocBytesToAnalyze() - Method in class org.apache.lucene.search.highlight.Highlighter
-
- getMaxFieldLength() - Method in class org.apache.lucene.index.IndexModifier
-
- getMaxFieldLength() - Method in class org.apache.lucene.index.IndexWriter
-
- getMaxMergeDocs() - Method in class org.apache.lucene.index.IndexWriter
-
- getMaxNumTokensParsed() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
- getMaxQueryTerms() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns the maximum number of query terms that will be included in any generated query.
- getMaxScore() - Method in class org.apache.lucene.search.FieldSortedHitQueue
-
returns the maximum score encountered by elements inserted via insert()
- getMaxScore() - Method in class org.apache.lucene.search.TopDocs
-
Expert: Returns the maximum score value encountered.
- getMaxTermWeight() - Method in class org.apache.lucene.search.highlight.QueryScorer
-
- getMaxTokenAnalyzer(Analyzer, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
-
Returns an analyzer wrapper that returns at most the first
maxTokens
tokens from the underlying child analyzer,
ignoring all remaining tokens.
- getMaxWordLen() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns the maximum word length above which words will be ignored.
- getMemorySize() - Method in class org.apache.lucene.index.memory.MemoryIndex
-
Returns a reasonable approximation of the main memory [bytes] consumed by
this instance.
- getMergeFactor() - Method in class org.apache.lucene.index.IndexModifier
-
- getMergeFactor() - Method in class org.apache.lucene.index.IndexWriter
-
- getMessage() - Method in exception org.apache.lucene.analysis.standard.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.apache.lucene.analysis.standard.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception org.apache.lucene.demo.html.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.apache.lucene.demo.html.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception org.apache.lucene.queryParser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in exception org.apache.lucene.queryParser.precedence.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.apache.lucene.queryParser.precedence.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception org.apache.lucene.queryParser.surround.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.apache.lucene.queryParser.surround.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in error org.apache.lucene.queryParser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMetaTags() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- getMinDocFreq() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns the frequency at which words will be ignored which do not occur in at least this
many docs.
- getMinimumNumberShouldMatch() - Method in class org.apache.lucene.search.BooleanQuery
-
Gets the minimum number of the optional BooleanClauses
which must be satisifed.
- getMinSimilarity() - Method in class org.apache.lucene.search.FuzzyQuery
-
Returns the minimum similarity that is required for this query to match.
- getMinTermFreq() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns the frequency below which terms will be ignored in the source doc.
- getMinWordLen() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns the minimum word length below which words will be ignored.
- getMostFrequentTerms(Analyzer, String, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
-
Returns (frequency:term) pairs for the top N distinct terms (aka words),
sorted descending by frequency (and ascending by term, if tied).
- getNextToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- getNextToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- getNextToken() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- getNextToken() - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- getNextToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getNextToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- getNextToken() - Method in class org.apache.lucene.queryParser.QueryParser
-
- getNextToken() - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- getNextToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getNextToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- getNormDecoder() - Static method in class org.apache.lucene.search.Similarity
-
Returns a table for decoding normalization bytes.
- getNotQuery(List, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getNrQueriesMade() - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
-
- getNrSubQueries() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- getNumTokens() - Method in class org.apache.lucene.search.highlight.TokenGroup
-
- getOccur() - Method in class org.apache.lucene.search.BooleanClause
-
- getOffsets(int) - Method in class org.apache.lucene.index.SegmentTermPositionVector
-
Returns an array of TermVectorOffsetInfo in which the term is found.
- getOffsets(int) - Method in interface org.apache.lucene.index.TermPositionVector
-
Returns an array of TermVectorOffsetInfo in which the term is found.
- getOmitNorms() - Method in class org.apache.lucene.document.Field
-
True if norms are omitted for this indexed field
- getOpDistance(String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getOpDistance() - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
-
- getOperator() - Method in class org.apache.lucene.queryParser.QueryParser
-
- getOperatorName() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- getOrQuery(List, boolean, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getParagraphs(String, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
-
Returns at most the first N paragraphs of the given text.
- getPhraseSlop() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Gets the default slop for phrases.
- getPhraseSlop() - Method in class org.apache.lucene.queryParser.QueryParser
-
Gets the default slop for phrases.
- getPorterStemmerAnalyzer(Analyzer) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
-
Returns an English stemming analyzer that stems tokens from the
underlying child analyzer according to the Porter stemming algorithm.
- getPositionIncrement() - Method in class org.apache.lucene.analysis.Token
-
Returns the position increment of this Token.
- getPositionIncrementGap(String) - Method in class org.apache.lucene.analysis.Analyzer
-
Invoked before indexing a Field instance if
terms have already been added to that field.
- getPositions() - Method in class org.apache.lucene.search.MultiPhraseQuery
-
Returns the relative positions of terms in this phrase.
- getPositions() - Method in class org.apache.lucene.search.PhrasePrefixQuery
-
Deprecated.
Returns the relative positions of terms in this phrase.
- getPositions() - Method in class org.apache.lucene.search.PhraseQuery
-
Returns the relative positions of terms in this phrase.
- getPrefix() - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
-
- getPrefix() - Method in class org.apache.lucene.search.PrefixQuery
-
Returns the prefix of this query.
- getPrefix(RE) - Static method in class org.apache.regexp.RegexpTunnel
-
- getPrefixLength() - Method in class org.apache.lucene.search.FuzzyQuery
-
Returns the non-fuzzy prefix length.
- getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Called when parser parses an input term
token that uses prefix notation; that is, contains a single '*' wildcard
character as its last character.
- getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getPrefixQuery(String, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getPrefixSeparator() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- getProperties() - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
-
- getQuery() - Method in class org.apache.lucene.search.BooleanClause
-
- getQuery() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
-
- getQuery() - Method in class org.apache.lucene.search.FilteredQuery
-
- getQuery() - Method in interface org.apache.lucene.search.Weight
-
The query that this concerns.
- getQuote() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
-
- getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Overrides super class, by passing terms through analyzer.
- getRangeQuery(String, Analyzer, String, String, boolean) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getRangeQuery(String, Analyzer, String, String, boolean) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getReader() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- getRegexImplementation() - Method in class org.apache.lucene.search.regex.RegexQuery
-
- getRegexImplementation() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- getReverse() - Method in class org.apache.lucene.search.SortField
-
Returns whether the sort should be reversed.
- getRowCount() - Method in class org.apache.lucene.swing.models.TableSearcher
-
- getScore() - Method in class org.apache.lucene.search.highlight.TextFragment
-
- getScore(int) - Method in class org.apache.lucene.search.highlight.TokenGroup
-
- getScore() - Method in class org.apache.lucene.search.Hit
-
Returns score for this hit.
- getSearchables() - Method in class org.apache.lucene.search.MultiSearcher
-
- getSentences(String, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
-
Returns at most the first N sentences of the given text.
- getSimilarity() - Method in class org.apache.lucene.index.IndexWriter
-
Expert: Return the Similarity implementation used by this IndexWriter.
- getSimilarity(Searcher) - Method in class org.apache.lucene.search.BooleanQuery
-
- getSimilarity(Searcher) - Method in class org.apache.lucene.search.Query
-
Expert: Returns the Similarity implementation to be used for this query.
- getSimilarity() - Method in class org.apache.lucene.search.Scorer
-
Returns the Similarity implementation used by this scorer.
- getSimilarity() - Method in class org.apache.lucene.search.Searcher
-
Expert: Return the Similarity implementation used by this Searcher.
- getSize() - Method in class org.apache.lucene.swing.models.ListSearcher
-
- getSlop() - Method in class org.apache.lucene.search.MultiPhraseQuery
-
Sets the phrase slop for this query.
- getSlop() - Method in class org.apache.lucene.search.PhrasePrefixQuery
-
Deprecated.
Sets the phrase slop for this query.
- getSlop() - Method in class org.apache.lucene.search.PhraseQuery
-
Returns the slop.
- getSlop() - Method in class org.apache.lucene.search.spans.SpanNearQuery
-
Return the maximum number of intervening unmatched positions permitted.
- getSort() - Method in class org.apache.lucene.search.Sort
-
Representation of the sort criteria.
- getSpanNearQuery(IndexReader, String, float, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
-
- getSpans(IndexReader) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanFirstQuery
-
- getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanNearQuery
-
- getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanNotQuery
-
- getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanOrQuery
-
- getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanQuery
-
Expert: Returns the matches for this query in an index.
- getSpans(IndexReader) - Method in class org.apache.lucene.search.spans.SpanTermQuery
-
- getStartOffset() - Method in class org.apache.lucene.index.TermVectorOffsetInfo
-
- getStartOffset() - Method in class org.apache.lucene.search.highlight.TokenGroup
-
- getStarts() - Method in class org.apache.lucene.search.MultiSearcher
-
- getStemDict(File) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
-
Reads a stemsdictionary.
- getStopWords() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Get the current stop words being used.
- getStringIndex(IndexReader, String) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none
is found reads the term values in field
and returns
an array of them in natural order, along with an array telling
which element in the term array each document uses.
- getStrings(IndexReader, String) - Method in interface org.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none
is found, reads the term values in field
and returns an array
of size reader.maxDoc()
containing the value each document
has in the given field.
- getSubQueriesIterator() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- getSubQuery(int) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- GetSuffix(int) - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- GetSuffix(int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- GetSuffix(int) - Method in interface org.apache.lucene.queryParser.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class org.apache.lucene.queryParser.FastCharStream
-
- GetSuffix(int) - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- GetSuffix(int) - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- getSuffixOperator() - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
-
- getSummary() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- getSynonymAnalyzer(Analyzer, SynonymMap, int) - Static method in class org.apache.lucene.index.memory.AnalyzerUtil
-
Returns an analyzer wrapper that wraps the underlying child analyzer's
token stream into a
SynonymTokenFilter
.
- getSynonyms(String) - Method in class org.apache.lucene.index.memory.SynonymMap
-
Returns the synonym set for the given word, sorted ascending.
- getTableModel() - Method in class org.apache.lucene.swing.models.TableSearcher
-
- getTerm() - Method in class org.apache.lucene.search.highlight.WeightedTerm
-
- getTerm() - Method in class org.apache.lucene.search.MultiTermQuery
-
Returns the pattern term.
- getTerm() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- getTerm() - Method in class org.apache.lucene.search.spans.SpanTermQuery
-
Return the term whose spans are matched.
- getTerm() - Method in class org.apache.lucene.search.TermQuery
-
Returns the term of this query.
- getTermEnum(String) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
-
- getTermFrequencies() - Method in interface org.apache.lucene.index.TermFreqVector
-
Array of term frequencies.
- getTermFrequencies() - Method in class org.apache.lucene.search.QueryTermVector
-
- getTermFreqVector(int, String) - Method in class org.apache.lucene.index.FilterIndexReader
-
- getTermFreqVector(int, String) - Method in class org.apache.lucene.index.IndexReader
-
Return a term frequency vector for the specified document and field.
- getTermFreqVector(int, String) - Method in class org.apache.lucene.index.MultiReader
-
- getTermFreqVector(int, String) - Method in class org.apache.lucene.index.ParallelReader
-
- getTermFreqVectors(int) - Method in class org.apache.lucene.index.FilterIndexReader
-
- getTermFreqVectors(int) - Method in class org.apache.lucene.index.IndexReader
-
Return an array of term frequency vectors for the specified document.
- getTermFreqVectors(int) - Method in class org.apache.lucene.index.MultiReader
-
Return an array of term frequency vectors for the specified document.
- getTermFreqVectors(int) - Method in class org.apache.lucene.index.ParallelReader
-
- getTermIndexInterval() - Method in class org.apache.lucene.index.IndexWriter
-
Expert: Return the interval between indexed terms.
- getTermPositions(int) - Method in class org.apache.lucene.index.SegmentTermPositionVector
-
Returns an array of positions in which the term is found.
- getTermPositions(int) - Method in interface org.apache.lucene.index.TermPositionVector
-
Returns an array of positions in which the term is found.
- getTermQuery(String, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getTerms() - Method in interface org.apache.lucene.index.TermFreqVector
-
- getTerms(Query) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
-
Extracts all terms texts of a given Query into an array of WeightedTerms
- getTerms(Query, boolean, String) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
-
Extracts all terms texts of a given Query into an array of WeightedTerms
- getTerms(Query, boolean) - Static method in class org.apache.lucene.search.highlight.QueryTermExtractor
-
Extracts all terms texts of a given Query into an array of WeightedTerms
- getTerms() - Method in class org.apache.lucene.search.PhraseQuery
-
Returns the set of terms in this phrase.
- getTerms() - Method in class org.apache.lucene.search.QueryTermVector
-
- getTerms() - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- getTerms() - Method in class org.apache.lucene.search.spans.SpanFirstQuery
-
- getTerms() - Method in class org.apache.lucene.search.spans.SpanNearQuery
-
- getTerms() - Method in class org.apache.lucene.search.spans.SpanNotQuery
-
- getTerms() - Method in class org.apache.lucene.search.spans.SpanOrQuery
-
- getTerms() - Method in class org.apache.lucene.search.spans.SpanQuery
-
Returns a collection of all terms matched by this query.
- getTerms() - Method in class org.apache.lucene.search.spans.SpanTermQuery
-
- getTermText() - Method in class org.apache.lucene.queryParser.surround.query.SrndTermQuery
-
- getTextFragmenter() - Method in class org.apache.lucene.search.highlight.Highlighter
-
- getTitle() - Method in class org.apache.lucene.ant.HtmlDocument
-
Gets the title attribute of the HtmlDocument
object.
- getTitle() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- getToken(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- getToken(int) - Method in class org.apache.lucene.demo.html.HTMLParser
-
- getToken(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getToken(int) - Method in class org.apache.lucene.queryParser.QueryParser
-
- getToken(int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getToken(int) - Method in class org.apache.lucene.search.highlight.TokenGroup
-
- getTokenScore(Token) - Method in class org.apache.lucene.search.highlight.QueryScorer
-
- getTokenScore(Token) - Method in interface org.apache.lucene.search.highlight.Scorer
-
Called for each token in the current fragment
- getTokenStream(TermPositionVector) - Static method in class org.apache.lucene.search.highlight.TokenSources
-
- getTokenStream(TermPositionVector, boolean) - Static method in class org.apache.lucene.search.highlight.TokenSources
-
Low level api.
- getTokenStream(IndexReader, int, String) - Static method in class org.apache.lucene.search.highlight.TokenSources
-
- getTokenStream(IndexReader, int, String, Analyzer) - Static method in class org.apache.lucene.search.highlight.TokenSources
-
- getTotalHits() - Method in class org.apache.lucene.search.TopDocCollector
-
The total number of documents that matched this query.
- getTotalScore() - Method in class org.apache.lucene.search.highlight.TokenGroup
-
- getTruncated() - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
-
- getTruncQuery(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- getType() - Method in class org.apache.lucene.search.SortField
-
Returns the type of contents in the field.
- getUpperTerm() - Method in class org.apache.lucene.search.RangeQuery
-
Returns the upper term of this range query
- getUpperVal() - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
Returns the value of the upper endpoint of this range query, null if open ended
- getUseCompoundFile() - Method in class org.apache.lucene.index.IndexModifier
-
- getUseCompoundFile() - Method in class org.apache.lucene.index.IndexWriter
-
Get the current setting of whether to use the compound file format.
- getUseScorer14() - Static method in class org.apache.lucene.search.BooleanQuery
-
- getValue() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
-
- getValue() - Method in class org.apache.lucene.search.Explanation
-
The value assigned to this explanation node.
- getValue() - Method in interface org.apache.lucene.search.Weight
-
The weight for this query.
- getValueAt(int, int) - Method in class org.apache.lucene.swing.models.TableSearcher
-
- getValues() - Method in class org.apache.lucene.ant.IndexTask.AnalyzerType
-
- getValues(String) - Method in class org.apache.lucene.document.Document
-
Returns an array of values of the field specified as the method parameter.
- getVersion() - Method in class org.apache.lucene.index.IndexReader
-
Version number when this IndexReader was opened.
- getWeight() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- getWeight() - Method in class org.apache.lucene.search.highlight.WeightedTerm
-
- getWeightOperator() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- getWeightString() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Called when parser
parses an input term token that contains one or more wildcard
characters (? and *), but is not a prefix term token (one
that has just a single * character at the end)
- getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
- getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Factory method for generating a query.
- getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.QueryParser
-
Factory method for generating a query.
- getWordSet(File) - Static method in class org.apache.lucene.analysis.de.WordlistLoader
-
Deprecated.
Loads a text file and adds every line as an entry to a HashSet (omitting
leading and trailing whitespace).
- getWordSet(File) - Static method in class org.apache.lucene.analysis.WordlistLoader
-
Loads a text file and adds every line as an entry to a HashSet (omitting
leading and trailing whitespace).
- getWordSet(Reader) - Static method in class org.apache.lucene.analysis.WordlistLoader
-
Reads lines from a Reader and adds every line as an entry to a HashSet (omitting
leading and trailing whitespace).
- getWordsIterator() - Method in interface org.apache.lucene.search.spell.Dictionary
-
return all the words present in the dictionnary
- getWordsIterator() - Method in class org.apache.lucene.search.spell.LuceneDictionary
-
- getWordsIterator() - Method in class org.apache.lucene.search.spell.PlainTextDictionary
-
- getWordtable(String, String) - Static method in class org.apache.lucene.analysis.de.WordlistLoader
-
- getWordtable(String) - Static method in class org.apache.lucene.analysis.de.WordlistLoader
-
- getWordtable(File) - Static method in class org.apache.lucene.analysis.de.WordlistLoader
-
- getWordtable(String, String) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
-
- getWordtable(String) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
-
- getWordtable(File) - Static method in class org.apache.lucene.analysis.nl.WordlistLoader
-
- getWordtable(String, String) - Static method in class org.apache.lucene.analysis.WordlistLoader
-
- getWordtable(String) - Static method in class org.apache.lucene.analysis.WordlistLoader
-
- getWordtable(File) - Static method in class org.apache.lucene.analysis.WordlistLoader
-
- GradientFormatter - Class in org.apache.lucene.search.highlight
-
Formats text with different color intensity depending on the score of the
term.
- GradientFormatter(float, String, String, String, String) - Constructor for class org.apache.lucene.search.highlight.GradientFormatter
-
Sets the color range for the IDF scores
- GreekAnalyzer - Class in org.apache.lucene.analysis.el
-
Analyzer for the Greek language.
- GreekAnalyzer() - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
-
- GreekAnalyzer(char[]) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
-
Builds an analyzer.
- GreekAnalyzer(char[], String[]) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
-
Builds an analyzer with the given stop words.
- GreekAnalyzer(char[], Hashtable) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
-
Builds an analyzer with the given stop words.
- GreekCharsets - Class in org.apache.lucene.analysis.el
-
GreekCharsets class contains encodings schemes (charsets) and toLowerCase() method implementation
for greek characters in Unicode, ISO-8859-7 and Microsoft Windows CP1253.
- GreekCharsets() - Constructor for class org.apache.lucene.analysis.el.GreekCharsets
-
- GreekLowerCaseFilter - Class in org.apache.lucene.analysis.el
-
Normalizes token text to lower case, analyzing given ("greek") charset.
- GreekLowerCaseFilter(TokenStream, char[]) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilter
-
- id(int) - Method in class org.apache.lucene.search.Hits
-
Returns the id for the nth document in this set.
- idf(int, int) - Method in class org.apache.lucene.search.DefaultSimilarity
-
Implemented as log(numDocs/(docFreq+1)) + 1
.
- idf(Term, Searcher) - Method in class org.apache.lucene.search.Similarity
-
Computes a score factor for a simple term.
- idf(Collection, Searcher) - Method in class org.apache.lucene.search.Similarity
-
Computes a score factor for a phrase.
- idf(int, int) - Method in class org.apache.lucene.search.Similarity
-
Computes a score factor based on a term's document frequency (the number
of documents which contain the term).
- idf(int, int) - Method in class org.apache.lucene.search.SimilarityDelegator
-
- image - Variable in class org.apache.lucene.analysis.standard.Token
-
The string image of the token.
- image - Variable in class org.apache.lucene.demo.html.Token
-
The string image of the token.
- image - Variable in class org.apache.lucene.queryParser.precedence.Token
-
The string image of the token.
- image - Variable in class org.apache.lucene.queryParser.surround.parser.Token
-
The string image of the token.
- image - Variable in class org.apache.lucene.queryParser.Token
-
The string image of the token.
- in - Variable in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- in - Variable in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- in - Variable in class org.apache.lucene.index.FilterIndexReader
-
- in_grouping(char[], int, int) - Method in class net.sf.snowball.SnowballProgram
-
- in_grouping_b(char[], int, int) - Method in class net.sf.snowball.SnowballProgram
-
- in_range(int, int) - Method in class net.sf.snowball.SnowballProgram
-
- in_range_b(int, int) - Method in class net.sf.snowball.SnowballProgram
-
- inBuf - Variable in class org.apache.lucene.demo.html.SimpleCharStream
-
- includesLower() - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
Returns true
if the lower endpoint is inclusive
- includesUpper() - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
Returns true
if the upper endpoint is inclusive
- indexDictionary(Dictionary) - Method in class org.apache.lucene.search.spell.SpellChecker
-
Index a Dictionary
- INDEXED - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
-
- INDEXED_NO_TERMVECTOR - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
-
- INDEXED_WITH_TERMVECTOR - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
-
- indexesOf(String[], int, int) - Method in interface org.apache.lucene.index.TermFreqVector
-
Just like indexOf(int)
but searches for a number of terms
at the same time.
- indexesOf(String[], int, int) - Method in class org.apache.lucene.search.QueryTermVector
-
- indexExists(String) - Static method in class org.apache.lucene.index.IndexReader
-
Returns true
if an index exists at the specified directory.
- indexExists(File) - Static method in class org.apache.lucene.index.IndexReader
-
Returns true
if an index exists at the specified directory.
- indexExists(Directory) - Static method in class org.apache.lucene.index.IndexReader
-
Returns true
if an index exists at the specified directory.
- IndexFileNameFilter - Class in org.apache.lucene.index
-
Filename filter that accept filenames and extensions only created by Lucene.
- IndexFileNameFilter() - Constructor for class org.apache.lucene.index.IndexFileNameFilter
-
- IndexFiles - Class in org.apache.lucene.demo
-
Index all text files under a directory.
- IndexHTML - Class in org.apache.lucene.demo
-
Indexer for HTML files.
- IndexInput - Class in org.apache.lucene.store
-
Abstract base class for input from a file in a
Directory
.
- IndexInput() - Constructor for class org.apache.lucene.store.IndexInput
-
- IndexMergeTool - Class in org.apache.lucene.misc
-
Merges indices specified on the command line into the index
specified as the first command line argument.
- IndexMergeTool() - Constructor for class org.apache.lucene.misc.IndexMergeTool
-
- IndexModifier - Class in org.apache.lucene.index
-
A class to modify an index, i.e.
- IndexModifier(Directory, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexModifier
-
Open an index with write access.
- IndexModifier(String, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexModifier
-
Open an index with write access.
- IndexModifier(File, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexModifier
-
Open an index with write access.
- indexOf(String) - Method in interface org.apache.lucene.index.TermFreqVector
-
Return an index in the term numbers array returned from
getTerms
at which the term with the specified
term
appears.
- indexOf(String) - Method in class org.apache.lucene.search.QueryTermVector
-
- INDEXORDER - Static variable in interface org.apache.lucene.search.ScoreDocComparator
-
Special comparator for sorting hits according to index order (document number).
- INDEXORDER - Static variable in class org.apache.lucene.search.Sort
-
Represents sorting by index order.
- IndexOutput - Class in org.apache.lucene.store
-
Abstract base class for output to a file in a Directory.
- IndexOutput() - Constructor for class org.apache.lucene.store.IndexOutput
-
- indexReader - Variable in class org.apache.lucene.index.IndexModifier
-
- IndexReader - Class in org.apache.lucene.index
-
IndexReader is an abstract class, providing an interface for accessing an
index.
- IndexReader(Directory) - Constructor for class org.apache.lucene.index.IndexReader
-
Constructor used if IndexReader is not owner of its directory.
- IndexReader.FieldOption - Class in org.apache.lucene.index
-
- IndexSearcher - Class in org.apache.lucene.search
-
Implements search over a single IndexReader.
- IndexSearcher(String) - Constructor for class org.apache.lucene.search.IndexSearcher
-
Creates a searcher searching the index in the named directory.
- IndexSearcher(Directory) - Constructor for class org.apache.lucene.search.IndexSearcher
-
Creates a searcher searching the index in the provided directory.
- IndexSearcher(IndexReader) - Constructor for class org.apache.lucene.search.IndexSearcher
-
Creates a searcher searching the provided index.
- IndexTask - Class in org.apache.lucene.ant
-
Ant task to index files with Lucene
- IndexTask() - Constructor for class org.apache.lucene.ant.IndexTask
-
Creates new instance
- IndexTask.AnalyzerType - Class in org.apache.lucene.ant
-
- IndexTask.AnalyzerType() - Constructor for class org.apache.lucene.ant.IndexTask.AnalyzerType
-
- IndexTask.HandlerConfig - Class in org.apache.lucene.ant
-
- IndexTask.HandlerConfig() - Constructor for class org.apache.lucene.ant.IndexTask.HandlerConfig
-
- indexWriter - Variable in class org.apache.lucene.index.IndexModifier
-
- IndexWriter - Class in org.apache.lucene.index
-
An IndexWriter creates and maintains an index.
- IndexWriter(String, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexWriter
-
Constructs an IndexWriter for the index in path
.
- IndexWriter(File, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexWriter
-
Constructs an IndexWriter for the index in path
.
- IndexWriter(Directory, Analyzer, boolean) - Constructor for class org.apache.lucene.index.IndexWriter
-
Constructs an IndexWriter for the index in d
.
- infixToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- infoStream - Variable in class org.apache.lucene.index.IndexModifier
-
- infoStream - Variable in class org.apache.lucene.index.IndexWriter
-
- init(Directory, Analyzer, boolean) - Method in class org.apache.lucene.index.IndexModifier
-
Initialize an IndexWriter.
- initialize(int) - Method in class org.apache.lucene.util.PriorityQueue
-
Subclass constructors must call this.
- input - Variable in class org.apache.lucene.analysis.TokenFilter
-
The source of tokens for this filter.
- input - Variable in class org.apache.lucene.analysis.Tokenizer
-
The text source for this Tokenizer.
- input_stream - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- input_stream - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- input_stream - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- input_stream - Variable in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- input_stream - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- inputStream - Variable in class org.apache.lucene.demo.html.SimpleCharStream
-
- InputStream - Class in org.apache.lucene.store
-
- InputStream() - Constructor for class org.apache.lucene.store.InputStream
-
Deprecated.
- insert(int, int, String) - Method in class net.sf.snowball.SnowballProgram
-
- insert(int, int, StringBuffer) - Method in class net.sf.snowball.SnowballProgram
-
- insert(FieldDoc) - Method in class org.apache.lucene.search.FieldSortedHitQueue
-
- insert(Object) - Method in class org.apache.lucene.search.FieldSortedHitQueue
-
- insert(Object) - Method in class org.apache.lucene.util.PriorityQueue
-
Adds element to the PriorityQueue in log(size) time if either
the PriorityQueue is not full, or not lessThan(element, top()).
- INT - Static variable in class org.apache.lucene.search.SortField
-
Sort using term values as encoded Integers.
- isBinary() - Method in class org.apache.lucene.document.Field
-
True iff the value of the filed is stored as binary
- isBoost() - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Returns whether to boost terms in query based on "score" or not.
- isCellEditable(int, int) - Method in class org.apache.lucene.swing.models.TableSearcher
-
- isCompressed() - Method in class org.apache.lucene.document.Field
-
True if the value of the field is stored and compressed within the index
- isCoordDisabled() - Method in class org.apache.lucene.search.BooleanQuery
-
- isCurrent() - Method in class org.apache.lucene.index.IndexReader
-
Check whether this IndexReader still works on a current version of the index.
- isDeleted(int) - Method in class org.apache.lucene.index.FilterIndexReader
-
- isDeleted(int) - Method in class org.apache.lucene.index.IndexReader
-
Returns true if document n has been deleted
- isDeleted(int) - Method in class org.apache.lucene.index.MultiReader
-
- isDeleted(int) - Method in class org.apache.lucene.index.ParallelReader
-
- isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
-
- isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- isInclusive() - Method in class org.apache.lucene.search.RangeQuery
-
Returns true
if the range query is inclusive
- isIndexed() - Method in class org.apache.lucene.document.Field
-
True iff the value of the field is to be indexed, so that it may be
searched on.
- isInOrder() - Method in class org.apache.lucene.search.spans.SpanNearQuery
-
Return true if matches are required to be in-order.
- isLocked(Directory) - Static method in class org.apache.lucene.index.IndexReader
-
Returns true
iff the index in the named directory is
currently locked.
- isLocked(String) - Static method in class org.apache.lucene.index.IndexReader
-
Returns true
iff the index in the named directory is
currently locked.
- isLocked() - Method in class org.apache.lucene.store.Lock
-
Returns true if the resource is currently locked.
- isNewFragment(Token) - Method in interface org.apache.lucene.search.highlight.Fragmenter
-
Test to see if this token from the stream should be held in a new TextFragment
- isNewFragment(Token) - Method in class org.apache.lucene.search.highlight.NullFragmenter
-
- isNewFragment(Token) - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
-
- ISO - Static variable in class org.apache.lucene.analysis.el.GreekCharsets
-
- ISOLatin1AccentFilter - Class in org.apache.lucene.analysis
-
A filter that replaces accented characters in the ISO Latin 1 character set
(ISO-8859-1) by their unaccented equivalent.
- ISOLatin1AccentFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ISOLatin1AccentFilter
-
- isOperatorInfix() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- isProhibited() - Method in class org.apache.lucene.search.BooleanClause
-
- isRequired() - Method in class org.apache.lucene.search.BooleanClause
-
- isStored() - Method in class org.apache.lucene.document.Field
-
True iff the value of the field is to be stored in the index for return
with search hits.
- isStoreOffsetWithTermVector() - Method in class org.apache.lucene.document.Field
-
True iff terms are stored as term vector together with their offsets
(start and end positon in source text).
- isStorePositionWithTermVector() - Method in class org.apache.lucene.document.Field
-
True iff terms are stored as term vector together with their token positions.
- isTermVectorStored() - Method in class org.apache.lucene.document.Field
-
- isTokenChar(char) - Method in class org.apache.lucene.analysis.CharTokenizer
-
Returns true iff a character should be included in a token.
- isTokenChar(char) - Method in class org.apache.lucene.analysis.LetterTokenizer
-
- isTokenChar(char) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizer
-
- isTokenChar(char) - Method in class org.apache.lucene.analysis.WhitespaceTokenizer
-
- isTokenized() - Method in class org.apache.lucene.document.Field
-
True iff the value of the field should be tokenized as text prior to
indexing.
- isWeighted() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- ItalianStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- ItalianStemmer() - Constructor for class net.sf.snowball.ext.ItalianStemmer
-
- iterator() - Method in class org.apache.lucene.search.DisjunctionMaxQuery
-
An Iterator over the disjuncts
- iterator() - Method in class org.apache.lucene.search.Hits
-
- RAMDirectory - Class in org.apache.lucene.store
-
- RAMDirectory() - Constructor for class org.apache.lucene.store.RAMDirectory
-
- RAMDirectory(Directory) - Constructor for class org.apache.lucene.store.RAMDirectory
-
Creates a new RAMDirectory
instance from a different
Directory
implementation.
- RAMDirectory(File) - Constructor for class org.apache.lucene.store.RAMDirectory
-
Creates a new
RAMDirectory
instance from the
FSDirectory
.
- RAMDirectory(String) - Constructor for class org.apache.lucene.store.RAMDirectory
-
Creates a new
RAMDirectory
instance from the
FSDirectory
.
- RAMOutputStream - Class in org.apache.lucene.store
-
- RAMOutputStream() - Constructor for class org.apache.lucene.store.RAMOutputStream
-
Construct an empty output buffer.
- RangeEx - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RangeEx - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RangeFilter - Class in org.apache.lucene.search
-
A Filter that restricts search results to a range of values in a given
field.
- RangeFilter(String, String, String, boolean, boolean) - Constructor for class org.apache.lucene.search.RangeFilter
-
- RangeIn - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RangeIn - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RangeQuery - Class in org.apache.lucene.search
-
A Query that matches documents within an exclusive range.
- RangeQuery(Term, Term, boolean) - Constructor for class org.apache.lucene.search.RangeQuery
-
Constructs a query selecting all terms greater than
lowerTerm
but less than upperTerm
.
- 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(int[], int[]) - Method in interface org.apache.lucene.index.TermDocs
-
Attempts to read multiple entries from the enumeration, up to length of
docs.
- readByte() - Method in class org.apache.lucene.store.BufferedIndexInput
-
- readByte() - Method in class org.apache.lucene.store.IndexInput
-
Reads and returns a single byte.
- readBytes(byte[], int, int) - Method in class org.apache.lucene.store.BufferedIndexInput
-
- 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.
- readChar() - Method in interface org.apache.lucene.analysis.standard.CharStream
-
Returns the next character from the selected input.
- readChar() - Method in class org.apache.lucene.analysis.standard.FastCharStream
-
- readChar() - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- readChar() - Method in interface org.apache.lucene.queryParser.CharStream
-
Returns the next character from the selected input.
- readChar() - Method in class org.apache.lucene.queryParser.FastCharStream
-
- readChar() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the next character from the selected input.
- readChar() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- readChar() - Method in 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
-
Reads UTF-8 encoded characters into an array.
- readerValue() - Method in class org.apache.lucene.document.Field
-
The value of the field as a Reader, or null.
- 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.
- readLong() - Method in class org.apache.lucene.store.IndexInput
-
Reads eight bytes and returns a long.
- readResolve() - Method in class org.apache.lucene.util.Parameter
-
Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons.
- readString() - Method in class org.apache.lucene.store.IndexInput
-
Reads a string.
- 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.
- recompose(List) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- 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
.
- 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(CharStream) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- ReInit(StandardTokenizerTokenManager) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- ReInit(CharStream) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- ReInit(CharStream, int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- ReInit(InputStream) - Method in class org.apache.lucene.demo.html.HTMLParser
-
- ReInit(Reader) - Method in class org.apache.lucene.demo.html.HTMLParser
-
- ReInit(HTMLParserTokenManager) - Method in class org.apache.lucene.demo.html.HTMLParser
-
- ReInit(SimpleCharStream) - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- ReInit(SimpleCharStream, int) - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- ReInit(Reader, int, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- ReInit(Reader, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- ReInit(Reader) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- ReInit(InputStream, int, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- ReInit(InputStream) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- ReInit(InputStream, int, int) - Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- ReInit(CharStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- ReInit(PrecedenceQueryParserTokenManager) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- ReInit(CharStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- ReInit(CharStream) - Method in class org.apache.lucene.queryParser.QueryParser
-
- ReInit(QueryParserTokenManager) - Method in class org.apache.lucene.queryParser.QueryParser
-
- ReInit(CharStream) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- ReInit(CharStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- ReInit(QueryParserTokenManager) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- ReInit(CharStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- release() - Method in class org.apache.lucene.store.Lock
-
Releases exclusive access.
- RELEVANCE - Static variable in interface org.apache.lucene.search.ScoreDocComparator
-
Special comparator for sorting hits according to computed relevance (document score).
- RELEVANCE - Static variable in class org.apache.lucene.search.Sort
-
Represents sorting by computed relevance.
- 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.search.HitIterator
-
Unsupported operation.
- removeAccents(String) - Static method in class org.apache.lucene.analysis.ISOLatin1AccentFilter
-
To replace accented characters in a String by unaccented equivalents.
- 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.
- renameFile(String, String) - Method in class org.apache.lucene.store.Directory
-
Renames an existing file in the directory.
- renameFile(String, String) - Method in class org.apache.lucene.store.FSDirectory
-
Renames an existing file in the directory.
- renameFile(String, String) - Method in class org.apache.lucene.store.RAMDirectory
-
Removes an existing file in the directory.
- replace_s(int, int, String) - Method in class net.sf.snowball.SnowballProgram
-
- ReqExclScorer - Class in org.apache.lucene.search
-
A Scorer for queries with a required subscorer and an excluding (prohibited) subscorer.
- ReqExclScorer(Scorer, Scorer) - Constructor for class org.apache.lucene.search.ReqExclScorer
-
Construct a ReqExclScorer
.
- ReqOptSumScorer - Class in org.apache.lucene.search
-
A Scorer for queries with a required part and an optional part.
- ReqOptSumScorer(Scorer, Scorer) - Constructor for class org.apache.lucene.search.ReqOptSumScorer
-
Construct a ReqOptScorer
.
- required - Variable in class org.apache.lucene.search.BooleanClause
-
- REQUIRED_FIELD - Static variable in class org.apache.lucene.queryParser.MultiFieldQueryParser
-
Deprecated.
- reset() - Method in class org.apache.lucene.store.RAMOutputStream
-
Resets this to an empty buffer.
- result - Variable in class net.sf.snowball.Among
-
- 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(Reader) - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Find words for a more-like-this query former.
- rewrite(IndexReader) - Method in class org.apache.lucene.search.BooleanQuery
-
- rewrite(IndexReader) - Method in class org.apache.lucene.search.ConstantScoreQuery
-
- rewrite(IndexReader) - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
- 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.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) - Method in class org.apache.lucene.search.MultiTermQuery
-
- rewrite(Query) - Method in class org.apache.lucene.search.ParallelMultiSearcher
-
- rewrite(IndexReader) - Method in class org.apache.lucene.search.PrefixQuery
-
- rewrite(IndexReader) - Method in class org.apache.lucene.search.Query
-
Expert: called to re-write queries into primitive queries.
- rewrite(IndexReader) - Method in class org.apache.lucene.search.RangeQuery
-
- 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.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
-
- round(Date, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
-
Limit a date's resolution.
- round(long, DateTools.Resolution) - Static method in class org.apache.lucene.document.DateTools
-
Limit a date's resolution.
- RPAREN - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- RPAREN - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- RPAREN - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- run() - Method in class org.apache.lucene.store.Lock.With
-
- RussianAnalyzer - Class in org.apache.lucene.analysis.ru
-
Analyzer for Russian language.
- RussianAnalyzer() - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
-
- RussianAnalyzer(char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
-
Builds an analyzer.
- RussianAnalyzer(char[], String[]) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
-
Builds an analyzer with the given stop words.
- RussianAnalyzer(char[], Hashtable) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
-
Builds an analyzer with the given stop words.
- RussianCharsets - Class in org.apache.lucene.analysis.ru
-
RussianCharsets class contains encodings schemes (charsets) and toLowerCase() method implementation
for russian characters in Unicode, KOI8 and CP1252.
- RussianCharsets() - Constructor for class org.apache.lucene.analysis.ru.RussianCharsets
-
- RussianLetterTokenizer - Class in org.apache.lucene.analysis.ru
-
A RussianLetterTokenizer is a tokenizer that extends LetterTokenizer by additionally looking up letters
in a given "russian charset".
- RussianLetterTokenizer(Reader, char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
-
- RussianLowerCaseFilter - Class in org.apache.lucene.analysis.ru
-
Normalizes token text to lower case, analyzing given ("russian") charset.
- RussianLowerCaseFilter(TokenStream, char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianLowerCaseFilter
-
- RussianStemFilter - Class in org.apache.lucene.analysis.ru
-
A filter that stems Russian words.
- RussianStemFilter(TokenStream, char[]) - Constructor for class org.apache.lucene.analysis.ru.RussianStemFilter
-
- RussianStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- RussianStemmer() - Constructor for class net.sf.snowball.ext.RussianStemmer
-
- s - Variable in class net.sf.snowball.Among
-
- s_size - Variable in class net.sf.snowball.Among
-
- score() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
-
- score() - Method in class org.apache.lucene.search.DisjunctionSumScorer
-
Returns the score of the current document matching the query.
- score(int) - Method in class org.apache.lucene.search.Hits
-
Returns the score for the nth document in this set.
- score() - Method in class org.apache.lucene.search.ReqExclScorer
-
Returns the score of the current document matching the query.
- score() - Method in class org.apache.lucene.search.ReqOptSumScorer
-
Returns the score of the current document matching the query.
- score - Variable in class org.apache.lucene.search.ScoreDoc
-
Expert: The score of this document for the query.
- score(HitCollector) - Method in class org.apache.lucene.search.Scorer
-
Scores and collects all matching documents.
- score(HitCollector, 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).
- ScoreDoc - Class in org.apache.lucene.search
-
Expert: Returned by low-level search implementations.
- ScoreDoc(int, float) - Constructor for class org.apache.lucene.search.ScoreDoc
-
Expert: Constructs a ScoreDoc.
- ScoreDocComparator - Interface in org.apache.lucene.search
-
Expert: Compares two ScoreDoc objects for sorting.
- scoreDocs - Variable in class org.apache.lucene.search.TopDocs
-
Expert: The top hits for the query.
- scorer(IndexReader) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
-
- Scorer - Interface in org.apache.lucene.search.highlight
-
Adds to the score for a fragment based on its tokens
- 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) - Method in interface org.apache.lucene.search.Weight
-
Constructs a scorer for this.
- ScriptEnd - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- ScriptStart - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- ScriptTag() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- ScriptText - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- search(Query) - Method in class org.apache.lucene.index.memory.MemoryIndex
-
Convenience method that efficiently returns the relevance score by
matching this index against the given Lucene query expression.
- search(Weight, Filter, int) - Method in class org.apache.lucene.search.IndexSearcher
-
- search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.IndexSearcher
-
- search(Weight, Filter, HitCollector) - 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, HitCollector) - Method in class org.apache.lucene.search.MultiSearcher
-
- search(Weight, Filter, int) - Method in class org.apache.lucene.search.ParallelMultiSearcher
-
A search implementation which spans a new thread for each
Searchable, waits for each search to complete and merge
the results back together.
- search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.ParallelMultiSearcher
-
A search implementation allowing sorting which spans a new thread for each
Searchable, waits for each search to complete and merges
the results back together.
- search(Weight, Filter, HitCollector) - Method in class org.apache.lucene.search.ParallelMultiSearcher
-
Lower-level search API.
- search(Query, Filter, HitCollector) - Method in class org.apache.lucene.search.RemoteSearchable
-
- search(Weight, Filter, HitCollector) - Method in class org.apache.lucene.search.RemoteSearchable
-
- search(Query, Filter, int) - Method in class org.apache.lucene.search.RemoteSearchable
-
- search(Weight, Filter, int) - Method in class org.apache.lucene.search.RemoteSearchable
-
- search(Query, Filter, int, Sort) - Method in class org.apache.lucene.search.RemoteSearchable
-
- search(Weight, Filter, int, Sort) - Method in class org.apache.lucene.search.RemoteSearchable
-
- search(Weight, Filter, HitCollector) - Method in interface org.apache.lucene.search.Searchable
-
Lower-level search API.
- search(Query, Filter, HitCollector) - Method in interface org.apache.lucene.search.Searchable
-
- search(Weight, Filter, int) - Method in interface org.apache.lucene.search.Searchable
-
Expert: Low-level search implementation.
- search(Query, Filter, int) - Method in interface org.apache.lucene.search.Searchable
-
- 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 interface org.apache.lucene.search.Searchable
-
- search(Query) - Method in class org.apache.lucene.search.Searcher
-
Returns the documents matching query
.
- search(Query, Filter) - Method in class org.apache.lucene.search.Searcher
-
Returns the documents matching query
and
filter
.
- search(Query, Sort) - Method in class org.apache.lucene.search.Searcher
-
Returns documents matching query
sorted by
sort
.
- search(Query, Filter, Sort) - Method in class org.apache.lucene.search.Searcher
-
Returns documents matching query
and filter
,
sorted by sort
.
- search(Query, Filter, int, Sort) - Method in class org.apache.lucene.search.Searcher
-
Expert: Low-level search implementation with arbitrary sorting.
- search(Query, HitCollector) - Method in class org.apache.lucene.search.Searcher
-
Lower-level search API.
- search(Query, Filter, HitCollector) - Method in class org.apache.lucene.search.Searcher
-
Lower-level search API.
- search(Query, Filter, int) - Method in class org.apache.lucene.search.Searcher
-
Expert: Low-level search implementation.
- search(Weight, Filter, HitCollector) - 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 - Class in org.apache.lucene.search
-
An abstract base class for search implementations.
- Searcher() - Constructor for class org.apache.lucene.search.Searcher
-
- searcherIndex(int) - Method in class org.apache.lucene.search.MultiSearcher
-
Deprecated.
- SearchFiles - Class in org.apache.lucene.demo
-
Simple command-line based search demo.
- SECOND - Static variable in class org.apache.lucene.document.DateTools.Resolution
-
- 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.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(long) - Method in class org.apache.lucene.store.RAMOutputStream
-
- seekInternal(long) - Method in class org.apache.lucene.store.BufferedIndexInput
-
Expert: implements seek.
- SegmentTermPositionVector - Class in org.apache.lucene.index
-
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
- SegmentTermPositionVector(String, String[], int[], int[][], TermVectorOffsetInfo[][]) - Constructor for class org.apache.lucene.index.SegmentTermPositionVector
-
- set(int) - Method in class org.apache.lucene.util.BitVector
-
Sets the value of bit
to one.
- setAccuraty(float) - Method in class org.apache.lucene.search.spell.SpellChecker
-
Set the accuracy 0 < min < 1; default 0.5
- 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.search.similar.MoreLikeThis
-
Sets the analyzer to use.
- 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
-
- 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 class org.apache.lucene.document.Field
-
Sets the boost factor hits on this field.
- 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.
- setCurrent(String) - Method in class net.sf.snowball.SnowballProgram
-
Set the current string.
- setDebugStream(PrintStream) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- setDebugStream(PrintStream) - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- setDefault(Similarity) - Static method in class org.apache.lucene.search.Similarity
-
Set the default Similarity implementation used by indexing and search
code.
- 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.
- setDescription(String) - Method in class org.apache.lucene.search.Explanation
-
Sets the description of this explanation node.
- setDisableLocks(boolean) - Static method in class org.apache.lucene.store.FSDirectory
-
Set whether Lucene's use of lock files is disabled.
- setDocumentHandler(String) - Method in class org.apache.lucene.ant.IndexTask
-
Sets the documentHandler attribute of the IndexTask object
- setDynamicAttribute(String, String) - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
-
- setEncoder(Encoder) - Method in class org.apache.lucene.search.highlight.Highlighter
-
- setEndOffset(int) - Method in class org.apache.lucene.index.TermVectorOffsetInfo
-
- setEnum(TermEnum) - Method in class org.apache.lucene.search.FilteredTermEnum
-
- setExclusionSet(Set) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
-
Set an alternative exclusion list for this filter.
- setExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
-
- setExclusionTable(Hashtable) - 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.
- 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.
- setFragmentScorer(Scorer) - Method in class org.apache.lucene.search.highlight.Highlighter
-
- setFragmentSize(int) - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
-
- 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.
- 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.
- setIndex(File) - Method in class org.apache.lucene.ant.IndexTask
-
Specifies the directory where the index will be stored
- setInfoStream(PrintStream) - Method in class org.apache.lucene.index.IndexModifier
-
- setInfoStream(PrintStream) - Method in class org.apache.lucene.index.IndexWriter
-
If non-null, information about merges and a message when
maxFieldLength is reached will be printed to this.
- 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.
- 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.
- setLowercaseWildcardTerms(boolean) - Method in class org.apache.lucene.queryParser.QueryParser
-
- setMaxBufferedDocs(int) - Method in class org.apache.lucene.index.IndexModifier
-
The maximum number of terms that will be indexed for a single field in a
document.
- setMaxBufferedDocs(int) - Method in class org.apache.lucene.index.IndexWriter
-
Determines the minimal number of documents required before the buffered
in-memory documents are merging and a new Segment is created.
- setMaxClauseCount(int) - Static method in class org.apache.lucene.search.BooleanQuery
-
Set the maximum number of clauses permitted per BooleanQuery.
- setMaxDocBytesToAnalyze(int) - Method in class org.apache.lucene.search.highlight.Highlighter
-
- setMaxFieldLength(int) - Method in class org.apache.lucene.index.IndexModifier
-
The maximum number of terms that will be indexed for a single field in a
document.
- setMaxFieldLength(int) - Method in class org.apache.lucene.index.IndexWriter
-
The maximum number of terms that will be indexed for a single field in a
document.
- setMaxMergeDocs(int) - Method in class org.apache.lucene.index.IndexWriter
-
Determines the largest number of documents ever merged by addDocument().
- setMaxNumTokensParsed(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
- 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.
- setMaxScore(float) - Method in class org.apache.lucene.search.TopDocs
-
Expert: Sets the maximum score value encountered.
- setMaxWordLen(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Sets the maximum word length above which words will be ignored.
- 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.index.IndexModifier
-
Determines how often segment indices are merged by addDocument().
- setMergeFactor(int) - Method in class org.apache.lucene.index.IndexWriter
-
Determines how often segment indices are merged by addDocument().
- 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.
- setMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.search.BooleanQuery
-
Specifies a minimum number of the optional BooleanClauses
which must be satisifed.
- setMinTermFreq(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Sets the frequency below which terms will be ignored in the source doc.
- setMinWordLen(int) - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Sets the minimum word length below which words will be ignored.
- 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.
- setOccur(BooleanClause.Occur) - Method in class org.apache.lucene.search.BooleanClause
-
- setOmitNorms(boolean) - Method in class org.apache.lucene.document.Field
-
Expert:
If set, omit normalization factors associated with this indexed field.
- setOperator(int) - Method in class org.apache.lucene.queryParser.QueryParser
-
- setOverwrite(boolean) - Method in class org.apache.lucene.ant.IndexTask
-
Sets the overwrite attribute of the IndexTask object
- 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.
- setPositionIncrement(int) - Method in class org.apache.lucene.analysis.Token
-
Set the position increment.
- setQuery(Query) - Method in class org.apache.lucene.search.BooleanClause
-
- setRegexImplementation(RegexCapabilities) - Method in class org.apache.lucene.search.regex.RegexQuery
-
Defines which RegexCapabilities
implementation is used by this instance.
- setRegexImplementation(RegexCapabilities) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- setSimilarity(Similarity) - Method in class org.apache.lucene.index.IndexWriter
-
Expert: Set the Similarity implementation used by this IndexWriter.
- setSimilarity(Similarity) - Method in class org.apache.lucene.search.Searcher
-
Expert: Set the Similarity implementation used by this Searcher.
- 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.PhrasePrefixQuery
-
Deprecated.
Sets the phrase slop for this query.
- setSlop(int) - Method in class org.apache.lucene.search.PhraseQuery
-
Sets the number of other words permitted between words in query phrase.
- setSort(String) - Method in class org.apache.lucene.search.Sort
-
Sets the sort to the terms in field
then by index order
(document number).
- setSort(String, boolean) - Method in class org.apache.lucene.search.Sort
-
Sets the sort to the terms in field
possibly in reverse,
then by index order (document number).
- setSort(String[]) - Method in class org.apache.lucene.search.Sort
-
Sets the sort to the terms in each field in succession.
- 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.
- setSpellIndex(Directory) - Method in class org.apache.lucene.search.spell.SpellChecker
-
- setStartOffset(int) - Method in class org.apache.lucene.index.TermVectorOffsetInfo
-
- 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: tabseperated
- setStemDictionary(HashMap) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
-
Set dictionary for stemming, this dictionary overrules the algorithm,
so you can correct for a particular unwanted word-stem pair.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(HashSet) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemmer(GermanStemmer) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
-
Set a alternative/custom GermanStemmer for this filter.
- setStemmer(FrenchStemmer) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
-
Set a alternative/custom FrenchStemmer for this filter.
- setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
-
Set a alternative/custom DutchStemmer for this filter.
- setStemmer(RussianStemmer) - Method in class org.apache.lucene.analysis.ru.RussianStemFilter
-
Set a alternative/custom RussianStemmer for this filter.
- setStopWords(Set) - Method in class org.apache.lucene.search.similar.MoreLikeThis
-
Set the set of stopwords.
- setTableModel(TableModel) - Method in class org.apache.lucene.swing.models.TableSearcher
-
Set the table model used by this table model
- setTerm(String) - Method in class org.apache.lucene.search.highlight.WeightedTerm
-
- setTermIndexInterval(int) - Method in class org.apache.lucene.index.IndexWriter
-
Expert: Set the interval between indexed terms.
- setTextFragmenter(Fragmenter) - Method in class org.apache.lucene.search.highlight.Highlighter
-
- setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.IndexModifier
-
Setting to turn on usage of a compound file.
- setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.IndexWriter
-
Setting to turn on usage of a compound file.
- 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.
- setUseScorer14(boolean) - Static method in class org.apache.lucene.search.BooleanQuery
-
- 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
-
- setWeight(float) - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- setWeight(float) - Method in class org.apache.lucene.search.highlight.WeightedTerm
-
- SHOULD - Static variable in class org.apache.lucene.search.BooleanClause.Occur
-
Use this operator for terms that should appear in the
matching documents.
- Similarity - Class in org.apache.lucene.search
-
Expert: Scoring API.
- Similarity() - Constructor for class org.apache.lucene.search.Similarity
-
- SimilarityDelegator - Class in org.apache.lucene.search
-
Expert: Delegating scoring implementation.
- SimilarityDelegator(Similarity) - Constructor for class org.apache.lucene.search.SimilarityDelegator
-
Construct a
Similarity
that delegates all methods to another.
- SimilarityQueries - Class in org.apache.lucene.search.similar
-
Simple similarity measures.
- SimpleAnalyzer - Class in org.apache.lucene.analysis
-
An Analyzer that filters LetterTokenizer with LowerCaseFilter.
- SimpleAnalyzer() - Constructor for class org.apache.lucene.analysis.SimpleAnalyzer
-
- SimpleCharStream - Class in org.apache.lucene.demo.html
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
-
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
-
- SimpleCharStream(Reader) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
-
- SimpleCharStream(InputStream) - Constructor for class org.apache.lucene.demo.html.SimpleCharStream
-
- 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
-
- 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
- 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
-
- 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.util.BitVector
-
Returns the number of bits in this vector.
- size() - Method in class org.apache.lucene.util.PriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- skipTo(int) - Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- skipTo(int) - Method in class org.apache.lucene.index.MultipleTermPositions
-
- skipTo(int) - Method in interface org.apache.lucene.index.TermDocs
-
Skips entries to the first beyond the current whose document number is
greater than or equal to target.
- skipTo(Term) - Method in class org.apache.lucene.index.TermEnum
-
Skips terms to the first beyond the current whose value is
greater or equal to target.
- skipTo(int) - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
-
- skipTo(int) - Method in class org.apache.lucene.search.DisjunctionSumScorer
-
Skips to the first match beyond the current whose document number is
greater than or equal to a given target.
- skipTo(int) - Method in class org.apache.lucene.search.ReqExclScorer
-
Skips to the first match beyond the current whose document number is
greater than or equal to a given target.
- skipTo(int) - Method in class org.apache.lucene.search.ReqOptSumScorer
-
- skipTo(int) - Method in class org.apache.lucene.search.Scorer
-
Skips to the first match beyond the current whose document number is
greater than or equal to a given target.
- skipTo(int) - Method in interface org.apache.lucene.search.spans.Spans
-
Skips to the first match beyond the current, whose document number is
greater than or equal to target.
- slice_check() - Method in class net.sf.snowball.SnowballProgram
-
- slice_del() - Method in class net.sf.snowball.SnowballProgram
-
- slice_from(String) - Method in class net.sf.snowball.SnowballProgram
-
- slice_from(StringBuffer) - Method in class net.sf.snowball.SnowballProgram
-
- slice_to(StringBuffer) - Method in class net.sf.snowball.SnowballProgram
-
- 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
-
- SmallFloat - Class in org.apache.lucene.util
-
Floating point numbers smaller than 32 bits.
- SmallFloat() - Constructor for class org.apache.lucene.util.SmallFloat
-
- SnowballAnalyzer - Class in org.apache.lucene.analysis.snowball
-
- SnowballAnalyzer(String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
-
Builds the named analyzer with no stop words.
- SnowballAnalyzer(String, String[]) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
-
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, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballFilter
-
Construct the named stemming filter.
- SnowballProgram - Class in net.sf.snowball
-
- SnowballProgram() - Constructor for class net.sf.snowball.SnowballProgram
-
- Sort - Class in org.apache.lucene.search
-
Encapsulates sort criteria for returned hits.
- Sort() - Constructor for class org.apache.lucene.search.Sort
-
Sorts by computed relevance.
- Sort(String) - Constructor for class org.apache.lucene.search.Sort
-
Sorts by the terms in field
then by index order (document
number).
- Sort(String, boolean) - Constructor for class org.apache.lucene.search.Sort
-
Sorts possibly in reverse by the terms in field
then by
index order (document number).
- Sort(String[]) - Constructor for class org.apache.lucene.search.Sort
-
Sorts in succession by the terms in each field.
- 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.
- SortComparator - Class in org.apache.lucene.search
-
Abstract base class for sorting hits returned by a Query.
- SortComparator() - Constructor for class org.apache.lucene.search.SortComparator
-
- SortComparatorSource - Interface in org.apache.lucene.search
-
Expert: returns a comparator for sorting ScoreDocs.
- SortField - Class in org.apache.lucene.search
-
Stores information about how to sort documents by terms in an individual
field.
- SortField(String) - Constructor for class org.apache.lucene.search.SortField
-
Creates a sort by terms in the given field where the type of term value
is determined dynamically (
AUTO
).
- SortField(String, boolean) - Constructor for class org.apache.lucene.search.SortField
-
Creates a sort, possibly in reverse, by terms in the given field where
the type of term value is determined dynamically (
AUTO
).
- 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, Locale) - Constructor for class org.apache.lucene.search.SortField
-
Creates a sort by terms in the given field sorted
according to the given locale.
- SortField(String, Locale, boolean) - Constructor for class org.apache.lucene.search.SortField
-
Creates a sort, possibly in reverse, by terms in the given field sorted
according to the given locale.
- SortField(String, SortComparatorSource) - Constructor for class org.apache.lucene.search.SortField
-
Creates a sort with a custom comparison function.
- SortField(String, SortComparatorSource, boolean) - Constructor for class org.apache.lucene.search.SortField
-
Creates a sort, possibly in reverse, with a custom comparison function.
- sortType() - Method in interface org.apache.lucene.search.ScoreDocComparator
-
Returns the type of sort.
- sortValue(ScoreDoc) - Method in interface org.apache.lucene.search.ScoreDocComparator
-
Returns the value used to sort the given document.
- SP - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- Space - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- 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 net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- SpanishStemmer() - Constructor for class net.sf.snowball.ext.SpanishStemmer
-
- 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.
- 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
.
- 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.
- SpanQuery - Class in org.apache.lucene.search.spans
-
Base class for span-based queries.
- SpanQuery() - Constructor for class org.apache.lucene.search.spans.SpanQuery
-
- 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 - Interface in org.apache.lucene.search.spans
-
Expert: an enumeration of span matches.
- 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.
- specialConstructor - Variable in exception org.apache.lucene.analysis.standard.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.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.analysis.standard.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.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.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) - Constructor for class org.apache.lucene.search.spell.SpellChecker
-
- 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
-
- StandardAnalyzer - Class in org.apache.lucene.analysis.standard
-
- StandardAnalyzer() - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
-
- StandardAnalyzer(Set) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
-
Builds an analyzer with the given stop words.
- StandardAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
-
Builds an analyzer with the given stop words.
- StandardAnalyzer(File) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
-
Builds an analyzer with the stop words from the given file.
- StandardAnalyzer(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
-
Builds an analyzer with the stop words from the given reader.
- StandardFilter - Class in org.apache.lucene.analysis.standard
-
- StandardFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.standard.StandardFilter
-
Construct filtering in.
- StandardTokenizer - Class in org.apache.lucene.analysis.standard
-
A grammar-based tokenizer constructed with JavaCC.
- StandardTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
-
Constructs a tokenizer for this Reader.
- StandardTokenizer(CharStream) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
-
- StandardTokenizer(StandardTokenizerTokenManager) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
-
- StandardTokenizerConstants - Interface in org.apache.lucene.analysis.standard
-
- StandardTokenizerTokenManager - Class in org.apache.lucene.analysis.standard
-
- StandardTokenizerTokenManager(CharStream) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- StandardTokenizerTokenManager(CharStream, int) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- start(String) - Method in interface org.apache.lucene.search.highlight.Fragmenter
-
Initializes the Fragmenter
- start(String) - Method in class org.apache.lucene.search.highlight.NullFragmenter
-
- start(String) - Method in class org.apache.lucene.search.highlight.SimpleFragmenter
-
- start() - Method in interface org.apache.lucene.search.spans.Spans
-
Returns the start position of the current match.
- startFragment(TextFragment) - Method in class org.apache.lucene.search.highlight.QueryScorer
-
- startFragment(TextFragment) - Method in interface org.apache.lucene.search.highlight.Scorer
-
called when a new fragment is started for consideration
- 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.
- staticFlag - Static variable in class org.apache.lucene.demo.html.SimpleCharStream
-
- stem() - Method in class net.sf.snowball.ext.DanishStemmer
-
- stem() - Method in class net.sf.snowball.ext.DutchStemmer
-
- stem() - Method in class net.sf.snowball.ext.EnglishStemmer
-
- stem() - Method in class net.sf.snowball.ext.FinnishStemmer
-
- stem() - Method in class net.sf.snowball.ext.FrenchStemmer
-
- stem() - Method in class net.sf.snowball.ext.German2Stemmer
-
- stem() - Method in class net.sf.snowball.ext.GermanStemmer
-
- stem() - Method in class net.sf.snowball.ext.ItalianStemmer
-
- stem() - Method in class net.sf.snowball.ext.KpStemmer
-
- stem() - Method in class net.sf.snowball.ext.LovinsStemmer
-
- stem() - Method in class net.sf.snowball.ext.NorwegianStemmer
-
- stem() - Method in class net.sf.snowball.ext.PorterStemmer
-
- stem() - Method in class net.sf.snowball.ext.PortugueseStemmer
-
- stem() - Method in class net.sf.snowball.ext.RussianStemmer
-
- stem() - Method in class net.sf.snowball.ext.SpanishStemmer
-
- stem() - Method in class net.sf.snowball.ext.SwedishStemmer
-
- stem(String) - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
-
Stemms 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
-
Stemms the given term to a unique discriminator.
- stem(String) - Method in class org.apache.lucene.analysis.nl.DutchStemmer
-
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.cjk.CJKAnalyzer
-
An array containing some common English words that are not usually
useful for searching and some double-byte interpunctions.
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
-
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
-
An array containing some common English words that are usually not
useful for searching.
- StopAnalyzer - Class in org.apache.lucene.analysis
-
Filters LetterTokenizer with LowerCaseFilter and StopFilter.
- StopAnalyzer() - Constructor for class org.apache.lucene.analysis.StopAnalyzer
-
Builds an analyzer which removes words in ENGLISH_STOP_WORDS.
- StopAnalyzer(Set) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
-
Builds an analyzer with the stop words from the given set.
- StopAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
-
Builds an analyzer which removes words in the provided array.
- StopAnalyzer(File) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
-
Builds an analyzer with the stop words from the given file.
- StopAnalyzer(Reader) - Constructor for class org.apache.lucene.analysis.StopAnalyzer
-
Builds an analyzer with the stop words from the given reader.
- StopFilter - Class in org.apache.lucene.analysis
-
Removes stop words from a token stream.
- StopFilter(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.StopFilter
-
Construct a token stream filtering the given input.
- StopFilter(TokenStream, String[], boolean) - Constructor for class org.apache.lucene.analysis.StopFilter
-
Constructs a filter which removes words from the input
TokenStream that are named in the array of words.
- StopFilter(TokenStream, Hashtable) - Constructor for class org.apache.lucene.analysis.StopFilter
-
- StopFilter(TokenStream, Hashtable, boolean) - Constructor for class org.apache.lucene.analysis.StopFilter
-
- StopFilter(TokenStream, Set, boolean) - Constructor for class org.apache.lucene.analysis.StopFilter
-
Construct a token stream filtering the given input.
- StopFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.StopFilter
-
Constructs a filter which removes words from the input
TokenStream that are named in the Set.
- STR_SIZE - Static variable in class org.apache.lucene.document.NumberTools
-
- STRING - Static variable in class org.apache.lucene.search.SortField
-
Sort using term values as Strings.
- STRING_INDEX - Static variable in interface org.apache.lucene.search.FieldCache
-
Indicator for StringIndex values in the cache.
- 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.
- StringHelper - Class in org.apache.lucene.util
-
Methods for manipulating 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
-
- 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.
- subDoc(int) - Method in class org.apache.lucene.search.MultiSearcher
-
Returns the document number of document n
within its
sub-index.
- subQueriesOrdered() - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
-
- subScorers - Variable in class org.apache.lucene.search.DisjunctionSumScorer
-
The subscorers.
- 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.
- substring_i - Variable in class net.sf.snowball.Among
-
- SUFFIXTERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- suffixToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
-
- suffixToString(StringBuffer) - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
-
- suggestSimilar(String, int) - Method in class org.apache.lucene.search.spell.SpellChecker
-
Suggest similar words
- suggestSimilar(String, int, IndexReader, String, boolean) - Method in class org.apache.lucene.search.spell.SpellChecker
-
Suggest similar words (restricted or not to a field of a user index)
- SUMMARY_LENGTH - Static variable in class org.apache.lucene.demo.html.HTMLParser
-
- sumOfSquaredWeights() - Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight
-
- sumOfSquaredWeights() - Method in interface 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.
- SwedishStemmer - Class in net.sf.snowball.ext
-
Generated class implementing code defined by a snowball script.
- SwedishStemmer() - Constructor for class net.sf.snowball.ext.SwedishStemmer
-
- SwitchTo(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- SwitchTo(int) - Method in class org.apache.lucene.demo.html.HTMLParserTokenManager
-
- SwitchTo(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- SwitchTo(int) - Method in class org.apache.lucene.queryParser.QueryParserTokenManager
-
- SwitchTo(int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
-
- SynExpand - Class in org.apache.lucene.wordnet
-
Expand a query by looking up synonyms for every term.
- SynExpand() - Constructor for class org.apache.lucene.wordnet.SynExpand
-
- SynLookup - Class in org.apache.lucene.wordnet
-
Test program to look up synonyms.
- SynLookup() - Constructor for class org.apache.lucene.wordnet.SynLookup
-
- SYNONYM_TOKEN_TYPE - Static variable in class org.apache.lucene.index.memory.SynonymTokenFilter
-
The Token.type used to indicate a synonym to higher level filters.
- SynonymMap - Class in org.apache.lucene.index.memory
-
Loads the
WordNet prolog file
wn_s.pl
into a thread-safe main-memory hash map that can be used for fast
high-frequncy lookups of synonyms for any given (lowercase) word string.
- SynonymMap(InputStream) - Constructor for class org.apache.lucene.index.memory.SynonymMap
-
Constructs an instance, loading WordNet synonym data from the given input
stream.
- SynonymTokenFilter - Class in org.apache.lucene.index.memory
-
Injects additional tokens for synonyms of token terms fetched from the
underlying child stream; the child stream must deliver lowercase tokens
for synonyms to be found.
- SynonymTokenFilter(TokenStream, SynonymMap, int) - Constructor for class org.apache.lucene.index.memory.SynonymTokenFilter
-
Creates an instance for the given underlying stream and synonym table.
- Syns2Index - Class in org.apache.lucene.wordnet
-
- Syns2Index() - Constructor for class org.apache.lucene.wordnet.Syns2Index
-
- 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
-
- Tag() - Method in class org.apache.lucene.demo.html.HTMLParser
-
- TagEnd - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- TagName - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- Tags - Class in org.apache.lucene.demo.html
-
- Tags() - Constructor for class org.apache.lucene.demo.html.Tags
-
- 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() - Method in class org.apache.lucene.index.TermEnum
-
Returns the current Term in the enumeration.
- Term(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- TERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- Term(String) - Method in class org.apache.lucene.queryParser.QueryParser
-
- TERM - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- TERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- term() - Method in class org.apache.lucene.search.FilteredTermEnum
-
Returns the current Term in the enumeration.
- 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.regex.RegexTermEnum
-
- termCompare(Term) - Method in class org.apache.lucene.search.WildcardTermEnum
-
- termDocs() - 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 - Interface in org.apache.lucene.index
-
TermDocs provides an interface for enumerating <document, frequency>
pairs for a term.
- 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.
- 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
-
- 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 - Interface in org.apache.lucene.index
-
TermPositions provides an interface for enumerating the <document,
frequency, <position>* > tuples for a term.
- 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
.
- 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 after 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
-
- termText() - Method in class org.apache.lucene.analysis.Token
-
Returns the Token's term text.
- TERMVECTOR - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
-
- TERMVECTOR_WITH_OFFSET - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
-
- TERMVECTOR_WITH_POSITION - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
-
- TERMVECTOR_WITH_POSITION_OFFSET - Static variable in class org.apache.lucene.index.IndexReader.FieldOption
-
- TermVectorOffsetInfo - Class in org.apache.lucene.index
-
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
- TermVectorOffsetInfo() - Constructor for class org.apache.lucene.index.TermVectorOffsetInfo
-
- TermVectorOffsetInfo(int, int) - Constructor for class org.apache.lucene.index.TermVectorOffsetInfo
-
- TestApp - Class in net.sf.snowball
-
- TestApp() - Constructor for class net.sf.snowball.TestApp
-
- Text(String, String) - Static method in class org.apache.lucene.document.Field
-
- Text(String, String, boolean) - Static method in class org.apache.lucene.document.Field
-
- Text(String, Reader) - Static method in class org.apache.lucene.document.Field
-
- Text(String, Reader, boolean) - Static method in class org.apache.lucene.document.Field
-
- text() - Method in class org.apache.lucene.index.Term
-
Returns the text of this term.
- TextDocument - Class in org.apache.lucene.ant
-
A utility for making Lucene Documents from a File.
- TextDocument(File) - Constructor for class org.apache.lucene.ant.TextDocument
-
Constructor for the TextDocument object
- TextFragment - Class in org.apache.lucene.search.highlight
-
Low-level class used to record information about a section of a document
with a score.
- TextFragment(StringBuffer, int, int) - Constructor for class org.apache.lucene.search.highlight.TextFragment
-
- tf(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
-
- theEmptyLcnQuery - Static variable in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- 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.
- toHtml() - Method in class org.apache.lucene.search.Explanation
-
Render an explanation as HTML.
- token - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- Token - Class in org.apache.lucene.analysis.standard
-
Describes the input token stream.
- Token() - Constructor for class org.apache.lucene.analysis.standard.Token
-
- Token - Class in org.apache.lucene.analysis
-
A Token is an occurence of a term from the text of a field.
- 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 - Variable in class org.apache.lucene.demo.html.HTMLParser
-
- Token - Class in org.apache.lucene.demo.html
-
Describes the input token stream.
- Token() - Constructor for class org.apache.lucene.demo.html.Token
-
- token - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- Token - Class in org.apache.lucene.queryParser.precedence
-
Describes the input token stream.
- Token() - Constructor for class org.apache.lucene.queryParser.precedence.Token
-
- token - Variable in class org.apache.lucene.queryParser.QueryParser
-
- token - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- Token - Class in org.apache.lucene.queryParser.surround.parser
-
Describes the input token stream.
- Token() - Constructor for class org.apache.lucene.queryParser.surround.parser.Token
-
- Token - Class in org.apache.lucene.queryParser
-
Describes the input token stream.
- Token() - Constructor for class org.apache.lucene.queryParser.Token
-
- token_source - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-
- token_source - Variable in class org.apache.lucene.demo.html.HTMLParser
-
- token_source - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- token_source - Variable in class org.apache.lucene.queryParser.QueryParser
-
- token_source - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- TokenFilter - Class in org.apache.lucene.analysis
-
A TokenFilter is a TokenStream whose input is another token stream.
- TokenFilter() - Constructor for class org.apache.lucene.analysis.TokenFilter
-
Deprecated.
- 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() - Constructor for class org.apache.lucene.search.highlight.TokenGroup
-
- tokenImage - Variable in exception org.apache.lucene.analysis.standard.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.analysis.standard.StandardTokenizerConstants
-
- tokenImage - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
-
- tokenImage - Variable in exception org.apache.lucene.demo.html.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Variable in exception org.apache.lucene.queryParser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
-
- tokenImage - Static variable in interface org.apache.lucene.queryParser.QueryParserConstants
-
- 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
-
- TOKENIZED - Static variable in class org.apache.lucene.document.Field.Index
-
Index the field's value so it can be searched.
- 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.
- TokenMgrError - Error in org.apache.lucene.analysis.standard
-
- TokenMgrError() - Constructor for error org.apache.lucene.analysis.standard.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error org.apache.lucene.analysis.standard.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.analysis.standard.TokenMgrError
-
- TokenMgrError - Error in org.apache.lucene.demo.html
-
- TokenMgrError() - Constructor for error org.apache.lucene.demo.html.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error org.apache.lucene.demo.html.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.demo.html.TokenMgrError
-
- TokenMgrError - Error in org.apache.lucene.queryParser.precedence
-
- TokenMgrError() - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
-
- TokenMgrError - Error in org.apache.lucene.queryParser.surround.parser
-
- TokenMgrError() - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
-
- TokenMgrError - Error in org.apache.lucene.queryParser
-
- TokenMgrError() - Constructor for error org.apache.lucene.queryParser.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.TokenMgrError
-
- 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(Reader) - Method in class org.apache.lucene.analysis.Analyzer
-
Deprecated.
use tokenStream(String, Reader) instead.
- 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
-
get token stream from input
- 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.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.fr.FrenchAnalyzer
-
Creates a TokenStream which tokenizes all the text in the provided Reader.
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.KeywordAnalyzer
-
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Creates a TokenStream which tokenizes all the text in the provided TextReader.
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
-
- 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.SimpleAnalyzer
-
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.snowball.SnowballAnalyzer
-
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
-
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.StopAnalyzer
-
Filters LowerCaseTokenizer with StopFilter.
- 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
-
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.WhitespaceAnalyzer
-
- tokenStream(String, String) - Method in class org.apache.lucene.index.memory.PatternAnalyzer
-
Creates a token stream that tokenizes the given string into token terms
(aka words).
- tokenStream(String, Reader) - Method in class org.apache.lucene.index.memory.PatternAnalyzer
-
Creates a token stream that tokenizes all the text in the given Reader;
This implementation forwards to tokenStream(String, String)
and is
less efficient than tokenStream(String, String)
.
- toLowerCase(char, char[]) - Static method in class org.apache.lucene.analysis.el.GreekCharsets
-
- toLowerCase(char, char[]) - Static method in class org.apache.lucene.analysis.ru.RussianCharsets
-
- 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.
- TopDocCollector - Class in org.apache.lucene.search
-
A
HitCollector
implementation that collects the top-scoring
documents, returning them as a
TopDocs
.
- TopDocCollector(int) - Constructor for class org.apache.lucene.search.TopDocCollector
-
Construct to collect a given number of hits.
- topDocs() - Method in class org.apache.lucene.search.TopDocCollector
-
The top-scoring hits.
- TopDocs - Class in org.apache.lucene.search
-
Expert: Returned by low-level search implementations.
- topDocs() - Method in class org.apache.lucene.search.TopFieldDocCollector
-
- TopFieldDocCollector - Class in org.apache.lucene.search
-
- TopFieldDocCollector(IndexReader, Sort, int) - Constructor for class org.apache.lucene.search.TopFieldDocCollector
-
Construct to collect a given number of hits.
- TopFieldDocs - Class in org.apache.lucene.search
-
Expert: Returned by low-level sorted search implementations.
- TopSrndQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- toString() - Method in class org.apache.lucene.analysis.PerFieldAnalyzerWrapper
-
- toString() - Method in class org.apache.lucene.analysis.standard.Token
-
Returns the image.
- toString() - Method in class org.apache.lucene.analysis.Token
-
- toString() - Method in class org.apache.lucene.demo.html.Token
-
Returns the image.
- 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.document.Field
-
Prints a Field for human consumption.
- toString() - Method in class org.apache.lucene.index.IndexModifier
-
- toString() - Method in class org.apache.lucene.index.IndexReader.FieldOption
-
- toString() - Method in class org.apache.lucene.index.memory.MemoryIndex
-
Returns a String representation of the index data for debugging purposes.
- toString() - Method in class org.apache.lucene.index.memory.SynonymMap
-
Returns a String representation of the index data for debugging purposes.
- toString() - Method in class org.apache.lucene.index.Term
-
- toString() - Method in class org.apache.lucene.misc.ChainedFilter
-
- toString() - Method in class org.apache.lucene.queryParser.precedence.Token
-
Returns the image.
- toString() - Method in class org.apache.lucene.queryParser.surround.parser.Token
-
Returns the image.
- toString() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
-
- toString() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
-
- toString() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
-
- toString() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
-
- toString() - Method in class org.apache.lucene.queryParser.Token
-
Returns the image.
- toString() - Method in class org.apache.lucene.search.BooleanClause.Occur
-
- toString() - Method in class org.apache.lucene.search.BooleanClause
-
- toString(String) - Method in class org.apache.lucene.search.BooleanQuery
-
Prints a user-readable version of this query.
- toString() - Method in class org.apache.lucene.search.CachingWrapperFilter
-
- toString(String) - Method in class org.apache.lucene.search.ConstantScoreQuery
-
Prints a user-readable version of this query.
- toString(String) - Method in class org.apache.lucene.search.ConstantScoreRangeQuery
-
Prints a user-readable version of this query.
- toString() - Method in class org.apache.lucene.search.DateFilter
-
Deprecated.
- 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(String) - Method in class org.apache.lucene.search.FilteredQuery
-
Prints a user-readable version of this query.
- toString(String) - Method in class org.apache.lucene.search.FuzzyQuery
-
- toString() - Method in class org.apache.lucene.search.highlight.TextFragment
-
- toString() - Method in class org.apache.lucene.search.Hit
-
Prints the parameters to be used to discover the promised result.
- toString(String) - Method in class org.apache.lucene.search.MatchAllDocsQuery
-
- toString(String) - Method in class org.apache.lucene.search.MultiPhraseQuery
-
Prints a user-readable version of this query.
- toString(String) - Method in class org.apache.lucene.search.MultiTermQuery
-
Prints a user-readable version of this query.
- toString(String) - Method in class org.apache.lucene.search.PhrasePrefixQuery
-
Deprecated.
Prints a user-readable version of this query.
- toString(String) - Method in class org.apache.lucene.search.PhraseQuery
-
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
as the default field
for terms.
- toString() - Method in class org.apache.lucene.search.Query
-
Prints a query to a string.
- toString() - Method in class org.apache.lucene.search.QueryFilter
-
- toString() - Method in class org.apache.lucene.search.QueryTermVector
-
- toString() - Method in class org.apache.lucene.search.RangeFilter
-
- toString(String) - Method in class org.apache.lucene.search.RangeQuery
-
Prints a user-readable version of this query.
- toString(String) - Method in class org.apache.lucene.search.regex.SpanRegexQuery
-
- toString() - Method in class org.apache.lucene.search.Sort
-
- toString() - Method in class org.apache.lucene.search.SortField
-
- 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(String) - Method in class org.apache.lucene.search.TermQuery
-
Prints a user-readable version of this query.
- toString() - Method in class org.apache.lucene.store.FSDirectory
-
For debug output.
- toString() - Method in class org.apache.lucene.util.Parameter
-
- 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
-
Copyright 2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
- ToStringUtils() - Constructor for class org.apache.lucene.util.ToStringUtils
-
- totalHits - Variable in class org.apache.lucene.search.TopDocs
-
Expert: The total number of hits for the query.
- 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.FSDirectory
-
Set the modified time of an existing file to now.
- touchFile(String) - Method in class org.apache.lucene.store.RAMDirectory
-
Set the modified time of an existing file to now.
- truncatedToPrefixAndPattern() - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
-
- TRUNCQUOTED - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- TRUNCTERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
-
- type() - Method in class org.apache.lucene.analysis.Token
-
Returns this Token's lexical type.