Uses of Class
org.nuxeo.ecm.core.search.SearchHit
Packages that use SearchHit
Package
Description
-
Uses of SearchHit in org.nuxeo.ecm.core.search
Fields in org.nuxeo.ecm.core.search with type parameters of type SearchHitMethods in org.nuxeo.ecm.core.search that return SearchHitMethods in org.nuxeo.ecm.core.search that return types with arguments of type SearchHitModifier and TypeMethodDescriptionSearchResponse.getHits()
Returns the search hits.SearchResponseImpl.getHits()
Method parameters in org.nuxeo.ecm.core.search with type arguments of type SearchHitConstructor parameters in org.nuxeo.ecm.core.search with type arguments of type SearchHit -
Uses of SearchHit in org.nuxeo.ecm.core.search.client.opensearch1
Methods in org.nuxeo.ecm.core.search.client.opensearch1 that return types with arguments of type SearchHitModifier and TypeMethodDescriptionOpenSearchResponseTransformer.makeSearchHits
(SearchQuery searchQuery, org.opensearch.search.SearchHits osHits) -
Uses of SearchHit in org.nuxeo.ecm.core.search.client.repository
Methods in org.nuxeo.ecm.core.search.client.repository that return types with arguments of type SearchHitModifier and TypeMethodDescriptionRepositorySearchClient.makeSearchHits
(SearchIndex searchIndex, ScrollResult<String> repositoryScrollResponse) RepositorySearchResponseTransformer.makeSearchHits
(SearchQuery searchQuery, PartialList<Map<String, Serializable>> projections)