That doesn't seem like an efficient use of a search engine. Maybe what you want to do is use streaming expressions to process some data:
https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions k/r, Scott On Thu, Jan 12, 2017 at 11:36 AM, 武井宜行 <nta...@sios.com> wrote: > Hi,all > > My Application throws too large query to solr server with solrj > client.(Http Method is Post) > > I have two questions. > > At first,I would like to know the limit of clauses of Boolean Query.I Know > the number is restricted to 1024 by default, and I can increase the limit > by setting setMaxClauseCount,but what is the limit of increasing clauses? > > Next,if there is no limit of increasing clauses,is there the limit of query > length?My Application throws to large query like this with solrj client. > > item_id:1111 OR item_id:2222 OR item_id:3333 ... > (The number of item_id is maybe over than one million) > -- Scott Stults | Founder & Solutions Architect | OpenSource Connections, LLC | 434.409.2780 http://www.opensourceconnections.com