Are there any NoSQL databases that support word proximity search similar to lucene ?
I have a client who needs NoSQL flexibility with the ability to search for Lucene or another search tool. The average amount of data to be searched is 200 GB.
If you can manage the .NET / Win solution, check also that RavenDB - lucene got into it. If not, Schild's answer is good. You can also use lucene separately with MongoDB, but your application will have to support the index itself ...
Take a look at tjake Solandra (formerly Lucandra). "Solandra is a real-time distributed search engine built on Apache Solr and Apache Cassandra."
Solandra "supports most of the functionality of Solr (search, cut, highlight)"
Lucene is a NoSQL database .
It may be too late to be useful, but check out MarkLogic . This is a document database with integrated full-text search (not Lucene bolt-on). You can quickly view the demo through http://developer.marklogic.com/try/corona/index
Source: https://habr.com/ru/post/1340048/More articles:capture OpenGL graphics in video - ocamlUsing C # to search for OCR (for searching) PDF - pdfASP.NET MVC3 jQuery Validate Plugin custom error Placement - jqueryIn Tcl on Unix, how do I kill a background process that was started using exec? - killWhat is etc1tool? - androidHow to create a certain number of child processes using fork () - cThreadLocals effect and side by side - javaDeserialization of ambiguous json - jsonNhibernate QueryOver - why should I specify JoinQueryOver - nhibernateValidating jQuery using jQuery.Templates script - jqueryAll Articles