org.jboss.seam.wiki.core.search.metamodel |
|
Java Source File Name | Type | Comment |
SearchableEntity.java | Class | Meta-information about a particular entity that can be searched. |
SearchableEntityHandler.java | Class | Superclass of a search handler for a particular searchable entity.
Extend this class to complete the search functionality for a particular entity, in
addition to placing @Searchable annotations on it. |
SearchableProperty.java | Class | Meta-information about a logical searchable property. |
SearchablePropertyComposite.java | Class | A logical searchable property that is a composite of several indexed fields. |
SearchablePropertySingle.java | Class | A logical searchable property of a single indexed field. |
SearchRegistry.java | Class | Runs on startup and reads all @Searchable entities. |
SearchSupport.java | Class | Superclass for search support, extend it to add search options to the wiki.
Extend this class and return SearchableEntityHandler instances for each
entity you want to be able to search in the user interface. |