ansky
-Original Message-
From: alx...@aim.com
Sent: Tuesday, April 23, 2013 8:08 PM
To: solr-user@lucene.apache.org
Subject: Re: EdgeGram filter
Hi,
I did not find any descriptions, except constructor and method names.
Thanks.
Alex.
-Original Message-
From: Markus Jelsma
To:
Hi,
I did not find any descriptions, except constructor and method names.
Thanks.
Alex.
-Original Message-
From: Markus Jelsma
To: solr-user
Sent: Tue, Apr 23, 2013 12:08 pm
Subject: RE: EdgeGram filter
Always check the javadocs. There's a lot of info to be found
> To: solr-user@lucene.apache.org
> Subject: Re: EdgeGram filter
>
> Hi,
>
> I was unable to find more info about
> LimitTokenCountFilterFactory
> in solr wiki. Is there any other place to get thorough description of what
> it does?
>
> Thanks.
> Alex.
: EdgeGram filter
Well, you could copy to another field (using copyField) and then have an
analyzer with a LimitTokenCountFilterFactory that accepts only 1 token, and
then apply the EdgeNGramFilter to that one token. But you would have to
query explicitly against that other field. Since you are using
Well, you could copy to another field (using copyField) and then have an
analyzer with a LimitTokenCountFilterFactory that accepts only 1 token, and
then apply the EdgeNGramFilter to that one token. But you would have to
query explicitly against that other field. Since you are using dismax, you