Re: How to check which field contains Term

2007-11-09 Thread Lukasz Rzeszotarski
Thanks for yours response, Probably, I will use this class in my project.

Re: How to check which field contains Term

2007-11-07 Thread Daniel Noll
On Thursday 08 November 2007 02:41:50 Lukasz Rzeszotarski wrote: > I must write application, where client wants to make very complex query, > like: > find word "blabla" in (Content_1 OR Content_2) AND (...) AND (...)... > and as a result he expectes not only documents, but also information in

How to check which field contains Term

2007-11-07 Thread Lukasz Rzeszotarski
Hello. Let assume I have a Document which has two fields: Content_1 and Content_2. I am making query to find word "blabla" in the Content_1 OR Content_2. But as a result I receive Hits collection without knowledge in which Content_X, the word was founded. Is it possible to receive Hits collection w