Re: Solr Self-Join Query

2010-03-23 Thread Otis Gospodnetic
nt_id:walmart Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Hadoop ecosystem search :: http://search-hadoop.com/ - Original Message > From: Vladimir Sutskever > To: "solr-user@lucene.apache.org" > Sent: Tue, March 23, 2010 3:36:42 PM > Subje

Solr Self-Join Query

2010-03-23 Thread Vladimir Sutskever
Hi Guys/Gals, I have columns like so in my index client_id, client_name, client_parent_id Does SOLR support queries of self-join. Example: client_name:wallmart AND (client_parent_id!=client_id) I need all entries that match "wallmart" and do NOT have client_parent_id==client_id Thank you