Re: Schema Parsing Failed: unknown field 'id' [Zookeeper, SolrCloud]

2014-09-22 Thread paulparsons
Thanks for the suggestions. I actually had both problems. I couldn't figure out how to remove the configs from zookeeper through the cloud scripts, so I just manually removed the files in the zookeeper data directory. -- View this message in context:

Re: Integrate UIMA and DIH

2014-08-25 Thread paulparsons
I added default=true to my updateRequestProcessorChain: updateRequestProcessorChain name=uima default=true Now I'm getting errors when running the DIH: ERROR org.apache.solr.core.SolrCore – org.apache.solr.common.SolrException: org.apache.uima.resource.ResourceInitializationException

Re: Integrate UIMA and DIH

2014-08-25 Thread paulparsons
I forgot to mention in the previous post that I changed the analysis engine from str name=analysisEngine/org/apache/uima/desc/OverridingParamsExtServicesAE.xml/str to str name=analysisEngine/org/apache/uima/desc/AggregateSentenceAE/str In doing so, I forgot the '.xml' extension, which is what

Integrate UIMA and DIH

2014-08-22 Thread paulparsons
Hi, I am trying to integrate UIMA and Solr. I'm following the guide here: https://cwiki.apache.org/confluence/display/solr/UIMA+Integration I'm also already using DIH to import from XML files. Here is what I've added to solrconfig.xml: libraries: lib dir=../../../contrib/uima/lib / lib

Use XSD or DTD to make Solr schema?

2014-05-06 Thread paulparsons
I'm new to Solr, so forgive me if this is a silly question. Although I can find some related information (in this list and elsewhere), I can't seem to find a clear answer to my specific question: If I have a DTD or XSD that describes the structure of a set of XML documents that I have, is there