All Classes and Interfaces

Class
Description
Adapter from SearchParamMatcher to our authorization version.
 
 
 
In DSTU3, the near-distance search parameter is separate from near.
This class fully and unabashedly stolen from Hibernate search 5.11.4 FINAL's implementation as it was stripped in HS6
 
 
 
 
Registered IResourceChangeListener instances are called with this event to provide them with a list of ids of resources that match the search parameters and that changed from the last time they were checked.
To be notified of resource changes in the repository, implement this interface and register your instance with IResourceChangeListenerRegistry.
This is a handle to the cache created by IResourceChangeListenerRegistry when a listener is registered.
This is an internal service and is not intended to be used outside this package.
This component holds an in-memory list of all registered IResourceChangeListener instances along with their caches and other details needed to maintain those caches.
 
This interface is used by the IResourceChangeListenerCacheRefresher to read resources matching the provided search parameter map in the repository and compare them to caches stored in the IResourceChangeListenerRegistry.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This is a model class used as a parameter for the interceptor pointcut Pointcut.STORAGE_PARTITION_IDENTIFY_READ.
An immutable list of resource ids that have been changed, updated, or deleted.
 
 
This service refreshes the IResourceChangeListenerCache caches and notifies their listener when those caches change.
 
This component holds an in-memory list of all registered IResourceChangeListener instances along with their caches and other details needed to maintain those caches.
This interceptor watches all resource changes on the server and compares them to the IResourceChangeListenerCache entries.
An immutable object containing the count of resource creates, updates and deletes detected by a cache refresh operation.
Intermediate holder for indexing composite search parameters.
Nested holder of index data for a single component of a composite SP.
 
 
 
A resource type along with a search parameter map and partition id.
This maintains a mapping of resource id to resource version.
This immutable map holds a copy of current resource versions read from the repository.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Model of the _source parameter
Utility class that works with the commons-text StringTokenizer class to return tokens that are whitespace trimmed.