The docs are already indexed. > -----Original Message----- > From: ??? [mailto:[EMAIL PROTECTED] > Sent: Montag, 13. Oktober 2008 02:28 > To: java-user@lucene.apache.org > Subject: Re: Searching sets of documents > > all folders which match "A AND Y", do you search for file name? > If yes, A or Y in "A AND Y" is a Strring too, so you can do it by: > construct a Lucene Document for each folder, and name of > files under the > folder is the search data. > > 2008/10/13 <[EMAIL PROTECTED]> > > > Hi, > > > > I want to search for sets of documents. For instance I > index some folders > > with documents in it and now I do not want to find certain > documents but > > folders. > > > > Sample: > > > > folder A > > doc 1, contains X, Y > > doc 2, contains Y, Z > > > > folder B > > doc 3, contains X, Y > > doc 4, contains A, Z > > > > Now I want to find all folders which match "A AND Y" -> folder B. > > > > How can this be done? > > > > Thank you > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Sorry for my English!! ? > Please help me correct my English expression and error in syntax >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]