I'm new to Solr and trying to get it call a UIMA aggregate analysis engine and not having much luck. The null pointer exception indicates that it can't find the xml file associated with the engine. I have tried a number of combinations of a path in the <analysisEngine> element, but nothing seems to work. In addition, I've put the directory containing the descriptor in both the classpath
when starting the server and in a <lib> element in solrconfig.xml. So:

What "classpath" does the <analysisEngine> tag effectively search for to locate the descriptor?

Do the <lib> entries in solrconfig.xml affect this classpath?

Do the engine descriptors have to be in a jar or can they be in an expanded directory?

Thanks in advance.

Barry



Reply via email to