org.apache.blur.index
Class ExitableReader.ExitableFields
java.lang.Object
org.apache.lucene.index.Fields
org.apache.blur.index.ExitableReader.ExitableFields
- All Implemented Interfaces:
- Iterable<String>
- Enclosing class:
- ExitableReader
public static class ExitableReader.ExitableFields
- extends org.apache.lucene.index.Fields
Fields inherited from class org.apache.lucene.index.Fields |
EMPTY_ARRAY |
Methods inherited from class org.apache.lucene.index.Fields |
getUniqueTermCount |
ExitableReader.ExitableFields
public ExitableReader.ExitableFields(org.apache.lucene.index.Fields fields,
ExitObject exitObject)
terms
public org.apache.lucene.index.Terms terms(String field)
throws IOException
- Specified by:
terms
in class org.apache.lucene.index.Fields
- Throws:
IOException
iterator
public Iterator<String> iterator()
- Specified by:
iterator
in interface Iterable<String>
- Specified by:
iterator
in class org.apache.lucene.index.Fields
size
public int size()
- Specified by:
size
in class org.apache.lucene.index.Fields
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.