> 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