|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.core.IListShadow
org.egothor.core.IListWasher
public abstract class IListWasher
A IListWasher excludes some tuples from underlaying inverted list.
Constructor Summary | |
---|---|
IListWasher()
Constructor for the IListWasher object |
|
IListWasher(IListReader ilr)
Constructor for the IListWasher object |
Method Summary | |
---|---|
boolean |
next()
Go to the next element in the inverted list. |
boolean |
skipTo(long uid)
Go to item related to the specified document (or any with a greater uid). |
abstract boolean |
valid(IListItem item)
Test whether the specified tuple is OK. |
Methods inherited from class org.egothor.core.IListShadow |
---|
close, getPostings, getTerm, openProx, setSource, uid, weight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IListWasher()
public IListWasher(IListReader ilr)
ilr
- Description of the ParameterMethod Detail |
---|
public boolean skipTo(long uid)
skipTo
in interface IListReader
skipTo
in class IListShadow
uid
- the document to skip to
public boolean next()
next
in interface IListReader
next
in class IListShadow
public abstract boolean valid(IListItem item)
item
- the tuple
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |