Interface ILuceneConnection.WriterAction

Enclosing interface:
ILuceneConnection

public static interface ILuceneConnection.WriterAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(org.apache.lucene.index.IndexWriter writer)
    Perform index writing.
  • Method Details

    • perform

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