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

Tomás Fernández Löbbe commented on SOLR-9986:
---------------------------------------------

Looks good. 
{code}
-    assertQ(req("q", "dateRemove:*", "indent", "true"), "//result[@numFound = 
'4']");
+    if (!isPointField) {
+      assertQ(req("q", "dateRemove:*", "indent", "true"), "//result[@numFound 
= '4']");
+    }
{code}
In other cases I modified the query to something like {{dateRemove:\[* TO *\]}} 
to avoid skipping it

> Implement DatePointField
> ------------------------
>
>                 Key: SOLR-9986
>                 URL: https://issues.apache.org/jira/browse/SOLR-9986
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Tomás Fernández Löbbe
>         Attachments: SOLR-9986.patch
>
>
> Followup task of SOLR-8396



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to