Interesting. Do you know if it's possible to get the HTTP headers with
Solrj?
Yonik Seeley wrote:
On Fri, Apr 10, 2009 at 11:58 AM, Richard Wiseman
wrote:
Is it possible for a Solr client to determine if the index has changed since
the last time it performed a query? For example, is it p
On Fri, Apr 10, 2009 at 11:58 AM, Richard Wiseman
wrote:
> Is it possible for a Solr client to determine if the index has changed since
> the last time it performed a query? For example, is it possible to query
> the current Lucene indexVersion?
Grant pointed to one way - the Luke handler.
Anoth
This info is available via the Luke Handler, I believe: http://localhost:8983/solr/admin/luke/
: In there, I see: version, current, optimized and true information.
See also http://wiki.apache.org/solr/LukeRequestHandler
HTH,
Grant
On Apr 10, 2009, at 11:58 AM, Richard Wiseman wrote:
Is it po