Displaying 1 result from an estimated 1 matches for "url_fuzzy".
2015 Sep 27
1
dovecot, fts, solr5 patch, fuzzy search
...handler by default). After this you have
to create second select-like handler with fuzzy capabilities in
solrconfig.xml. Example:
fts_solr = url=http://127.0.0.1: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 b...