asu-ke-web-services / search-api

Search API for documents, data, research, people, etc
MIT License
2 stars 1 forks source link

Reduce Keyword Array by grouping same words and putting count as occurences #89

Open jkarner opened 8 years ago

jkarner commented 8 years ago

(Related #70, #35)

If two keywords contain the same text they should be considered the same keyword. The count of how many are collapsed with by in the keyword object as occurs

rraub commented 8 years ago

FYI: We could do some of this within the solr search itself.