Skip to content
forked from lumongo/lumongo

Distributed Realtime Search with Lucene and MongoDB

License

Notifications You must be signed in to change notification settings

zhaoyudong/lumongo

 
 

Repository files navigation

LuMongo

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

Distributed Realtime Search With Lucene

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%