You can construct the query using a customized query parser that wraps all queries not with the suggested field name using a "new ConstantScoreQuery(new QueryWrapperFilter(originalCreatedQuery))". Override newFieldQuery() to do that and pass the super call to this ctor chain.
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Philippe [mailto:[email protected]] > Sent: Saturday, July 31, 2010 10:04 AM > To: [email protected] > Subject: Rank results only on some fields > > Hi, > > I want to rank my results only on parts of my query. E.g my query is > "TITLE:Lucene AND AUTHOR:Manning". After this query standard lucene > ranking for both fields take place. > > However, is it possible to query the index using the full query and rank > results only according to the "TITLE"-Field? > > Regards, > Philippe > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
