You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2015/01/28 11:01:34 UTC

[jira] [Comment Edited] (OAK-2176) Support for using query engine for search suggestions

    [ https://issues.apache.org/jira/browse/OAK-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294942#comment-14294942 ] 

Tommaso Teofili edited comment on OAK-2176 at 1/28/15 10:01 AM:
----------------------------------------------------------------

regarding Lucene support for suggestions I'm currently benchmarking the different implementations using: https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/suggest/src/test/org/apache/lucene/search/suggest/LookupBenchmarkTest.java

>From the features point of view I'm keen to choose {{AnalyzingInfixSuggester}} (see Mike McCandless's [blogpost|http://blog.mikemccandless.com/2013/06/a-new-lucene-suggester-based-on-infix.html]).


was (Author: teofili):
regarding Lucene support for suggestions I'm currently benchmarking the different implementations using: https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/suggest/src/test/org/apache/lucene/search/suggest/LookupBenchmarkTest.java

>From the features point of view I'm keen to choose {{AnalyzingInfixSuggester}}.

> Support for using query engine for search suggestions
> -----------------------------------------------------
>
>                 Key: OAK-2176
>                 URL: https://issues.apache.org/jira/browse/OAK-2176
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: oak-lucene, oak-solr, query
>    Affects Versions: 1.1.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 1.1.6
>
>
> Related to OAK-2175 search engines are often used for term suggestions (e.g. for autocompletion, search as you type, etc.) which I think would be good to support also in Oak, especially having both Lucene (https://lucene.apache.org/core/4_10_0/suggest/org/apache/lucene/search/suggest/Lookup.html) and Solr (https://wiki.apache.org/solr/Suggester https://wiki.apache.org/solr/TermsComponent) already implementing this functionality.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)