org.crosswire.jsword.index.query
Interface Query

All Known Subinterfaces:
BinaryQuery
All Known Implementing Classes:
AbstractBinaryQuery, AbstractQuery, AndNotQuery, AndQuery, BaseQuery, BlurQuery, NullQuery, OrQuery, RangeQuery

public interface Query

The search.Searcher uses a Query to calculate a search result.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Method Summary
 Key find(Index index)
           
 

Method Detail

find

Key find(Index index)
         throws BookException
Throws:
BookException

Copyright ยจ 2003-2007