Hello,
I'm having problems with getting my core setup, I think. I just have the collection1 core, or at least that's my intent, at /etc/solr/collection1/. When I go to the solr/admin/ page in my browser, I get the following error message:

SolrCore 'collection1' is not available due to init failure: Schema Parsing Failed: SchemaField: currency conflicting 'true' field options for non-indexed field:{termPositions=true, indexed=false, stored=true, termVectors=true, termOffsets=true}

which looks like an error in the schema.xml file, which I have located at /etc/solr/collection1/conf/. I did have my currency field set not to be indexed in my schema.xml, so I change indexed to true, but I still get the same error when I go to the solr/admin/ page, saying that it's non-indexed. This is the element as it is now:

<field name="currency" type="currency" indexed="true" stored="true" />

But it looks like this change isn't being recognized. Am I misunderstanding where the problem is?
Brian

Reply via email to