Re: Comparing between 2 String fields

2016-10-28 Thread Emir Arnautovic
Hi Edwin, No - functions are introduced a long time ago - I think eq function was added in 6.x. Emir On 27.10.2016 18:05, Zheng Lin Edwin Yeo wrote: Hi Emir, Thanks for your reply. Does all these functions only works for Solr 6.x onwards? Regards, Edwin On 27 October 2016 at 20:13, Emir

Re: Comparing between 2 String fields

2016-10-27 Thread Zheng Lin Edwin Yeo
Hi Emir, Thanks for your reply. Does all these functions only works for Solr 6.x onwards? Regards, Edwin On 27 October 2016 at 20:13, Emir Arnautovic wrote: > Hi Edwin, > > You can use functions to do that, e.g. > > fq={!frange l=1}strdist(field1,field2, edit) > > Solr now has eq func as well

Re: Comparing between 2 String fields

2016-10-27 Thread Emir Arnautovic
Hi Edwin, You can use functions to do that, e.g. fq={!frange l=1}strdist(field1,field2, edit) Solr now has eq func as well, so you can use that one in case you are running latest version. HTH, Emir On 27.10.2016 13:39, Zheng Lin Edwin Yeo wrote: Hi, Is it possible to compare between 2 Str