AFAICS tf(name, 'co') returns 0 on the {id:1, name:'Coca-Cola Company'}
because it does not support partial match.
tf(name, 'company') will return 1
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-partial-match-tp4120886p4120919.
term frequency as well in the function query.
boost=product(tf(name,'co'),10)
-- Jack Krupansky
-Original Message-
From: Zwer
Sent: Monday, March 3, 2014 10:34 AM
To: solr-user@lucene.apache.org
Subject: Multiple partial match
Hi Guys,
Faced with a problem: make query to S
by TF-IDF engine disabled.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-partial-match-tp4120886.html
Sent from the Solr - User mailing list archive at Nabble.com.