Closed nickdos closed 3 years ago
On test
/occurrences/search?text:parrots = 5,350,721 /occurrences/search?text:parrot = 762,782
I think this is because we now include indexing of the speciesSubgroup
in the SOLR copyField
Related commit is: https://github.com/gbif/pipelines/commit/2282e7a2c1e5a921b859c67b5aac2b74a11cdaa3
If text
is being stemmed, then the index should only contain the term parrot
as any instances of parrots
will be stemmed to remove the s
before writing to the index. The larger result for parrots
indicates this is not the case on the indexing side of things.
Possibly related to #391
Both https://biocache.ala.org.au/ws/occurrences/search?q=text:parrots and https://biocache.ala.org.au/ws/occurrences/search?q=text:parrot match 5672543 occurrences today. I think this is fixed now.
@nickdos can you test again ? LGTM
Yep, looks good - will close 👍
Related to #423.
invalid
if not the expected output)