RE: Solr MultiCore query

2009-07-17 Thread Manepalli, Kalyan
ject: Re: Solr MultiCore query Both schema.xml ( in example/multicore/core0/conf and example/multicore/core1/conf ) already have * name* Here are the following query responses: 1) http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=*:* 025

Re: Solr MultiCore query

2009-07-17 Thread Code Tester
Both schema.xml ( in example/multicore/core0/conf and example/multicore/core1/conf ) already have * name* Here are the following query responses: 1) http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=*:* 0254MA147LL/AApple 60 GB iPod with Video

Re: Solr MultiCore query

2009-07-17 Thread ahammad
Hello joe_coder, Are you using the default example docs in your queries? If so, then I see that the word "ipod" appears in a field called "name". By default, the default search field (defined in solrconfig.xml) is the field called "text". This means that when you submit a query without specifyin

Re: Solr MultiCore query

2009-07-17 Thread Code Tester
Thanks ahammad for the quick reply. As suggested, I am trying out multi core way of implementing the search. I am trying out the multicore example and getting stuck at an issue. Here is what I did and the issue I am facing 1) Downloaded 1.4 and started the multicore example using java -Dsolr.solr

Re: Solr MultiCore query

2009-07-17 Thread ahammad
Hello, I'm not sure what the best way is to do this, but I have done something identical. I have the same requirements, ie several datasources. I also used SolrJ and jsp for this. The way I ended up doing it was to create a multi core environment, one core per datasource. When I do a query acros

Re: Solr MultiCore query

2009-07-17 Thread joe_coder
I missed adding some size related information in the query above. D1 and D2 would have close to 1 million records each D3 would have ~10 million records. Thanks! -- View this message in context: http://www.nabble.com/Solr-MultiCore-query-tp24534383p24534421.html Sent from the Solr - User maili