AW: Special NGRAMish requirement

2014-02-04 Thread Lochschmied, Alexander
Dienstag, 4. Februar 2014 03:32 An: solr-user@lucene.apache.org Betreff: Re: Special NGRAMish requirement Hi, Can you provide an example, Alexander? Otis Solr & ElasticSearch Support http://sematext.com/ On Feb 3, 2014 5:28 AM, "Lochschmied, Alexander" < alexander.lochschm...@vish

Re: Special NGRAMish requirement

2014-02-04 Thread Furkan KAMACI
Hi; Do you want to use token length at boosting? I mean if longer tokens matched at EdgeNGram filtered field it will have a more boost than the others? Thanks; Furkan KAMACI 2014-02-04 Otis Gospodnetic : > Hi, > > Can you provide an example, Alexander? > > Otis > Solr & ElasticSearch Support >

Re: Special NGRAMish requirement

2014-02-03 Thread Otis Gospodnetic
Hi, Can you provide an example, Alexander? Otis Solr & ElasticSearch Support http://sematext.com/ On Feb 3, 2014 5:28 AM, "Lochschmied, Alexander" < alexander.lochschm...@vishay.com> wrote: > Hi, > > we need to use something very similar to EdgeNGram (minGramSize="1" > maxGramSize="50" side="fro

Special NGRAMish requirement

2014-02-03 Thread Lochschmied, Alexander
Hi, we need to use something very similar to EdgeNGram (minGramSize="1" maxGramSize="50" side="front"). The only thing missing is that we would like to reduce the number of matches. The request we need to implement is returning only those matches with the longest tokens (or terms if that is the