solr/
├── bin/
├── CHANGES.TXT
├── contrib/
├── dist/
├── docs/
├── example/
├── licenses
............
├── server/
└── tempfolder/
└── index.html
I have following folder structure and my solr version is 8.6.3. When I enter command:
bin/post -c solrhelp -filetypes html tempfolder/
I get following error:
Solr returned an error #404 (Not Found) for url: http://localhost:8983/solr/solrhelp/update/extract?resource.name=/home/user/solr-8.6.3/example/my-examples/index.html&literal.id=/home/user/solr-8.6.3/example/my-examples/index.html
But in solr-8.3.1 this command works fine. Does solr-8.6.3 supports html file indexing? If yes how to do it?