Uses of Class
org.egothor.core.IListShadow

Packages that use IListShadow
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.core.query This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue. 
 

Uses of IListShadow in org.egothor.core
 

Subclasses of IListShadow in org.egothor.core
 class IListRemapper
          This object remaps the document uids to new values in the inverted list.
 class IListWasher
          A IListWasher excludes some tuples from underlaying inverted list.
 

Uses of IListShadow in org.egothor.core.query
 

Methods in org.egothor.core.query with parameters of type IListShadow
 IListItem Rider.openIList(java.lang.String term, int mode, IListShadow washer)
          Return an IListReader capable of reading the inverted list constructed for the given term.