Re: Solr-5.2.1 ClassNotFound - solr.HMMChineseTokenizerFactory

2015-06-27 Thread Shawn Heisey
On 6/27/2015 6:05 PM, Ming Liang wrote: > Sorry, >I have solved the problem by coping the necessary libs from > "solr/contrib/analysis-extras" > to"solr/server/solr-webapp/webapp/WEB-INF/lib" . > I didn't realise that solr-webapp is the true "solr-home" That's not the solr home. solr-webapp i

Re: Solr-5.2.1 ClassNotFound - solr.HMMChineseTokenizerFactory

2015-06-27 Thread Ming Liang
Sorry, I have solved the problem by coping the necessary libs from "solr/contrib/analysis-extras" to"solr/server/solr-webapp/webapp/WEB-INF/lib" . I didn't realise that solr-webapp is the true "solr-home" thanks 2015-06-27 22:59 GMT+08:00 Ming Liang : > I am using Solr-5.2.1 > I tried to add

Re: Solr-5.2.1 ClassNotFound - solr.HMMChineseTokenizerFactory

2015-06-27 Thread Erick Erickson
Packaging is always "interesting": It's in ./contrib/analysis-extras/lucene-libs/lucene-analyzers-smartcn-5.2.0.jar and you'll have to either move it to a place "known" by Solr or set up a Best, Erick On Sat, Jun 27, 2015 at 10:59 AM, Ming Liang wrote: > I am using Solr-5.2.1 > I tried to ad

Solr-5.2.1 ClassNotFound - solr.HMMChineseTokenizerFactory

2015-06-27 Thread Ming Liang
I am using Solr-5.2.1 I tried to add a field type named "text_chinese" to the schema.xml of the given guide example "techproducts": when I start "techproducts" with command "bin/solr -e techproducts" I got error: Waiting to see Solr listening on port 898