Hello,  I have done a search for this issue, but I didnt really see an answer.
<br>
<br>if i want to store things in a hierarchy, but i want items to be in multiple categories at any level. &nbsp; i'd like to be able to search for an item and only show it once, but maybe (not required) show what categories the results are in. &nbsp; &nbsp;but if i look in a category (search on that category) then i want to see that item there obviously only the once that it is there. &nbsp; 
<br>
<br>so i've got the hierarchy part..but its getting items to be in multiple categories. &nbsp; i can put them there as duplicate entries of that itemNumber, however when i search i dont want to get back the 7 times that one item is used.. &nbsp;i dont mind if its in 7 categories and they each show one usage, but i'd like for my total hit count to reflect just that this item exists once... &nbsp; i could iterate through the whole Hits list and put them into a unique result list, but i'd like lucene to do that for me. &nbsp; &nbsp;any way to do that? &nbsp; custom filter? &nbsp; &nbsp;i've looked at the query language..i didnt see a &quot;distinct&quot; clause...
<br>
<br>any help is greatly appreciated.
<br><hr align="left" width="30%">
Sent from the <a href="http://www.nabble.com/distinct-search-t556714.html#a1494712">Xapian - Discuss</a> forum at Nabble.com.