Uses of Class
com.broadleafcommerce.search.api.SearchIndexException
Packages that use SearchIndexException
-
Uses of SearchIndexException in com.broadleafcommerce.search.provider
Methods in com.broadleafcommerce.search.provider that throw SearchIndexExceptionModifier and TypeMethodDescriptionvoidReindexProvider.deleteByField(String fieldName, String fieldValue, int commitWithinMillis, String... indexNames) Perform a delete operation, deleting by a field name and value.voidReindexProvider.deleteByQuery(String query, int commitWithinMillis, String... indexes) Executes a single, bulk delete-by-query request against the specified collections.voidWrites a document or record to one or more indices.voidWrites a batch of documents to one or more indices.