AnnotatedWith |
Query for Search which uses an example Annotation
instance as the basis for comparison.
|
Complement |
Complement SearchAction which combines two other search actions into
one logical unit, e.g.
|
FullText |
Search based on Lucene's Query class.
|
HqlQuery |
Delegate to IQuery.findAllByQuery(String, Parameters) .
|
IndexWatcher |
The index watcher writes REINDEX entries to the event log and waits for the indexing thread to process them.
|
Intersection |
Intersection SearchAction which combines two other search actions
into one logical unit, e.g.
|
SearchAction |
Serializable action used by SearchBean to generate results lazily.
|
SearchValues |
|
SimilarTerms |
Search to find similar terms to some given terms.
|
SomeMustNone |
FullText subclass which
parses 3 arrays of strings into
into a single Lucene query.
|
TagsAndGroups |
Query template used by SearchBean to store user requests.
|
Union |
Union SearchAction which combines two other search actions into one
logical unit, e.g.
|