Re: Multifield query parser

2010-12-18 Thread Ahmet Arslan
> While searching across multiple fields using > MultiFieldQueryParser, when a > doc is returned how do I know in this doc which field(among > the multiple > fields i queried over) contained the query term? You can extract that info from org.apache.lucene.search.Explanation. http://lucene.apache.

Multifield query parser

2010-12-18 Thread Pankaj Malhotra
Hi, While searching across multiple fields using MultiFieldQueryParser, when a doc is returned how do I know in this doc which field(among the multiple fields i queried over) contained the query term? Regards Pankaj