The query in question should be:
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-do-I-use-localparams-joins-using-SolrJ-and-or-the-Admin-GUI-tp3872088p3877927.html
Sent from the Solr - User mailing list archive at Nabble.com.
If you build it, they will come!
On Tue, Mar 20, 2012 at 12:59 PM, vybe3142 wrote:
> I'm still puzzled that there are no readily available alternatives to using
> the Tika based ExtractingRequestHandler in the situation where the input
> data is plain UTF-8 text files that SOLR needs to injest a
: To get this to work correctly, the following server side config was needed
: (I started from a barebones solr config)
: 1. Add apache-solr-cell-3.5.0.jar to the /lib directory (or
: wherever solr can access jars) as this contains the class
: ExtractingRequestHandler
: 2. Add the appropriate han
Here is the core of the SOLRJ client that ended up accomplishing what I
wanted
String fileName2 = "C:\\work\\SolrClient\\data\\worldwartwo.txt";
SolrServer server = new
StreamingUpdateSolrServer("http://localhost:8080/solr/",20,8);
UpdateRequest req = new UpdateRequest("/up