Search code examples
solrsolrcloud

What does solr support ? A Relational Data base or a NoSql DB's


I would like to know weather SOLR supports a NoSql Database or a Relational Database?

Thanks


Solution

  • Solr internally uses Apache Lucene for indexing. Details about the index file structure is available in the docs here.

    Technically this can be classified as a NoSQL store.