[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to