Re: Bulk query Apache Solr

2017-09-06 Thread Erick Erickson
Yes, but that'll be expensive. Use the TermsQueryParser, that's what it's built for here: https://lucene.apache.org/solr/guide/6_6/other-parsers.html Note the plural, TermQueryParser only takes a single value, TermsQueryParser can take a list. Best, Erick On Wed, Sep 6, 2017 at 1:01 PM, Deeksha

Bulk query Apache Solr

2017-09-06 Thread Deeksha Sharma
Hi, I indexed documents in Solr using dataImportHandler. Now when I want to query using the below URL, it gives me the results i want. http://localhost:8983/solr/mycore/select?indent=on&q=id:7fd326e23ffa8d1cb9c0a7b4fc5c4269&wt=json Can Solr handle bulk queries if I send over more than 10,000