[ 
https://issues.apache.org/jira/browse/LUCENE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986465#action_12986465
 ] 

Andre Schild commented on LUCENE-547:
-------------------------------------

The reason for this implementation is the following:

We have built a QM documentation system which 
generates static PDF and html pages, with a tree navigation.

It also generates a fulltext lucene index to be able to
do a full text search.

We don't require a server to deliver the content, but instead
we can just start the documentation system from a local harddisk,
or even a CDROM drive.

So, since we don't have a server on hand, we can't use REST.

> Directory implementation for Applets
> ------------------------------------
>
>                 Key: LUCENE-547
>                 URL: https://issues.apache.org/jira/browse/LUCENE-547
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Store
>    Affects Versions: 1.9
>         Environment: Applets
>            Reporter: Andre Schild
>            Priority: Minor
>         Attachments: AppletDirectory.zip
>
>
> This directory implementation can be used inside of applets, where the index 
> files are located on the server.
> Also teh applet is not required to be signed, as no calls to the 
> System.getProperty are made.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to