org.apache.blur.index
Class ExitableReader.ExitableTerms
java.lang.Object
org.apache.lucene.index.Terms
org.apache.blur.index.ExitableReader.ExitableTerms
- Enclosing class:
- ExitableReader
public static class ExitableReader.ExitableTerms
- extends org.apache.lucene.index.Terms
Fields inherited from class org.apache.lucene.index.Terms |
EMPTY_ARRAY |
ExitableReader.ExitableTerms
public ExitableReader.ExitableTerms(org.apache.lucene.index.Terms terms,
ExitObject exitObject)
intersect
public org.apache.lucene.index.TermsEnum intersect(org.apache.lucene.util.automaton.CompiledAutomaton compiled,
org.apache.lucene.util.BytesRef startTerm)
throws IOException
- Overrides:
intersect
in class org.apache.lucene.index.Terms
- Throws:
IOException
iterator
public org.apache.lucene.index.TermsEnum iterator(org.apache.lucene.index.TermsEnum reuse)
throws IOException
- Specified by:
iterator
in class org.apache.lucene.index.Terms
- Throws:
IOException
getComparator
public Comparator<org.apache.lucene.util.BytesRef> getComparator()
- Specified by:
getComparator
in class org.apache.lucene.index.Terms
size
public long size()
throws IOException
- Specified by:
size
in class org.apache.lucene.index.Terms
- Throws:
IOException
getSumTotalTermFreq
public long getSumTotalTermFreq()
throws IOException
- Specified by:
getSumTotalTermFreq
in class org.apache.lucene.index.Terms
- Throws:
IOException
getSumDocFreq
public long getSumDocFreq()
throws IOException
- Specified by:
getSumDocFreq
in class org.apache.lucene.index.Terms
- Throws:
IOException
getDocCount
public int getDocCount()
throws IOException
- Specified by:
getDocCount
in class org.apache.lucene.index.Terms
- Throws:
IOException
hasOffsets
public boolean hasOffsets()
- Specified by:
hasOffsets
in class org.apache.lucene.index.Terms
hasPositions
public boolean hasPositions()
- Specified by:
hasPositions
in class org.apache.lucene.index.Terms
hasPayloads
public boolean hasPayloads()
- Specified by:
hasPayloads
in class org.apache.lucene.index.Terms
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.