Re: APACHE SOLR: Pass a file as query parameter and then parse each line to form a criteria

2014-02-13 Thread Roman Chyla
Hi Rajeev, You can take this: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201307.mbox/%3CCAEN8dyX_Am_v4f=5614eu35fnhb5h7dzkmkzdfwvrrm1xpq...@mail.gmail.com%3E I haven't created the jira yet, but I have improved the plugin. Recently, I have seen a use case of passing 90K identifiers

APACHE SOLR: Pass a file as query parameter and then parse each line to form a criteria

2014-02-12 Thread rajeev.nadgauda
Hi , I am new to solr , i need help with the following PROBLEM: I have a huge file of 1 lines i want this to be an inclusion or exclusion in the query . i.e each line like ( line1 or line2 or ..) How can this be achieved in solr , is there a custom implementation that i would need to