All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.xenit.apix.search.ISearchService Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
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