A Divendres, 10 de juliol de 2009, [email protected] va escriure: > What about supercharging openerp search with something like lucene. > Imagine looking for documents when you mistype a partner name or only have > a phone number, finding products etc.
This already exists and fully working inside Koo [1]. Adapting other clients would be easy too. It already supports ranked searching and you can configure fields priority. For example, a word that appears in the name of a product has higher weight than the same word appearing in the notes of another product. You can search among any field in the database, including metadata extracted from attachments. Using smart_attach module, it will even OCR an image and the text will be indexed. The same with ODT, DOC, PDF or text files. [1] http://www.nan-tic.com/openerp-full-text-search_en > > I have used a .net implimentation and it is very fast even when searching > millions of items and the query ability leaves sql for dead. > > Hopefully it would be easy to plug in something like > > http://lucene.apache.org/pylucene/ > > some of the advantages are > * ranked searching -- best results returned first > * many powerful query types: phrase queries, wildcard queries, > proximity queries, range queries and more * fielded searching (e.g., title, > author, contents) > * date-range searching > * sorting by any field > * multiple-index searching with merged results > * allows simultaneous update and searching > > > > > -------------------- m2f -------------------- > > -- > http://www.openobject.com/forum/viewtopic.php?p=39180#39180 > > -------------------- m2f -------------------- > > > _______________________________________________ > Tinyerp-users mailing list > http://tiny.be/mailman2/listinfo/tinyerp-users -- Albert Cervera i Areny http://www.NaN-tic.com Mòbil: +34 669 40 40 18 _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
