Hello,
I got the problem solved. The issue was I was setting the wrong field name
in the qf parameter of my request handler.
Thanks.
Regards,
Indika
On 27 June 2010 08:52, Indika Tantrigoda wrote:
> Hello,
>
>
> Applying the NGramFilterFactory for analyzer type="query" didnt solve the
> issue
Hello,
Applying the NGramFilterFactory for analyzer type="query" didnt solve the
issue.
>From the examples I've seen it is only necesssary to have the
NGramFilterFactory at index time right ?
Regards,
Indika
On 27 June 2010 01:14, Indika Tantrigoda wrote:
> Hi all,
>
> I've been working with S
yes, you need to use ngramfilter at query-time too.
On Sat, Jun 26, 2010 at 3:55 PM, Indika Tantrigoda wrote:
> Hi all,
>
> I've been working with Solr for while and the search components work as
> expected.
> Recently I've had the requirement to do searching on partial words and I
> setup the NG
Hi all,
I've been working with Solr for while and the search components work as
expected.
Recently I've had the requirement to do searching on partial words and I
setup the NGramFilterFactory.
My schema.xml is as follows :