eu.xenit.apix.search.ISearchService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
package eu.xenit.apix.search;
/**
* Service used for executing search queries.
*/
public interface ISearchService {
/**
* Execute a given query.
*
* @param postQuery The query that is executed.
* @return The results of the search query.
*/
SearchQueryResult query(SearchQuery postQuery);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy