Re: Which field cause a hit in multifield query

2006-10-17 Thread Grant Ingersoll
Take a look at the explain functionality on the Searcher On Oct 17, 2006, at 5:43 AM, Mukesh Bhardwaj wrote: Hi, If I do a search such as "field1:jim OR field2:bob" is there any way to determine for each document that was a hit, which field caused the hit? Or rather, since they both migh

Which field cause a hit in multifield query

2006-10-17 Thread Mukesh Bhardwaj
Hi, If I do a search such as "field1:jim OR field2:bob" is there any way to determine for each document that was a hit, which field caused the hit? Or rather, since they both might, is there any easy way to find out which fields definitely cause a hit? Regards, --Mukesh