[
https://issues.apache.org/jira/browse/SOLR-15459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17364497#comment-17364497
]
ASF subversion and git services commented on SOLR-15459:
--------------------------------------------------------
Commit a79e71c732a4488b82d24713568b1a553c85266b in solr's branch
refs/heads/main from Timothy Potter
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=a79e71c ]
SOLR-15460: Implement LIKE, IS NOT NULL, IS NULL, and support wildcard * in
equals string literal (#173)
Also fixes SOLR-15459 & SOLR-15463
> Solr SQL doesn't support IS NULL / IS NOT NULL operators
> --------------------------------------------------------
>
> Key: SOLR-15459
> URL: https://issues.apache.org/jira/browse/SOLR-15459
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Parallel SQL
> Reporter: Timothy Potter
> Assignee: Timothy Potter
> Priority: Major
> Labels: RobustSQL
>
> My query is:
> {code}
> SELECT dateAsInt, a_s, b_s FROM $ALIAS WHERE b_s IS NOT NULL
> {code}
> Results:
> {code}
> {a_s=hello48, b_s=foo, dateAsInt=20210218}
> {a_s=hello47, b_s=null, dateAsInt=20210217}
> {code}
> Query to Solr:
> {code}
> 7632 INFO (qtp1443077678-315) [n:127.0.0.1:55346_solr c:coll2 s:shard1
> r:core_node3 x:coll2_shard1_replica_n1 ] o.a.s.c.S.Request
> [coll2_shard1_replica_n1] webapp=/solr path=/export
> params={q=*:*&distrib=false&indent=off&fl=dateAsInt,a_s,b_s,_version_&sort=_version_+desc&wt=json&version=2.2}
> hits=13 status=0 QTime=29
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]