| CreationEvent |
A representation of a notification a web searchable object has been created.
|
| DeletionEvent |
A representation of a notification that a websearchable has been deleted.
|
| GlobalRepository |
A representation of an object that knows how to index global objects, and also how to respond
to changes to those objects.
|
| MassTaggingEvent |
A representation of a notification that multiple tags have been added to a profile, and that
we do not (indeed cannot) know what they all are.
|
| OriginatingEvent |
A representation of a notification that something has happened that originated at a particular
web searchable object.
|
| PropertyChangeEvent |
A representation of a notification that a property of a web searchable has changed.
|
| Scope |
Scope constants.
|
| SearchFilterEngine |
Class filtering web searchables according to the associated tags.
|
| SearchRepository |
The base class for search repositories.
|
| SearchResult |
A single item in a set or returned results formed by searching the web-searchable indices with
Lucene.
|
| SearchResults |
Representations of Lucene search results over the web-searchable data of the user-profile and
the mechanisms for generating a set of such results.
|
| SearchTarget |
An object for encapsulating the scope and type of object requested from a Lucene search
of the user profile web searchable items.
|
| TagFilter |
Class for filtering web-searchables based on their tags.
|
| TaggingEvent |
A representation of a notification that a tag has been changed on a web-searchable item.
|
| UserRepository |
A repository for searching the searchable items of a single user.
|