You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by nagarjuna <na...@gmail.com> on 2011/10/04 09:44:11 UTC

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

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?

Posted by Tom Gullo <sp...@gmail.com>.
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?

Posted by Chris Hostetter <ho...@fucit.org>.
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