public class FilterIndexReaderByStringId.FilterTermDocs extends Object implements org.apache.lucene.index.TermDocs
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.index.TermDocs |
in |
| Constructor and Description |
|---|
FilterTermDocs(String id,
org.apache.lucene.index.TermDocs in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
doc() |
int |
freq() |
boolean |
next() |
int |
read(int[] docs,
int[] freqs) |
void |
seek(org.apache.lucene.index.Term term) |
void |
seek(org.apache.lucene.index.TermEnum termEnum) |
boolean |
skipTo(int i) |
public FilterTermDocs(String id, org.apache.lucene.index.TermDocs in)
id - Stringin - TermDocspublic void seek(org.apache.lucene.index.Term term)
throws IOException
seek in interface org.apache.lucene.index.TermDocsIOExceptionpublic void seek(org.apache.lucene.index.TermEnum termEnum)
throws IOException
seek in interface org.apache.lucene.index.TermDocsIOExceptionpublic int doc()
doc in interface org.apache.lucene.index.TermDocspublic int freq()
freq in interface org.apache.lucene.index.TermDocspublic boolean next()
throws IOException
next in interface org.apache.lucene.index.TermDocsIOExceptionpublic int read(int[] docs,
int[] freqs)
throws IOException
read in interface org.apache.lucene.index.TermDocsIOExceptionpublic boolean skipTo(int i)
throws IOException
skipTo in interface org.apache.lucene.index.TermDocsIOExceptionpublic void close()
throws IOException
close in interface org.apache.lucene.index.TermDocsIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.