|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
IndexWriter.rollback() instead.
AttributeSource shall be stored
in the sink.
Collector can accept documents given to
Collector.collect(int) out of order.
FilteredTermEnum.setEnum(org.apache.lucene.index.TermEnum)
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.
TeeSinkTokenFilter.SinkTokenStream created by another TeeSinkTokenFilter
to this one.
PriorityQueue.updateTop() which returns the new top element and
saves an additional call to PriorityQueue.top().
TermVectorEntry.
AllowLeadingWildcardProcessor processor and
must be defined in the QueryConfigHandler.AllowLeadingWildcardProcessor processor and
must be defined in the QueryConfigHandler.AllowLeadingWildcardAttribute is defined in the
QueryConfigHandler.AnalyzerQueryNodeProcessor processor and
must be defined in the QueryConfigHandler.AnalyzerQueryNodeProcessor processor and
must be defined in the QueryConfigHandler.AnalyzerQueryNodeProcessor
is defined in the QueryConfigHandler.*)
don't get removed from the search terms.AndQueryNode represents an AND boolean operation performed on a
list of nodes.AnyQueryNode represents an ANY operator performed on a list of
nodes.Analyzer for Arabic.ArabicAnalyzer.DEFAULT_STOPWORD_FILE.
TokenFilter that applies ArabicNormalizer to normalize the orthography.TokenFilter that applies ArabicStemmer to stem Arabic words..AttributeSource.AttributeImpls,
and methods to add and get them.AttributeSource.AttributeFactory.DEFAULT_ATTRIBUTE_FACTORY.
AttributeSource.AttributeFactory for creating new Attribute instances.
AttributeImpls.NumericField type.
CharFilter.
(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[].
null for numeric fields
CachingSpanFilter.getDocIdSet(IndexReader) instead.
CachingWrapperFilter.getDocIdSet(IndexReader) instead.
Filter.getDocIdSet(IndexReader) instead.
MultiTermQueryWrapperFilter.getDocIdSet(IndexReader) instead.
QueryWrapperFilter.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.
BooleanModifierNode has the same behaviour as
ModifierQueryNode, it only indicates that this modifier was added by
GroupQueryNodeProcessor and not by the user.BooleanQuery.getMaxClauseCount() clauses.BooleanQueryNode represents a list of elements which do not have an
explicit boolean operator defined between them.BooleanQuery object from a BooleanQueryNode object.BooleanQueryNode that contains only one
child and returns this child.MultiFieldQueryNodeProcessor processor and
it should be defined in a FieldConfig.MultiFieldQueryNodeProcessor processor and
it should be defined in a FieldConfig.PayloadTermQueryBoostQueryNode boosts the QueryNode tree which is under this node.Query object set on the
BoostQueryNode child using
QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID and applies the boost value
defined in the BoostQueryNode.FieldableNode that has the attribute BoostAttribute in its
config.Analyzer for Brazilian Portuguese language.BrazilianAnalyzer.BRAZILIAN_STOP_WORDS).
TokenFilter that applies BrazilianStemmer.char[] buffer size)
for encoding int values.
char[] buffer size)
for encoding long values.
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.CharStream.correctOffset(int)
functionality over Reader.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.
Analyzer that tokenizes text with ChineseTokenizer and
filters with ChineseFilterTokenFilter with a stop word table.Analyzer that tokenizes text with CJKTokenizer and
filters with StopFilterCJKAnalyzer.STOP_WORDS.
bit to zero.
AttributeImpl.clear() on each Attribute implementation.
AttributeImpl instances returned in a new
AttributeSource instance.
DocMaker.
KeywordTokenizer with CollationKeyFilter.CollationKey, and then
encodes the CollationKey with IndexableBinaryStringTools, to allow
it to be stored as an index term.Collector.collect(int) on the decorated Collector
unless the allowed time has passed, in which case it throws an exception.
SegTokenFilter
RegexTermEnum allowing
implementations to cache a compiled version of the regular
expression pattern.
CompressionTools instead.
For string fields that were previously indexed and stored using compression,
the new way to achieve this is: First add the field indexed-only (no store)
and additionally using the same field name as a binary, stored field
with CompressionTools.compressString(java.lang.String).
state.getBoost() *
lengthNorm(fieldName, numTokens) where
numTokens does not count overlap tokens if
discountOverlaps is true by default or true for this
specific field.
state.getBoost()*lengthNorm(numTerms), where
numTerms is FieldInvertState.getLength() if DefaultSimilarity.setDiscountOverlaps(boolean) is false, else it's FieldInvertState.getLength() - FieldInvertState.getNumOverlap().
FieldInvertState).
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.MultiTermQuery.ConstantScoreAutoRewrite, with MultiTermQuery.ConstantScoreAutoRewrite.setTermCountCutoff(int) set to
MultiTermQuery.ConstantScoreAutoRewrite.DEFAULT_TERM_COUNT_CUTOFF
and MultiTermQuery.ConstantScoreAutoRewrite.setDocCountPercent(double) set to
MultiTermQuery.ConstantScoreAutoRewrite.DEFAULT_DOC_COUNT_PERCENT.
MultiTermQuery.SCORING_BOOLEAN_QUERY_REWRITE except
scores are not computed.
TermRangeQuery for term ranges or
NumericRangeQuery for numeric ranges instead.
This class will be removed in Lucene 3.0.TeeSinkTokenFilter passes all tokens to the added sinks
when itself is consumed.
ContentSource.len chars of text starting at off
are in the set
CharSequence is in the set
overlap / maxOverlap.
TopFieldCollector from the given
arguments.
TopScoreDocCollector given the number of hits to
collect and whether documents are scored in order by the input
Scorer to TopScoreDocCollector.setScorer(Scorer).
AttributeImpl for the supplied Attribute interface class.
query
ValueSourceQuery.
ValueSourceQuery.
Analyzer for Czech language.CzechAnalyzer.CZECH_STOP_WORDS).
DateTools or
NumericField 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.
DateRecognizerSinkFilter and TeeSinkTokenFilter instead.DateFormat.getDateInstance() as the DateFormat object.
DateFormat.getDateInstance() as the DateFormat object.
ParametricRangeQueryNodeProcessor processor
and must be defined in the QueryConfigHandler.ParametricRangeQueryNodeProcessor processor
and must be defined in the QueryConfigHandler.Directory.Lock is
trivial as DbDirectory operations are managed by the Berkeley DB
locking system.IndexableBinaryStringTools.encode(java.nio.ByteBuffer) or
IndexableBinaryStringTools.encode(java.nio.ByteBuffer, java.nio.CharBuffer).
PayloadHelper.encodeFloat(float).
AttributeImpls using the
class name of the supplied Attribute interface class by appending Impl to it.
Byte.toString(byte)
Double.toString(double)
Float.toString(float)
TimeLimitedCollector.isGreedy().
TimeLimitingCollector.isGreedy().
Integer.toString(int)
Long.toString(long)
Highlighter.DEFAULT_MAX_CHARS_TO_ANALYZE
IndexWriter.getMaxSyncPauseSeconds().
Short.toString(short)
Encoder implementation that does not modify the outputGroupQueryNodeProcessor processor and must
be defined in the QueryConfigHandler.GroupQueryNodeProcessor processor and must
be defined in the QueryConfigHandler.PhraseSlopQueryNodeProcessor processor and
must be defined in the QueryConfigHandler.PhraseSlopQueryNodeProcessor processor and
must be defined in the QueryConfigHandler.DefaultPhraseSlopAttribute
is defined in the QueryConfigHandler.docNum.
docNum.
term.
term indexed.
term.
DeletedQueryNode represents a node that was deleted from the query
node tree.TokenFilter that decomposes compound words found in many Germanic languages.ContentSource using the Dir collection for its input.ConstantScoreQuery.ConstantScorer.docID() instead.
DocIdSetIterator.docID() instead.
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator.docID() instead.
FilteredDocIdSetIterator.docID() instead.
ScoreCachingWrappingScorer.docID() instead.
i.
Document at the nth position.
SpanScorer.docID() instead.
OpenBitSetIterator.docID() instead.
IndexWriter.maxDoc() (same as this
method) or IndexWriter.numDocs() (also takes deletions
into account), instead.
t.
term.
term.
DocIdSetIterator.NO_MORE_DOCS if DocIdSetIterator.nextDoc() or
DocIdSetIterator.advance(int) were not called yet.
Document objects.instead.
Document from a
File.
Document from a File.
nth
Document in this index.
Document at the n
th position.
Document at the nth
position.
nth
Document in this index.
docNum.
IndexWriter.merge(org.apache.lucene.index.MergePolicy.OneMerge)
double value to a sortable signed long.
Analyzer for Dutch language.DutchAnalyzer.DUTCH_STOP_WORDS)
and a few default entries for the stem exclusion table.
TokenFilter that stems Dutch words.TokenStream.DocIdSet instance for easy use, e.g.
TermPositionVector that stores only position information.
Payload
end() on the
input TokenStream.
NOTE: Be sure to call super.end() first when overriding this method.
TokenStream.incrementToken() returned false
(using the new TokenStream API).
SegToken.charArray
StopAnalyzer.ENGLISH_STOP_WORDS_SET instead
AlreadyClosedException if this IndexWriter has been
closed.
ContentSource which reads the English Wikipedia dump.DocMaker instead, with content.source=EnwikiContentSourceo 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.
o is equal to this.
o is equal to this.
AttributeImpl.hashCode()
should be checked here for equality.
\.
\.
\.
\.
EscapeQuerySyntax to allow the QueryNode
to escape the queries, when the toQueryString method is called.IndexSearcher.explain(org.apache.lucene.search.Weight, int)
or Weight.explain(org.apache.lucene.index.IndexReader, int) instead.
doc scored against
weight.
doc scored against
query.
IndexWriter.expungeDeletes(), except you can
specify whether the call should block until the
operation completes.
FieldCache.DEFAULT; this will be removed in Lucene 3.0
FieldCache, this will be removed in Lucene 3.0FieldCache.DoubleParser, this will be removed in Lucene 3.0FieldCache.LongParser, this will be removed in Lucene 3.0Field.FieldableNode interface to indicate that its
children and itself are associated to a specific field.MultiFieldQueryNodeProcessor processor and
it should be defined in a FieldConfig.BoostAttribute to the equivalent FieldConfig based on a
defined map: fieldName -> boostValue store in FieldBoostMapAttribute
in the FieldBoostMapAttribute.FieldCache).FieldCache.Filter that only accepts documents whose single
term value in the specified field is contained in the
provided set of allowed terms.TopFieldCollector.FieldCache.getBytes(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending valueFieldCache.getDoubles(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending valueFieldCache.getFloats(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending valueFieldCache.getInts(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending valueFieldCache.getLongs(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending valueFieldCache.getShorts(org.apache.lucene.index.IndexReader, java.lang.String) and sorts by ascending valueFieldComparator for custom field sorting.FieldConfig
DateResolutionAttribute to the equivalent FieldConfig based on a
defined map: fieldName -> DateTools.Resolution stored in FieldDateResolutionMapAttribute
in the DateResolutionAttribute.SpanQuery objects participate in composite
single-field SpanQueries by 'lying' about their search field.FieldQueryNode represents a element that contains field/text tupleTermQuery object from a FieldQueryNode object.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)FieldValueHitQueueTermVectorEntrys
This is not thread-safe.FieldTermStack is a stack that keeps query terms in the specified field
of the document to be highlighted.SegToken
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().
Tokenizer chain,
eg from one TokenFilter to another one.Payload.FieldCache
using getFloats() and makes those values
available as other numeric types, casting as needed.float value to a sortable signed int.
IndexWriter.commit()) instead
Highlighter class.Analyzer for French language.FrenchAnalyzer.FRENCH_STOP_WORDS).
TokenFilter that stems french words.PhraseSlopQueryNodeProcessor processor and
must be defined in the QueryConfigHandler.PhraseSlopQueryNodeProcessor processor and
must be defined in the QueryConfigHandler.minimumSimilarity to term.
FuzzyQuery(term, minimumSimilarity, 0).
FuzzyQuery(term, 0.5f, 0).
FuzzyQueryNode represents a element that contains
field/text/similarity tupleFuzzyQuery object from a FuzzyQueryNode object.FuzzyQueryNode, when this kind of node is found, it checks on the
query configuration for FuzzyAttribute, gets the fuzzy prefix length
and default similarity from it and set to the fuzzy node.reader which share a prefix of
length prefixLength with term and which have a fuzzy similarity >
minSimilarity.
Analyzer for German language.GermanAnalyzer.GERMAN_STOP_WORDS.
TokenFilter that stems German words.true if bit is one and
false if it is zero.
Weight.scoresDocsOutOfOrder() is used.
bit to true, and
returns true if bit was already set
Document to retrieve the TokenStream.
NumericField type.
Float.NaN if this
DocValues instance does not contain any value.
null for numeric fields
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.
CharType constant of a given character.
IndexWriter.commit(Map), from current index
segments file.
FieldComparator to use for
sorting.
IndexReader.getCurrentVersion(Directory) instead.
This method will be removed in the 3.0 release.
IndexReader.getCurrentVersion(Directory) instead.
This method will be removed in the 3.0 release.
FieldComparatorSource directly, instead.
DefaultOperatorAttribute.Operator.AND
or DefaultOperatorAttribute.Operator.OR.
Directory for the index.
Directory of the index that hit
the exception.
FSDirectory.open(File)
FSDirectory.open(File, LockFactory)
FSDirectory.open(File)
FSDirectory.open(File, LockFactory)
LockFactory and
supply NoLockFactory.getNoLockFactory().
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.
SortField.getComparatorSource()
Fieldable name.