|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleLuceneQuery
The interface of a query bean.
This component defines an interface for searching. The idea is to abstract the process of searching into a Bean to be manipulated by CForms.
| Field Summary | |
|---|---|
static String |
AND_BOOL
The AND_BOOL name of this bean. |
static String |
OR_BOOL
The OR_BOOL name of this bean. |
| Method Summary | |
|---|---|
List |
search(LuceneCocoonSearcher searcher)
Gets the Bean to perform it's query The searcher specifies which LuceneCocoonSearcher to use for this search It needs to have been initialised properly before use |
| Field Detail |
|---|
static final String AND_BOOL
The value representing a Boolean AND operation.
ie. and
static final String OR_BOOL
The value representing a Boolean OR operation.
ie. or
| Method Detail |
|---|
List search(LuceneCocoonSearcher searcher)
throws IOException,
ProcessingException
The searcher specifies which LuceneCocoonSearcher to use for this search It needs to have been initialised properly before use
searcher - The LuceneCocoonSearcher to use for this search
ProcessingException - thrown by the searcher
IOException - thrown when the searcher's directory cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||