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 > which Content_X > was it founded. > > Can lucene manage with it ?
Query#explain can probably help. It gives you back a tree of explanations describing which parts of the query tree matched a given document. Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]