org.elasticsearch.index.search.child
Class TopChildrenQuery.ParentDoc

java.lang.Object
  extended by org.elasticsearch.index.search.child.TopChildrenQuery.ParentDoc
Enclosing class:
TopChildrenQuery

public static class TopChildrenQuery.ParentDoc
extends Object


Field Summary
 int count
           
 int docId
           
 float maxScore
           
 float sumScores
           
 
Constructor Summary
TopChildrenQuery.ParentDoc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docId

public int docId

count

public int count

maxScore

public float maxScore

sumScores

public float sumScores
Constructor Detail

TopChildrenQuery.ParentDoc

public TopChildrenQuery.ParentDoc()


Copyright © 2009-2012. All Rights Reserved.