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

Filter that matches all documents where a valuesource is in between a range of min and max inclusive. More...

Inherits Lucene.Net.Search.Filter.

Classes

class  ValueSourceFilteredDocIdSet
 

Public Member Functions

 ValueSourceFilter (Filter startingFilter, ValueSource source, double min, double max)
 
override DocIdSet GetDocIdSet (Index.IndexReader reader)
 
- Public Member Functions inherited from Lucene.Net.Search.Filter
abstract DocIdSet GetDocIdSet (IndexReader reader)
 
 

Public Attributes

readonly double min
 
readonly double max
 

Detailed Description

Filter that matches all documents where a valuesource is in between a range of min and max inclusive.

Definition at line 28 of file ValueSourceFilter.cs.

Constructor & Destructor Documentation

Lucene.Net.Spatial.Util.ValueSourceFilter.ValueSourceFilter ( Filter  startingFilter,
ValueSource  source,
double  min,
double  max 
)

Definition at line 35 of file ValueSourceFilter.cs.

Member Function Documentation

override DocIdSet Lucene.Net.Spatial.Util.ValueSourceFilter.GetDocIdSet ( Index.IndexReader  reader)

Definition at line 47 of file ValueSourceFilter.cs.

Member Data Documentation

readonly double Lucene.Net.Spatial.Util.ValueSourceFilter.max

Definition at line 33 of file ValueSourceFilter.cs.

readonly double Lucene.Net.Spatial.Util.ValueSourceFilter.min

Definition at line 32 of file ValueSourceFilter.cs.


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