Hi
I have a field named threadid in my index and more than one document can
have same value for this field. The documents are considered duplicate if
they have same value for this field. In some scenarios I am required to get
only unique documents from my index. Can I achieve this through one solr
gt; On Tue, Feb 26, 2008 at 4:15 AM, Vijay Khurana <[EMAIL PROTECTED]>
> wrote:
> > Hi,
> > Here is the problem I am facing.
> > One of the field in my index is content_source which I use to filter my
> > results.
> > I want all the documents that hav
Hi,
Here is the problem I am facing.
One of the field in my index is content_source which I use to filter my
results.
I want all the documents that have content_source value as ABC OR DEF
and all the documents having DEF
should appear before the documents that have content_source value as ABC. I
am