Displaying 1 result from an estimated 1 matches for "dovecot_fuzzy".
2015 Sep 27
1
dovecot, fts, solr5 patch, fuzzy search
...8983/solr/dovecot/ handler=select
handler_fuzzy=select2
This method will use the same index for both search types.
b) "url_fuzzy" URL (different solr core or even address/port), like
this:
fts_solr = url=http://127.0.0.1:8983/solr/dovecot/
url_fuzzy=http://127.0.0.1:8983/solr/dovecot_fuzzy/
This method will allow to have two completely different indexes.
And according to RFC 6203 search query generally may be mixed
(FUZZY/EXACT).
Both options will be useful in different setups.
Hope, these thoughts will help.
--
Best regards,
Sergey Urushkin