Don't use TextField for your unique key in Solr – Ryan Svihla – Medium
This seems immediately obvious when you think about it, but TextField is what you use for fuzzy searches in Solr, and why would a person want a fuzzy search on a unique value? While I can come up with some oddball use cases, making use of copy fields would seem to be the more valid approach and fitting with the typical use of Solr IE you filter on strings and query on text.
Read full article from Don't use TextField for your unique key in Solr – Ryan Svihla – Medium
No comments:
Post a Comment