Just use MultiReader, it extends IndexReader, so you can pass it anywhere where IndexReader can be passed.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Nicola Buso [mailto:[email protected]] > Sent: Monday, January 21, 2013 3:59 PM > To: [email protected] > Subject: FacetedSearch and MultiReader > > Hi all, > > I'm trying to develop faceted search using lucene 4.0 faceting framework. > In our project we are searching on multiple indexes using lucene > MultiReader. How should we use the faceted framework to obtain > FacetResults starting from a MultiReader? all the example I see are using a > "single" IndexReader. > > > > Nicola. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
