Seems to me what you're asking is how to have an accurate query time
when you're getting a response that's been cached by an HTTP cache.
This might be from the browser, or from a proxy, or from something else,
but it's not from Solr. The reason that the QTime doesn't change is
because it's th
On 8/12/2011 12:52 AM, nagarjuna wrote:
Hi i have queried solr to retrieve information from database now i have to
integrate with web page...i dont know how to implement this please help
me...
actually i have one jsp page which is having search field and search
button now i need to get the
Do you mean, how can you check whether it has been indexed by solr, and
is searchable?
Nick
On 7/28/2011 5:45 PM, GAURAV PAREEK wrote:
Hi All,
How we can check the particular;ar file is not INDEX in solr ?
Regards,
Gaurav
Very glad to hear that NRT is finally here! But my question is this:
will things still come to a standstill during a commit?
Thanks...
Nick
Seems to me that you wouldn't want to use a colon in a field name, since
the search syntax uses it (ie, to find a document with foo = bar, you
use foo:bar). I don't know whether that's actually prohibited, but that
could be your problem.
Nick
On 7/18/2011 8:10 AM, Jason Toy wrote:
Hi