Re: String field does not yield partial match result using qf parameter

2013-06-25 Thread Jan Høydahl
fieldType "string" is not tokenized, so your observation is correct. You need to use a fieldType with analysis and tokenization to get the behavior you want. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 25. juni 2013 kl. 02:35 skrev "Mugoma Joseph O." : > > It loo

Re: String field does not yield partial match result using qf parameter

2013-06-24 Thread Mugoma Joseph O.
It looks like partial search works only with copied to field. This works: $ curl "http://localhost:8282/solr/links/select?q=text_ngrams:yengas&wt=json&indent=on&fl=id,domain,score"; On Tue, June 25, 2013 12:39 am, Mugoma Joseph O. wrote: > Hello, > > I am newbie to solr. > > I am trying out part