|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Classes | |
| interface | IBits |
| Interface for Bitset-like structures. More... | |
| class | Bits |
| Empty implementation, basically just so we can provide EMPTY_ARRAY More... | |
| class | MatchAllBits |
| Bits impl of the specified length with all bits set. More... | |
| class | MatchNoBits |
| Bits impl of the specified length with no bits set. More... | |
| class | CachingDoubleValueSource |
| class | CompatibilityExtensions |
| class | Arrays |
| class | Entry |
| Expert: Every composite-key in the internal cache is of this type. | |
| class | FixedBitSet |
| class | FunctionQuery |
| Port of Solr's FunctionQuery (v1.4) More... | |
| class | ReciprocalFloatFunction |
| class | ShapeFieldCache< T > |
| Bounded Cache of Shapes associated with docIds. Note, multiple Shapes can be associated with a given docId More... | |
| class | ShapeFieldCacheDistanceValueSource |
| An implementation of the Lucene ValueSource model to support spatial relevance ranking. More... | |
| class | ShapeFieldCacheProvider< T > |
| Provides access to a ShapeFieldCache for a given AtomicReader. More... | |
| class | TermsEnumCompatibility |
| Wraps Lucene 3 TermEnum to make it look like a Lucene 4 TermsEnum SOLR-2155 More... | |
| class | TermsFilter |
| Constructs a filter for docs matching any of the terms added to this class. Unlike a RangeFilter this can be used for filtering on multiple terms that are not necessarily in a sequence. An example might be a collection of primary keys from a database query result or perhaps a choice of "category" labels picked by the end user. As a filter, this is much faster than the equivalent query (a BooleanQuery with many "should" TermQueries) More... | |
| class | ValueSourceFilter |
Filter that matches all documents where a valuesource is in between a range of min and max inclusive. More... | |
1.8.3