[ 
http://issues.apache.org/jira/browse/LUCENE-547?page=comments#action_12375211 ] 

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

The classes are based on the RAMxxx classes, perhaps some of them could be 
reused instead of creating new ones.

Currently we have to give a list of urls/files the applet will load.
It could perhaps be enhanced in a way that only the sements file is loaded and 
then all other files are loaded/detected when requested by the lucene engine. 
That way we would not have to pass in a list of the index files.

> Directory implementation for Applets
> ------------------------------------
>
>          Key: LUCENE-547
>          URL: http://issues.apache.org/jira/browse/LUCENE-547
>      Project: Lucene - Java
>         Type: Improvement

>   Components: Store
>     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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to