|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQuery
Wrapper for query. Use an ISearch to actually execute the query after initialization. Not a great abstraction, but I'm not sure what other queries will look like.
| Method Summary | |
|---|---|
void |
initialize(java.util.Properties properties)
Sets up the query. |
void |
initialize(java.lang.String queryStr)
Sets up the query. |
void |
initialize(java.lang.String field,
java.lang.String text)
Sets up the query. |
| Method Detail |
|---|
void initialize(java.util.Properties properties)
throws IndexerException
properties - configuration for this query
IndexerException
void initialize(java.lang.String queryStr)
throws IndexerException
queryStr - raw query string to be passed through
IndexerException
void initialize(java.lang.String field,
java.lang.String text)
throws IndexerException
field - field in which to look for texttext - text to look for
IndexerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||