You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm unable to search on a UUIDField. Is this by design? (or am I just stupid and doing it wrong?!) I couldn't see any examples in the docs or from google search). You help is appreciated. Thanks.
in schema.xml (field "entryid" is defined as a solr.UUIDField): <field name="entryid" type="uuid" indexed="true" stored="true" multiValued="false" required="true"/>
(this field in my config is also the uniqueKey)
running a simple "entryid:018596d0-2077-4089-a676-b8cfc72b76b1" query from the solr web admin interface returns the correct doc.
Hi, I'm unable to search on a UUIDField. Is this by design? (or am I just stupid and doing it wrong?!) I couldn't see any examples in the docs or from google search). You help is appreciated. Thanks.
in schema.xml (field "entryid" is defined as a solr.UUIDField):
<field name="entryid" type="uuid" indexed="true" stored="true" multiValued="false" required="true"/>
(this field in my config is also the uniqueKey)
running a simple "entryid:018596d0-2077-4089-a676-b8cfc72b76b1" query from the solr web admin interface returns the correct doc.
in python:
also tried as a python UUID:
The text was updated successfully, but these errors were encountered: