Uses of Class
org.exoplatform.commons.api.indexing.data.SearchEntry
-
Packages that use SearchEntry Package Description org.exoplatform.commons.api.indexing Provides the API that connectors might implement for indexing business.org.exoplatform.commons.api.indexing.data Provides the classes that defines pattern structures of data entry. -
-
Uses of SearchEntry in org.exoplatform.commons.api.indexing
Methods in org.exoplatform.commons.api.indexing with parameters of type SearchEntry Modifier and Type Method Description abstract voidIndexingService. add(SearchEntry searchEntry)Adds a search entry. -
Uses of SearchEntry in org.exoplatform.commons.api.indexing.data
Subclasses of SearchEntry in org.exoplatform.commons.api.indexing.data Modifier and Type Class Description classSimpleEntryThe class defines a simple entryclassStandardEntryThe class defines standard entry
-