zjpjohn / lumongo

Distributed Realtime Search with Lucene and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuMongo

=============

Distributed Realtime Search With Lucene

Join the chat at https://gitter.im/lumongo/lumongo

LuMongo is a real-time distributed search and storage system based on Lucene. LuMongo is designed from the ground up to scale both vertically and horizontally across servers. LuMongo stores Lucene indexes directly into MongoDB. Documents can be stored natively into MongoDB. When stored natively document can be queried as normal out of MongoDB and use of Map-Reduce and the Aggregation Framework is possible.

LuMongo is:

  • Realtime
  • Distributed
  • Pure Java
  • Open Source

LuMongo supports:

  • Sorting
  • Faceting
  • Searching multiple indexes with a single query
  • Storing associated documents with the documents

To learn more see the wiki:

About

Distributed Realtime Search with Lucene and MongoDB

License:Apache License 2.0


Languages

Language:Java 96.5%Language:JavaScript 3.0%Language:Shell 0.4%Language:HTML 0.1%