Hello,
Wondering whether the Luke handler's response for the lastModified field
refers to a hard commit only, or any that has happened last, including a
soft commit?
Thank you
Angel
Hi all,
As part of our business logic we query the Luke request handler to extract the
fields in the index from our code using the following url:
http://server:8080/solr/admin/luke?wt=json&numTerms=0
This worked fine with Solr 3.5, but now with 3.6.1 this call never returns, it
hangs,
Revas,
use ...luke?fl=FieldYouWant&numTerms=NumberOfTermsYouWant
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: revas
> To: solr-user@lucene.apache.org
> Sent: Friday, March 6, 2009 6:10:23 AM
> Subject: Luke request
Hi,
I just want to confirm my understanding of luke request handler.
It gives us the raw lucene index tokens on a field by field basis.
What should be the query to return all tokens for a field .
Is there any way to return all the token across all fields
Regards
Revas