Hallo. Scenario:
I would like to index a list of file for example: http://aaa.bb.com/ccc/folder1/doc1.pdf http://aaa.bb.com/ccc/folder1/doc2.pdf http://aaa.bb.com/ccc/folder1/doc3.pdf At another day, it could be that I want to remove from indexing for example http://aaa.bb.com/ccc/folder1/doc2.pdf and add http://aaa.bb.com/ccc/folder1/doc4.pdf How could I do this? Could I do this by means of an xml file to instruct Solr on the action to execute (add/delete) and the list of files? ManifoldCF read the xml and make the action ? Generic connector to an xml file with entrypoint action? API ? Could you help me? I am a little bit confused on it.. Thanks a lot. Mario
