public class ConcordanceFuzzyScorer
extends org.apache.lucene.search.Scorer
| Constructor and Description |
|---|
ConcordanceFuzzyScorer(float threshold,
org.apache.lucene.search.Similarity similarity,
List<org.apache.lucene.index.Term> terms,
org.apache.lucene.index.TermPositions[] termPositions,
org.apache.lucene.index.MultipleTermPositions multiTermPositions,
org.apache.lucene.index.IndexReader reader) |
public ConcordanceFuzzyScorer(float threshold,
org.apache.lucene.search.Similarity similarity,
List<org.apache.lucene.index.Term> terms,
org.apache.lucene.index.TermPositions[] termPositions,
org.apache.lucene.index.MultipleTermPositions multiTermPositions,
org.apache.lucene.index.IndexReader reader)
throws IOException
IOExceptionpublic float score()
throws IOException
score in class org.apache.lucene.search.ScorerIOExceptionpublic int advance(int target)
throws IOException
advance in class org.apache.lucene.search.DocIdSetIteratorIOExceptionpublic int docID()
docID in class org.apache.lucene.search.DocIdSetIteratorpublic int nextDoc()
throws IOException
nextDoc in class org.apache.lucene.search.DocIdSetIteratorIOExceptionCopyright © 2019. All rights reserved.