What is solrconfig.xml file?

I just unzipped the SOLR zip file downloaded from their site. and he says in the tutorial I need to edit the solrconfig.xml file. in different places there are several.

what is he like and where should I have this root folder? inside my web space?

LICENSE.txt  README.txt  client   contrib   docs   lib
CHANGES.txt  NOTICE.txt  build.xml  common-build.xml dist   example   src

ive got one example / solr / conf. is that one?

and about the config-xml file. Should I create one and then enter the path to it in the solrconfig.xml file? the textbook is not descriptive.

+3
source share
2 answers

You are right that the directory

see here http://wiki.apache.org/solr/SolrInstall#Setup

At some point you will need to edit 2 files:

  • Solr / CONF / solrconfig.xml
  • Solr/CONF/schema.xml

? , ... ;)

CraftyFella

+4

, , : server/solr/new_core/conf/solrconfig.xml ( ).

, , bin/solr restart.

+1

Source: https://habr.com/ru/post/1725515/


All Articles