org.apache.blur.index
Class ExitableReader.ExitableFields

java.lang.Object
  extended by org.apache.lucene.index.Fields
      extended by 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


Field Summary
 
Fields inherited from class org.apache.lucene.index.Fields
EMPTY_ARRAY
 
Constructor Summary
ExitableReader.ExitableFields(org.apache.lucene.index.Fields fields, ExitObject exitObject)
           
 
Method Summary
 Iterator<String> iterator()
           
 int size()
           
 org.apache.lucene.index.Terms terms(String field)
           
 
Methods inherited from class org.apache.lucene.index.Fields
getUniqueTermCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitableReader.ExitableFields

public ExitableReader.ExitableFields(org.apache.lucene.index.Fields fields,
                                     ExitObject exitObject)
Method Detail

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.