You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Furkan KAMACI (JIRA)" <ji...@apache.org> on 2014/03/07 18:25:49 UTC

[jira] [Commented] (SOLR-4654) Integrate Lucene's sorting and early query termination capabilities into Solr

    [ https://issues.apache.org/jira/browse/SOLR-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924081#comment-13924081 ] 

Furkan KAMACI commented on SOLR-4654:
-------------------------------------

I am volunteer to work on this issue as a part of GSOC 14.

> Integrate Lucene's sorting and early query termination capabilities into Solr
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-4654
>                 URL: https://issues.apache.org/jira/browse/SOLR-4654
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Trivial
>              Labels: gsoc2014
>
> I think there would be some interesting work to do to integrate Lucene's sorting and early query termination capabilities into Solr, in particular (just ideas, maybe they're not all interesting/useful):
>  - configuring a SortingMergePolicy,
>  - figuring out when the sort order of queries matches the sort order of the index segments,
>  - giving the ability to get approximated results when the query is not sorted but only boosted by the sort order of the index,
>  - integration with TimeLimitingCollector: maybe it's better to collect only half of all segments than to fully collect half of the segments,
>  - approximation of the number of matches based on the ratio of collected documents,
>  - ...



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org