auto-phrase-tokenfilter icon indicating copy to clipboard operation
auto-phrase-tokenfilter copied to clipboard

Unable to Add the QueryParser in Solr 5

Open maryjos opened this issue 9 years ago • 1 comments

Was finally able to build the project using the fork for Solr 5 with the necessary change that I checked in. But still not able to use this successfully, when I add the QueryParser into the solrconfig.xml, solr is not able to start up and throws this error:

java.lang.ClassNotFoundException: org.apache.lucene.analysis.util.ResourceLoaderAware

maryjos avatar Jan 13 '16 20:01 maryjos

search for the jar and all dependent jars for this class and include them in solr lib directory.

BaselAriqat avatar Feb 04 '16 14:02 BaselAriqat