: Charlie Jackson
> To: solr-user@lucene.apache.org
> Sent: Fri, October 23, 2009 4:32:33 PM
> Subject: RE: NGram query failing
>
>
> Well, I fixed my own problem in the end. For the record, this is the
> schema I ended up going with:
>
&
arlie.jack...@cision.com]
Sent: Friday, October 23, 2009 10:00 AM
To: solr-user@lucene.apache.org
Subject: NGram query failing
I have a requirement to be able to find hits within words in a free-form
id field. The field can have any type of alphanumeric data - it's as
likely it will be somethi
I have a requirement to be able to find hits within words in a free-form
id field. The field can have any type of alphanumeric data - it's as
likely it will be something like "123456" as it is to be "SUN-123-ABC".
I thought of using NGrams to accomplish the task, but I'm having a
problem. I set up