Urgent Help. Best Way to have multiple OR Conditions for same field in SOLR

2014-02-11 Thread rajeev.nadgauda
HI, I am new to SOLR , we have CRM data for Contacts and Companies which are in millions, we have switched to SOLR for fast search results. PROBLEM: We have large inclusion and exclusion lists with names of companies or contacts. Ex: Include or Exclude : company A Company B Company C

Re: Urgent Help. Best Way to have multiple OR Conditions for same field in SOLR

2014-02-11 Thread Erick Erickson
right, 10K Boolean clauses are not very efficient. You actually can up the limit here, but still... Consider a post filter, here's a place to start: http://lucene.apache.org/solr/4_3_1/solr-core/org/apache/solr/search/PostFilter.html Best, Erick On Tue, Feb 11, 2014 at 6:47 AM, rajeev.nadgauda