Package | Description |
---|---|
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.
|
Class and Description |
---|
PhraseScan
This class is part of the Egothor Project
|
TermRunner
The TermRunner object represents a binary form of a query that consists
of one term.
|
Class and Description |
---|
AndRunner
The AndRunner object represents a binary form of the boolean AND
formula.
|
NotRunner
This object represents a binary form of
a NOT b formula. |
OrRunner
This object represents a binary form of
a OR b formula. |
PhraseRunner
The PhraseRunner class is used when a user wishes to make a query
involving two terms where the 2nd term must lie within n
words of the 1st .
|
ProxRunner
The ProxRunner class is used when a user wishes to make a query
involving two terms where the 2nd term must lie within n
words of the 1st .
|
TermRunner
The TermRunner object represents a binary form of a query that consists
of one term.
|
VectorRunner
A VectorRunner can execute a number of Runners concurrently.
|
Copyright © 2016 Egothor. All Rights Reserved.