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
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
Hello,
I am newbie to solr.
I am trying out partial search (match). My experience is opposite of
http://lucene.472066.n3.nabble.com/string-field-does-not-yield-exact-match-result-using-qf-parameter-td4060096.html
When I add 'qf' to to dismax query I get no result unless there's a full
match.
I