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

Alexandre Rafalovitch commented on SOLR-10299:
----------------------------------------------

If we are getting a VM, there is nothing that stops that VM have a proxy in 
front of Solr that rejects everything but one route (/select or /manual or 
/manual730) from outside of localhost.And rejects anything that has '..' or 
other magic characters. And has CORS headers locking the - browser-originated - 
requests to the website hosting official manual only.

The Solr itself can also be configured to not even have Update Request Handler. 
The building of the index can be handled by the ant script that builds Solr 
itself, given that Solr and the documentation and - whatever - is all in one 
branch now. The index - built locally - can then be secure FTPd to the VM and 
an index swap command can be called by a watcher script.

Or if Docker is supported, maybe - after the container gets built - it can be 
mounted read-only and only the latest manual is searchable.

> Provide search for online Ref Guide
> -----------------------------------
>
>                 Key: SOLR-10299
>                 URL: https://issues.apache.org/jira/browse/SOLR-10299
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>            Reporter: Cassandra Targett
>            Priority: Major
>         Attachments: basic-services-diagram.png
>
>
> The POC to move the Ref Guide off Confluence did not address providing 
> full-text search of the page content. Not because it's hard or impossible, 
> but because there were plenty of other issues to work on.
> The current HTML page design provides a title index, but to replicate the 
> current Confluence experience, the online version(s) need to provide a 
> full-text search experience.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to