views:

224

answers:

1

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]?

+2  A: 

If you want to do a partial import, take a look at delta imports.

Mauricio Scheffer
Thank`s! It work`s!
Yurish