Interface FilterScript.LeafFactory

Enclosing class:
FilterScript

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

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

    • newInstance

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