Interface ILuceneConnection.ReaderAction

Enclosing interface:
ILuceneConnection

public static interface ILuceneConnection.ReaderAction
  • Method Summary

    Modifier and Type
    Method
    Description
    perform(org.apache.lucene.index.IndexReader reader)
    Perform index reading.
  • Method Details