Interface ScoreScript.LeafFactory

  • Enclosing class:
    ScoreScript

    public static interface ScoreScript.LeafFactory
    A factory to construct ScoreScript instances.
    • Method Summary

      Modifier and Type Method Description
      boolean needs_score()
      Return true if the script needs _score calculated, or false otherwise.
      ScoreScript newInstance​(org.apache.lucene.index.LeafReaderContext ctx)  
    • Method Detail

      • needs_score

        boolean needs_score()
        Return true if the script needs _score calculated, or false otherwise.
      • newInstance

        ScoreScript newInstance​(org.apache.lucene.index.LeafReaderContext ctx)
                         throws java.io.IOException
        Throws:
        java.io.IOException