org.elasticsearch.common.lucene.search
Class LimitFilter.LimitDocSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by org.elasticsearch.common.lucene.docset.DocSet
          extended by org.elasticsearch.common.lucene.docset.GetDocSet
              extended by org.elasticsearch.common.lucene.search.LimitFilter.LimitDocSet
All Implemented Interfaces:
org.apache.lucene.util.Bits
Enclosing class:
LimitFilter

public class LimitFilter.LimitDocSet
extends GetDocSet


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.lucene.util.Bits
org.apache.lucene.util.Bits.MatchAllBits, org.apache.lucene.util.Bits.MatchNoBits
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.lucene.docset.DocSet
EMPTY_DOC_SET
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Fields inherited from interface org.apache.lucene.util.Bits
EMPTY_ARRAY
 
Constructor Summary
LimitFilter.LimitDocSet(int maxDoc, int limit)
           
 
Method Summary
 boolean get(int doc)
           
 
Methods inherited from class org.elasticsearch.common.lucene.docset.GetDocSet
iterator, length, sizeInBytes
 
Methods inherited from class org.apache.lucene.search.DocIdSet
isCacheable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LimitFilter.LimitDocSet

public LimitFilter.LimitDocSet(int maxDoc,
                               int limit)
Method Detail

get

public boolean get(int doc)
Specified by:
get in interface org.apache.lucene.util.Bits
Specified by:
get in class DocSet


Copyright © 2009-2012. All Rights Reserved.