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 indexing that number sha
4" should
only exact 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
I
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