Re: Partial matches don't work (solr.NGramFilterFactory

2011-02-02 Thread Script Head
ngrams:hippo" or "text_ngrams:potamu". Are you > searching like this? > > Tomás > > On Wed, Feb 2, 2011 at 4:07 PM, Script Head wrote: > >> Hello, >> >> I have the following definitions in my schema.xml: >> >> >>     >>  

Partial matches don't work (solr.NGramFilterFactory)

2011-02-02 Thread Script Head
Hello, I have the following definitions in my schema.xml:                                                ... ... There is a document "Hippopotamus is fatter than a Platypus" indexed. When I search for "Hippopotamus" I receive the expected result. When I search for any partial such as "Hippo"

Partial matches don't work (solr.NGramFilterFactory

2011-02-02 Thread Script Head
rtial such as "Hippo" or "potamu" I get nothing. I could use some guidance. Script Head