public class QueryStats extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
XQuery |
optimizedXQuery |
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 and Description |
|---|
QueryStats() |
public int docCount
public long collectionTime
public long totalTime
public String query
public long queryFacts
public long retrievalTime
public String optimizedQuery
public XQuery optimizedXQuery
Copyright © 2013. All Rights Reserved.