Re: EdgeNGramTokenizer not working

2012-01-20 Thread mmg
Thanks a lot for your help. I'll try it out. I didn't see a defType on the SolrQuery object, this is why I tought it had to be set in the config. Or is queryType the same as defType? -- View this message in context: http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p36760

Re: EdgeNGramTokenizer not working

2012-01-20 Thread mmg
That looks like a good solution. I'm pretty new with Solr, so I'm not sure how I should implement it. I looked at the documentation and I *think* I need to modify the search requestHandler in the solrconfi.xml file, is this correct? If I define it like this: explicit 10 edism

Re: EdgeNGramTokenizer not working

2012-01-20 Thread mmg
Thank you for your reply. I think that's probably the problem then. Is there any way I can do this: I have a list of programs. Each program has a name, keywords, description and username. When I perform a search, I need to search all of those fields at once. This is why I used a copyfield to copy e

EdgeNGramTokenizer not working

2012-01-20 Thread mmg
Hi, I'm trying to define an EdgeNGram field but for some reason it doesn't work. My fieldType definition is: