Interface WordScorer.WordScorerFactory

Enclosing class:
WordScorer

public static interface WordScorer.WordScorerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    newScorer(org.apache.lucene.index.IndexReader reader, org.apache.lucene.index.Terms terms, String field, double realWordLikelihood, org.apache.lucene.util.BytesRef separator)
     
  • Method Details

    • newScorer

      WordScorer newScorer(org.apache.lucene.index.IndexReader reader, org.apache.lucene.index.Terms terms, String field, double realWordLikelihood, org.apache.lucene.util.BytesRef separator) throws IOException
      Throws:
      IOException