You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "balaji.gandhi" <ji...@gmail.com> on 2013/01/16 22:11:45 UTC

Re: Get fields from a Query object

Hi,

I am trying to do something similar:-

Eg. 
Input: (name:John AND name:Doe) 
Output: ((firstName:John OR lastName:John) AND (firstName:John OR
lastName:John)) 

How can I extract the fields, change them and repackage the query?

Thanks,
Balaji



--
View this message in context: http://lucene.472066.n3.nabble.com/Get-fields-from-a-Query-object-tp1011466p4033980.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org