Re: Merging documents from a distributed search

2015-09-08 Thread tedsolr
ached when it will have to be split. -- View this message in context: http://lucene.472066.n3.nabble.com/Merging-documents-from-a-distributed-search-tp4226802p4227595.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Merging documents from a distributed search

2015-09-04 Thread tedsolr
looks like I need another solution for multi shard collections. -- View this message in context: http://lucene.472066.n3.nabble.com/Merging-documents-from-a-distributed-search-tp4226802p4227261.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Merging documents from a distributed search

2015-09-04 Thread Joel Bernstein
o store the > "unique" docs, but I only keep the docId, my stats, and the ordinals for > each field. Would you expect the new streams API to perform as well as my > implementation of an AnalyticsQuery and a DelegatingCollector? > > > > -- > View this message in

Re: Merging documents from a distributed search

2015-09-03 Thread Upayavira
On Wed, Sep 2, 2015, at 10:12 PM, tedsolr wrote: > I've read from http://heliosearch.org/solrs-mergestrategy/ > that the AnalyticsQuery > component only works for a single instance of Solr. I'm planning to > "migrate" to the SolrCloud soon and I ha

RE: Merging documents from a distributed search

2015-09-03 Thread Markus Jelsma
It seems so indeed. Please look up the thread titled "Custom merge logic in SolrCloud." -Original message- > From:tedsolr > Sent: Thursday 3rd September 2015 21:28 > To: solr-user@lucene.apache.org > Subject: RE: Merging documents from a distributed s

RE: Merging documents from a distributed search

2015-09-03 Thread tedsolr
Markus, did you mistakingly post a link to this same thread? -- View this message in context: http://lucene.472066.n3.nabble.com/Merging-documents-from-a-distributed-search-tp4226802p4227035.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Merging documents from a distributed search

2015-09-03 Thread tedsolr
message in context: http://lucene.472066.n3.nabble.com/Merging-documents-from-a-distributed-search-tp4226802p4227034.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Merging documents from a distributed search

2015-09-03 Thread Markus Jelsma
Hello - another current topic is also covering this issue, you may want to check it out: http://lucene.472066.n3.nabble.com/Merging-documents-from-a-distributed-search-td4226802.html -Original message- > From:Markus Jelsma > Sent: Thursday 3rd September 2015 10:27 > To:

RE: Merging documents from a distributed search

2015-09-03 Thread Markus Jelsma
> Sent: Wednesday 2nd September 2015 23:46 > To: solr-user@lucene.apache.org > Subject: Re: Merging documents from a distributed search > > The merge strategy probably won't work for the type of distributed collapse > you're describing. > > You may want to begin explo

Re: Merging documents from a distributed search

2015-09-02 Thread Joel Bernstein
gt; If shard1 returns docs A & B and shard2 returns docs B & C (letters > denoting > what I consider to be unique docs), can my implementation of a merge > strategy return only docs A, B, & C, rather than A, B, B, & C? > > thanks! > solr 5.2.1 > > > >

Merging documents from a distributed search

2015-09-02 Thread tedsolr
a merge strategy return only docs A, B, & C, rather than A, B, B, & C? thanks! solr 5.2.1 -- View this message in context: http://lucene.472066.n3.nabble.com/Merging-documents-from-a-distributed-search-tp4226802.html Sent from the Solr - User mailing list archive at Nabble.com.