Thanks All, that worked (both via SOLRJ and the admin UI)

2012-04-02 Thread vybe3142
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.

Re: Thanks All

2012-03-20 Thread Lance Norskog
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

Re: Thanks All

2012-03-20 Thread Chris Hostetter
: 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

Thanks All

2012-03-20 Thread vybe3142
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