You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/04/03 01:04:31 UTC

[GitHub] [lucenenet] ricoisme opened a new issue #631: Can support RedisDirectory

ricoisme opened a new issue #631:
URL: https://github.com/apache/lucenenet/issues/631


   hi 
   
   I think redisdirectory is more useful than ramdirectory in real world.
   I hope can support redisdirectory if we can.
   
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 edited a comment on issue #631: Can support RedisDirectory

Posted by GitBox <gi...@apache.org>.
NightOwl888 edited a comment on issue #631:
URL: https://github.com/apache/lucenenet/issues/631#issuecomment-1086764962


   There is no Redis support in [Lucene 4.8.0](https://github.com/apache/lucene/tree/releases/lucene-solr/4.8.0), so it won't be included in Lucene.NET.
   
   However, since the Lucene `Directory` class is extensible, there are a few `RedisDirectory` implementations to choose from that can be ported to .NET to support Redis.
   
   - https://github.com/shijiebei2009/RedisDirectory
   - https://github.com/DDTH/ddth-lucext#redisdirectory
   - https://github.com/maxpert/RedisDirectory
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 commented on issue #631: Can support RedisDirectory

Posted by GitBox <gi...@apache.org>.
NightOwl888 commented on issue #631:
URL: https://github.com/apache/lucenenet/issues/631#issuecomment-1086764962


   There is no Redis support in [Lucene 4.8.0](https://github.com/apache/lucene/tree/releases/lucene-solr/4.8.0), so it won't be included in Lucene.NET.
   
   However, since the Lucene `Directory` class is extensible, there are other Java projects that have Redis support that can be ported to .NET to support Redis.
   
   - https://github.com/shijiebei2009/RedisDirectory
   - https://github.com/DDTH/ddth-lucext#redisdirectory
   - https://github.com/maxpert/RedisDirectory
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org