Please explain the syntax in solr query fq = {!frange l=1 u=1}strdist(PR_EMP_ID_s, POSTN_PR_EMP_ROW_ID_s,edit)

189 Views Asked by At

In the below syntax:

fq = {!frange l=1 u=1}strdist(PR_EMP_ID_s, POSTN_PR_EMP_ROW_ID_s,edit)

how to interpret this expression?

I know the basic fq working.

I have one query where I found this expression, but I am not able to interpret this syntax.

0

There are 0 best solutions below