Hi Zheng, I copied the SOLR 5 schema.xml file on Github (?), which contains the following line:
<schemaFactory class="ClassicIndexSchemaFactory"/> ----- Mail original ----- De: "Zheng Lin Edwin Yeo" <edwinye...@gmail.com> À: solr-user@lucene.apache.org Envoyé: Mardi 24 Mars 2015 10:59:49 Objet: Re: _text Hi Philippe, Are you using the default schemaFactory, in which your setting in solrconfig.xml is <schemaFactory class="ManagedIndexSchemaFactory">, or you have used your own defined schema.xml, in which your setting in solrconfig.xml should be <schemaFactory class="ClassicIndexSchemaFactory"/>? Regards, Edwin On 24 March 2015 at 17:40, <phi...@free.fr> wrote: > > Hello, > > my SOLR 5 Admin Panel displays the following error: > > 23/03/2015 15:05:05 ERROR SolrCore > org.apache.solr.common.SolrException: undefined field: "_text" > > How should _text be defined in schema.xml? > > Many thanks. > > Philippe >