Lucene++ - a full-featured, c++ search engine
API Documentation


Loading...
Searching...
No Matches
Deprecated List
Class Lucene::DateField
If you build a new index, use DateTools or NumericField instead. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).
Global Lucene::IndexInput::skipChars (int32_t length)
this method operates on old "modified utf8" encoded strings.
Global Lucene::IndexOutput::writeChars (const String &s, int32_t start, int32_t length)
– please use writeString
Class Lucene::ISOLatin1AccentFilter
If you build a new index, use ASCIIFoldingFilter which covers a superset of Latin 1. This class is included for use with existing indexes and will be removed in a future release (possibly Lucene 4.0).
Global Lucene::LazyField::isCompressed
Only kept for backward-compatibility with <3.0 indexes.
Class Lucene::NumberTools
For new indexes use NumericUtils instead, which provides a sortable binary representation (prefix encoded) of numeric values. To index and efficiently query numeric values use NumericField and NumericRangeQuery. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).
Global Lucene::QueryParserCharStream::getColumn ()=0
Global Lucene::QueryParserCharStream::getLine ()=0
Global Lucene::StandardTokenizer::ACRONYM_DEP
this solves a bug where HOSTs that end with '.' are identified as ACRONYMs.
Global Lucene::StandardTokenizer::isReplaceInvalidAcronym ()
Remove in 3.X and make true the only valid value
Global Lucene::StandardTokenizer::setReplaceInvalidAcronym (bool replaceInvalidAcronym)
Remove in 3.X and make true the only valid value

clucene.sourceforge.net