Interface Indexable
- All Known Subinterfaces:
Product,ProductBundle,Sku
- All Known Implementing Classes:
ProductBundleImpl,ProductImpl,SkuImpl
public interface Indexable
Mainly a marker interface denoting that the entity should be indexed for search
- Author:
- Phillip Verheyden (phillipuniverse)
-
Method Details
-
getId
Long getId()The primary key for this indexable item that gets stored in the search index -
getFieldEntityType
FieldEntity getFieldEntityType()Which type ofFieldshould be queried for when looking up database-driven search fields to store in the search index
-