I see the payload in the token now.
--
View this message in context:
http://n3.nabble.com/How-to-calculate-payloads-in-queries-too-tp712743p713413.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
-
To
I am interested in using payloads in the following way. I store
Func(index-term) as a payload at index-term when indexing. When querying I
want to compute Func(query-term) as well. Then my similarity returns some
other function, Gunc(Func(index-term1),Func(query-term)).
As an example, maybe I'