interface TaackSearchService.IIndexService
Service interface allowing an application module to index its domain. Returned entities will be indexed as specified via registerSolrSpecifier(taack.domain.TaackSearchService.IIndexService, taack.solr.SolrSpecifier)
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.util.List<? extends org.grails.datastore.gorm.GormEntity> |
indexThose(java.lang.Class<? extends org.grails.datastore.gorm.GormEntity> toIndex) |