Here is some basic question based on that answers vary.
1) Are you going to use UUID column as unique column.
2) what do you with that column.

Process :-
Column is :-

<fieldType name="uuid" class="solr.UUIDField" indexed="true" />

   For Add this :-

<field name="id" type="uuid" indexed="true" stored="true"
default="NEW" multiValued="false"/>

And then need to add in uniqueid section.

<uniqueKey>id</uniqueKey>



On Thu, May 17, 2018 at 5:00 PM, msaunier <msaun...@citya.com> wrote:

> Hello,
>
>
>
> I use SolrCloud 7.0 and I don't have find how to add an UID field on the
> schema. I have add UUIDField type and add a field but it do not work.
>
>
>
>
>
>   {
>
>     "name": "uid",
>
>     "class": "solr.UUIDField",
>
>     "indexed": true,
>
>     "stored": true
>
>   },
>
>
>
> Thanks for your help.
>
>
>
>
>
>

Reply via email to