How can i pass additional parameters to SOLR, while importing from database, using dataimport. Example:
I have sql query, smth like this:
Select * from documents where documentId > [myParameterHere]
Can i somehow insert value to [myParameterHere]?