org.alfresco.repo.search.impl.lucene
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.TermDocs
Filter implementation
Field Summary |
protected org.apache.lucene.index.TermDocs |
in
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
protected org.apache.lucene.index.TermDocs in
FilterIndexReaderByStringId.FilterTermDocs
public FilterIndexReaderByStringId.FilterTermDocs(java.lang.String id,
org.apache.lucene.index.TermDocs in)
- Parameters:
id
- in
- deletedDocuments
-
seek
public void seek(org.apache.lucene.index.Term term)
throws java.io.IOException
- Specified by:
seek
in interface org.apache.lucene.index.TermDocs
- Throws:
java.io.IOException
seek
public void seek(org.apache.lucene.index.TermEnum termEnum)
throws java.io.IOException
- Specified by:
seek
in interface org.apache.lucene.index.TermDocs
- Throws:
java.io.IOException
doc
public int doc()
- Specified by:
doc
in interface org.apache.lucene.index.TermDocs
freq
public int freq()
- Specified by:
freq
in interface org.apache.lucene.index.TermDocs
next
public boolean next()
throws java.io.IOException
- Specified by:
next
in interface org.apache.lucene.index.TermDocs
- Throws:
java.io.IOException
read
public int read(int[] docs,
int[] freqs)
throws java.io.IOException
- Specified by:
read
in interface org.apache.lucene.index.TermDocs
- Throws:
java.io.IOException
skipTo
public boolean skipTo(int i)
throws java.io.IOException
- Specified by:
skipTo
in interface org.apache.lucene.index.TermDocs
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface org.apache.lucene.index.TermDocs
- Throws:
java.io.IOException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.