|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchFilter
A filter to be performed against the search index during search time (not post results). Implementations should be immutable.
Search filters consist of a key (a unique string, usually a plugin module complete key, to identify the type of search filter being performed).
| Method Summary | |
|---|---|
SearchFilter |
and(SearchFilter other)
Combines this filter with the one specified, returning a new filter. |
String |
getKey()
|
SearchFilter |
or(SearchFilter other)
Combines this filter with the one specified, returning a new filter. |
| Method Detail |
|---|
String getKey()
SearchFilter and(SearchFilter other)
other - the other filter.
SearchFilter or(SearchFilter other)
other - the other filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||