org.apache.lucene.index
Class AssertingAtomicReader.AssertingFields
java.lang.Object
org.apache.lucene.index.Fields
org.apache.lucene.index.FilterAtomicReader.FilterFields
org.apache.lucene.index.AssertingAtomicReader.AssertingFields
- Enclosing class:
- AssertingAtomicReader
public static class AssertingAtomicReader.AssertingFields
- extends FilterAtomicReader.FilterFields
Wraps a Fields but with additional asserts
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertingAtomicReader.AssertingFields
public AssertingAtomicReader.AssertingFields(Fields in)
iterator
public FieldsEnum iterator()
throws IOException
- Overrides:
iterator
in class FilterAtomicReader.FilterFields
- Throws:
IOException
terms
public Terms terms(String field)
throws IOException
- Overrides:
terms
in class FilterAtomicReader.FilterFields
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.