(10/12/02 13:51), Will Milspec wrote:
hi all,
What's the best way to programmatically-in-java get the 'maxDoc' attribute
(as seen on the stats.jsp page).
I don't see any hooks on the solrj api.
Currently I plan to use an http client to get stats.jsp (which returns xml)
and parse it using xpath
hi all,
What's the best way to programmatically-in-java get the 'maxDoc' attribute
(as seen on the stats.jsp page).
I don't see any hooks on the solrj api.
Currently I plan to use an http client to get stats.jsp (which returns xml)
and parse it using xpath.
If anyone can recommend a better appr