Uses of Class
org.apache.lucene.luke.models.search.SearchResults
-
Packages that use SearchResults Package Description org.apache.lucene.luke.models.search Models and APIs for the Search tab -
-
Uses of SearchResults in org.apache.lucene.luke.models.search
Methods in org.apache.lucene.luke.models.search that return SearchResults Modifier and Type Method Description SearchResultsSearch. search(Query query, SimilarityConfig simConfig, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)Searches this index by the query with given configurations.SearchResultsSearch. search(Query query, SimilarityConfig simConfig, Sort sort, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)Searches this index by the query with given sort criteria and configurations.SearchResultsSearchImpl. search(Query query, SimilarityConfig simConfig, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)SearchResultsSearchImpl. search(Query query, SimilarityConfig simConfig, Sort sort, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)Methods in org.apache.lucene.luke.models.search that return types with arguments of type SearchResults Modifier and Type Method Description Optional<SearchResults>Search. nextPage()Returns the next page for the current query.Optional<SearchResults>SearchImpl. nextPage()Optional<SearchResults>Search. prevPage()Returns the previous page for the current query.Optional<SearchResults>SearchImpl. prevPage()
-