Interface WordScorer.WordScorerFactory
-
- Enclosing class:
- WordScorer
public static interface WordScorer.WordScorerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WordScorernewScorer(IndexReader reader, Terms terms, String field, double realWordLikelihood, BytesRef separator)
-
-
-
Method Detail
-
newScorer
WordScorer newScorer(IndexReader reader, Terms terms, String field, double realWordLikelihood, BytesRef separator) throws IOException
- Throws:
IOException
-
-