Interface WordScorer.WordScorerFactory

  • Enclosing class:
    WordScorer

    public static interface WordScorer.WordScorerFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      WordScorer newScorer​(org.apache.lucene.index.IndexReader reader, org.apache.lucene.index.Terms terms, java.lang.String field, double realWordLikelyhood, 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 realWordLikelyhood,
                             org.apache.lucene.util.BytesRef separator)
                      throws java.io.IOException
        Throws:
        java.io.IOException