On Thu, Sep 8, 2011 at 6:57 PM, kiran.bodigam <kiran.bodi...@gmail.com> wrote: > SOLR will keep the indexed information in directory called > index(${DATA_DIR}/index) after clicking the commit from admin console and > also we can override the existing index files. similarly can we keep (or) > store these index related information in permanent location like db table > rather than a file system?
What do you mean by index-related information? If you are referring to dataimport.properties, the file that stores information about the last time the dataimporthandler (DIH) ran, then DIH will only pick up information from that file. However, you could push that data into a database, and retrieve then when reindexing, if so desired. If you are referring to the index files themselves, it makes no sense to do that, as one would be losing many of the benefits of Solr/Lucene. Regards, Gora