Hey Erik, in that wiki documentation the example it gives is:
<filter class="solr.PhoneticFilterFactory" encoder="DoubleMetaphone" inject="true"/>
Do you know what that 'inject' argument is about, and where (if
anywhere) I'd find it (and other available arguments for
PhoneticFilterFactory, which may or may not differ depending on encoder
chosen?) documented?
On 6/14/2011 8:31 AM, Erik Hatcher wrote:
> On Jun 14, 2011, at 08:10 , Keith Jenkins wrote:
>
>> Does Solr support Soundex? (Soundex was originally developed to
>> assist with alternate spellings of names)
> Indeed. And several other phonetic algorithms:
>
> <http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.PhoneticFilterFactory>
>
> Erik
>
|