solr.StandardTokenizerFactory: more info needed

2011-07-06 Thread Dmitry Kan
Hi all! solr.StandardTokenizerFactory -- is it possible to see the full description of its behaviour for solr.1.4 somewhere? Wiki http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StandardTokenizerFactory is very short.. -- Regards, Dmitry Kan

RE: solr.StandardTokenizerFactory: more info needed

2011-07-06 Thread Steven A Rowe
@gmail.com] Sent: Wednesday, July 06, 2011 3:23 AM To: solr-user@lucene.apache.org Subject: solr.StandardTokenizerFactory: more info needed Hi all! solr.StandardTokenizerFactory -- is it possible to see the full description of its behaviour for solr.1.4 somewhere? Wiki http

Re: solr.StandardTokenizerFactory: more info needed

2011-07-06 Thread Dmitry Kan
@gmail.com] Sent: Wednesday, July 06, 2011 3:23 AM To: solr-user@lucene.apache.org Subject: solr.StandardTokenizerFactory: more info needed Hi all! solr.StandardTokenizerFactory -- is it possible to see the full description of its behaviour for solr.1.4 somewhere? Wiki http://wiki.apache.org

RE: solr.StandardTokenizerFactory: more info needed

2011-07-06 Thread Steven A Rowe
: solr.StandardTokenizerFactory: more info needed Hi Steven, This looks very good. Thanks. Do I understand correctly, that I were to change the tokenizer rules, I could go and change e.g. the token class definitions (like NUM) in this file and recompile the code? On Wed, Jul 6, 2011 at 3:45 PM, Steven

Re: solr.StandardTokenizerFactory: more info needed

2011-07-06 Thread Dmitry Kan
-Original Message- From: Dmitry Kan [mailto:dmitry@gmail.com] Sent: Wednesday, July 06, 2011 9:21 AM To: solr-user@lucene.apache.org Subject: Re: solr.StandardTokenizerFactory: more info needed Hi Steven, This looks very good. Thanks. Do I understand correctly, that I were

Re: solr.StandardTokenizerFactory: more info needed

2011-07-06 Thread Erick Erickson
, you have to run 'ant jflex' to  generate the java source. Steve -Original Message- From: Dmitry Kan [mailto:dmitry@gmail.com] Sent: Wednesday, July 06, 2011 9:21 AM To: solr-user@lucene.apache.org Subject: Re: solr.StandardTokenizerFactory: more info needed Hi Steven

Re: solr.StandardTokenizerFactory: more info needed

2011-07-06 Thread Dmitry Kan
AM To: solr-user@lucene.apache.org Subject: Re: solr.StandardTokenizerFactory: more info needed Hi Steven, This looks very good. Thanks. Do I understand correctly, that I were to change the tokenizer rules, I could go and change e.g. the token class definitions (like NUM