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
> >> > >> This will return the datasources that are defined with their number of > >> results for the query. > >> > >> Making the facet results clickable in order to narrow down the results > >> can > >> be achieved by adding a filter

Re: Solr MultiCore query

2009-07-17 Thread ahammad
with their number of >> results for the query. >> >> Making the facet results clickable in order to narrow down the results >> can >> be achieved by adding a filter to the query and filtering to a specific >> dataSource. I actually ended uo creating a fairly i

Re: Solr MultiCore query

2009-07-17 Thread Code Tester
ended uo creating a fairly intuitive front-end for > my > system with faceting, filtering, paging etc all using jsp and SolrJ. SolrJ > is powerful enough to handle all of the backend processing. > > Good luck! > > > > > > > joe_coder wrote: > > > > I miss

Re: Solr MultiCore query

2009-07-17 Thread ahammad
uery 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-tp24534383p24534793.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Solr MultiCore query

2009-07-17 Thread joe_coder
the faceting work? 3) How can I get spellcheck/morelikethis work ( incase I choose single/multiple cores )? PS: I am planning to use SolrJ. -- View this message in context: http://www.nabble.com/Solr-MultiCore-query-tp24534383p24534383.html Sent from the Solr - User mailing list archive at