Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Namespaces | Typedefs
FieldCacheTermsFilter.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.FieldCacheTermsFilter
 A Filter that only accepts documents whose single term value in the specified field is contained in the provided set of allowed terms. More...
 
class  Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet
 
class  Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator
 

Namespaces

 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 
using TermDocs = Lucene.Net.Index.TermDocs
 
using OpenBitSet = Lucene.Net.Util.OpenBitSet
 

Typedef Documentation

Definition at line 20 of file FieldCacheTermsFilter.cs.

Definition at line 22 of file FieldCacheTermsFilter.cs.

Definition at line 21 of file FieldCacheTermsFilter.cs.