Uses of Class
org.exoplatform.commons.api.indexing.data.SearchEntryId
Packages that use SearchEntryId
Package
Description
Provides the API that connectors might implement for indexing business.
Provides the classes that defines pattern structures of data entry.
-
Uses of SearchEntryId in org.exoplatform.commons.api.indexing
Methods in org.exoplatform.commons.api.indexing with parameters of type SearchEntryIdModifier and TypeMethodDescriptionabstract voidIndexingService.delete(SearchEntryId id) Deletes a search entry by its Id.abstract voidIndexingService.update(SearchEntryId id, Map<String, Object> changes) Updates a search entry. -
Uses of SearchEntryId in org.exoplatform.commons.api.indexing.data
Fields in org.exoplatform.commons.api.indexing.data declared as SearchEntryIdMethods in org.exoplatform.commons.api.indexing.data that return SearchEntryIdMethods in org.exoplatform.commons.api.indexing.data with parameters of type SearchEntryId