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
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
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
-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
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"