iotashan / cfsolrlib

ColdFusion library for advanced Solr integration
MIT License
30 stars 16 forks source link

Added support for Data Import Handler #8

Closed jamiejackson closed 10 years ago

jamiejackson commented 11 years ago

Added ability for CFSolrLib to handle Data Import Handler (DIH) requests. Also, added ability to retrieve the information (via the THIS scope: username, password, isAccessAuthenticated, dataImportRequestHandler) one would need to hit the Solr server directly (say, via CFHTTP), if the programmer didn't want to go through CFSolrLib for DIH calls.