Interface WordScorer.WordScorerFactory

  • Enclosing class:
    WordScorer

    public static interface WordScorer.WordScorerFactory
    • Method Summary

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

      • newScorer

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