community-platform icon indicating copy to clipboard operation
community-platform copied to clipboard

Search comments

Open jbarrett opened this issue 9 years ago • 3 comments

See also: #298

via @tagawa:

Thread / Idea comments are not indexed in dezi - only top-level entities are added. We need to revisit our site-search setup. ddg.dd site: search throws up more results.

< tagawa> Searching for "multiple search sources" in the forums returns nothing, whereas with ddg there are 3 results.

jbarrett avatar May 20 '15 09:05 jbarrett

Hello, I also saw another ticket/issue about searching the site... and maybe I don't understand the problem...but... I have some good experiences with solutions that have implemented https://lucene.apache.org/

preemeijer avatar Jun 05 '15 14:06 preemeijer

We currently use Dezi which is based on Apache Lucy, which is a port of Lucene :smile:

Our problem is we just don't index the comments along with the thread.

I also attempted to use postgres n-gram index searching, but cross table queries would be very slow since we didn't have a version which supports materialized views (cross-table indexing).

jbarrett avatar Jun 07 '15 10:06 jbarrett

:sweat_smile:

Never heard of Dezi. Thanks for the link :smiley:

preemeijer avatar Jun 07 '15 19:06 preemeijer