indexing XML Solr Schemaless mode -
i'm using solr in schemaless mode, , want index xml files, using post command via shell.
i've configured in solrconfig.xml managedschemadefinition , commented classicindexschemafactory.
the post command index files:
bin/post -c mycollection server/solr/docs/*.xml
where docs folder in i've insert xml files want index mycollection.
the problem in mycollection overview, num docs=0, , in schemabrowser tab there aren't fields of xml indexed.
am missing configuration steps?
Comments
Post a Comment