Re: EdgeGram filter

2013-04-23 Thread Jack Krupansky
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:

Re: EdgeGram filter

2013-04-23 Thread alxsss
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

RE: EdgeGram filter

2013-04-23 Thread Markus Jelsma
> 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.

Re: EdgeGram filter

2013-04-23 Thread alxsss
: 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

Re: EdgeGram filter

2013-04-23 Thread Jack Krupansky
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

EdgeGram filter

2013-04-23 Thread hassancrowdc
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.