Re: Recommend a example to implement an analyzer with parsing Camelcase

2010-02-07 Thread Phan The Dai
They are more details. Thank you very much ! On Mon, Feb 8, 2010 at 1:37 AM, Ahmet Arslan wrote: > > > Hi Ahmet, > > I have ever known WordDelimiterFilterFactory, but never use > > Solr. > > But how to download this class. > > http://repo1.maven.org/maven2/org/apache/solr/solr-core/1.4.0/ > > >

Re: Recommend a example to implement an analyzer with parsing Camelcase

2010-02-07 Thread Ahmet Arslan
> Hi Ahmet, > I have ever known WordDelimiterFilterFactory, but never use > Solr. > But how to download this class. http://repo1.maven.org/maven2/org/apache/solr/solr-core/1.4.0/ > Can I use it in Lucene 3.0, or extends Analyzer with > overloading its > methods. It is not using new token stream

Re: Recommend a example to implement an analyzer with parsing Camelcase

2010-02-07 Thread Phan The Dai
Hi Ahmet, I have ever known WordDelimiterFilterFactory, but never use Solr. But how to download this class. Can I use it in Lucene 3.0, or extends Analyzer with overloading its methods. Sorry If my questions are too details. On Mon, Feb 8, 2010 at 1:11 AM, Ahmet Arslan wrote: > > Would you like

Re: Recommend a example to implement an analyzer with parsing Camelcase

2010-02-07 Thread Ahmet Arslan
> Would you like to suggest me an > example for implementing an analyzer with > parsing CamelCase ! > > I can overload methods with StopFilter PorterStemFilter, > LowerCaseTokenizer > but with a new one different from these available filter I > have not > solutions. > Thank you ! You can use Word

Recommend a example to implement an analyzer with parsing Camelcase

2010-02-07 Thread Phan The Dai
Would you like to suggest me an example for implementing an analyzer with parsing CamelCase ! I can overload methods with StopFilter PorterStemFilter, LowerCaseTokenizer but with a new one different from these available filter I have not solutions. Thank you !