I was not up to date on this:

<xi:include href="solrconfig.snippet.randomindexconfig.xml" xmlns:xi="
http://www.w3.org/2001/XInclude"/>

First XML include I've ever seen in practice.

- Mark

On Fri, Sep 4, 2015 at 1:32 PM Chris Hostetter <hossman_luc...@fucit.org>
wrote:

> : On trunk, when I add the following to the solrconfig.xml, I can't load a
> : SolrCore. What am I doing wrong?
>         ...
> : There is only the indexConfig I have added.
>
> are you sure?
>
> file a bug and attach your entire solr home dir, because i can't reproduce
> with the following configs -- the core loads just fine...
>
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <config>
>   <luceneMatchVersion>6.0.0</luceneMatchVersion>
>   <indexConfig>
>     <lockType>${solr.lock.type:native}</lockType>
>   </indexConfig>
> </config>
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <schema name="example" version="1.5">
>    <field name="_version_" type="long" indexed="true" stored="true"/>
>    <field name="_root_" type="string" indexed="true" stored="false"/>
>    <field name="id" type="string" indexed="true" stored="true"
> required="true" multiValued="false" />
>    <uniqueKey>id</uniqueKey>
>    <fieldType name="string" class="solr.StrField" sortMissingLast="true" />
>    <fieldType name="long" class="solr.TrieLongField" precisionStep="0"
> positionIncrementGap="0"/>
> </schema>
>
>
>
> -Hoss
> http://www.lucidworks.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
> --
- Mark
about.me/markrmiller

Reply via email to