Re: NGram with words

2012-12-14 Thread Walter Underwood
riginal Message- From: Walter Underwood > Sent: Friday, December 14, 2012 11:21 AM > To: solr-user@lucene.apache.org > Cc: ark...@smartbit.be > Subject: Re: NGram with words > > Positions for edge ngrams are wrong. They should be handled like synonyms. > This breaks phrase

Re: NGram with words

2012-12-14 Thread Jack Krupansky
I can believe it. Note: He's using "ngrams", not "edge" ngrams. -- Jack Krupansky -Original Message- From: Walter Underwood Sent: Friday, December 14, 2012 11:21 AM To: solr-user@lucene.apache.org Cc: ark...@smartbit.be Subject: Re: NGram with words Posi

Re: NGram with words

2012-12-14 Thread Walter Underwood
rkadi Colson > Sent: Friday, December 14, 2012 9:10 AM > To: solr-user@lucene.apache.org > Subject: NGram with words > > Hi > > When "abcdefg 123456" is in Solr I would like to have match with > > - abcd > - cdef > - abcdefg 123456 > - "abcdefg

Re: NGram with words

2012-12-14 Thread Jack Krupansky
-Original Message- From: Arkadi Colson Sent: Friday, December 14, 2012 9:10 AM To: solr-user@lucene.apache.org Subject: NGram with words Hi When "abcdefg 123456" is in Solr I would like to have match with - abcd - cdef - abcdefg 123456 - "abcdefg 123456" - "de

NGram with words

2012-12-14 Thread Arkadi Colson
Hi When "abcdefg 123456" is in Solr I would like to have match with - abcd - cdef - abcdefg 123456 - "abcdefg 123456" - "defg 1234" The last one is actually not working. What am I doing wrong? My config looks like this. /stored="false" multiValued="true" omitNorms="true" omitPositions="false"