Hi,

I want to solve the
https://issues.apache.org/jira/browse/SOLR-1713improvment but I have
some questions. If somebody can give a little
orientation should be great.

What the issue says is "Query rows=10 but cluster on more"?
If this is what it says, the idea is to solve using results or collection
part of the ClusteringComponent. (Because Collection part uses
DocumentEngine, which is in experimental state).
If the user wants to cluster on more rows, should I query twice or just
query by the biggest quantity of rows and then reduce the number at the end?

Regards,
Zacarias.





On Sat, Jan 9, 2010 at 6:25 PM, Grant Ingersoll (JIRA) <j...@apache.org>wrote:

> Carrot2 Clustering should have an option to cluster on a different number
> of rows than the DocList size
>
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-1713
>                 URL: https://issues.apache.org/jira/browse/SOLR-1713
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - Clustering
>            Reporter: Grant Ingersoll
>
>
> It would be nice if, in the Carrot2 clustering, we could only return 10
> rows as part of the query, but cluster on more.  Alternatively, it may even
> make sense to be able to cluster on the DocSet, too.
>
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

Reply via email to