12:22
To: solr-user@lucene.apache.org
Subject: Re: How to filter old revisions
Revision is a field.
Sorting is not an option because then I sort all document! I want to
filter a subset of documents with the same root version number (field)
and get only one document of the subset with highest
Revision is a field.
Sorting is not an option because then I sort all document! I want to
filter a subset of documents with the same root version number (field)
and get only one document of the subset with highest revision number.
In other words the root revision number of all documents retr
On Wed, Jul 15, 2009 at 3:19 PM, Reza Safari wrote:
> Hi,
>
> How is possible to search for max values e.g.
>
> doc1 has revision number 1
> doc2 has revision number 2
> doc3 has revision number 3
>
> doc1, doc2 and doc3 have all same root revision id e.g. 1
>
> I want search result with doc'