Table of Contents |
---|
...
Please refer to Geode 1.2.0 documentation with final
...
implementation is here.
Requirements
Allow user to create Lucene Indexes on data stored in Geode
- Update the indexes asynchronously to avoid impacting write latency
Allow user to perform text (Lucene) search on Geode data using the Lucene index. Results from the text searches may be stale due to asynchronous index updates.
Provide highly available of indexes using Geode's HA capabilities
- Scalability
- Performance comparable to RAMFSDirectory
Out of Scope
Building next/better Solr/Elasticsearch.
Enhancing the current Geode OQL to use Lucene index.
...