Project

General

Profile

bug #6085

Updated by Andreas Kohlbecker over 7 years ago

Check if lucene auto-suggest functionality can be used. Currently we only use standard freetext search which leads e.g. to problems like incorrect ordering. 

 Collection of links with potentially useful information: 

 * Lucene 
   * https://lucene.apache.org/core/4_8_0/suggest/org/apache/lucene/search/suggest/analyzing/AnalyzingInfixSuggester.html 
   * http://stackoverflow.com/questions/24968697/how-to-implements-auto-suggest-using-lucenes-new-analyzinginfixsuggester-api 

 * Hibernate  
   * https://dzone.com/articles/hibernate-search-based 
   * By using the Spellchecker: https://achorniy.wordpress.com/2010/04/23/suggestion-engine-with-hibernate-search-and-lucene-intro/ 

 * ElasticSearch (will maybe become available for the cdmlib in future days)

Back