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 | List of all members
Lucene.Net.Spatial.BBox.BBoxSimilarityValueSource Class Reference

Inherits Lucene.Net.Search.Function.ValueSource.

Public Member Functions

 BBoxSimilarityValueSource (BBoxStrategy strategy, BBoxSimilarity similarity)
 
override DocValues GetValues (IndexReader reader)
 Return the DocValues used by the function query.
 
override string Description ()
 description of field, used in explain()
 
override bool Equals (object o)
 
override int GetHashCode ()
 Needed for possible caching of query results - used by ValueSourceQuery.GetHashCode().
 
- Public Member Functions inherited from Lucene.Net.Search.Function.ValueSource
override System.String ToString ()
 
abstract override bool Equals (System.Object o)
 Needed for possible caching of query results - used by ValueSourceQuery.Equals(Object).
 

Detailed Description

Definition at line 27 of file BBoxSimilarityValueSource.cs.

Constructor & Destructor Documentation

Lucene.Net.Spatial.BBox.BBoxSimilarityValueSource.BBoxSimilarityValueSource ( BBoxStrategy  strategy,
BBoxSimilarity  similarity 
)

Definition at line 32 of file BBoxSimilarityValueSource.cs.

Member Function Documentation

override string Lucene.Net.Spatial.BBox.BBoxSimilarityValueSource.Description ( )
virtual

description of field, used in explain()

Implements Lucene.Net.Search.Function.ValueSource.

Definition at line 105 of file BBoxSimilarityValueSource.cs.

override bool Lucene.Net.Spatial.BBox.BBoxSimilarityValueSource.Equals ( object  o)

Definition at line 110 of file BBoxSimilarityValueSource.cs.

override int Lucene.Net.Spatial.BBox.BBoxSimilarityValueSource.GetHashCode ( )
virtual

Needed for possible caching of query results - used by ValueSourceQuery.GetHashCode().

See Also
Object.GetHashCode()

Implements Lucene.Net.Search.Function.ValueSource.

Definition at line 117 of file BBoxSimilarityValueSource.cs.

override DocValues Lucene.Net.Spatial.BBox.BBoxSimilarityValueSource.GetValues ( IndexReader  reader)
virtual

Return the DocValues used by the function query.

Parameters
readerthe IndexReader used to read these values. If any caching is involved, that caching would also be IndexReader based.

<throws> IOException for any error. </throws>

Implements Lucene.Net.Search.Function.ValueSource.

Definition at line 100 of file BBoxSimilarityValueSource.cs.


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