You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2016/10/20 10:03:59 UTC

[jira] [Resolved] (LUCENE-7510) New index directory

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

Alan Woodward resolved LUCENE-7510.
-----------------------------------
    Resolution: Not A Problem

This is better dealt with on the mailing list, as JIRA is supposed to be for bug reports or implementations rather than support requests.

There are some distributed Directory implementations out there (Infinispan had one a few years back), or you can front your distributed cache behind a java FileSystemProvider and just use FSDirectory.

> New index directory
> -------------------
>
>                 Key: LUCENE-7510
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7510
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: core/index
>    Affects Versions: 6.2.1
>            Reporter: Dhwanit Gupta
>            Priority: Minor
>
> Hi
> Currently Lucene gives functionality to write index on RAMDirectory or FSDirectory, but I want to write index in Cache.
> To support writing index in cache, how should I proceed. I want to know how to implement my own Directory where I can write and read index ?
> Thanks
> Dhwanit



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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