Greetings all,
I am trying to match a user input string with a multivalued field in solr.
For non multivalued fields I was using following function query
strdist(def(state_exact,""),"Delhi NCR",edit)
Using the same for multivalued fields throws following error
"can not use FieldCache on multival
Hi,
I've implemented a solr suggester with FuzzyLookupFactory and its working
perfectly. Except for a minor glitch, its only treating case sensitive
searches as an exact match.
For example, results for "mumbai" vs "Mumbai" is different.
This is too restrictive and kind of defeating the purpose of