I would like to know weather SOLR supports a NoSql Database or a Relational Database?
Thanks
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.