> 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.
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