Hi Andy,

??

> And you get the other message in the solr log?



No other one message error, only message that contain the sended correct
query.



>
> "Document is missing mandatory uniqueKey field: id"
>
> comes from Solr -- this looks like it is defined in schema.xml.
>
> What is the schema.xml you are using?
>
>  text:entityField      "uri" ;
>>
>
> so the server.xml is going to need something like:
>
> <field name="uri" type="string" indexed="true" stored="true"
> required="true" multiValued="false" />
>
> isn't it?



Yes it is.

My server.xml config contains:

<field name="uri" type="string" indexed="true" stored="true" required="true"
multiValued="false" />


However I try to investigate yet and I'll rewrite here if I find it
something.

Thanks for all.

--
Andrea

Reply via email to