md5 keyword field issue

2005-06-19 Thread catalin-lucene
Hi there, i have an index with the following infos in it: url - keyword - Field("url", this.url, Field.Store.YES, Field.Index.UN_TOKENIZED); md5 - keyword - Field("md5", this.url, Field.Store.YES, Field.Index.UN_TOKENIZED); alt - Field("alt", this.alt, Field.Store.YES, Field.Index.TOKENIZED); i

Re[2]: md5 keyword field issue

2005-06-20 Thread catalin-lucene
Monday, June 20, 2005, 3:55:36 PM, Erik Hatcher wrote: > Filters reduce the search space to a subset of the documents in the > index. Which document would you want returned when there are > multiple documents in the index with the same MD5? Or do you want to > cluster them by MD5? i think clus

Re[4]: md5 keyword field issue

2005-06-20 Thread catalin-lucene
Monday, June 20, 2005, 5:48:30 PM, Erik Hatcher wrote: > Now you've just said the same conflicting thing a different way. You > want to cluster but only return one. :) i think i missunderstood here the Term: cluster. so yes, i just want one image returned. > If you only want one image returned,