Re: analyzer for _text_ field

2016-07-16 Thread Waldyr Neto
in other way, i'm loking for how i define the analyzer for the content field :) wich is maped to _text_ field _text_ On Sat, Jul 16, 2016 at 2:38 PM, Waldyr Neto wrote: > yeap, > > i'm loking for a way to specify in schema.xml theh analyzer for the _text_ > field > >

Re: analyzer for _text_ field

2016-07-16 Thread Waldyr Neto
About phonetic matching: there are several different phonetic token > filters provided with Solr - see < > https://cwiki.apache.org/confluence/display/solr/Phonetic+Matching>. > > -- > Steve > www.lucidworks.com > > > On Jul 16, 2016, at 5:26 AM, Waldyr Neto wrote

Re: analyzer for _text_ field

2016-07-16 Thread Waldyr Neto
t;>> >>><https://gist.github.com/sarowe/db2fcd168eb77d7278f716ac75bfb9e9> >>> >>> -- >>> Steve >>> www.lucidworks.com >>> >>> On Jul 15, 2016, at 2:16 PM, Waldyr Neto wrote: >>>> >>>> Hy St

Re: analyzer for _text_ field

2016-07-15 Thread Waldyr Neto
nary '{ ... }' > > > > On 07/15/2016 02:59 PM, Steve Rowe wrote: > >> Waldyr, maybe it got mangled by my email client or yours? >> >> Here’s the same command: >> >><https://gist.github.com/sarowe/db2fcd168eb77d7278f716ac75bfb9e9> >&g

Re: analyzer for _text_ field

2016-07-15 Thread Waldyr Neto
"class": "solr.StandardTokenizerFactory" > }, > "filters":[{ > "class": "solr.WordDelimiterFilterFactory" > }, { > "class": "solr.LowerCaseFilterFactory" > }]}}, > "

analyzer for _text_ field

2016-07-15 Thread Waldyr Neto
Hy, How can i configure the analyzer for the _text_ field?