Interface ILuceneConnection.WriterAction

  • Enclosing interface:
    ILuceneConnection

    public static interface ILuceneConnection.WriterAction
    • Method Detail

      • perform

        void perform​(org.apache.lucene.index.IndexWriter writer)
              throws IOException
        Perform index writing.
        Throws:
        IOException