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 s
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:
UpdateRequestProcessorChain:
I added default="true" to my updateRequestProcessorChain:
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
at
org.apache.solr.uima.processor.UIMAUpdateReque
I forgot to mention in the previous post that I changed the analysis engine
from
/org/apache/uima/desc/OverridingParamsExtServicesAE.xml
to
/org/apache/uima/desc/AggregateSentenceAE
In doing so, I forgot the '.xml' extension, which is what was causing the
error. It would be helpful if the error
Hi,
I'm trying to set up a multicore SolrCloud on HDFS. I am getting the
following error for all my cores when trying to start the server:
ERROR org.apache.solr.core.CoreContainer – Unable to create core:
org.apache.solr.common.SolrException: Schema Parsing Failed: unknown field
'id'. Schema fi
Thanks. There is definitely a in each of the schemas.
I am using 4.7.2.
Here is one of the *schema.xml* (the others are similar):
id
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:
http://lucene.472066.n3.nabble.com/Schema-Pa