https://github.com/serkan-ozal/hazelcast-lucene
https://github.com/serkan-ozal/hazelcast-lucene
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serkan-ozal/hazelcast-lucene
- Owner: serkan-ozal
- Created: 2014-07-16T07:21:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T14:58:24.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T12:22:03.335Z (4 months 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