|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
IndexWriter.rollback() 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).