RE: NoClassDefFoundError while indexing in Solr

2014-07-23 Thread Pablo Queixalos
There is a source code "parser" in tika that in fact just renders the source using an external source higlighter. Seen in you stack trace : com.apache.tika.parser.code.SourceCodeParser.getRenderer(SourceCodeParser.java:121) You are indexing code (java, c or groovy). Solr seems to be missing a

RE: Clustering not working when using 'text' field as snippet.

2011-08-12 Thread Pablo Queixalos
stering doesn't work with the "text" field is that the field is not stored: For clustering to work, you'll need to keep your documents' titles and content in stored fields. Staszek On Fri, Aug 12, 2011 at 10:28, Pablo Queixalos wrote: > Hi, > > > >

Clustering not working when using 'text' field as snippet.

2011-08-12 Thread Pablo Queixalos
Hi, I am using solr-3.3.0 and carrot² clustering which works fine out of the box with the examples doc and default solr configuration (the 'features' Field is used as snippet). I indexed my own documents using the embed ExtractingRequestHandler wich by default stores contents in the '