[jira] [Commented] (LUCENE-8803) Provide a FieldComparator to allow sorting by a feature from a FeatureField

2019-07-08 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8803:
-

Commit a329953429b6fa40ccf94a0253cf892b329edc3c in lucene-solr's branch 
refs/heads/branch_8x from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=a329953 ]

LUCENE-8803: Change the way that reverse ordering is implemented.

This addresses some test failures when IndexSearcher is created with an executor
and merges hits with TopDocs#merge.


> Provide a FieldComparator to allow sorting by a feature from a FeatureField
> ---
>
> Key: LUCENE-8803
> URL: https://issues.apache.org/jira/browse/LUCENE-8803
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Colin Goodheart-Smithe
>Priority: Major
> Fix For: master (9.0), 8.2
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It would be useful to be able to sort search hits by the value of a feature 
> from a feature field (e.g. pagerank). A FieldComparatorSource implementation 
> that enables this would create a convenient generic way to sort using values 
> from feature fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (LUCENE-8803) Provide a FieldComparator to allow sorting by a feature from a FeatureField

2019-07-08 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8803:
-

Commit ac209b637d68c84ce1402b6b8967514ce9cf6854 in lucene-solr's branch 
refs/heads/master from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ac209b6 ]

LUCENE-8803: Change the way that reverse ordering is implemented.

This addresses some test failures when IndexSearcher is created with an executor
and merges hits with TopDocs#merge.


> Provide a FieldComparator to allow sorting by a feature from a FeatureField
> ---
>
> Key: LUCENE-8803
> URL: https://issues.apache.org/jira/browse/LUCENE-8803
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Colin Goodheart-Smithe
>Priority: Major
> Fix For: master (9.0), 8.2
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It would be useful to be able to sort search hits by the value of a feature 
> from a feature field (e.g. pagerank). A FieldComparatorSource implementation 
> that enables this would create a convenient generic way to sort using values 
> from feature fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (LUCENE-8803) Provide a FieldComparator to allow sorting by a feature from a FeatureField

2019-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8803:
-

Commit eff574f8b376f5a69a15f195b24cdc04b6b3 in lucene-solr's branch 
refs/heads/master from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=eff574f ]

LUCENE-8803: Ensure doc ID order is preserved in tests.


> Provide a FieldComparator to allow sorting by a feature from a FeatureField
> ---
>
> Key: LUCENE-8803
> URL: https://issues.apache.org/jira/browse/LUCENE-8803
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Colin Goodheart-Smithe
>Priority: Major
> Fix For: master (9.0), 8.2
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It would be useful to be able to sort search hits by the value of a feature 
> from a feature field (e.g. pagerank). A FieldComparatorSource implementation 
> that enables this would create a convenient generic way to sort using values 
> from feature fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (LUCENE-8803) Provide a FieldComparator to allow sorting by a feature from a FeatureField

2019-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8803:
-

Commit a0a16043522baddf42d6fc26a844b2b087d0ca5f in lucene-solr's branch 
refs/heads/branch_8x from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=a0a1604 ]

LUCENE-8803: Ensure doc ID order is preserved in tests.


> Provide a FieldComparator to allow sorting by a feature from a FeatureField
> ---
>
> Key: LUCENE-8803
> URL: https://issues.apache.org/jira/browse/LUCENE-8803
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Colin Goodheart-Smithe
>Priority: Major
> Fix For: master (9.0), 8.2
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It would be useful to be able to sort search hits by the value of a feature 
> from a feature field (e.g. pagerank). A FieldComparatorSource implementation 
> that enables this would create a convenient generic way to sort using values 
> from feature fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (LUCENE-8803) Provide a FieldComparator to allow sorting by a feature from a FeatureField

2019-05-24 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8803:
-

Commit 39c8cca17775076a69465f1c18df418f4490097e in lucene-solr's branch 
refs/heads/branch_8x from Colin Goodheart-Smithe
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=39c8cca ]

LUCENE-8803: Provide a FieldComparator to allow sorting by a feature from a 
FeatureField (#680)

This change adds a SortField which allows a convenient way to sort search hits 
using a feature from a FeatureField.

> Provide a FieldComparator to allow sorting by a feature from a FeatureField
> ---
>
> Key: LUCENE-8803
> URL: https://issues.apache.org/jira/browse/LUCENE-8803
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Colin Goodheart-Smithe
>Priority: Major
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It would be useful to be able to sort search hits by the value of a feature 
> from a feature field (e.g. pagerank). A FieldComparatorSource implementation 
> that enables this would create a convenient generic way to sort using values 
> from feature fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (LUCENE-8803) Provide a FieldComparator to allow sorting by a feature from a FeatureField

2019-05-23 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8803:
-

Commit 46060d88a2a80794a95e6899e532c7a7da9c4dfb in lucene-solr's branch 
refs/heads/master from Colin Goodheart-Smithe
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=46060d8 ]

LUCENE-8803: Provide a FieldComparator to allow sorting by a feature from a 
FeatureField (#680)

This change adds a SortField which allows a convenient way to sort search hits 
using a feature from a FeatureField.

> Provide a FieldComparator to allow sorting by a feature from a FeatureField
> ---
>
> Key: LUCENE-8803
> URL: https://issues.apache.org/jira/browse/LUCENE-8803
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Colin Goodheart-Smithe
>Priority: Major
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It would be useful to be able to sort search hits by the value of a feature 
> from a feature field (e.g. pagerank). A FieldComparatorSource implementation 
> that enables this would create a convenient generic way to sort using values 
> from feature fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (LUCENE-8803) Provide a FieldComparator to allow sorting by a feature from a FeatureField

2019-05-17 Thread Colin Goodheart-Smithe (JIRA)


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

Colin Goodheart-Smithe commented on LUCENE-8803:


I opened a PR here: [https://github.com/apache/lucene-solr/pull/680]

I followed the tests that are used for the other sorts (numeric, string, etc.) 
but if it would be preferred to add different tests I can add this to the PR

> Provide a FieldComparator to allow sorting by a feature from a FeatureField
> ---
>
> Key: LUCENE-8803
> URL: https://issues.apache.org/jira/browse/LUCENE-8803
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Colin Goodheart-Smithe
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It would be useful to be able to sort search hits by the value of a feature 
> from a feature field (e.g. pagerank). A FieldComparatorSource implementation 
> that enables this would create a convenient generic way to sort using values 
> from feature fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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