Wanted to find out how people are using Solr’s ExtractingRequestHandler to index different types of documents from a configuration file in an import fashion. I want to use this handler in a similar way how DataImportHandler works where you can issue “import” command from the URL to create an index reading database table(s).
For documents, I have a db table which stores files paths. Want to read file’s location from a db table then create an index after reading document content using ExtractingRequestHandler. Again trying to see if all this can be done just from a configuration same way how DataImportHandler handles this -- View this message in context: http://old.nabble.com/Index-documents-with-Solr-tp26205991p26205991.html Sent from the Solr - User mailing list archive at Nabble.com.