You will find the indexed data inside the data/index directory of your solr home. The documents are stored in Lucene Index File Format which is not human readable.
To find a document or documents you have to search it through solr admin web page with appropriate Lucene query syntax ( http://lucene.apache.org/java/docs/queryparsersyntax.html). Duplicates will not be there if you have a uniqueKey defined in your schema and make sure you don't have "allowDups" attribute set to true in the "add" command for adding documents. On Mon, Jul 21, 2008 at 12:42 PM, sanraj25 <[EMAIL PROTECTED]> wrote: > > Hi > When indexing data with solr where document stored and how to find > document in solr installation.And > how to avoid data duplication in solr database. > > thanks in advance > > > regards, > Santhanaraj R > -- > View this message in context: > http://www.nabble.com/Where-DATA-are-stored-tp18563280p18563280.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Regards, Akshay Ukey.