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
should be able to add that second field to the qf parameter. And then remove
the EdgeNGramFilter from your main field.
-- Jack Krupansky
-Original Message-
From: hassancrowdc
Sent: Tuesday, April 23, 2013 12:09 PM
To: solr-user@lucene.apache.org
Subject: EdgeGram filter
Hi,
I want
search for 'dif' or
'di'. basically i want to edgegram 'difficultcontent' not 'difficult' and
'content'. Any help?
Thanks.
--
View this message in context:
http://lucene.472066.n3.nabble.com/EdgeGram-filter-tp4058337.html
Sent from the Solr - User mailing list archive at Nabble.com.