You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Kiran J <ki...@gmail.com> on 2015/03/16 19:51:37 UTC

Data Import Handler - reading GET

Hi,

In data import handler, I can read the "clean" query parameter using
${dih.request.clean} and pass it on to the queries. Is it possible to read
any query parameter from the URL ? for eg ${foo} ?

Thanks

Re: Data Import Handler - reading GET

Posted by Alexandre Rafalovitch <ar...@gmail.com>.
Have you tried? As ${dih.request.foo}?

Regards,
   Alex.
----
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/


On 16 March 2015 at 14:51, Kiran J <ki...@gmail.com> wrote:
> Hi,
>
> In data import handler, I can read the "clean" query parameter using
> ${dih.request.clean} and pass it on to the queries. Is it possible to read
> any query parameter from the URL ? for eg ${foo} ?
>
> Thanks