Lucene++ - a full-featured, c++ search engine
API Documentation
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). writeString
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). 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).