Uses of Class
com.broadleafcommerce.search.api.SearchException
-
Packages that use SearchException Package Description com.broadleafcommerce.search.provider -
-
Uses of SearchException in com.broadleafcommerce.search.provider
Methods in com.broadleafcommerce.search.provider that throw SearchException Modifier and Type Method Description R
SearchProvider. search(Q query, IndexableType indexableType)
Execute a search for the provided requested implementation-specific query and type.R
SearchProvider. search(Q query, String collection)
Execute a search for the provided requested implementation-specific query and the collection.
-