You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2011/01/25 16:32:46 UTC

[jira] Closed: (LUCENE-547) Directory implementation for Applets

     [ https://issues.apache.org/jira/browse/LUCENE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shai Erera closed LUCENE-547.
-----------------------------

    Resolution: Not A Problem

This is not a Directory for Applets, but rather a Directory which copies its files on-demand from some remote server. I don't see why would someone want to use a Directory inside an Applet, vs e.g. issuing searches (or other operations) over REST - they carry far less data on them. Due to long inactivity and that I'm not sure we want to adopt every Directory impl out there into Lucene, closing the issue.

> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org