Re: Limit on # of fields to query on

2008-03-13 Thread Erik Hatcher
Lucene's BooleanQuery has a configurable max, defaulted to 1024 clauses.Configurable via solrconfig in: 1024 Are you getting an exception from Solr, either in the console or log or in the response sent to the client? If so, what is it? You say "blank page", but what is the actual S

Limit on # of fields to query on

2008-03-13 Thread Andrew Nagy
I am testing around with a new feature in my system that uses Solr and I am testing a query that has a search on the same field OR'd together over 150 times. I know this sounds pretty ridiculous and as I said I am just playing around. However Solr just returns a blank page and doesn't process