You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by jitender ahuja <aj...@aalayance.com> on 2004/05/19 14:29:09 UTC

Usage of MultiSearcher

Hi all,
         I am trying to use MultiSearcher, but the fields' name in which data is to be searched in different database tables' indexes is different, e.g. in one index it is "OBJECT_XML" and in other one it is  "Product_XML" and so on. Hence, the same query object wouldn't suffice for all of the tables, even if the querystring is the same and occurs across different tables' indexes. Now, is it possible to use MultiSearcher for this case or not? Kindly elaborate yours answer in either case.

Regards,
Jitender