You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Julien Masnada (Jira)" <ji...@apache.org> on 2021/03/01 08:29:00 UTC

[jira] [Commented] (JSPWIKI-1146) Add AWS Kendra as a Search Provider

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

Julien Masnada commented on JSPWIKI-1146:
-----------------------------------------

Hello [~juanpablo]

No worries.
 # I did create an account at jspwiki-wiki.a.o and tried to create a page with *just* the text "KendraSearchProvider" (literally). The spam filter does not even accept that. It is a little bit ridiculous :). I attached to this issue a stub page with its attached documents in case the spam filter let *you* pass... I will complete the page with the Docker part once I can edit the Page on jspwiki-wiki.a.o
 # The json file has been added to the maven-rat-plugin configuration
 # I removed the use of Awaitility. It is true that most of the code is boilerplate... However most line do need to be used to mock the Kendra API client, there are no real solution around that. I tried to make the test code as readable as possible using annotations, but it is still heavy to read.

If you don't mind, once you checked that the wiki page provides the necessary information and that I am able to edit it and complete it, I will remove the following files (not before):
 * jspwiki-kendra-searchprovider/cloudformation*
 * jspwiki-kendra-searchprovider/docker-files/jspwiki-custom.properties
 * jspwiki-kendra-searchprovider/docs/images/*
 * jspwiki-kendra-searchprovider/Dockerfile
 * jspwiki-kendra-searchprovider/README.md

=> Allow them to stay in the source repository until the spam filter issue has been resolved.

Thanks for your feedback

> Add AWS Kendra as a Search Provider
> -----------------------------------
>
>                 Key: JSPWIKI-1146
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1146
>             Project: JSPWiki
>          Issue Type: New Feature
>          Components: Search
>    Affects Versions: 2.11.0-M8
>            Reporter: Julien Masnada
>            Priority: Minor
>              Labels: features, pull-request-available
>         Attachments: KendraSearchProvider.zip
>
>
> We use AWS Kendra a central search tool in our organization to provide a search result that can span different Data Source (DB, Sharepoint, etc).
> Since we have a lot of documents in our Wiki, it is interesting for us to be able to index (in Kendra) and search pages and attachments from our wiki.
> Furthermore it is important to be able to search in attachments that are in PDF / Word / PPT or HTML format also.
> We have implemented a SearchProvider that does the job of indexing and returning search result. The code is available in [https://github.com/rostskadat/jspwiki]
> Some further documentation is available in the README.
> I would appreciate if you could direct me toward a document explaining the process for requesting the inclusion of this feature
> Thanks
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)