|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.IndexReader
org.apache.lucene.index.AtomicReader
org.apache.lucene.index.FilterAtomicReader
org.apache.lucene.index.AssertingAtomicReader
public class AssertingAtomicReader
A FilterAtomicReader that can be used to apply
additional checks for tests.
| Nested Class Summary | |
|---|---|
static class |
AssertingAtomicReader.AssertingBinaryDocValues
Wraps a BinaryDocValues but with additional asserts |
static class |
AssertingAtomicReader.AssertingDocsEnum
Wraps a docsenum with additional checks |
static class |
AssertingAtomicReader.AssertingFields
Wraps a Fields but with additional asserts |
static class |
AssertingAtomicReader.AssertingNumericDocValues
Wraps a NumericDocValues but with additional asserts |
static class |
AssertingAtomicReader.AssertingSortedDocValues
Wraps a SortedDocValues but with additional asserts |
static class |
AssertingAtomicReader.AssertingSortedSetDocValues
Wraps a SortedSetDocValues but with additional asserts |
static class |
AssertingAtomicReader.AssertingTerms
Wraps a Terms but with additional asserts |
| Nested classes/interfaces inherited from class org.apache.lucene.index.FilterAtomicReader |
|---|
FilterAtomicReader.FilterDocsAndPositionsEnum, FilterAtomicReader.FilterDocsEnum, FilterAtomicReader.FilterFields, FilterAtomicReader.FilterTerms, FilterAtomicReader.FilterTermsEnum |
| Nested classes/interfaces inherited from class org.apache.lucene.index.IndexReader |
|---|
IndexReader.ReaderClosedListener |
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.index.FilterAtomicReader |
|---|
in |
| Constructor Summary | |
|---|---|
AssertingAtomicReader(AtomicReader in)
|
|
| Method Summary | |
|---|---|
Fields |
fields()
|
BinaryDocValues |
getBinaryDocValues(String field)
|
Object |
getCombinedCoreAndDeletesKey()
|
Object |
getCoreCacheKey()
|
NumericDocValues |
getNormValues(String field)
|
NumericDocValues |
getNumericDocValues(String field)
|
SortedDocValues |
getSortedDocValues(String field)
|
SortedSetDocValues |
getSortedSetDocValues(String field)
|
Fields |
getTermVectors(int docID)
|
| Methods inherited from class org.apache.lucene.index.FilterAtomicReader |
|---|
doClose, document, getFieldInfos, getLiveDocs, maxDoc, numDocs, toString |
| Methods inherited from class org.apache.lucene.index.AtomicReader |
|---|
docFreq, getContext, getDocCount, getSumDocFreq, getSumTotalTermFreq, hasNorms, termDocsEnum, termPositionsEnum, terms, totalTermFreq |
| Methods inherited from class org.apache.lucene.index.IndexReader |
|---|
addReaderClosedListener, close, decRef, document, document, ensureOpen, equals, getRefCount, getTermVector, hasDeletions, hashCode, incRef, leaves, numDeletedDocs, open, open, open, open, open, registerParentReader, removeReaderClosedListener, tryIncRef |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssertingAtomicReader(AtomicReader in)
| Method Detail |
|---|
public Fields fields()
throws IOException
fields in class FilterAtomicReaderIOException
public Fields getTermVectors(int docID)
throws IOException
getTermVectors in class FilterAtomicReaderIOException
public NumericDocValues getNumericDocValues(String field)
throws IOException
getNumericDocValues in class FilterAtomicReaderIOException
public BinaryDocValues getBinaryDocValues(String field)
throws IOException
getBinaryDocValues in class FilterAtomicReaderIOException
public SortedDocValues getSortedDocValues(String field)
throws IOException
getSortedDocValues in class FilterAtomicReaderIOException
public SortedSetDocValues getSortedSetDocValues(String field)
throws IOException
getSortedSetDocValues in class FilterAtomicReaderIOException
public NumericDocValues getNormValues(String field)
throws IOException
getNormValues in class FilterAtomicReaderIOExceptionpublic Object getCoreCacheKey()
getCoreCacheKey in class IndexReaderpublic Object getCombinedCoreAndDeletesKey()
getCombinedCoreAndDeletesKey in class IndexReader
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||