Package org.cyclos.impl.search
-
Interface Summary Interface Description AdSearchHandler Handler for searching advertisementsContactSearchHandler Handler for searching contactsEntitySearchHandler<E extends NetworkedEntity,Q extends QueryParameters,R> Interface for searching over a specific entityInstallmentSearchHandler Interface for searching installmentsRecordSearchHandler Handler for searching recordsRemovableEntitySearchHandler<E extends NetworkedEntity,Q extends QueryParameters,R> Handler for entities which can be removedSearchHandler Handler used to perform [full-text / geo-distance] searches, as well as eventually handling indexing on entities.TransactionSearchHandler Interface for searching transactionsTransferSearchHandler Interface for searching transfersUserSearchHandler Interface for searching users -
Class Summary Class Description AdSearchHandlerFactoryBean A component which registers theAdSearchHandleron the application contextContactSearchHandlerFactoryBean A component which registers theContactSearchHandleron the application contextDbSearchHandlerImpl A search handler that delegates all searches to the native query handlerIndexEntitiesBackgroundTask Index a batch of entitiesInstallmentSearchHandlerFactoryBean A component which registers theInstallmentSearchHandleron the application contextRecordCountResult Result for a count of records for a given typeRecordSearchHandlerFactoryBean A component which registers theRecordSearchHandleron the application contextSearchHandlerFactoryBean A component which registers theSearchHandleron the application contextTransactionSearchHandlerFactoryBean A component which registers theTransactionSearchHandleron the application contextTransferSearchHandlerFactoryBean A component which registers theTransferSearchHandleron the application contextUserSearchHandlerFactoryBean A component which registers theUserSearchHandleron the application context