
NoSQL (MongoDB) vs Lucene (or Solr) as your database
Jul 10, 2010 · With the NoSQL movement growing based on document-based databases, I've looked at MongoDB lately. I have noticed a striking similarity with how to treat items as …
Using Solr search index as a database - is this "wrong"?
The Solr document ID (basically a classname and database id) An XML representation of the entire object So basically it runs a search against Solr, download the XML representation of …
Vector based search in solr - Stack Overflow
Oct 19, 2021 · I am trying to implement dense vector based search in solr (currently using version 8.5.2). My requirement is to store a dense vector representation for each document in solr in a …
How to dump/backup a Solr index to a file? - Stack Overflow
Aug 28, 2010 · 13 I'm running a Virtual Private Server where, every day at midnight, all files are backed up automatically by the VPS provider. So I need to export the Solr index to a file, so …
Why are document stores like Lucene / Solr not included in NoSQL ...
Sep 27, 2015 · Solr has underlying lucene search algorithms bundled but in NoSQL you need to build them, This applies to the magnificent faceted search or blazing fast document search …
How can I see all the data that solr is indexing? - Stack Overflow
How can I see all the data that solr is indexing? Asked 14 years, 9 months ago Modified 6 years, 9 months ago Viewed 37k times
Fix for Apache Solr 9.7.0 Windows Start-up Issues
Nov 19, 2024 · Problem When trying to start Apache Solr 9.7.0 on Windows using either basic start command or cloud example, you might encounter these errors: With basic start …
Running Solr on Azure - Stack Overflow
Oct 2, 2010 · If you are interested, you could also check out Solr-as-a-Service or Hosted Solr solutions as they remove the headache of setting up SolrCloud on Azure. There's a lot that …
How to backup a Solr database? - Stack Overflow
Oct 4, 2012 · I wonder how to backup (dump) a Solr database? If it is only to copy some files, then please specify which files (filename, location etc). Thanks
How To configure apache solr 9.0.0 dataimport handler
Jul 28, 2023 · I am not getting correct way of configure dataimport handler. i want to import mysql AND SQL server dataimport in solr. Want to import mysql database in solr version. or migrate …