I have to index a file that doesn't have any field named key. I know there is a concept of Unique key in Solr. Can any one help me in the same. I have followed the following steps:-
- Changing the Unique Key to some other field (say name)
- Changing required="true" to required="false" for field id
Still I am not able to index a file which doesn't have id.