I want to index my system each files and folders information into solr. Is there any handler in solr to do it?
I can index any file using data import handler using below command
curl "http://localhost:8983/solr/update/extract?ext.idx.attr=true\&ext.def.fl=text&commit=true" -F "[email protected]"
But i want to index my whole system into solr.