|
|
|
|
|
by innagadadavida
3081 days ago
|
|
Second this, even if you are a PG fanboy and a search newbie, you need to pay attention to: 1. issues with i18n and l10n tokenization. Does PG support other languages? 2. At minimum you need to support tf-idf (or something better), it doesn't look like PG supports this either. 3. For extremely dumb ranking, you can have a render/engaged column in PG. For decent production stuff you need a decision tree ranker (or GBDT). All in all, none of these are there in PG, I'm not familiar with Solr/Lucene either, but please educate yourselves before expressing such strong opinions marketed as the absolute truth. |
|