public abstract static class MergeState.DocMap extends Object
Modifier and Type | Method and Description |
---|---|
static MergeState.DocMap |
build(AtomicReader reader)
Creates a
MergeState.DocMap instance appropriate for
this reader. |
abstract int |
get(int docID)
Returns the mapped docID corresponding to the provided one.
|
boolean |
hasDeletions()
Returns true if there are any deletions.
|
abstract int |
maxDoc()
Returns the total number of documents, ignoring
deletions.
|
abstract int |
numDeletedDocs()
Returns the number of deleted documents.
|
int |
numDocs()
Returns the number of not-deleted documents.
|
public abstract int get(int docID)
public abstract int maxDoc()
public final int numDocs()
public abstract int numDeletedDocs()
public boolean hasDeletions()
public static MergeState.DocMap build(AtomicReader reader)
MergeState.DocMap
instance appropriate for
this reader.Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.