org.apache.lucene.index.IndexWriter.abort()
|
org.apache.lucene.queryParser.QueryParser.addClause(Vector, int, int, Query)
|
org.apache.lucene.index.IndexWriter.addIndexes(Directory[])
|
org.apache.lucene.util.PriorityQueue.adjustTop()
|
org.apache.lucene.document.Field.binaryValue()
|
org.apache.lucene.search.CachingSpanFilter.bits(IndexReader)
|
org.apache.lucene.search.CachingWrapperFilter.bits(IndexReader)
|
org.apache.lucene.search.Filter.bits(IndexReader)
|
org.apache.lucene.search.QueryWrapperFilter.bits(IndexReader)
|
org.apache.lucene.search.MultiTermQueryWrapperFilter.bits(IndexReader)
|
org.apache.lucene.index.CheckIndex.check(Directory, boolean)
|
org.apache.lucene.index.CheckIndex.check(Directory, boolean, List)
|
org.apache.lucene.search.function.CustomScoreQuery.customExplain(int, Explanation, Explanation)
|
org.apache.lucene.search.function.CustomScoreQuery.customExplain(int, Explanation, Explanation[])
|
org.apache.lucene.search.function.CustomScoreQuery.customScore(int, float, float)
|
org.apache.lucene.search.function.CustomScoreQuery.customScore(int, float, float[])
|
org.apache.lucene.search.ScoreCachingWrappingScorer.doc()
|
org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator.doc()
|
org.apache.lucene.search.DocIdSetIterator.doc()
|
org.apache.lucene.search.FilteredDocIdSetIterator.doc()
|
org.apache.lucene.search.ConstantScoreQuery.ConstantScorer.doc()
|
org.apache.lucene.search.spans.SpanScorer.doc()
|
org.apache.lucene.util.OpenBitSetIterator.doc()
|
org.apache.lucene.index.IndexWriter.docCount()
|
org.apache.lucene.index.MultiReader.doCommit() |
org.apache.lucene.index.ParallelReader.doCommit() |
org.apache.lucene.index.SegmentReader.doCommit() |
org.apache.lucene.index.FilterIndexReader.doCommit() |
org.apache.lucene.index.IndexReader.doCommit()
|
org.apache.lucene.search.Scorer.explain(int)
|
org.apache.lucene.document.Document.fields()
|
org.apache.lucene.index.IndexWriter.flush()
|
org.apache.lucene.index.SegmentReader.get(SegmentInfo) |
org.apache.lucene.search.BooleanQuery.getAllowDocsOutOfOrder()
|
org.apache.lucene.search.FieldCache.getAuto(IndexReader, String)
Please specify the exact type, instead.
Especially, guessing does not work with the new
NumericField type.
|
org.apache.lucene.search.SpanFilterResult.getBits()
|
org.apache.lucene.queryParser.QueryParser.getBooleanQuery(Vector)
|
org.apache.lucene.queryParser.QueryParser.getBooleanQuery(Vector, boolean)
|
org.apache.lucene.queryParser.CharStream.getColumn() |
org.apache.lucene.index.IndexReader.getCurrentVersion(File)
|
org.apache.lucene.index.IndexReader.getCurrentVersion(String)
|
org.apache.lucene.search.FieldCache.getCustom(IndexReader, String, SortComparator)
|
org.apache.lucene.analysis.standard.StandardAnalyzer.getDefaultReplaceInvalidAcronym()
This will be removed (hardwired to true) in 3.0
|
org.apache.lucene.store.FSDirectory.getDirectory(File)
|
org.apache.lucene.store.FSDirectory.getDirectory(File, boolean)
Use IndexWriter's create flag, instead, to
create a new index.
|
org.apache.lucene.store.FSDirectory.getDirectory(File, LockFactory)
|
org.apache.lucene.store.FSDirectory.getDirectory(String)
|
org.apache.lucene.store.FSDirectory.getDirectory(String, boolean)
Use IndexWriter's create flag, instead, to
create a new index.
|
org.apache.lucene.store.FSDirectory.getDirectory(String, LockFactory)
|
org.apache.lucene.index.IndexReader.getDisableFakeNorms()
This currently defaults to false (to remain
back-compatible), but in 3.0 it will be hardwired to
true, meaning the norms() methods will return null for
fields that had disabled norms.
|
org.apache.lucene.store.FSDirectory.getDisableLocks()
|
org.apache.lucene.search.ExtendedFieldCache.getDoubles(IndexReader, String, ExtendedFieldCache.DoubleParser)
Will be removed in 3.0, this is for binary compatibility only
|
org.apache.lucene.analysis.StopFilter.getEnablePositionIncrementsDefault()
Please specify this when you create the StopFilter
|
org.apache.lucene.search.SortField.getFactory()
|
org.apache.lucene.index.IndexReader.getFieldCacheKey() |
org.apache.lucene.queryParser.CharStream.getLine() |
org.apache.lucene.search.ExtendedFieldCache.getLongs(IndexReader, String, ExtendedFieldCache.LongParser)
Will be removed in 3.0, this is for binary compatibility only
|
org.apache.lucene.index.IndexWriter.getMaxSyncPauseSeconds()
This will be removed in 3.0, when
autoCommit=true is removed from IndexWriter.
|
org.apache.lucene.document.AbstractField.getOmitTf()
|
org.apache.lucene.document.Fieldable.getOmitTf()
|
org.apache.lucene.analysis.TokenStream.getOnlyUseNewAPI()
This setting will no longer be needed in Lucene 3.0 as
the old API will be removed.
|
org.apache.lucene.search.MultiTermQuery.getTerm()
check sub class for possible term access - getTerm does not
make sense for all MultiTermQuerys and will be removed.
|
org.apache.lucene.search.spans.SpanNearQuery.getTerms()
use extractTerms instead
|
org.apache.lucene.search.spans.FieldMaskingSpanQuery.getTerms()
|
org.apache.lucene.search.spans.SpanTermQuery.getTerms()
use extractTerms instead
|
org.apache.lucene.search.spans.SpanFirstQuery.getTerms()
use extractTerms instead
|
org.apache.lucene.search.spans.SpanOrQuery.getTerms()
use extractTerms instead
|
org.apache.lucene.search.spans.SpanNotQuery.getTerms()
use extractTerms instead
|
org.apache.lucene.search.spans.SpanQuery.getTerms()
use extractTerms instead
|
org.apache.lucene.search.SortField.getUseLegacySearch()
will be removed in Lucene 3.0.
|
org.apache.lucene.queryParser.QueryParser.getUseOldRangeQuery()
|
org.apache.lucene.search.BooleanQuery.getUseScorer14()
|
org.apache.lucene.search.Similarity.idf(Collection, Searcher)
|
org.apache.lucene.search.Similarity.idf(Term, Searcher)
|
org.apache.lucene.index.IndexReader.indexExists(File)
|
org.apache.lucene.index.IndexReader.indexExists(String)
|
org.apache.lucene.util.PriorityQueue.insert(Object)
|
org.apache.lucene.index.IndexReader.isLocked(Directory)
|
org.apache.lucene.index.IndexWriter.isLocked(String)
|
org.apache.lucene.index.IndexReader.isLocked(String)
|
org.apache.lucene.analysis.standard.StandardAnalyzer.isReplaceInvalidAcronym()
This will be removed (hardwired to true) in 3.0
|
org.apache.lucene.analysis.standard.StandardTokenizer.isReplaceInvalidAcronym()
Remove in 3.X and make true the only valid value
|
org.apache.lucene.index.IndexReader.lastModified(File)
|
org.apache.lucene.index.IndexReader.lastModified(String)
|
org.apache.lucene.store.Directory.list()
For some Directory implementations (FSDirectory , and its subclasses), this method
silently filters its results to include only index
files. Please use Directory.listAll() instead, which
does no filtering.
|
org.apache.lucene.analysis.KeywordTokenizer.next()
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.CachingTokenFilter.next()
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.ISOLatin1AccentFilter.next()
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.CharTokenizer.next()
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.TokenStream.next()
|
org.apache.lucene.analysis.standard.StandardTokenizer.next()
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.search.ScoreCachingWrappingScorer.next()
|
org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator.next()
|
org.apache.lucene.search.DocIdSetIterator.next()
|
org.apache.lucene.search.FilteredDocIdSetIterator.next()
|
org.apache.lucene.search.ConstantScoreQuery.ConstantScorer.next()
|
org.apache.lucene.search.spans.SpanScorer.next()
|
org.apache.lucene.util.OpenBitSetIterator.next()
|
org.apache.lucene.analysis.KeywordTokenizer.next(Token)
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.CachingTokenFilter.next(Token)
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.ISOLatin1AccentFilter.next(Token)
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.CharTokenizer.next(Token)
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.TokenStream.next(Token)
|
org.apache.lucene.analysis.standard.StandardTokenizer.next(Token)
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.index.IndexReader.open(Directory)
|
org.apache.lucene.index.IndexReader.open(Directory, IndexDeletionPolicy)
|
org.apache.lucene.index.IndexReader.open(File)
|
org.apache.lucene.index.IndexReader.open(File, boolean)
|
org.apache.lucene.index.IndexReader.open(IndexCommit)
|
org.apache.lucene.index.IndexReader.open(IndexCommit, IndexDeletionPolicy)
|
org.apache.lucene.index.IndexReader.open(String)
|
org.apache.lucene.index.IndexReader.open(String, boolean)
|
org.apache.lucene.queryParser.MultiFieldQueryParser.parse(String[], String[], Analyzer)
|
org.apache.lucene.queryParser.MultiFieldQueryParser.parse(String[], String[], BooleanClause.Occur[], Analyzer)
|
org.apache.lucene.queryParser.MultiFieldQueryParser.parse(String, String[], BooleanClause.Occur[], Analyzer)
|
org.apache.lucene.util.PriorityQueue.put(Object)
|
org.apache.lucene.store.IndexInput.readChars(char[], int, int)
-- please use readString or readBytes
instead, and construct the string
from those utf8 bytes
|
org.apache.lucene.store.RAMDirectory.renameFile(String, String) |
org.apache.lucene.store.FSDirectory.renameFile(String, String) |
org.apache.lucene.store.Directory.renameFile(String, String) |
org.apache.lucene.analysis.standard.StandardAnalyzer.reusableTokenStream(String, Reader)
|
org.apache.lucene.search.Scorer.score(HitCollector)
|
org.apache.lucene.search.Scorer.score(HitCollector, int)
|
org.apache.lucene.search.Similarity.scorePayload(String, byte[], int, int)
|
org.apache.lucene.search.Searcher.search(Query)
|
org.apache.lucene.search.Searcher.search(Query, Filter)
|
org.apache.lucene.search.Searcher.search(Query, Filter, HitCollector)
|
org.apache.lucene.search.Searcher.search(Query, Filter, Sort)
|
org.apache.lucene.search.Searcher.search(Query, HitCollector)
|
org.apache.lucene.search.Searcher.search(Query, Sort)
|
org.apache.lucene.search.Searcher.search(Weight, Filter, HitCollector)
|
org.apache.lucene.search.Searchable.search(Weight, Filter, HitCollector)
|
org.apache.lucene.search.BooleanQuery.setAllowDocsOutOfOrder(boolean)
|
org.apache.lucene.analysis.standard.StandardAnalyzer.setDefaultReplaceInvalidAcronym(boolean)
This will be removed (hardwired to true) in 3.0
|
org.apache.lucene.index.IndexReader.setDisableFakeNorms(boolean)
This currently defaults to false (to remain
back-compatible), but in 3.0 it will be hardwired to
true, meaning the norms() methods will return null for
fields that had disabled norms.
|
org.apache.lucene.store.FSDirectory.setDisableLocks(boolean)
|
org.apache.lucene.analysis.StopFilter.setEnablePositionIncrementsDefault(boolean)
Please specify this when you create the StopFilter
|
org.apache.lucene.index.IndexWriter.setMaxSyncPauseSeconds(double)
This will be removed in 3.0, when
autoCommit=true is removed from IndexWriter.
|
org.apache.lucene.document.AbstractField.setOmitTf(boolean)
|
org.apache.lucene.document.Fieldable.setOmitTf(boolean)
|
org.apache.lucene.analysis.TokenStream.setOnlyUseNewAPI(boolean)
This setting will no longer be needed in Lucene 3.0 as the old
API will be removed.
|
org.apache.lucene.analysis.Analyzer.setOverridesTokenStreamMethod(Class)
This is only present to preserve
back-compat of classes that subclass a core analyzer
and override tokenStream but not reusableTokenStream
|
org.apache.lucene.analysis.standard.StandardAnalyzer.setReplaceInvalidAcronym(boolean)
This will be removed (hardwired to true) in 3.0
|
org.apache.lucene.analysis.standard.StandardTokenizer.setReplaceInvalidAcronym(boolean)
Remove in 3.X and make true the only valid value
See https://issues.apache.org/jira/browse/LUCENE-1068
|
org.apache.lucene.search.Sort.setSort(String)
|
org.apache.lucene.search.Sort.setSort(String[])
|
org.apache.lucene.search.Sort.setSort(String, boolean)
|
org.apache.lucene.index.IndexReader.setTermInfosIndexDivisor(int)
|
org.apache.lucene.analysis.Token.setTermText(String)
|
org.apache.lucene.search.SortField.setUseLegacySearch(boolean)
will be removed in Lucene 3.0.
|
org.apache.lucene.queryParser.QueryParser.setUseOldRangeQuery(boolean)
|
org.apache.lucene.search.BooleanQuery.setUseScorer14(boolean)
|
org.apache.lucene.document.Field.setValue(TokenStream)
|
org.apache.lucene.store.IndexInput.skipChars(int)
this method operates on old "modified utf8" encoded
strings
|
org.apache.lucene.search.ScoreCachingWrappingScorer.skipTo(int)
|
org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator.skipTo(int)
|
org.apache.lucene.search.DocIdSetIterator.skipTo(int)
|
org.apache.lucene.search.FilteredDocIdSetIterator.skipTo(int)
|
org.apache.lucene.search.ConstantScoreQuery.ConstantScorer.skipTo(int)
|
org.apache.lucene.search.spans.SpanScorer.skipTo(int)
|
org.apache.lucene.util.OpenBitSetIterator.skipTo(int)
|
org.apache.lucene.index.TermEnum.skipTo(Term)
This method is not performant and will be removed in Lucene 3.0.
Use IndexReader.terms(Term) to create a new TermEnum positioned at a
given term.
|
org.apache.lucene.analysis.Token.termText()
|
org.apache.lucene.index.IndexReader.unlock(Directory)
|
org.apache.lucene.store.IndexOutput.writeChars(char[], int, int)
|
org.apache.lucene.store.IndexOutput.writeChars(String, int, int)
|