> Can I configure with this components native solr or must I > write own > Indexer that use > org.apache.solr.handler.dataimport.FileListEntityProcessor?
You can use native solr. All things are configured in xml files, data-config.xml, schema.xml etc. There are examples in the directory example-DIH/solr{db,mail,rss,tika,ms} They all use dataimport. > Someware must I transform the inputdocuments to the schema. > My > iputdocuments are in different format. What are your input documents? pdf word excel?