Uses of Class
org.egothor.core.query.Rider

Packages that use Rider
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. 
org.egothor.query This package contains objects that represent a structure of a query in our inner form. 
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 Rider in org.egothor.core.query
 

Methods in org.egothor.core.query with parameters of type Rider
 Runner Query.attach(Rider r)
          This method creates a binary form of this query.
 

Uses of Rider in org.egothor.query
 

Methods in org.egothor.query with parameters of type Rider
 Runner QAnd.attach(Rider r)
          Return an AndRunner which is the binary representation of this clausula.
 Runner QGroup.attach(Rider r)
          Return a binary form of this object for the given Rider.
 Runner QNot.attach(Rider r)
          Return an NotRunner which is the binary representation of this clausula.
 Runner QOr.attach(Rider r)
          Return an OrRunner which is the binary representation of this clausula.
 Runner QPhrase.attach(Rider r)
          Return an ProxRunner which is the binary representation of this clausula.
 Runner QProx.attach(Rider r)
          Return an ProxRunner which is the binary representation of this clausula.
 Runner QTerm.attach(Rider r)
          Return a TermRunner which is the binary representation of this clausula.
 

Uses of Rider in org.egothor.query.runner
 

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

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

Constructors in org.egothor.query.runner.enhanced with parameters of type Rider
TermRunner(int model, double idf, Rider r, java.lang.String field, Token token, int boost, boolean req, boolean proh)
          Constructor for the TermRunner object
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.
VectorRunner(int model, Rider r, Runner[] w)
          Constructor for the VectorRunner object.