Interface FieldScript.LeafFactory

Enclosing class:
FieldScript

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

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

    • newInstance

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