Hi,
I need to iterate over a large dataset, so according to documentation I need to use --iterate-by and a corresponding --query.
So I tried the following command:
solrcopy backup --query 'tdate:[{begin} TO {end}]' --iterate-by day --between '1970-01-01' '2071-01-01'
but this fails:
error: unexpected argument 'TO' found
Tested on Linux and Windows with Solrcopy 0.8.1
Could you please tell me what I'm doing wrong?
Thanks in advance!
Hi,
I need to iterate over a large dataset, so according to documentation I need to use
--iterate-byand a corresponding--query.So I tried the following command:
but this fails:
error: unexpected argument 'TO' foundTested on Linux and Windows with Solrcopy 0.8.1
Could you please tell me what I'm doing wrong?
Thanks in advance!