A B C D E F G H I J K L M N O P Q R S T U V W X

Q

QAnd - Class in org.egothor.query
The QAnd object represents an AND operator in a query.
QAnd(Query, Query) - Constructor for class org.egothor.query.QAnd
Constructor for the QAnd object.
QAnd(Query, Query, boolean, boolean) - Constructor for class org.egothor.query.QAnd
Constructor for the QAnd object.
QdfCounter - Class in org.egothor.cache.apps
Console application that computes query/document term frequencies of a tanker.
QdfCounter() - Constructor for class org.egothor.cache.apps.QdfCounter
 
QGroup - Class in org.egothor.query
The QGroup object represents a group of clausulas.
QGroup() - Constructor for class org.egothor.query.QGroup
Constructor for the QGroup object.
QGroup(boolean) - Constructor for class org.egothor.query.QGroup
Construct a QGroup with the given boolean value.
QNot - Class in org.egothor.query
The QNot class represents a NOT formula.
QNot(Query, Query) - Constructor for class org.egothor.query.QNot
Constructor for the QNot object.
QNot(Query, Query, boolean, boolean) - Constructor for class org.egothor.query.QNot
Constructor for the QNot object.
QOr - Class in org.egothor.query
The QOr object represents an OR operator in a query.
QOr(Query, Query) - Constructor for class org.egothor.query.QOr
Constructor for the QOr object.
QPhrase - Class in org.egothor.query
 
QPhrase(QTerm[]) - Constructor for class org.egothor.query.QPhrase
Constructor for the QPhrase object.
QProx - Class in org.egothor.query
The QProx object represents an digit operator in a query.
QProx(QTerm, QTerm, String) - Constructor for class org.egothor.query.QProx
Constructor for the QProx object.
QProx(QTerm, QTerm) - Constructor for class org.egothor.query.QProx
Constructor for the QProx object.
QTerm - Class in org.egothor.query
The QTerm class represents a term.
QTerm(Token, String) - Constructor for class org.egothor.query.QTerm
Constructor for the QTerm object.
QTerm(Token, String, double, boolean, boolean, int, int, int) - Constructor for class org.egothor.query.QTerm
Constructor for the QTerm object.
query(Query, ResultList) - Method in interface org.egothor.core.Barrel
Submit a query to this Barrel.
query(Query, ResultList) - Method in class org.egothor.core.memory.Document
Not implemented..
query(Query, ResultList) - Method in class org.egothor.core.memory.MemoryBarrel
Not implemented.
Query - Class in org.egothor.core.query
The Query class represents an inner form of a query or its subpart (AND, OR, NOT, etc.), while the binary form is represented by Runner.
Query() - Constructor for class org.egothor.core.query.Query
Constructor for the Query object
Query(boolean, boolean) - Constructor for class org.egothor.core.query.Query
Constructor for the Query object
query(int, int, int, String, long, double, String...) - Method in class org.egothor.dir.Group
Return a QueryResponse to a user query.
query(Query, ResultList) - Method in class org.egothor.dir.Group
Submit the given query to this Group.
query(int, int, int, String, long, double, String...) - Method in class org.egothor.dir.TankerImplSecure
Deprecated. 
query(Query, ResultList) - Method in class org.egothor.dir.TankerImplSecure
Deprecated. 
query(Query, ResultList) - Method in class org.egothor.slotter.BarrelShadow
Submit a query to this Barrel.
query(Query, ResultList) - Method in class org.egothor.store.ThickBarrel
Solves a query in this barrel.
QueryResponse - Class in org.egothor.core
A QueryResponse is returned as a query return value.
QueryResponse(int, long, long, Sequence<Hit>, Token[], int, Query) - Constructor for class org.egothor.core.QueryResponse
Constructor for the QueryResponse object.
querySecure(int, int, int, String, long, double, String...) - Method in class org.egothor.dir.TankerImplSecure
Standard query, but using multithreaded safe way.
querySecure(Query, ResultList) - Method in class org.egothor.dir.TankerImplSecure
Standard query, but using multithreaded safe way.
queryTokens() - Method in class org.egothor.core.QueryResponse
Return an array of all tokens recognized in a query.
Queue<T> - Class in org.egothor.util
The Queue class should be extended by any class wishing to implement a priority queue (heap).
Queue(int, int) - Constructor for class org.egothor.util.Queue
Constructor for the Queue object.
Queue(int, int, int) - Constructor for class org.egothor.util.Queue
Constructor for the Queue object
queue - Variable in class org.egothor.util.thread.Pool
Description of the Field
QueueAbstract<T> - Class in org.egothor.util
This class represents a priority queue (heap).
QueueAbstract(int) - Constructor for class org.egothor.util.QueueAbstract
 
queueFunction() - Method in class org.egothor.cache.multiQueue.MultiQueueCache
Gets the class that is used to compute the queue number.
queueNumber(long) - Method in interface org.egothor.cache.multiQueue.MultiQueueFunction
Computes the queue number according to the specified frequency.
QuickSort - Class in org.egothor.util.sort
 
QuickSort(int, int) - Constructor for class org.egothor.util.sort.QuickSort
 

A B C D E F G H I J K L M N O P Q R S T U V W X