Hi,
I am trying to search using the RegExp \bA[\s-]?\d{4,5}([\s-]?[A-Z]{1,2})?\b on a pre created index using command line.
Though the same expression works for searching on directories, it gives error for index. Please help.
The command I am trying and failing is :
flpsearch.exe -o C:\Tst\fprsrch.csv -oc -cex -c "\bA[\s-]?\d{4,5}([\s-]?[A-Z]{1,2})?\b" -ofc -idxname IndexName
Instead of -idxname if I use -d and specify a folder, it works.
Thanks
AK