Morning everybody ,, this is my first time to use solr after reading some document about q , and fq i want to make query that return all rows that have last digit equal 3 for example .
I tried to use regex like condition id:/.*3/
, but this return no data .
Now i want to do this using mod function , Please explain your solution .
Thanks for help.