org.infinispan.query.clustered
Class ISPNEagerTopDocs
java.lang.Object
org.apache.lucene.search.TopDocs
org.infinispan.query.clustered.ISPNEagerTopDocs
- All Implemented Interfaces:
- Serializable
public class ISPNEagerTopDocs
- extends org.apache.lucene.search.TopDocs
ISPNEagerTopDocs.
A TopDocs with an array with keys of each result.
- Since:
- 5.1
- Author:
- Israel Lacerra
- See Also:
- Serialized Form
Fields inherited from class org.apache.lucene.search.TopDocs |
scoreDocs, totalHits |
Methods inherited from class org.apache.lucene.search.TopDocs |
getMaxScore, merge, setMaxScore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
public Object[] keys
ISPNEagerTopDocs
public ISPNEagerTopDocs(org.apache.lucene.search.TopDocs topDocs,
Object[] keys)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.