Uses of Class
org.egothor.core.IListWasher

Packages that use IListWasher
org.egothor.query.runner This package defines a machinery that navigates the rider during query execution in the Vector model
org.egothor.query.runner.enhanced This package defines a machinery that navigates the rider during query execution in any model
 

Uses of IListWasher in org.egothor.query.runner
 

Constructors in org.egothor.query.runner with parameters of type IListWasher
TermRunner(IListWasher washer, double idf, Rider r, java.lang.String field, Token token, int boost, boolean req, boolean proh)
          Constructor for the TermRunner object.
 

Uses of IListWasher in org.egothor.query.runner.enhanced
 

Constructors in org.egothor.query.runner.enhanced with parameters of type IListWasher
TermRunner(int model, IListWasher washer, double idf, Rider r, java.lang.String field, Token token, int boost, boolean req, boolean proh)
          Constructor for the TermRunner object.