Class FilterIndexReaderByStringId.FilterTermDocs
- java.lang.Object
-
- org.alfresco.repo.search.impl.lucene.FilterIndexReaderByStringId.FilterTermDocs
-
- All Implemented Interfaces:
org.apache.lucene.index.TermDocs
- Direct Known Subclasses:
FilterIndexReaderByStringId.FilterTermPositions
- Enclosing class:
- FilterIndexReaderByStringId
public class FilterIndexReaderByStringId.FilterTermDocs extends java.lang.Object implements org.apache.lucene.index.TermDocsFilter implementation- Author:
- andyh
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.lucene.index.TermDocsin
-
Constructor Summary
Constructors Constructor Description FilterTermDocs(java.lang.String id, org.apache.lucene.index.TermDocs in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intdoc()intfreq()booleannext()intread(int[] docs, int[] freqs)voidseek(org.apache.lucene.index.Term term)voidseek(org.apache.lucene.index.TermEnum termEnum)booleanskipTo(int i)
-
-
-
Method Detail
-
seek
public void seek(org.apache.lucene.index.Term term) throws java.io.IOException- Specified by:
seekin interfaceorg.apache.lucene.index.TermDocs- Throws:
java.io.IOException
-
seek
public void seek(org.apache.lucene.index.TermEnum termEnum) throws java.io.IOException- Specified by:
seekin interfaceorg.apache.lucene.index.TermDocs- Throws:
java.io.IOException
-
doc
public int doc()
- Specified by:
docin interfaceorg.apache.lucene.index.TermDocs
-
freq
public int freq()
- Specified by:
freqin interfaceorg.apache.lucene.index.TermDocs
-
next
public boolean next() throws java.io.IOException- Specified by:
nextin interfaceorg.apache.lucene.index.TermDocs- Throws:
java.io.IOException
-
read
public int read(int[] docs, int[] freqs) throws java.io.IOException- Specified by:
readin interfaceorg.apache.lucene.index.TermDocs- Throws:
java.io.IOException
-
skipTo
public boolean skipTo(int i) throws java.io.IOException- Specified by:
skipToin interfaceorg.apache.lucene.index.TermDocs- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfaceorg.apache.lucene.index.TermDocs- Throws:
java.io.IOException
-
-