JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.atlassian.confluence.internal.search.v2.lucene
Interface ILuceneConnection.ReaderAction
Enclosing interface:
ILuceneConnection
public static interface
ILuceneConnection.ReaderAction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
perform
(org.apache.lucene.index.IndexReader reader)
Perform index reading.
Method Details
perform
Object
perform
(org.apache.lucene.index.IndexReader reader)
throws
IOException
Perform index reading.
Throws:
IOException