[jira] [Commented] (LUCENE-8878) Provide alternative sorting utility from SortField other than FieldComparator

2019-06-27 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16874413#comment-16874413 ] Tony Xu commented on LUCENE-8878: - [~rcmuir] Thank you Robert for bring the implementati

[jira] [Commented] (LUCENE-8878) Provide alternative sorting utility from SortField other than FieldComparator

2019-06-25 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872734#comment-16872734 ] Tony Xu commented on LUCENE-8878: - >  As long as we can keep comparing strings using the

[jira] [Updated] (LUCENE-8878) Provide alternative sorting utility from SortField other than FieldComparator

2019-06-24 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Xu updated LUCENE-8878: Description: The `FieldComparator` has many responsibilities and users get all of them at once. At high l

[jira] [Created] (LUCENE-8878) Provide alternative sorting utility from SortField other than FieldComparator

2019-06-24 Thread Tony Xu (JIRA)
Tony Xu created LUCENE-8878: --- Summary: Provide alternative sorting utility from SortField other than FieldComparator Key: LUCENE-8878 URL: https://issues.apache.org/jira/browse/LUCENE-8878 Project: Lucene -

[jira] [Commented] (LUCENE-8865) Use incoming thread for execution if IndexSearcher has an executor

2019-06-24 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871853#comment-16871853 ] Tony Xu commented on LUCENE-8865: - I randomly came across the issue, this is a nice chan

[jira] [Commented] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2018-08-31 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16599076#comment-16599076 ] Tony Xu commented on LUCENE-7882: - Oh I forgot to paste the test output.   2 Loading c

[jira] [Commented] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2018-08-31 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16599071#comment-16599071 ] Tony Xu commented on LUCENE-7882: - To explain why Mike saw a many threads getting blocke

[jira] [Updated] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2018-08-31 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Xu updated LUCENE-7882: Attachment: demo.patch > Maybe expression compiler should cache recently compiled expressions? > -

[jira] [Commented] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2018-08-30 Thread Tony Xu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16597756#comment-16597756 ] Tony Xu commented on LUCENE-7882: - A simple idea here can be caching the compiled Expres

[jira] [Created] (LUCENE-8319) A Time-limiting collector that works with CollectorManagers

2018-05-16 Thread Tony Xu (JIRA)
Tony Xu created LUCENE-8319: --- Summary: A Time-limiting collector that works with CollectorManagers Key: LUCENE-8319 URL: https://issues.apache.org/jira/browse/LUCENE-8319 Project: Lucene - Core Is