how to get all unique documents based on keyword feild

2008-08-04 Thread sandyg
... unique but MatchAllDocsQuery will get all documents 1,2,3,4,5 Do i have any class ,where i will get unique documents based on keyword. -- View this message in context: http://www.nabble.com/how-to-get--all-unique--documents-based-on-keyword-feild-tp18807014p18807014.html Sent from the Lucene - Java

Re: how to get all unique documents based on keyword feild

2008-08-04 Thread Ian Lea
tchAllDocsQuery will get all documents 1,2,3,4,5 > > Do i have any class ,where i will get unique documents based on keyword. > -- > View this message in context: > http://www.nabble.com/how-to-get--all-unique--documents-based-on-keyword-feild-tp18807014p18807014.html > Sent from th

Re: how to get all unique documents based on keyword feild

2008-08-05 Thread sandyg
4,5 so on ... unique >> but MatchAllDocsQuery will get all documents 1,2,3,4,5 >> >> Do i have any class ,where i will get unique documents based on keyword. >> -- >> View this message in context: >> http://www.nabble.com/how-to-get--a

Re: how to get all unique documents based on keyword feild

2008-08-05 Thread Ian Lea
had values like 1,2,2,3,4,5,5,5,5 so >>> on. >>> so the result i need is only 1,2,3,4,5 so on ... unique >>> but MatchAllDocsQuery will get all documents 1,2,3,4,5 >>> >>> Do i have any class ,where i will get unique documents base