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
Public Member Functions | List of all members
Lucene.Net.Spatial.Util.ValueSourceFilter.ValueSourceFilteredDocIdSet Class Reference

Inherits Lucene.Net.Search.FilteredDocIdSet.

Public Member Functions

 ValueSourceFilteredDocIdSet (DocIdSet innerSet, DocValues values, ValueSourceFilter caller)
 
override bool Match (int doc)
 Validation method to determine whether a docid should be in the result set.
 
- Public Member Functions inherited from Lucene.Net.Search.FilteredDocIdSet
override DocIdSetIterator Iterator ()
 Implementation of the contract to build a DocIdSetIterator.
 

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.
 
- Protected Member Functions inherited from Lucene.Net.Search.FilteredDocIdSet
 FilteredDocIdSet (DocIdSet innerSet)
 Constructor.
 
- Properties inherited from Lucene.Net.Search.FilteredDocIdSet
override bool IsCacheable [get]
 This DocIdSet implementation is cacheable if the inner set is cacheable.
 

Detailed Description

Definition at line 53 of file ValueSourceFilter.cs.

Constructor & Destructor Documentation

Lucene.Net.Spatial.Util.ValueSourceFilter.ValueSourceFilteredDocIdSet.ValueSourceFilteredDocIdSet ( DocIdSet  innerSet,
DocValues  values,
ValueSourceFilter  caller 
)

Definition at line 58 of file ValueSourceFilter.cs.

Member Function Documentation

override bool Lucene.Net.Spatial.Util.ValueSourceFilter.ValueSourceFilteredDocIdSet.Match ( int  docid)
virtual

Validation method to determine whether a docid should be in the result set.

Parameters
dociddocid to be tested
Returns
true if input docid should be in the result set, false otherwise.

Implements Lucene.Net.Search.FilteredDocIdSet.

Definition at line 65 of file ValueSourceFilter.cs.


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