org.apache.lucene.index
Class MergeState.DocMap

java.lang.Object
  extended by org.apache.lucene.index.MergeState.DocMap
Enclosing class:
MergeState

public abstract static class MergeState.DocMap
extends Object


Constructor Summary
protected MergeState.DocMap(Bits liveDocs)
           
 
Method Summary
static MergeState.DocMap build(AtomicReader reader)
           
 int get(int docId)
           
 boolean hasDeletions()
           
abstract  int maxDoc()
           
abstract  int numDeletedDocs()
           
 int numDocs()
           
abstract  int remap(int docId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeState.DocMap

protected MergeState.DocMap(Bits liveDocs)
Method Detail

build

public static MergeState.DocMap build(AtomicReader reader)

get

public int get(int docId)

remap

public abstract int remap(int docId)

maxDoc

public abstract int maxDoc()

numDocs

public final int numDocs()

numDeletedDocs

public abstract int numDeletedDocs()

hasDeletions

public boolean hasDeletions()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.