|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hit | |
|---|---|
| org.egothor.core | This package concentrates the core data objects and interfaces. |
| 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. |
| Uses of Hit in org.egothor.core |
|---|
| Methods in org.egothor.core that return types with arguments of type Hit | |
|---|---|
Sequence<Hit> |
QueryResponse.getResult()
Return an enumeration of Hits. |
| Constructor parameters in org.egothor.core with type arguments of type Hit | |
|---|---|
QueryResponse(int offset,
long wouldBe,
long positives,
Sequence<Hit> e,
Token[] queryTokens,
int enum_len,
Query adaptedQuery)
Constructor for the QueryResponse object. |
|
| Uses of Hit in org.egothor.core.query |
|---|
| Subclasses of Hit in org.egothor.core.query | |
|---|---|
class |
Hit
The Hit class represents a document returned as a result of a query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||