On 2/20/2016 8:03 PM, Pavan Kumar wrote:
> We have one application with postgres DB and Java front end.Now we
> have written some procedure by
> *IN*and *OUT*parameter and the front team used to use that IN & OUT
> parameter and fetch the data from DB .The requirement
> is that, the same thing we have to implement by using Solr. We have to
> show the IN parameter in the URL
> so that the front end team can use that URL by using IN parameter and
> fetch the data also the out parameter
> should display through application. Please help me out. Thanks in advance.

This was somewhat confusing, but I might have some idea of what you are
asking.  Are you saying that you want to include IN and OUT parameters
on the dataimport URL, and have those parameters get used in the SQL
queries?

If that's what you are after, this is completely possible.  You would
use ${dih.request.IN} and ${dih.request.OUT} in the data-config.xml
file.  The dollar sign and the curly braces are needed.

Thanks,
Shawn

Reply via email to