searche for single char number when ngram min is 3

2014-03-19 Thread Andreas Owen
Is there a way to tell ngramfilterfactory while indexing that number shall never be tokenized? then the query should be able to find numbers. Or do i have to change the ngram min for numbers to 1, if that is possible? So to speak put the hole number as token and not all possible tokens. Or can i

Re: searche for single char number when ngram min is 3

2014-03-19 Thread Jack Krupansky
match 3.14 or also ngram match 3.14159, etc. -- Jack Krupansky -Original Message- From: Andreas Owen Sent: Wednesday, March 19, 2014 11:44 AM To: solr-user@lucene.apache.org Subject: searche for single char number when ngram min is 3 Is there a way to tell ngramfilterfactory while

Re: searche for single char number when ngram min is 3

2014-03-19 Thread Alexandre Rafalovitch
: Wednesday, March 19, 2014 11:44 AM To: solr-user@lucene.apache.org Subject: searche for single char number when ngram min is 3 Is there a way to tell ngramfilterfactory while indexing that number shall never be tokenized? then the query should be able to find numbers. Or do i have to change