Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Full text search

by
IT IS AG, Joerg Lorenz.
- 21/06/2021 19:23:21
Hi Holger, 

Personally, I found your approach of using pure PostGreSQL insteresting here, given that elasticsearch requires an addtl service stack (docker container, or alike), and (as I learned the other day from Fred) Elasticsearch is developed in Java  (boo :-() Maybe not so much boo for me, as some of you know). For us, if connected with ITISeasy.docs, Solr comes as an option, too (built on lucene as well). 

Also a quick search retrieved this: https://rocky.dev/full-text-search. Performance is important. 

Have you by any chance - allready started covering some of the topics you marked as open in your presentation, like ranking, highlighting, proximity, parser tuning and dictionary training? 
Best, Joe 


Von: "Holger Brunn" <mail@hunki-enterprises.com>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Montag, 21. Juni 2021 18:46:45
Betreff: Re: Full text search

I did some work on this a long time ago in
https://github.com/Therp/fulltextsearch
That's basically a framework to make the postgres fulltext search operators 
usable via the Odoo UI. Something like this could still be helpful in v14 I 
think, but if I was tasked to start something from scratch I'd go the 
elasticsearch route nowadays I guess if there weren't any constraints.


-- 
Your partner for the hard Odoo problems
https://hunki-enterprises.com

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe


Reference