Uses of Interface
org.elasticsearch.search.SearchHit

Packages that use SearchHit
org.elasticsearch.search   
org.elasticsearch.search.internal   
 

Uses of SearchHit in org.elasticsearch.search
 

Methods in org.elasticsearch.search that return SearchHit
 SearchHit SearchHits.getAt(int position)
          Return the hit as the provided position.
 SearchHit[] SearchHits.getHits()
          The hits of the search request (based on the search type, and from / size provided).
 SearchHit[] SearchHits.hits()
          The hits of the search request (based on the search type, and from / size provided).
 

Uses of SearchHit in org.elasticsearch.search.internal
 

Classes in org.elasticsearch.search.internal that implement SearchHit
 class InternalSearchHit
           
 

Methods in org.elasticsearch.search.internal that return SearchHit
 SearchHit InternalSearchHits.getAt(int position)
           
 SearchHit[] InternalSearchHits.getHits()
           
 SearchHit[] InternalSearchHits.hits()
           
 

Methods in org.elasticsearch.search.internal that return types with arguments of type SearchHit
 Iterator<SearchHit> InternalSearchHits.iterator()
           
 



Copyright © 2009-2012. All Rights Reserved.