Solr 6 and carrot2 integration -
i'm trying use carrot2 solr 6 installation, when calling query is:
java.lang.noclassdeffounderror: com/carrotsearch/hppc/objecthashset 06:04:55 solr.1 | @ org.carrot2.text.preprocessing.preprocessingcontext.<init>(preprocessingcontext.java:53) 06:04:55 solr.1 | @ org.carrot2.text.preprocessing.pipeline.completepreprocessingpipeline.preprocess(completepreprocessingpipeline.java:65) 06:04:55 solr.1 | @ org.carrot2.clustering.lingo.lingoclusteringalgorithm.cluster(lingoclusteringalgorithm.java:191) 06:04:55 solr.1 | @ org.carrot2.clustering.lingo.lingoclusteringalgorithm.access$000(lingoclusteringalgorithm.java:63) 06:04:55 solr.1 | @ org.carrot2.clustering.lingo.lingoclusteringalgorithm$1.process(lingoclusteringalgorithm.java:177)
i've tried downloading recent carrot2 , adding: <lib dir=".../carrot2-workbench-3.12.0/plugins/" regex=".*\.jar" />
where com.carrotsearch.hppc
jar is, didn't change anything.
any on how make work gladly appreciated.
something wrong configuration. downloaded solr 6.0.0 , followed default instructions (running techproducts example), worked fine.
hppc present in solr's default libraries should found on classpath.
https://cwiki.apache.org/confluence/display/solr/result+clustering
Comments
Post a Comment