@Bindable(prefix="SearchEngineStats") public final class SearchEngineStats extends Object
MultipageSearchEngine
.Modifier and Type | Field and Description |
---|---|
int |
pageRequests
Number of individual page requests issued by this data source.
|
int |
queries
Number queries handled successfully by this data source.
|
Constructor and Description |
---|
SearchEngineStats() |
Modifier and Type | Method and Description |
---|---|
void |
incrPageRequestCount() |
void |
incrQueryCount() |
@Processing @Output @Attribute @Label(value="Successful queries") @Group(value="Search result information") public int queries
@Processing @Output @Attribute @Label(value="Page requests") @Group(value="Search result information") public int pageRequests