Hi All, I am working on designing a Solr based enterprise search solution. One requirement I have is to track crawled data from various different data sources with metadata like crawled date, indexing status and so on. I am looking into using Solr itself as my data store and not adding a separate database to my stack. Has anyone used Solr as a dedicated data store? How did it compare to an RDBMS? I see Lucidworks Fusion has a notion of Crawl DB - can someone here share some insight into how Fusion is using this 'DB'? My store will need to track millions of objects and be able to handle parallel adds/updates. Do you think Solr is a good tool for this or am I better off depending on a database service?
Thanks a bunch.