[jira] [Created] (SOLR-16651) Optimize execution of KNN sub-query to apply it only on documents remaining after the main query

2023-02-10 Thread Gabriel Magno (Jira)
Gabriel Magno created SOLR-16651: Summary: Optimize execution of KNN sub-query to apply it only on documents remaining after the main query Key: SOLR-16651 URL: https://issues.apache.org/jira/browse/SOLR-16651

[jira] [Updated] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-03 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Magno updated SOLR-16646: - Description: It would be useful to have a function query operator (e.g. `isnan`) to check

[jira] [Created] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-03 Thread Gabriel Magno (Jira)
Gabriel Magno created SOLR-16646: Summary: Create a new function query operator to verify if value is NaN (isnan) Key: SOLR-16646 URL: https://issues.apache.org/jira/browse/SOLR-16646 Project: Solr

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-20 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17649940#comment-17649940 ] Gabriel Magno commented on SOLR-16567: -- Not sure if I understood it correctly this "threshold"

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-19 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17649453#comment-17649453 ] Gabriel Magno commented on SOLR-16567: -- That is awesome [~abenedetti] . I've tested your branch,

[jira] [Comment Edited] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-17 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17648909#comment-17648909 ] Gabriel Magno edited comment on SOLR-16567 at 12/17/22 2:32 PM: Hi

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-17 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17648909#comment-17648909 ] Gabriel Magno commented on SOLR-16567: -- Hi [~abenedetti] ! I think this could fix the issue indeed.

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-15 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17648218#comment-17648218 ] Gabriel Magno commented on SOLR-16567: -- Oh, noh! I was referring to the fact of KNN queries being

[jira] [Comment Edited] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-15 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17648218#comment-17648218 ] Gabriel Magno edited comment on SOLR-16567 at 12/15/22 7:31 PM: Oh, noh!

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-15 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17648136#comment-17648136 ] Gabriel Magno commented on SOLR-16567: -- The KNN was actually not broken in the main branch. It was

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-12 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646091#comment-17646091 ] Gabriel Magno commented on SOLR-16567: -- Hi Alessandro! That sounds good, I will take a look at the

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-09 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17645506#comment-17645506 ] Gabriel Magno commented on SOLR-16567: -- I was able to implement a fix for this bug, with a

[jira] [Comment Edited] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-06 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643921#comment-17643921 ] Gabriel Magno edited comment on SOLR-16567 at 12/6/22 3:37 PM: --- Just

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-06 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643924#comment-17643924 ] Gabriel Magno commented on SOLR-16567: -- The same use case works for lexical queries. For instance,

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-06 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643921#comment-17643921 ] Gabriel Magno commented on SOLR-16567: -- Just realized that the approach of identifying main query vs

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-06 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643913#comment-17643913 ] Gabriel Magno commented on SOLR-16567: -- I've taken a quick look at the Solr code, and noticed that

[jira] [Created] (SOLR-16574) Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-03 Thread Gabriel Magno (Jira)
Gabriel Magno created SOLR-16574: Summary: Demonstrate Dense Vectors and KNN as part of the Films example Key: SOLR-16574 URL: https://issues.apache.org/jira/browse/SOLR-16574 Project: Solr

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-03 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642833#comment-17642833 ] Gabriel Magno commented on SOLR-16567: -- That makes lot of sense [~epugh] ! Do you want to create

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-02 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642704#comment-17642704 ] Gabriel Magno commented on SOLR-16567: -- Hey [~epugh] . I have just created a personal fork of the

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-02 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642538#comment-17642538 ] Gabriel Magno commented on SOLR-16567: -- I have an idea. I can create vectors for the "films"

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-02 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642516#comment-17642516 ] Gabriel Magno commented on SOLR-16567: -- Hey [~epugh] . The example entries of the scripts were

[jira] [Created] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-01 Thread Gabriel Magno (Jira)
Gabriel Magno created SOLR-16567: Summary: java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser Key: SOLR-16567 URL: https://issues.apache.org/jira/browse/SOLR-16567