|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlux.QueryStats
public class QueryStats
Holds statistics about a single query execution
| Field Summary | |
|---|---|
long |
collectionTime
time spent collecting results (parsing and computing xpath, mostly), in nanoseconds |
int |
docCount
the number of documents that matched the lucene query. |
String |
optimizedQuery
|
String |
query
A description of the work done prior to collection; usu. |
long |
queryFacts
A record of the query's facts. |
long |
retrievalTime
time spent retrieving and parsing documents |
long |
totalTime
|
| Constructor Summary | |
|---|---|
QueryStats()
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int docCount
public long collectionTime
public long totalTime
public String query
public long queryFacts
public long retrievalTime
public String optimizedQuery
| Constructor Detail |
|---|
public QueryStats()
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||