Re: query results filter

2011-02-26 Thread Babak Farhang
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 farh...@gmail.com wrote: In my case, I want to filter out duplicate docs so that returned docs

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

Re: query results filter

2011-02-24 Thread Babak Farhang
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 To: solr-user Subject: query results filter Hi everyone, I have

Re: questions about Solr shards

2010-07-02 Thread Babak Farhang
information, the 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 farh...@gmail.com wrote: Otis, Belated thanks for your reply. 2. The index could change between stages

Re: questions about Solr shards

2010-06-27 Thread Babak Farhang
for sharded and non-sharded indices and you can have a slave with cores that hold complete indices or just their shards.  Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: Babak Farhang

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