Re: SOLR HttpCache Qtime

2011-10-04 Thread Nicholas Chase
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

Re: how to integrate solr with web page?

2011-08-12 Thread Nicholas Chase
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

Re: Index

2011-07-28 Thread Nicholas Chase
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

NRT and commit behavior

2011-07-18 Thread Nicholas Chase
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

Re: I found a sorting bug in solr/lucene

2011-07-18 Thread Nicholas Chase
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