|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
IndexWriter.rollback() instead.
PrecedenceQueryParser.addClause(List, int, int, Query) instead.
QueryParser.addClause(List, int, int, Query) instead.
IndexWriter.getAnalyzer().
InstantiatedIndexWriter.getAnalyzer().
Field that is
tokenized,
not stored,
termVectorStored with positions (or
termVectorStored with positions and offsets),
addField(fieldName, stream, 1.0f).
Field.
IndexWriter.addIndexesNoOptimize(org.apache.lucene.store.Directory[]) instead,
then separately call IndexWriter.optimize() afterwards if
you need to.
TermVectorEntry.
*)
don't get removed from the search terms.
(x <= min) ? base : sqrt(x+(base**2)-min)
...but with a special case check for 0.
AbstractField.getBinaryOffset() is non-zero
or AbstractField.getBinaryLength() is not the
full length of the byte[]. Please use AbstractField.getBinaryValue() instead, which simply
returns the byte[].
CachingSpanFilter.getDocIdSet(IndexReader) instead.
CachingWrapperFilter.getDocIdSet(IndexReader) instead.
Filter.getDocIdSet(IndexReader) instead.
PrefixFilter.getDocIdSet(IndexReader) instead.
QueryWrapperFilter.getDocIdSet(IndexReader) instead.
RangeFilter.getDocIdSet(IndexReader) instead.
RemoteCachingWrapperFilter.getDocIdSet(IndexReader) instead.
n bits.
name in Directory
d, as written by the BitVector.write(org.apache.lucene.store.Directory, java.lang.String) method.
BooleanQuery.getMaxClauseCount() clauses.SpanTermQuery except
that it factors in the value of the payload located at each of the positions where the
Term occurs.BrazilianAnalyzer.BRAZILIAN_STOP_WORDS).
IndexInput.IndexOutput.FieldCache
using getBytes() and makes those values
available as other numeric types, casting as needed.FieldCacheSource, already knowing that cache and field are equal.
FieldCacheSource, without the hash-codes of the field
and the cache (those are taken care of elsewhere).
Filters to be chained.CheckIndex.checkIndex() instead
CheckIndex.checkIndex(List) instead
CheckIndex.Status instance detailing
the state of the index.
CheckIndex.Status instance detailing
the state of the index.
CheckIndex.checkIndex() detailing the health and status of the index.position.
CJKAnalyzer.STOP_WORDS.
bit to zero.
RegexTermEnum allowing
implementations to cache a compiled version of the regular
expression pattern.
MergeScheduler that runs each merge using a
separate thread, up until a maximum number of threads
(ConcurrentMergeScheduler.setMaxThreadCount(int)) at which when a merge is
needed, the thread(s) that are updating the index will
pause until one or more merges completes.len chars of text starting at off
are in the set
CharSequence is in the set
overlap / maxOverlap.
query
ValueSourceQuery.
ValueSourceQuery.
CzechAnalyzer.CZECH_STOP_WORDS).
DateTools instead. This class is included for use with existing
indices and will be removed in a future release.Token.termBuffer() as a Date using a DateFormat.DateFormat.getDateInstance() as the DateFormat object.
DateFormat.getDateInstance() as the DateFormat object.
Directory.Lock is
trivial as DbDirectory operations are managed by the Berkeley DB
locking system.PayloadHelper.encodeFloat(float).
doc.add.log.step - indicating how often
an "added N docs" message should be logged.
- 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_AUTO_COMMIT -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_BOOST -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Boost terms in query based on score.
- DEFAULT_CACHE_CLEAN_SIZE -
Static variable in class org.apache.lucene.search.FilterManager
- The default maximum number of Filters in the cache
- DEFAULT_CACHE_SLEEP_TIME -
Static variable in class org.apache.lucene.search.FilterManager
- The default frequency of cache clenup
- DEFAULT_DELETE_DOC_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
- Default value for property
doc.delete.log.step - indicating how often
an "deleted N docs" message should be logged.
- DEFAULT_DOC_DELETE_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
- Gap between ids of deleted docs, applies when no docid param is provided.
- DEFAULT_DOC_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
- Default value for property
doc.tokenize.log.step - indicating how often
an "added N docs / M tokens" message should be logged.
- DEFAULT_FIELD_NAMES -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Default field names.
- DEFAULT_GREEDY -
Variable in class org.apache.lucene.search.TimeLimitedCollector
- Default for
TimeLimitedCollector.isGreedy().
- DEFAULT_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_MAX_BUFFERED -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_MAX_BUFFERED_DELETE_TERMS -
Static variable in class org.apache.lucene.index.IndexWriter
- Disabled by default (because IndexWriter flushes by RAM usage
by default).
- DEFAULT_MAX_BUFFERED_DOCS -
Static variable in class org.apache.lucene.index.IndexWriter
- Disabled by default (because IndexWriter flushes by RAM usage
by default).
- DEFAULT_MAX_CHARS_TO_ANALYZE -
Static variable in class org.apache.lucene.search.highlight.Highlighter
-
- DEFAULT_MAX_DOC_BYTES_TO_ANALYZE -
Static variable in class org.apache.lucene.search.highlight.Highlighter
- Deprecated. See
Highlighter.DEFAULT_MAX_CHARS_TO_ANALYZE
- DEFAULT_MAX_FIELD_LENGTH -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_MAX_FIELD_LENGTH -
Static variable in class org.apache.lucene.index.IndexWriter
- Default value is 10,000.
- DEFAULT_MAX_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-
- DEFAULT_MAX_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-
- DEFAULT_MAX_MERGE_DOCS -
Static variable in class org.apache.lucene.index.IndexWriter
- Deprecated.
- DEFAULT_MAX_MERGE_DOCS -
Static variable in class org.apache.lucene.index.LogMergePolicy
- Default maximum segment size.
- DEFAULT_MAX_MERGE_MB -
Static variable in class org.apache.lucene.index.LogByteSizeMergePolicy
- Default maximum segment size.
- DEFAULT_MAX_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
-
- DEFAULT_MAX_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
-
- DEFAULT_MAX_NUM_TOKENS_PARSED -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
- DEFAULT_MAX_QUERY_TERMS -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Return a Query with no more than this many terms.
- DEFAULT_MAX_SHINGLE_SIZE -
Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
- default maximum shingle size is 2.
- DEFAULT_MAX_SUBWORD_SIZE -
Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
- The default for maximal length of subwords that get propagated to the output of this filter
- DEFAULT_MAX_SYNC_PAUSE_SECONDS -
Static variable in class org.apache.lucene.index.IndexWriter
- Default for
IndexWriter.getMaxSyncPauseSeconds().
- DEFAULT_MAX_TOKEN_LENGTH -
Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
- Default maximum allowed token length
- DEFAULT_MAX_WORD_LENGTH -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore words greater than this length or if 0 then this has no effect.
- DEFAULT_MAXIMUM_DOCUMENTS -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_MERGE_FACTOR -
Static variable in class org.apache.lucene.index.IndexWriter
- Deprecated.
- DEFAULT_MERGE_FACTOR -
Static variable in class org.apache.lucene.index.LogMergePolicy
- Default merge factor, which is how many segments are
merged at a time
- DEFAULT_MERGE_PFACTOR -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_MIN_DOC_FREQ -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore words which do not occur in at least this many docs.
- DEFAULT_MIN_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-
- DEFAULT_MIN_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-
- DEFAULT_MIN_MERGE_DOCS -
Static variable in class org.apache.lucene.index.LogDocMergePolicy
- Default minimum segment size.
- DEFAULT_MIN_MERGE_MB -
Static variable in class org.apache.lucene.index.LogByteSizeMergePolicy
- Default minimum segment size.
- DEFAULT_MIN_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
-
- DEFAULT_MIN_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
-
- DEFAULT_MIN_SUBWORD_SIZE -
Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
- The default for minimal length of subwords that get propagated to the output of this filter
- DEFAULT_MIN_TERM_FREQ -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore terms with less than this frequency in the source doc.
- DEFAULT_MIN_WORD_LENGTH -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore words less than this length or if 0 then this has no effect.
- DEFAULT_MIN_WORD_SIZE -
Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
- The default for minimal word length that gets decomposed
- DEFAULT_RAM_BUFFER_SIZE_MB -
Static variable in class org.apache.lucene.index.IndexWriter
- Default value is 16 MB (which means flush when buffered
docs consume 16 MB RAM).
- DEFAULT_RAM_FLUSH_MB -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_RESOLUTION -
Static variable in class org.apache.lucene.search.TimeLimitedCollector
- Default timer resolution.
- DEFAULT_RUN_COUNT -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_SCALE_UP -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_SIDE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-
- DEFAULT_SIDE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-
- DEFAULT_STOP_WORDS -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Default set of stopwords.
- DEFAULT_TERM_INDEX_INTERVAL -
Static variable in class org.apache.lucene.index.IndexWriter
- Default value is 128.
- DEFAULT_TYPE -
Static variable in class org.apache.lucene.analysis.Token
-
- DEFAULT_WRITELINE_DOC_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
- Default value for property
doc.add.log.step - indicating how often
an "added N docs" message should be logged.
- defaultAnalyzer -
Variable in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-
- DefaultEncoder - Class in org.apache.lucene.search.highlight
- Simple
Encoder implementation that does not modify the output - DefaultEncoder() -
Constructor for class org.apache.lucene.search.highlight.DefaultEncoder
-
- defaultMaxDocFreqPercent -
Static variable in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
-
- defaultMinSimilarity -
Static variable in class org.apache.lucene.search.FuzzyQuery
-
- defaultPrefixLength -
Static variable in class org.apache.lucene.search.FuzzyQuery
-
- defaultSettingsCodec -
Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
-
- DefaultSimilarity - Class in org.apache.lucene.search
- Expert: Default scoring implementation.
- DefaultSimilarity() -
Constructor for class org.apache.lucene.search.DefaultSimilarity
-
- defaultSpacerCharacter -
Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
-
- delete() -
Method in class org.apache.lucene.index.IndexCommit
- Delete this commit point.
- delete() -
Method in interface org.apache.lucene.index.IndexCommitPoint
- Deprecated. Delete this commit point.
- delete(DbDirectory) -
Method in class org.apache.lucene.store.db.File
-
- delete(JEDirectory) -
Method in class org.apache.lucene.store.je.File
-
- DeleteDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
- Delete a document by docid.
- DeleteDocTask(PerfRunData) -
Constructor for class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
-
- deleteDocument(int) -
Method in class org.apache.lucene.index.IndexModifier
- Deprecated. Deletes the document numbered
docNum.
- deleteDocument(int) -
Method in class org.apache.lucene.index.IndexReader
- Deletes the document numbered
docNum.
- deleteDocuments(Term) -
Method in class org.apache.lucene.index.IndexModifier
- Deprecated. Deletes all documents containing
term.
- deleteDocuments(Term) -
Method in class org.apache.lucene.index.IndexReader
- Deletes all documents that have a given
term indexed.
- deleteDocuments(Term) -
Method in class org.apache.lucene.index.IndexWriter
- Deletes the document(s) containing
term.
- deleteDocuments(Term[]) -
Method in class org.apache.lucene.index.IndexWriter
- Deletes the document(s) containing any of the
terms.
- deleteDocuments(Query) -
Method in class org.apache.lucene.index.IndexWriter
- Deletes the document(s) matching the provided query.
- deleteDocuments(Query[]) -
Method in class org.apache.lucene.index.IndexWriter
- Deletes the document(s) matching any of the provided queries.
- deleteDocuments(Term) -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
- deleteDocuments(Term[]) -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
- deleteFile(String) -
Method in class org.apache.lucene.store.db.DbDirectory
-
- deleteFile(String) -
Method in class org.apache.lucene.store.Directory
- Removes an existing file in the directory.
- deleteFile(String) -
Method in class org.apache.lucene.store.FSDirectory
- Removes an existing file in the directory.
- deleteFile(String) -
Method in class org.apache.lucene.store.je.JEDirectory
-
- deleteFile(String) -
Method in class org.apache.lucene.store.RAMDirectory
- Removes an existing file in the directory.
- DeleteFiles - Class in org.apache.lucene.demo
- Deletes documents from an index that do not contain a term.
- deletionsFileName -
Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
- Name of the current deletions file name.
- DemoHTMLParser - Class in org.apache.lucene.benchmark.byTask.feeds
- HTML Parser that is based on Lucene's demo HTML parser.
- DemoHTMLParser() -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
-
- describeParams() -
Method in class org.apache.lucene.search.similar.MoreLikeThis
- Describe the parameters that control how the "more like this" query is formed.
- description() -
Method in class org.apache.lucene.search.function.ByteFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.FieldCacheSource
-
- description() -
Method in class org.apache.lucene.search.function.FloatFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.IntFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.OrdFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.ReverseOrdFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.ShortFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.ValueSource
- description of field, used in explain()
- dictionary -
Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-
- Dictionary - Interface in org.apache.lucene.search.spell
- A simple interface representing a Dictionary.
- DictionaryCompoundWordTokenFilter - Class in org.apache.lucene.analysis.compound
- A TokenFilter that decomposes compound words found in many germanic languages
"Donaudampfschiff" becomes Donau, dampf, schiff so that you can find
"Donaudampfschiff" even when you only enter "schiff".
- DictionaryCompoundWordTokenFilter(TokenStream, String[], int, int, int, boolean) -
Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
-
- DictionaryCompoundWordTokenFilter(TokenStream, String[]) -
Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
-
- DictionaryCompoundWordTokenFilter(TokenStream, Set) -
Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
-
- DictionaryCompoundWordTokenFilter(TokenStream, Set, int, int, int, boolean) -
Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
-
- difference() -
Method in class org.apache.lucene.search.FilteredTermEnum
- Equality measure on the term
- difference() -
Method in class org.apache.lucene.search.FuzzyTermEnum
-
- difference() -
Method in class org.apache.lucene.search.regex.RegexTermEnum
-
- difference() -
Method in class org.apache.lucene.search.WildcardTermEnum
-
- dir -
Variable in class org.apache.lucene.index.CheckIndex.Status
- Directory index is in.
- dir -
Variable in class org.apache.lucene.index.ConcurrentMergeScheduler
-
- DirDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
- A DocMaker using the Dir collection for its input.
- DirDocMaker() -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
-
- DirDocMaker.Iterator - Class in org.apache.lucene.benchmark.byTask.feeds
-
- DirDocMaker.Iterator(File) -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker.Iterator
-
- directory(int, File) -
Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
-
- directory() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- directory -
Variable in class org.apache.lucene.index.IndexModifier
- Deprecated.
- directory() -
Method in class org.apache.lucene.index.IndexReader
- Returns the directory associated with this index.
- directory -
Variable in class org.apache.lucene.store.db.DbIndexInput
-
- directory -
Variable in class org.apache.lucene.store.db.DbIndexOutput
-
- Directory - Class in org.apache.lucene.store
- A Directory is a flat list of files.
- Directory() -
Constructor for class org.apache.lucene.store.Directory
-
- directory() -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- directory -
Variable in class org.apache.lucene.store.je.JEIndexInput
-
- directory -
Variable in class org.apache.lucene.store.je.JEIndexOutput
-
- DISABLE_AUTO_FLUSH -
Static variable in class org.apache.lucene.index.IndexWriter
- Value to denote a flush trigger is disabled
- disable_tracing() -
Method in class org.apache.lucene.demo.html.HTMLParser
-
- disable_tracing() -
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- disable_tracing() -
Method in class org.apache.lucene.queryParser.QueryParser
- Disable tracing.
- disable_tracing() -
Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- DisjunctionMaxQuery - Class in org.apache.lucene.search
- A query that generates the union of documents produced by its subqueries, and that scores each document with the maximum
score for that document as produced by any subquery, plus a tie breaking increment for any additional matching subqueries.
- DisjunctionMaxQuery(float) -
Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
- Creates a new empty DisjunctionMaxQuery.
- DisjunctionMaxQuery(Collection, float) -
Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
- Creates a new DisjunctionMaxQuery
- 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.DocIdSetIterator
- Returns the current document number.
- doc(int) -
Method in class org.apache.lucene.search.Hits
- Deprecated. Returns the stored fields of the nth document in this set.
- doc(int) -
Method in class org.apache.lucene.search.IndexSearcher
-
- doc(int, FieldSelector) -
Method in class org.apache.lucene.search.IndexSearcher
-
- doc(int) -
Method in class org.apache.lucene.search.MultiSearcher
-
- doc(int, FieldSelector) -
Method in class org.apache.lucene.search.MultiSearcher
-
- doc(int) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- doc(int, FieldSelector) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- doc() -
Method in class org.apache.lucene.search.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(int) -
Method in interface org.apache.lucene.search.Searchable
- Expert: Returns the stored fields of document
i.
- doc(int, FieldSelector) -
Method in interface org.apache.lucene.search.Searchable
- Get the
Document at the nth position.
- doc(int) -
Method in class org.apache.lucene.search.Searcher
-
- DOC -
Static variable in class org.apache.lucene.search.SortField
- Sort by document number (index order).
- doc() -
Method in interface org.apache.lucene.search.spans.Spans
- Returns the document number of the current match.
- doc -
Variable in class org.apache.lucene.search.spans.SpanScorer
-
- doc() -
Method in class org.apache.lucene.search.spans.SpanScorer
-
- doc -
Variable in class org.apache.lucene.search.spans.TermSpans
-
- doc() -
Method in class org.apache.lucene.search.spans.TermSpans
-
- doc() -
Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
-
- doc() -
Method in class org.apache.lucene.util.OpenBitSetIterator
-
- docCount -
Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
- Document count (does not take deletions into account).
- docCount() -
Method in class org.apache.lucene.index.IndexModifier
- Deprecated. Returns the number of documents currently in this
index.
- docCount() -
Method in class org.apache.lucene.index.IndexWriter
- Deprecated. Please use
IndexWriter.maxDoc() (same as this
method) or IndexWriter.numDocs() (also takes deletions
into account), instead.
- docCount() -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
- Returns the number of documents currently in this index.
- DocData - Class in org.apache.lucene.benchmark.byTask.feeds
- Output of parsing (e.g.
- DocData(String, String, String, Properties, Date) -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DocData
-
- docFreq(Term) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- docFreq() -
Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- docFreq(Term) -
Method in class org.apache.lucene.index.IndexReader
- Returns the number of documents containing the term
t.
- docFreq(Term) -
Method in class org.apache.lucene.index.MultiReader
-
- docFreq(Term) -
Method in class org.apache.lucene.index.ParallelReader
-
- docFreq() -
Method in class org.apache.lucene.index.TermEnum
- Returns the docFreq of the current Term in the enumeration.
- docFreq() -
Method in class org.apache.lucene.search.FilteredTermEnum
- Returns the docFreq of the current Term in the enumeration.
- docFreq(Term) -
Method in class org.apache.lucene.search.IndexSearcher
-
- docFreq(Term) -
Method in class org.apache.lucene.search.MultiSearcher
-
- docFreq(Term) -
Method in class org.apache.lucene.search.ParallelMultiSearcher
- TODO: parallelize this one too
- docFreq(Term) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- docFreq(Term) -
Method in interface org.apache.lucene.search.Searchable
- Expert: Returns the number of documents containing
term.
- docFreq(Term) -
Method in class org.apache.lucene.search.Searcher
-
- docFreq(Term) -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- docFreq() -
Method in class org.apache.lucene.store.instantiated.InstantiatedTermEnum
- Returns the docFreq of the current Term in the enumeration.
- docFreqs(Term[]) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- docFreqs(Term[]) -
Method in interface org.apache.lucene.search.Searchable
- Expert: For each term in the terms array, calculates the number of
documents containing
term.
- docFreqs(Term[]) -
Method in class org.apache.lucene.search.Searcher
-
- DocIdBitSet - Class in org.apache.lucene.util
- Simple DocIdSet and DocIdSetIterator backed by a BitSet
- DocIdBitSet(BitSet) -
Constructor for class org.apache.lucene.util.DocIdBitSet
-
- DocIdSet - Class in org.apache.lucene.search
- A DocIdSet contains a set of doc ids.
- DocIdSet() -
Constructor for class org.apache.lucene.search.DocIdSet
-
- DocIdSetIterator - Class in org.apache.lucene.search
- This abstract class defines methods to iterate over a set of
non-decreasing doc ids.
- DocIdSetIterator() -
Constructor for class org.apache.lucene.search.DocIdSetIterator
-
- doClose() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doClose() -
Method in class org.apache.lucene.index.IndexReader
- Implements close.
- doClose() -
Method in class org.apache.lucene.index.MultiReader
-
- doClose() -
Method in class org.apache.lucene.index.ParallelReader
-
- doClose() -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- DocMaker - Interface in org.apache.lucene.benchmark.byTask.feeds
- Create documents for the test.
- docMaker -
Variable in class org.apache.lucene.benchmark.utils.ExtractWikipedia
-
- docName(Searcher, int) -
Method in class org.apache.lucene.benchmark.quality.utils.DocNameExtractor
- Extract the name of the input doc from the index.
- DocNameExtractor - Class in org.apache.lucene.benchmark.quality.utils
- Utility: extract doc names from an index
- DocNameExtractor(String) -
Constructor for class org.apache.lucene.benchmark.quality.utils.DocNameExtractor
- Constructor for DocNameExtractor.
- docNameField -
Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
- index field to extract doc name for each search result; used for judging the results.
- doCommit() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- 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
-
- doCommit() -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- docStoreCompoundFile -
Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
- True if the shared doc store files are compound file
format.
- docStoreOffset -
Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
- Doc store offset, if this segment shares the doc
store files (stored fields and term vectors) with
other segments.
- docStoreSegment -
Variable in class org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
- String of the shared doc store segment, or null if
this segment does not share the doc store files.
- Document(File) -
Static method in class org.apache.lucene.ant.HtmlDocument
- Creates a Lucene
Document from a File.
- Document(File) -
Static method in class org.apache.lucene.ant.TextDocument
- Makes a document for a File.
- Document(File) -
Static method in class org.apache.lucene.demo.FileDocument
- Makes a document for a File.
- Document(File) -
Static method in class org.apache.lucene.demo.HTMLDocument
-
- Document - Class in org.apache.lucene.document
- Documents are the unit of indexing and search.
- Document() -
Constructor for class org.apache.lucene.document.Document
- Constructs a new document with no fields.
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- document(int) -
Method in class org.apache.lucene.index.IndexReader
- Returns the stored fields of the
nth
Document in this index.
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.IndexReader
- Get the
Document at the nth position.
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.MultiReader
-
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.ParallelReader
-
- document(int, FieldSelector) -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
- Return the
Document at the nth
position.
- document(int) -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
- Returns the stored fields of the
nth
Document in this index.
- DocumentHandler - Interface in org.apache.lucene.ant
- Allows a class to act as a Lucene document handler
- DocumentHandlerException - Exception in org.apache.lucene.ant
-
- DocumentHandlerException() -
Constructor for exception org.apache.lucene.ant.DocumentHandlerException
- Default constructor.
- DocumentHandlerException(String) -
Constructor for exception org.apache.lucene.ant.DocumentHandlerException
- Constructs with message.
- DocumentHandlerException(Throwable) -
Constructor for exception org.apache.lucene.ant.DocumentHandlerException
- Constructs with chained exception.
- documentNumberComparator -
Static variable in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
-
- DocValues - Class in org.apache.lucene.search.function
- Expert: represents field values as different types.
- DocValues() -
Constructor for class org.apache.lucene.search.function.DocValues
-
- doDelete(int) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doDelete(int) -
Method in class org.apache.lucene.index.IndexReader
- Implements deletion of the document numbered
docNum.
- doDelete(int) -
Method in class org.apache.lucene.index.MultiReader
-
- doDelete(int) -
Method in class org.apache.lucene.index.ParallelReader
-
- doDelete(int) -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- doHighlight(TokenStream, String, Highlighter, boolean, int) -
Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ClearStatsTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.CloseReaderTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.NewRoundTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
- Perform the task once (ignoring repetions specification)
Return number of work items done by this task.
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ReopenReaderTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameRoundTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ResetInputsTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ResetSystemEraseTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ResetSystemSoftTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
-
- doMerge(MergePolicy.OneMerge) -
Method in class org.apache.lucene.index.ConcurrentMergeScheduler
- Does the actual merge, by calling
IndexWriter.merge(org.apache.lucene.index.MergePolicy.OneMerge)
- DOMUtils - Class in org.apache.lucene.xmlparser
- Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
- DOMUtils() -
Constructor for class org.apache.lucene.xmlparser.DOMUtils
-
- Done() -
Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- Done() -
Method in interface org.apache.lucene.queryParser.CharStream
- The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() -
Method in class org.apache.lucene.queryParser.FastCharStream
-
- Done() -
Method in interface org.apache.lucene.queryParser.precedence.CharStream
- The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() -
Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- Done() -
Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
- The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() -
Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- doPagingSearch(BufferedReader, Searcher, Query, int, boolean, boolean) -
Static method in class org.apache.lucene.demo.SearchFiles
- This demonstrates a typical paging search scenario, where the search engine presents
pages of size n to the user.
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.IndexReader
- Implements setNorm in subclass.
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.MultiReader
-
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.ParallelReader
-
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- doStreamingSearch(Searcher, Query) -
Static method in class org.apache.lucene.demo.SearchFiles
- This method uses a custom HitCollector implementation which simply prints out
the docId and score of every matching document.
- DOUBLE -
Static variable in class org.apache.lucene.search.SortField
- Sort using term values as encoded Doubles.
- doubleVal(int) -
Method in class org.apache.lucene.search.function.DocValues
- Return doc value as a double.
- doumentNumberIntegerComparator -
Static variable in class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
-
- doUndeleteAll() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doUndeleteAll() -
Method in class org.apache.lucene.index.IndexReader
- Implements actual undeleteAll() in subclass.
- doUndeleteAll() -
Method in class org.apache.lucene.index.MultiReader
-
- doUndeleteAll() -
Method in class org.apache.lucene.index.ParallelReader
-
- doUndeleteAll() -
Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- Driver - Class in org.apache.lucene.benchmark
- Sets up the benchmark driver.
- Driver() -
Constructor for class org.apache.lucene.benchmark.Driver
-
- Driver(Benchmarker, BenchmarkOptions) -
Constructor for class org.apache.lucene.benchmark.Driver
-
- Driver(File, InputSource) -
Constructor for class org.apache.lucene.benchmark.Driver
- Creates a Driver using Digester
- DuplicateFilter - Class in org.apache.lucene.search
-
- DuplicateFilter(String) -
Constructor for class org.apache.lucene.search.DuplicateFilter
-
- DuplicateFilter(String, int, int) -
Constructor for class org.apache.lucene.search.DuplicateFilter
-
- DuplicateFilterBuilder - Class in org.apache.lucene.xmlparser.builders
- Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
- DuplicateFilterBuilder() -
Constructor for class org.apache.lucene.xmlparser.builders.DuplicateFilterBuilder
-
- DUTCH_STOP_WORDS -
Static variable in class org.apache.lucene.analysis.nl.DutchAnalyzer
- List of typical Dutch stopwords.
- DutchAnalyzer - Class in org.apache.lucene.analysis.nl
- Analyzer for Dutch language.
- DutchAnalyzer() -
Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
- Builds an analyzer with the default stop words (
DutchAnalyzer.DUTCH_STOP_WORDS)
and a few default entries for the stem exclusion table.
- DutchAnalyzer(String[]) -
Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
- 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 exclusion table.
- DutchStemFilter(TokenStream, Set, Map) -
Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
-
- DutchStemmer - Class in org.apache.lucene.analysis.nl
- A stemmer for Dutch words.
- DutchStemmer() -
Constructor for class org.apache.lucene.analysis.nl.DutchStemmer
-
- DutchStemmer - Class in org.tartarus.snowball.ext
- Generated class implementing code defined by a snowball script.
- DutchStemmer() -
Constructor for class org.tartarus.snowball.ext.DutchStemmer
-
TermPositionVector that stores only position information.
AlreadyClosedException if this IndexWriter has been
closed.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
ValueSourceQuery.equals(Object).
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
\.
\.
doc scored against
weight.
doc scored against
query.
IndexWriter.expungeDeletes(), except you can
specify whether the call should block until the
operation completes.
Field.FieldCache.null as its
detail message.
Document.getFields() instead
FileFilter, the FieldSelector allows one to make decisions about
what Fields get loaded on a Document by IndexReader.document(int,org.apache.lucene.document.FieldSelector)TermVectorEntrys
This is not thread-safe.FilterIndexReader contains another IndexReader, which it
uses as its basic source of data, possibly transforming the data along the
way or providing additional functionality.TermDocs implementations.TermEnum implementations.TermPositions implementations.MergePolicy.MergeSpecification if so.
ChecksumIndexOutput.prepareCommit()
CheckIndex.checkIndex().
FieldCache
using getFloats() and makes those values
available as other numeric types, casting as needed.IndexWriter.commit()) instead
Highlighter class.FrenchAnalyzer.FRENCH_STOP_WORDS).
Directory as a directory of files.minimumSimilarity to term.
FuzzyQuery(term, minimumSimilarity, 0).
FuzzyQuery(term, 0.5f, 0).
reader which share a prefix of
length prefixLength with term and which have a fuzzy similarity >
minSimilarity.
GERMAN_STOP_WORDS).
true if bit is one and
false if it is zero.
bit to true, and
returns true if bit was already set
Document to retrieve the TokenStream.
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.
SpanFilterResult.getDocIdSet()
HtmlDocument object.
PrecedenceQueryParser.getBooleanQuery(List) instead
PrecedenceQueryParser.getBooleanQuery(List, boolean) instead
QueryParser.getBooleanQuery(List) instead
QueryParser.getBooleanQuery(List, boolean) instead
Document.setBoost(float).
field as a single byte and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as bytes and returns an array of
size reader.maxDoc() of the value each document has in the
given field.
field and calls the given SortComparator
to get the sort values.
Directory for the index.
Directory of the index that hit
the exception.
Filter.getDocIdSet(org.apache.lucene.index.IndexReader).
FilterManager to keep the cache for a filter on the
searcher side of a remote connection.
Document from an InputStream.
field as integers and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as doubles and returns an array of
size reader.maxDoc() of the value each document has in the
given field.
Fieldable name.
Fieldables with the given name.
PrecedenceQueryParser.getFieldQuery(String,String).
QueryParser.getFieldQuery(String,String).
Fields with the given name.
field as floats and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as floats and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
PrecedenceQueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
QueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
IndexReader this searches.
field as integers and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as integers and returns an array of
size reader.maxDoc() of the value each document has in the
given field.
field as longs and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as longs and returns an array of
size reader.maxDoc() of the value each document has in the
given field.
Highlighter.getMaxDocCharsToAnalyze(), since this value has always counted on chars. They both set the same internal value, however
maxTokens tokens from the underlying child analyzer,
ignoring all remaining tokens.
PositionBasedTermVectorMapper.TVPositionInfo.getTerms()) of TermVectorOffsetInfo objects.
Payloads at those
positions.
n hits}| / n.
PrecedenceQueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
QueryParser.getWildcardQuery(java.lang.String, java.lang.String)).
IndexWriter.setRAMBufferSizeMB(double) if enabled.
Searchables this searches.
segments_N) associated
with this commit point.
segments_N) associated
with this commit point.
field as shorts and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as shorts and returns an array of
size reader.maxDoc() of the value each document has in the
given field.
WordlistLoader.getStemDict(File) instead
field and returns
an array of them in natural order, along with an array telling
which element in the term array each document uses.
field and returns an array
of size reader.maxDoc() containing the value each document
has in the given field.
SynonymTokenFilter.
TermFreqVector.
TestData.getAll(java.io.File[], org.apache.lucene.analysis.Analyzer[]) but only uses
maxBufferedDocs of 10 and 100 and same for mergeFactor, thus reducing the number of permutations significantly.
HtmlDocument
object.
tokenStream(String fieldName, Reader reader)
if the fieldName has been seen before, altogether ignoring the Reader parameter on cache lookup.
Token is to be inserted to a ShingleMatrixFilter.Matrix.
BooleanQuery.getAllowDocsOutOfOrder() instead.
WeightedSpanTerms from the given Query and TokenStream.
WeightedSpanTerms from the given Query and TokenStream.
WeightedSpanTerms from the given Query and TokenStream.
*), but is not a prefix term token (one
that has just a single * character at the end).
WordlistLoader.getWordSet(File) instead
WordlistLoader.getWordSet(File) instead
WordlistLoader.getWordSet(File) instead
ValueSourceQuery.hashCode().
HighFreqTerms class extracts terms and their frequencies out
of an existing Lucene index.Fragmenter, Scorer, Formatter,
Encoder and tokenizers.TopDocCollector and TopDocs instead.TopDocCollector and TopDocs instead.
Instead e. g. TopDocCollector and TopDocs can be used:
TopDocCollector collector = new TopDocCollector(hitsPerPage);
searcher.search(query, collector);
ScoreDoc[] hits = collector.topDocs().scoreDocs;
for (int i = 0; i < hits.length; i++) {
int docId = hits[i].doc;
Document d = searcher.doc(docId);
// do something with current hit
...
HtmlDocument class creates a Lucene Document from an HTML document.HtmlDocument from a File.
HtmlDocument from an InputStream.
log(numDocs/(docFreq+1)) + 1.
true if the lower endpoint is inclusive
true if the upper endpoint is inclusive
IndexDeletionPolicy or IndexReader.index commits.Dictionary.
Dictionary.
indexOf(int) but searches for a number of terms
at the same time.
true if an index exists at the specified directory.
true if an index exists at the specified directory.
true if an index exists at the specified directory.
Directory.IndexWriter instead.getTerms at which the term with the specified
term appears.
IndexReader.getFieldNames(FieldOption).IndexWriter creates and maintains an index.path.
IndexWriter.IndexWriter(String,Analyzer,boolean,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
path.
IndexWriter.IndexWriter(File,Analyzer,boolean,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
d.
IndexWriter.commit() when needed.
Use IndexWriter.IndexWriter(Directory,Analyzer,boolean,MaxFieldLength) instead.
path, first creating it if it does not
already exist.
IndexWriter.commit() when needed.
Use IndexWriter.IndexWriter(String,Analyzer,MaxFieldLength) instead.
path, first creating it if it does not
already exist.
IndexWriter.IndexWriter(File,Analyzer,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
d, first creating it if it does not
already exist.
IndexWriter.IndexWriter(Directory,Analyzer,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
IndexWriter.IndexWriter(Directory,Analyzer,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
IndexWriter.IndexWriter(Directory,Analyzer,boolean,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
IndexDeletionPolicy, for the index in d,
first creating it if it does not already exist.
IndexWriter.IndexWriter(Directory,Analyzer,IndexDeletionPolicy,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
IndexDeletionPolicy, for the index in d.
IndexWriter.IndexWriter(Directory,Analyzer,boolean,IndexDeletionPolicy,MaxFieldLength)
instead, and call IndexWriter.commit() when needed.
IndexWriter constructors.InstantiatedIndexWriter.
IndexWriter, has no locking mechanism.TermDocs navigating an InstantiatedIndexReader.TermEnum navigating an InstantiatedIndexReader.InstantiatedIndexReader.TermPositions navigating an InstantiatedIndexReader.InstantiatedIndexReader.FieldCache
using getInts() and makes those values
available as other numeric types, casting as needed.Similarity.coord(int,int) is disabled in
scoring for this query instance.
true if the range query is inclusive
IndexWriter.isLocked(Directory) instead
IndexWriter.isLocked(String) instead
true iff the index in the named directory is
currently locked.
true iff the index in the named directory is
currently locked.
docName is relevant for the given quality query.
IndexReader.getTermFreqVector(int,String).
IndexReader.getTermFreqVector(int,String).
Character.isLetter(char).
Character.isLetter(char).
Character.isWhitespace(char).
HitIterator to navigate the Hits.
Directory.