You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Tomás Fernández Löbbe (JIRA)" <ji...@apache.org> on 2017/03/02 18:51:45 UTC

[jira] [Commented] (SOLR-9986) Implement DatePointField

    [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org