Uses of Class
com.broadleafcommerce.search.api.SearchIndexException
-
Packages that use SearchIndexException Package Description com.broadleafcommerce.search.provider -
-
Uses of SearchIndexException in com.broadleafcommerce.search.provider
Methods in com.broadleafcommerce.search.provider that throw SearchIndexException Modifier and Type Method Description voidReindexProvider. deleteByField(String fieldName, String fieldValue, int commitWithinMillis, String... indexNames)Perform a delete operation, deleting by a field name and value.voidReindexProvider. write(D document, String... indexNames)Writes a document or record to one or more indices.voidReindexProvider. write(List<D> documents, String... indexNames)Writes a batch of documents to one or more indices.
-