|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchQuery
A query to be performed against the search index. Implementations should be immutable.
Queries consist of a key (a unique string, usually a plugin module complete key, to identify the type of query being performed) and a list of parameters which may either be strings, or other instances of SearchQuery.
| Method Summary | |
|---|---|
java.lang.String |
getKey()
|
java.util.List |
getParameters()
List of parameters as Strings or SearchQuerys. |
| Method Detail |
|---|
java.lang.String getKey()
java.util.List getParameters()
Strings or SearchQuerys.
Strings or SearchQuerys.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||