auto-phrase-tokenfilter
auto-phrase-tokenfilter copied to clipboard
Unable to Add the QueryParser in Solr 5
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
search for the jar and all dependent jars for this class and include them in solr lib directory.