is there any attribute in schema.xml to avoid duplication in solr?

2011-10-04 Thread nagarjuna
Hi everybody

  i want to know whether is there any attribute in schema.xml to avoid
the duplications?

pls reply 
thanks

--
View this message in context: 
http://lucene.472066.n3.nabble.com/is-there-any-attribute-in-schema-xml-to-avoid-duplication-in-solr-tp3392408p3392408.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: is there any attribute in schema.xml to avoid duplication in solr?

2011-10-04 Thread Tom Gullo
UniqueId avoids entries with the same id.  

--
View this message in context: 
http://lucene.472066.n3.nabble.com/is-there-any-attribute-in-schema-xml-to-avoid-duplication-in-solr-tp3392408p3393085.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: is there any attribute in schema.xml to avoid duplication in solr?

2011-10-04 Thread Chris Hostetter
y
:   i want to know whether is there any attribute in schema.xml to avoid
: the duplications?

you need to explain your problem better ... duplications can mean 
differnet things to different people.  (duplicate documents? duplicates 
terms in a field? etc...)

please provide a detailed description of your *real* goal and the 
*speciifcs* of the problems you are encountering...

https://wiki.apache.org/solr/UsingMailingLists

-Hoss