org.infinispan.query.clustered
Class ClusteredFieldDoc
java.lang.Object
org.apache.lucene.search.ScoreDoc
org.apache.lucene.search.FieldDoc
org.infinispan.query.clustered.ClusteredFieldDoc
- All Implemented Interfaces:
- Serializable, ClusteredDoc
public class ClusteredFieldDoc
- extends org.apache.lucene.search.FieldDoc
- implements ClusteredDoc
ClusteredFIeldDoc.
A FieldDoc with UUID of node who has the doc.
- Since:
- 5.1
- Author:
- Israel Lacerra
- See Also:
- Serialized Form
Fields inherited from class org.apache.lucene.search.FieldDoc |
fields |
Fields inherited from class org.apache.lucene.search.ScoreDoc |
doc, score, shardIndex |
Constructor Summary |
ClusteredFieldDoc(org.apache.lucene.search.FieldDoc scoreDoc,
UUID nodeUuid,
int index)
|
Methods inherited from class org.apache.lucene.search.FieldDoc |
toString |
ClusteredFieldDoc
public ClusteredFieldDoc(org.apache.lucene.search.FieldDoc scoreDoc,
UUID nodeUuid,
int index)
getNodeUuid
public UUID getNodeUuid()
- Specified by:
getNodeUuid
in interface ClusteredDoc
getIndex
public int getIndex()
- Specified by:
getIndex
in interface ClusteredDoc
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.