|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.source.SearchEngineStats
public final class SearchEngineStats
Usage statistics for an instance of MultipageSearchEngine.
| Field Summary | |
|---|---|
int |
pageRequests
Number of individual page requests issued by this data source. |
int |
queries
Number queries handled successfully by this data source. |
| Constructor Summary | |
|---|---|
SearchEngineStats()
|
|
| Method Summary | |
|---|---|
void |
incrPageRequestCount()
|
void |
incrQueryCount()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int queries
public int pageRequests
| Constructor Detail |
|---|
public SearchEngineStats()
| Method Detail |
|---|
public void incrQueryCount()
public void incrPageRequestCount()
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||