Re: query results filter

2011-02-26 Thread Babak Farhang
nown limitation "Distributed search support for result grouping has not yet been implemented," does it work imperfectly with dist search, or does it fail? -Babak On Thu, Feb 24, 2011 at 10:20 PM, Babak Farhang wrote: > In my case, I want to filter out "duplicate" docs so that r

Re: query results filter

2011-02-24 Thread Babak Farhang
gt; already represent using the lucene, dismax, or any other existing query? If > so, why not just use a negated fq describing what to omit from the results? > ____ > From: Babak Farhang [farh...@gmail.com] > Sent: Thursday, February 24, 2011 6:58 PM >

query results filter

2011-02-24 Thread Babak Farhang
Hi everyone, I have some existing solr cores that for one reason or another have documents that I need to filter from the query results page. I would like to do this inside Solr instead of doing it on the receiving end, in the client. After searching the mailing list archives and Solr wiki, it a

Re: questions about Solr shards

2010-07-02 Thread Babak Farhang
he document ids > are then sorted and limited to the amount needed, then a second query > is sent for the rest of the documents metadata. > > On Sun, Jun 27, 2010 at 7:32 PM, Babak Farhang wrote: >> Otis, >> >> Belated thanks for your reply. >> >>>> 2. &

Re: questions about Solr shards

2010-06-27 Thread Babak Farhang
cene ecosystem search :: http://search-lucene.com/ > > > > - Original Message >> From: Babak Farhang >> To: solr-user@lucene.apache.org >> Sent: Thu, June 24, 2010 6:32:54 PM >> Subject: questions about Solr shards >> >> Hi everyone, > &g

questions about Solr shards

2010-06-24 Thread Babak Farhang
Hi everyone, There are a couple of notes on the limitations of this approach at http://wiki.apache.org/solr/DistributedSearch which I'm having trouble understanding. 1. "When duplicate doc IDs are received, Solr chooses the first doc and discards subsequent ones" "Received" here is from the p