문제

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

  1. Changing the Unique Key to some other field (say name)
  2. Changing required="true" to required="false" for field id

Still I am not able to index a file which doesn't have id.

도움이 되었습니까?

해결책

In schema.xml you can specify which key is unique amongst your documents. Ref

Also, you may want to read through this reference, which describes various use cases around Unique Key.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top