|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Object | +--swishej.Result
Representation of a single search result.
ResultList| Field Summary | |
(package private) int |
filenum
File number (short) |
(package private) Result |
next
Next result in a result list |
(package private) int |
rank
Search rank for sorting |
(package private) int |
structure
Structure tag, e.g. |
| Constructor Summary | |
(package private) |
Result(int f,
int r,
int s)
Create a result representation |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int filenum
int rank
int structure
ConstsResult next
| Constructor Detail |
Result(int f,
int r,
int s)
f - file number (short)r - rank for sortings - structure tag
|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||