Displaying 2 results from an estimated 2 matches for "6e764f9b".
2019 Jan 02
0
Solr
...<field name="user" type="string" indexed="true" required="true" stored="true"/>
> </schema>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190102/6e764f9b/attachment.html>
2019 Jan 02
3
Solr
Refinement of the schema.xml (below)
THis however does not solve the "no results" and "Out of range" errors
in Dovecot and Solr
<?xml version="1.0" encoding="UTF-8"?>
<schema name="dovecot" version="2.0">
<uniqueKey>id</uniqueKey>
<fieldType name="booleans" class="solr.BoolField"