Empty query

2008-08-31 Thread anshuljohri
Hi, Is there any way to get empty result set if empty query is passed to solr. Am using solr 1.2 and dismax request handler. Thanks, Anshul Johri -- View this message in context: http://www.nabble.com/Empty-query-tp19243534p19243534.html Sent from the Solr - User mailing list archive at Nabble

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-31 Thread Machisuji
Yes I have. In the server logs there are no warnings or errors. I've made a screenshot of the server log before the "hang up". http://www.nabble.com/file/p19243660/lastLog_2.png lastLog_2.png Otis Gospodnetic wrote: > > Hm, it's hard to tell from here. Have you checked various logs for > "

Re: Empty query

2008-08-31 Thread Chris Hostetter
: Is there any way to get empty result set if empty query is passed to solr. : Am using solr 1.2 and dismax request handler. if an empty query is sent to dismax, it uses the q.alt param ... so you should just be able to set q.alt to something that won't match any docs (pick a field:value where

Best way to tell which Lucene revision a Solr build comes with?

2008-08-31 Thread Chris Harris
I'm getting to the point where building Solr involves: 1. Figuring out which Lucene revision the Solr build I downloaded was built against 2. Downloading/patching/building that revision of Lucene 3. Copying over the new Lucene jars into Solr's lib directory 4. Building Solr What's the best way to

Re: Best way to tell which Lucene revision a Solr build comes with?

2008-08-31 Thread Chris Harris
Huh, looks like looking at the Solr admin doesn't always help. I just did a "ant compile; ant example" on Solr r690361, and when I now "java -jar example.jar" and go to http://localhost:8983/solr/admin/registry.jsp, my Lucene version info is as follows: Lucene Specification Version: 2008-0

Re: distributed search mechanism

2008-08-31 Thread Chris Hostetter
: This is typically the kind of description I need, but I wonder if the : one cited above is still valid (since it was apparently written quite a : time before final commit). : Assuming it is, what's then the difference between the STEPS mentioned " and the STAGES later introduced (STAGE_START,

Index partioning

2008-08-31 Thread sanraj25
Hi I read the doument on http://wiki.apache.org/solr/IndexPartitioning Now i want partition my solr index into two. Based on that document I changed solrconfig.xml. But I can't visible any partitioned folder other than default one. I need help on index partitioning.give some suggesti