Interface QuickSearchDocument
- All Known Implementing Classes:
QuickSearchDocumentImpl
public interface QuickSearchDocument
A document representing an entity that can be indexed in lucene and searched via quick search.
Ensure to jsonate all properties required for rendering on the implementing class.
-
Field Summary
-
Method Summary
-
Field Details
-
SEARCH_FIELD
- See Also:
-
-
Method Details
-
getType
QuickSearchDocumentFactory.Type getType()- Returns:
- string representation of the type of entity the document represents
-
getId
long getId()- Returns:
- Id of the entity
-
getEntity
-