> Hi, > I would like to have example of adding payload for lucene > 3.0. I found an > example on internet which uses BoostingTermQuery but I > couldn't find this > class in Lucene 3.0.0 jar and I was wondering if someone > knows the > workaround or where can I find. If someone can post an > example that will be > very helpful.
BoostingTermQuery is deprecated/removed in favor of PayloadTermQuery [1]. [1]http://lucene.apache.org/java/3_0_0/api/all/org/apache/lucene/search/payloads/PayloadTermQuery.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
