Interface IObjectsSearch
public interface IObjectsSearch
Access point for the interfaces used to search and count persistent objects in various secondary data sources.
- Since:
- 3.19.3
-
Method Summary
Modifier and TypeMethodDescriptiondatabase()Returns an instance of theIDatabaseSearchthat provides methods for searching and counting the persistent objects in the database.index()Returns a builder that provides the methods to configure and execute index searches.
-
Method Details
-
database
Returns an instance of theIDatabaseSearchthat provides methods for searching and counting the persistent objects in the database.- Returns:
- An instance of
IDatabaseSearch.
-
index
Returns a builder that provides the methods to configure and execute index searches.- Since:
- 3.23.4
-