Hi. Amazing utility btw. I am trying to use the command line parameters and am unsure of how I would use mod_date field for searching along with some keyword. For Eg. I have tried mod_date:[20210101 To 20210330] AND body:(hello) but this does not seem to work. Could you provide a complete command for this as below java -jar DocSearch.jar "search:XXXX" "Index" Also, i noticed that java -jar DocSearch.jar does not provide the search being passed to lucene on console. Would you have any idea on what...