ected behaviour?
-Original message-
From: Ahmet Arslan iori...@yahoo.com
Date: Tue, 18 Jan 2011 20:43:40 -0700
To: solr-user@lucene.apache.org, Dan Baughman da...@hostworks.com
Subject: Re: Return all contents from collection
> > I am building a faceted search and
> > want the defa
ck...@gmail.com
Date: Tue, 18 Jan 2011 19:47:33 -0700
To: solr-user@lucene.apache.org, Dan Baughman da...@hostworks.com
Subject: Re: Return all contents from collection
> This is usually a bad idea, but if you really must use
> q=*:*&start=0&rows=100
>
> Assuming that the
Is there a way I can simply tell the index to return its entire record set?
I tried starting and ending with just a "*" but no dice.
Hi,
When I index my content, one of the fields I store is a MD5 hash sum of another
field.
I don't want this field to be used as the "key", but when I search I want to
specify that I don't wany duplicate results for this field.
Is there a way to do that?
Thanks,
Dan