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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -