Re: SolrCell and indexing HTML

2014-03-21 Thread Jack Krupansky
The extractOnly option is simply telling you what the raw metadata is, while normal non-extractOnly mode is indexing meta exactly as you have requested it to be indexed. You haven't shown us any of your parameters that describe how you want the metadata indexed. If you didn't specify any mapping

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, a