Luke request handler - lastModified - is this for a softCommit or a hardCommit ?

2017-11-18 Thread Angel Todorov
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

Timeout when calling Luke request handler after migrating from Solr 3.5 to 3.6.1

2012-11-19 Thread Jose Aguilar
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,

Re: Luke request handler

2009-03-07 Thread Otis Gospodnetic
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

Luke request handler

2009-03-06 Thread revas
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