|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.sorter.Sorter.DocMap
public abstract static class Sorter.DocMap
A permutation of doc IDs. For every document ID between 0 and
IndexReader.maxDoc(), oldToNew(newToOld(docID)) must
return docID.
| Constructor Summary | |
|---|---|
Sorter.DocMap()
|
|
| Method Summary | |
|---|---|
abstract int |
newToOld(int docID)
Given the ordinal of a doc ID, return its doc ID in the original index. |
abstract int |
oldToNew(int docID)
Given a doc ID from the original index, return its ordinal in the sorted index. |
abstract int |
size()
Return the number of documents in this map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sorter.DocMap()
| Method Detail |
|---|
public abstract int oldToNew(int docID)
public abstract int newToOld(int docID)
public abstract int size()
number of documents of the
AtomicReader which is sorted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||