Thanx for your help.

Can I configure with this components native solr or must I write own
Indexer that use
org.apache.solr.handler.dataimport.FileListEntityProcessor?

Someware must I transform the inputdocuments to the schema. My
iputdocuments are in different format.

Robert

2011/5/11 Ahmet Arslan <iori...@yahoo.com>:
>
>> i want PERIODIC ( 1x per 30s ) index the content of a
>> directory to
>> solr. In doing that i will to index only the new files and
>> add it to
>> the index.
>
> Probably you can use DIH, there are different DataSource implementations.
> http://wiki.apache.org/solr/DataImportHandler#DataSource
>
> For example you can index files in a directory recursively using 
> FileListEntityProcessor.
>

Reply via email to