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
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
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?