Re: uniqueKey required false for multivalued id when indexing rich documents

2013-04-27 Thread Furkan KAMACI
Ok, thanks for the answer. 2013/4/26 Gora Mohanty > On 26 April 2013 18:38, Furkan KAMACI wrote: > > I am new to Solr and try to index rich files. I have defined that at my > > schema: > [...] > > > > This will not work: Please see http://wiki.apache.org/solr/UniqueKey > for different use case

Re: uniqueKey required false for multivalued id when indexing rich documents

2013-04-26 Thread Gora Mohanty
On 26 April 2013 18:38, Furkan KAMACI wrote: > I am new to Solr and try to index rich files. I have defined that at my > schema: [...] > This will not work: Please see http://wiki.apache.org/solr/UniqueKey for different use cases for the uniqueKey. For documents, I usually use the document name

uniqueKey required false for multivalued id when indexing rich documents

2013-04-26 Thread Furkan KAMACI
I am new to Solr and try to index rich files. I have defined that at my schema: and there is a line at my schema: id should I make it like that: for my purpose?