Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serkan-ozal/hazelcast-lucene
https://github.com/serkan-ozal/hazelcast-lucene
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serkan-ozal/hazelcast-lucene
- Owner: serkan-ozal
- Created: 2014-07-16T07:21:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T14:58:24.000Z (over 10 years ago)
- Last Synced: 2024-10-17T00:11:53.428Z (30 days ago)
- Language: Java
- Size: 183 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazelcast Lucene Directory Implementation
## Purpose
- To create Hazelcast backed Lucene Directory implementation.
- Fast access to Lucene indexes using Hazelcast Technology.
- new integration module for Hazelcast Integration Team.
- Searchability constitutes a huge business segment and Hazelcast must be in this market with this implementation.
- Fast indexing time for big data sets## Technologies Used
- Hazelcast: Hazelcast Distributed Map to store Lucene Index files.
- Apache Lucene: Java full-text search library.## Sample Use Cases
- Lucene could be setup to use Hazelcast Directory Implementation.
- This module could be used together with Solr and ElasticSearch.
- Hazelcast Distributed Data Structures can be configured as full text searchable.## TODO
- Off-heap implementation for big index sizes.
- Searchable Distributed Map