0 Replies Latest reply on Jun 24, 2009 5:09 PM by tszpinda

    category result count

    tszpinda

      Hi guys,


      My app uses search the same way as the Dvd store example, what I would like to do it to have option to "filter results".


      Let say in the search box I've typed "john", then I would like to have actor categories like:


      John Travolta
      John Cusak


      So after click on one of them it would display only movies for let say "John Travolta".


      To do this I suspect I need something like:
      "select distinct(cat.name) from Category cat where ..." but not sure how to this kind of thing within Lucene.


      Any help highly appreciated
      Tomek