olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.89k stars 545 forks source link

lunr with database #373

Closed danelia closed 5 years ago

danelia commented 5 years ago

I have about 4 gb of data that I'm indexing, engine works great, but I have to give up about 4.5 gb of ram. Is there or will there be any way of storing those data in database?

olivernn commented 5 years ago

I'm glad to hear that Lunr is working well, especially on a 4GB index.

Lunr is designed as an in memory search engine, originally for use within a browser. As such there is basically no support for not keeping the entire index in memory unfortunately.