org.apache.lucene.index
public static class FilterIndexReader.FilterTermDocs extends Object implements TermDocs
| Field Summary | |
|---|---|
| protected TermDocs | in |
| Constructor Summary | |
|---|---|
| FilterTermDocs(TermDocs in) | |
| Method Summary | |
|---|---|
| void | close() |
| int | doc() |
| int | freq() |
| boolean | next() |
| int | read(int[] docs, int[] freqs) |
| void | seek(Term term) |
| void | seek(TermEnum termEnum) |
| boolean | skipTo(int i) |