|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CWI | |
---|---|
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.dir | This package defines objects of distributed IR layer. |
org.egothor.query | This package contains objects that represent a structure of a query in our inner form. |
Uses of CWI in org.egothor.core.query |
---|
Classes in org.egothor.core.query that implement CWI | |
---|---|
class |
Rider
When a query needs an access to an index, it gets a Rider. |
Methods in org.egothor.core.query with parameters of type CWI | |
---|---|
Query |
Query.applyCWI(CWI cwi)
Return a new Query object with the given CWI applied. |
Uses of CWI in org.egothor.dir |
---|
Classes in org.egothor.dir that implement CWI | |
---|---|
class |
CWI
The CWI object represents the simplest case of Collection-Wide-Information in an Information Retrieval system. |
Uses of CWI in org.egothor.query |
---|
Methods in org.egothor.query with parameters of type CWI | |
---|---|
Query |
QAnd.applyCWI(CWI cwi)
Return a QAnd object with the given CWI applied to both sides of the query. |
Query |
QGroup.applyCWI(CWI cwi)
Apply the given CWI to this Query. |
Query |
QNot.applyCWI(CWI cwi)
Return a QNot object with the given CWI applied to both sides of the query. |
Query |
QOr.applyCWI(CWI cwi)
Return a QOr object with the given CWI applied to both sides of the query. |
Query |
QPhrase.applyCWI(CWI cwi)
Return a QPhrase object with the given CWI applied to both sides of the query. |
Query |
QProx.applyCWI(CWI cwi)
Return a QProx object with the given CWI applied to both sides of the query. |
Query |
QTerm.applyCWI(CWI cwi)
Return a QTerm object with the given CWI applied. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |