Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
List of all members
Lucene.Net.Search.ExactPhraseScorer Class Reference

Inherits Lucene.Net.Search.PhraseScorer.

Additional Inherited Members

- Public Member Functions inherited from Lucene.Net.Search.PhraseScorer
override int DocID ()
 Returns the following:


 
override int NextDoc ()
 Advances to the next document in the set and returns the doc it is currently on, or NO_MORE_DOCS if there are no more docs in the set.

 
override float Score ()
 Returns the score of the current document matching the query. Initially invalid, until DocIdSetIterator.NextDoc() or DocIdSetIterator.Advance(int) is called the first time, or when called from within Collector.Collect(int).
 
override int Advance (int target)
 Advances to the first beyond the current whose document number is greater than or equal to target. Returns the current document number or NO_MORE_DOCS if there are no more docs in the set. Behaves as if written:
 
float CurrentFreq ()
 Phrase frequency in current doc as computed by PhraseFreq()
 
override System.String ToString ()
 
- Static Public Attributes inherited from Lucene.Net.Search.DocIdSetIterator
static readonly int NO_MORE_DOCS = System.Int32.MaxValue
 When returned by NextDoc(), Advance(int) and DocID() it means there are no more docs in the iterator.
 
- Properties inherited from Lucene.Net.Search.Scorer
virtual Similarity Similarity [get]
 Returns the Similarity implementation used by this scorer.
 

Detailed Description

Definition at line 25 of file ExactPhraseScorer.cs.


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