Re: configuring custom CharStream in solr

2010-10-11 Thread Michael Sokolov
On 10/11/2010 10:18 PM, Chris Hostetter wrote: : OK - I found the answer pecking through the source - apparently the name of : the element to configure a CharFilter is - fancy that :) there's even an example, right there on the wiki... http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilte

Re: configuring custom CharStream in solr

2010-10-11 Thread Chris Hostetter
: OK - I found the answer pecking through the source - apparently the name of : the element to configure a CharFilter is - fancy that :) there's even an example, right there on the wiki... http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#CharFilterFactories -Hoss

Re: configuring custom CharStream in solr

2010-10-11 Thread Michael Sokolov
On 10/11/2010 8:38 PM, Michael Sokolov wrote: On 10/11/2010 6:41 PM, Koji Sekiguchi wrote: (10/10/12 5:57), Michael Sokolov wrote: I would like to inject my CharStream (or possibly it could be a CharFilter; this is all in flux at the moment) into the analysis chain for a field. Can I do thi

Re: configuring custom CharStream in solr

2010-10-11 Thread Michael Sokolov
On 10/11/2010 6:41 PM, Koji Sekiguchi wrote: (10/10/12 5:57), Michael Sokolov wrote: I would like to inject my CharStream (or possibly it could be a CharFilter; this is all in flux at the moment) into the analysis chain for a field. Can I do this in solr using the Analyzer configuration synta

Re: configuring custom CharStream in solr

2010-10-11 Thread Koji Sekiguchi
(10/10/12 5:57), Michael Sokolov wrote: I would like to inject my CharStream (or possibly it could be a CharFilter; this is all in flux at the moment) into the analysis chain for a field. Can I do this in solr using the Analyzer configuration syntax in schema.xml, or would I need to define my ow

configuring custom CharStream in solr

2010-10-11 Thread Michael Sokolov
I would like to inject my CharStream (or possibly it could be a CharFilter; this is all in flux at the moment) into the analysis chain for a field. Can I do this in solr using the Analyzer configuration syntax in schema.xml, or would I need to define my own Analyzer? The solr wiki describes addin