com.atlassian.bamboo.index
Interface IndexSearcherTask<T>

Type Parameters:
T -

public interface IndexSearcherTask<T>

Provide tha ability to run arbitrary/flexible searches on an index


Method Summary
 List<T> withLuceneSearcher(org.apache.lucene.search.IndexSearcher searcher)
           
 

Method Detail

withLuceneSearcher

List<T> withLuceneSearcher(org.apache.lucene.search.IndexSearcher searcher)
                           throws IOException
Throws:
IOException


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.