[jira] [Updated] (SOLR-16250) Solr SQL returns no results for multiple terms in LIKE operator on string fields

2022-06-14 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16250: - Description: Solr SQL currently does not any results for below query {code:java} stringfield LIKE 'task% failed'

[jira] [Updated] (SOLR-16250) Solr SQL returns no results for multiple terms in LIKE operator on string fields

2022-06-14 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16250: - Description: Solr SQL currently translates the following like term to  {code:java} stringfield LIKE 'task% failed

[jira] [Created] (SOLR-16250) Solr SQL returns no results for multiple terms in LIKE operator on string fields

2022-06-14 Thread Kiran (Jira)
Kiran created SOLR-16250: Summary: Solr SQL returns no results for multiple terms in LIKE operator on string fields Key: SOLR-16250 URL: https://issues.apache.org/jira/browse/SOLR-16250 Project: Solr

[jira] [Updated] (SOLR-16250) Solr SQL returns no results for multiple terms in LIKE operator on string fields

2022-06-14 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16250: - Priority: Minor (was: Major) > Solr SQL returns no results for multiple terms in LIKE operator on string > fiel

[jira] [Updated] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16227: - Fix Version/s: 8.11.2 9.1 > Solr SQL query parsing fails on multiple LIKE clauses and multiple

[jira] [Updated] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16227: - Description:   {code:java} select count(*) as QUERY_COUNT from test_index WHERE (name LIKE 'Sample Temp*') AND (

[jira] [Created] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Kiran (Jira)
Kiran created SOLR-16227: Summary: Solr SQL query parsing fails on multiple LIKE clauses and multiple terms Key: SOLR-16227 URL: https://issues.apache.org/jira/browse/SOLR-16227 Project: Solr Issue

[jira] [Updated] (SOLR-16215) Solr SQL UDF's array_contains_any and array_contains_all are not escaping quotes for values

2022-05-26 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16215: - Fix Version/s: 8.11.2 9.1 > Solr SQL UDF's array_contains_any and array_contains_all are not e

[jira] [Created] (SOLR-16215) Solr SQL UDF's array_contains_any and array_contains_all are not escaping quotes for values

2022-05-25 Thread Kiran (Jira)
Kiran created SOLR-16215: Summary: Solr SQL UDF's array_contains_any and array_contains_all are not escaping quotes for values Key: SOLR-16215 URL: https://issues.apache.org/jira/browse/SOLR-16215 Project: So

[jira] [Created] (SOLR-16009) Solr SQL does not return documents for 'AND' operation on multi-valued field

2022-02-14 Thread Kiran (Jira)
Kiran created SOLR-16009: Summary: Solr SQL does not return documents for 'AND' operation on multi-valued field Key: SOLR-16009 URL: https://issues.apache.org/jira/browse/SOLR-16009 Project: Solr Is

[jira] [Updated] (SOLR-15974) IOException when running count(*) query

2022-02-02 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-15974: - Summary: IOException when running count(*) query (was: count(*) query fails if there are more than two fields in

[jira] [Updated] (SOLR-15974) count(*) query fails if there are more than two fields in the filter clause

2022-02-02 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-15974: - Summary: count(*) query fails if there are more than two fields in the filter clause (was: count(*) query fails

[jira] [Updated] (SOLR-15974) count(*) query fails if there are more than three fields in the filter clause

2022-02-02 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-15974: - Description: Error message {code:java} java.io.IOException: score is not a valid field for unlimited queries.", {

[jira] [Created] (SOLR-15974) count(*) query fails if there are more than three fields in the filter clause

2022-02-02 Thread Kiran (Jira)
Kiran created SOLR-15974: Summary: count(*) query fails if there are more than three fields in the filter clause Key: SOLR-15974 URL: https://issues.apache.org/jira/browse/SOLR-15974 Project: Solr I