: It'd be nice to be able to pass HTTP parameters into DataImportHandler
: that'd be passed into the SQL as parameters, is this possible?
there is a specific sub-section about this in the docs...
http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters
-Hoss
Yep...Take a look at this example. Map your SQL query to the appropriate fields
in your index. create a directory under called DataImportHandler and reference
it in your update command using curl or whatever. example
/solr/conf/dataimporthandler
yes it is possible via ${dataimporter.request.param}
see
http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters
On Tue, Feb 15, 2011 at 4:45 PM, Jason Rutherglen <
jason.rutherg...@gmail.com> wrote:
> It'd be nice to be able to pass HTTP parameters into DataImportHandler
> t
It'd be nice to be able to pass HTTP parameters into DataImportHandler
that'd be passed into the SQL as parameters, is this possible?