Interface TermsSetQueryScript.LeafFactory

Enclosing class:
TermsSetQueryScript

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

    Modifier and Type Method Description
    TermsSetQueryScript newInstance​(org.apache.lucene.index.LeafReaderContext ctx)  
  • Method Details

    • newInstance

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