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

Shai Erera commented on LUCENE-547:
-----------------------------------

If you don't have a server, where does the Directory take its files from? If 
it's from the local hard-disk, you can use RAMDirectory to load the files from 
a FSDirectory.

> 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