It is as you describe: PayloadTermQuery is a subclass of SpanQuery. So create a SpanNearQuery with slop=0 and order=true and add first the PayloadNearQuery, then the rest of the phrase terms as SpanTermQuery in order of appearance.
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -----Original Message----- > From: Elias Khsheibun [mailto:eli...@gmail.com] > Sent: Monday, December 21, 2009 6:51 PM > To: java-user@lucene.apache.org > Subject: PayloadNearQuery > > I want to have the effect of handling the first term of a phrase query as > a > PayloadTermQuery and for the others just normal handling ... how can I do > that ? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org