SolrCell and indexing HTML

2014-03-21 Thread Liz Sommers
I am trying to write a POC about indexing URL's with Solr using solrJ and solrCell. (The code is written in groovy). The relevant code is here ContentStreamUpdateRequest req = new ContentStreamUpdateRequest(/update/extract); req.setParam(literal.id,p.id.toString())

Re: SolrCell and indexing HTML

2014-03-21 Thread Greg Walters
I've never tried indexing via groovy or using solrCell but I think you might be working a bit too low level in solrj if you're just adding documents. You might try checking out https://wiki.apache.org/solr/Solrj#Adding_Data_to_Solr and I might be way off base :) Thanks, Greg On Mar 21, 2014,

Re: SolrCell and indexing HTML

2014-03-21 Thread Jack Krupansky
for the various mapping parameters. -- Jack Krupansky -Original Message- From: Liz Sommers Sent: Friday, March 21, 2014 12:56 PM To: solr-user Subject: SolrCell and indexing HTML I am trying to write a POC about indexing URL's with Solr using solrJ and solrCell. (The code is written in groovy