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

Re: EdgeNGramTokenizer not working

2012-01-20 Thread Rafał Kuć
-- > View this message in context: > http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3676040.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: EdgeNGramTokenizer not working

2012-01-20 Thread mmg
10 edismax name keywords description username should it work using solrJ? Do I have to remove the line: text from my schema.xml file? -- View this message in context: http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3676040.html Sent from the Solr - User ma

Re: EdgeNGramTokenizer not working

2012-01-20 Thread Rafał Kuć
uery = new SolrQuery(keyword); > QueryResponse response = solrServer.query(query); > SolrDocumentList documents = response.getResults(); > Thanks > -- > View this message in context: > http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3675966.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: EdgeNGramTokenizer not working

2012-01-20 Thread mmg
ver.query(query); SolrDocumentList documents = response.getResults(); Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3675966.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: EdgeNGramTokenizer not working

2012-01-20 Thread Rafał Kuć
because I'm using this mutiValued "text" field that the > EdgeNGramTokenizer doesn't work? I have a name called "test". When I search > for "test" it returns the result, but when I search for "tes" it doesn't. I > already did a full re-index. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3675926.html > Sent from the Solr - User mailing list archive at Nabble.com.

EdgeNGramTokenizer not working

2012-01-20 Thread mmg
is mutiValued "text" field that the EdgeNGramTokenizer doesn't work? I have a name called "test". When I search for "test" it returns the result, but when I search for "tes" it doesn't. I already did a full re-index. -- View this message in context: