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 "Thomas Mueller (JIRA)" <ji...@apache.org> on 2015/01/28 14:14:35 UTC

[jira] [Commented] (OAK-2175) Support for rep:spellcheck

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

Thomas Mueller commented on OAK-2175:
-------------------------------------

We will need to extend the parser(s) first to support the syntax:

{noformat}
SELECT [rep:spellcheck()] FROM nt:base WHERE [jcr:path] = '/' AND SPELLCHECK('jackrabit')
{noformat}

For "rep:spellcheck()" we can re-use ColumnImpl, and use a specially named property, for example ":spellcheck". For SPELLCHECK('jackrabit'), we would need a new class SpellcheckImpl  that extends ConstraintImpl (similar to SimilarImpl).

> Support for rep:spellcheck
> --------------------------
>
>                 Key: OAK-2175
>                 URL: https://issues.apache.org/jira/browse/OAK-2175
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: oak-lucene, oak-solr
>    Affects Versions: 1.1.0
>            Reporter: Tommaso Teofili
>            Assignee: Thomas Mueller
>             Fix For: 1.1.6
>
>
> in JR2 (http://wiki.apache.org/jackrabbit/SpellChecker) rep:spellcheck was supported to provide spellchecking functionalities. It would be good if we could make also the Oak Lucene and Solr index provide support for that.



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