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 "Vikas Saurabh (JIRA)" <ji...@apache.org> on 2019/06/15 09:15:01 UTC

[jira] [Commented] (OAK-7981) Implement elastic search support based off of oak-search

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

Vikas Saurabh commented on OAK-7981:
------------------------------------

Work being done at https://github.com/catholicon/jackrabbit-oak/tree/OAK-7981-es-impl.

Basic indexing and simple querying should be working.

Some top  level TODO (in no specific order):
* current all string (apart from path, ancestor, etc) get mapped as string - that means all would get analyzed and need to be searched with 'keyword' sub-field. Maybe mapping (and hence querying would need improving)
* batch indexing
* batch/scroll searching
* implement faceting, suggestion, spellcheck, more-like-this, excerpt (anything else??)
* cost estimation

(there's a whole lot of TODOs in code btw)

> Implement elastic search support based off of oak-search
> --------------------------------------------------------
>
>                 Key: OAK-7981
>                 URL: https://issues.apache.org/jira/browse/OAK-7981
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: elastic-search, search
>            Reporter: Vikas Saurabh
>            Assignee: Vikas Saurabh
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)