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 | Public Member Functions | Properties | List of all members
Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet Class Reference

Inherits Lucene.Net.Search.DocIdSet.

Classes

class  AnonymousClassDocIdSetIterator
 

Public Member Functions

 AnonymousClassDocIdSet ()
 
override DocIdSetIterator Iterator ()
 Provides a DocIdSetIterator to access the set. This implementation can return null or EMPTY_DOCIDSET.Iterator() if there are no docs that match.
 

Properties

override bool IsCacheable [get]
 
- Properties inherited from Lucene.Net.Search.DocIdSet
virtual bool IsCacheable [get]
 This method is a hint for CachingWrapperFilter, if this DocIdSet should be cached without copying it into a BitSet. The default is to return false. If you have an own DocIdSet implementation that does its iteration very effective and fast without doing disk I/O, override this method and return true.
 

Additional Inherited Members

- Static Public Attributes inherited from Lucene.Net.Search.DocIdSet
static readonly DocIdSet EMPTY_DOCIDSET
 An empty DocIdSet instance for easy use, e.g. in Filters that hit no documents.
 

Detailed Description

Definition at line 29 of file DocIdSet.cs.

Constructor & Destructor Documentation

Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet.AnonymousClassDocIdSet ( )

Definition at line 31 of file DocIdSet.cs.

Member Function Documentation

override DocIdSetIterator Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet.Iterator ( )
virtual

Provides a DocIdSetIterator to access the set. This implementation can return null or EMPTY_DOCIDSET.Iterator() if there are no docs that match.

Implements Lucene.Net.Search.DocIdSet.

Definition at line 74 of file DocIdSet.cs.

Property Documentation

override bool Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet.IsCacheable
get

Definition at line 80 of file DocIdSet.cs.


The documentation for this class was generated from the following file: