|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.lucene.docset.DocSets
public class DocSets
Method Summary | |
---|---|
static DocSet |
cacheable(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.DocIdSet docIdSet)
Returns a cacheable version of the doc id set (might be the same instance provided as a parameter). |
static DocSet |
convert(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.DocIdSet docIdSet)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DocSet convert(org.apache.lucene.index.IndexReader reader, org.apache.lucene.search.DocIdSet docIdSet) throws java.io.IOException
java.io.IOException
public static DocSet cacheable(org.apache.lucene.index.IndexReader reader, org.apache.lucene.search.DocIdSet docIdSet) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |