Package org.fcrepo.search.api
-
Interface Summary Interface Description SearchIndex An interface defining search index management operations -
Class Summary Class Description Condition A data structure representing a search condition.PaginationInfo A data structure representing the pagination information associated with aSearchResult
SearchParameters A pojo encapsulating the parameters of a searchSearchResult This class holds the search result data for a single page. -
Enum Summary Enum Description Condition.Field Condition.Operator -
Exception Summary Exception Description InvalidConditionExpressionException An exception that indicates that the syntax of the condition expression is invalid and therefore cannot be parsed.InvalidQueryException An exception that the set of parameters defining the search query is invalid and therefore cannot be processed.