You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2011/04/27 13:14:03 UTC

[jira] [Created] (NUTCH-989) index-basic plugin also uses invalid date format for Solr

index-basic plugin also uses invalid date format for Solr
---------------------------------------------------------

                 Key: NUTCH-989
                 URL: https://issues.apache.org/jira/browse/NUTCH-989
             Project: Nutch
          Issue Type: Improvement
    Affects Versions: 1.3, 2.0
            Reporter: Markus Jelsma
             Fix For: 2.0




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-989) index-basic plugin doesn't use Solr date fieldType

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056982#comment-13056982 ] 

Hudson commented on NUTCH-989:
------------------------------

Integrated in Nutch-trunk #1530 (See [https://builds.apache.org/job/Nutch-trunk/1530/])
    

> index-basic plugin doesn't use Solr date fieldType
> --------------------------------------------------
>
>                 Key: NUTCH-989
>                 URL: https://issues.apache.org/jira/browse/NUTCH-989
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.3, 2.0
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.3, 2.0
>
>
> The index-basic plugin actually sends over a properly formatted date with millis but the schema isn't configured to use the dateField.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (NUTCH-989) index-basic plugin doesn't use Solr date fieldType

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma updated NUTCH-989:
--------------------------------

    Fix Version/s: 1.3

The supplied Solr schema must use a date fieldType instead of long. If not, deduplication won't work because Solr mysteriously allows formatted dates in a long field, but i cannot write them back in the javabin format.

This change will break an existing 1.2 schema. But since we want to upgrade to 3.1 anyway, users must reindex the data.

> index-basic plugin doesn't use Solr date fieldType
> --------------------------------------------------
>
>                 Key: NUTCH-989
>                 URL: https://issues.apache.org/jira/browse/NUTCH-989
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.3, 2.0
>            Reporter: Markus Jelsma
>             Fix For: 1.3, 2.0
>
>
> The index-basic plugin actually sends over a properly formatted date with millis but the schema isn't configured to use the dateField.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-989) index-basic plugin doesn't use Solr date fieldType

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma updated NUTCH-989:
--------------------------------

    Description: The index-basic plugin actually sends over a properly formatted date with millis but the schema isn't configured to use the dateField.
        Summary: index-basic plugin doesn't use Solr date fieldType  (was: index-basic plugin doesn)

> index-basic plugin doesn't use Solr date fieldType
> --------------------------------------------------
>
>                 Key: NUTCH-989
>                 URL: https://issues.apache.org/jira/browse/NUTCH-989
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.3, 2.0
>            Reporter: Markus Jelsma
>             Fix For: 2.0
>
>
> The index-basic plugin actually sends over a properly formatted date with millis but the schema isn't configured to use the dateField.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (NUTCH-989) index-basic plugin doesn't use Solr date fieldType

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma resolved NUTCH-989.
---------------------------------

    Resolution: Fixed

Date fieldType added and updated tstamp field to use the new fieldType. Committed for 1.3 in rev. 1099800 and for trunk in rev. 1099802.

Note: it is not a TrieDate fieldType. We probably need a separate issue to fine tune the schema for Solr 3.1.

> index-basic plugin doesn't use Solr date fieldType
> --------------------------------------------------
>
>                 Key: NUTCH-989
>                 URL: https://issues.apache.org/jira/browse/NUTCH-989
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.3, 2.0
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.3, 2.0
>
>
> The index-basic plugin actually sends over a properly formatted date with millis but the schema isn't configured to use the dateField.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (NUTCH-989) index-basic plugin doesn't use Solr date fieldType

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma closed NUTCH-989.
-------------------------------


> index-basic plugin doesn't use Solr date fieldType
> --------------------------------------------------
>
>                 Key: NUTCH-989
>                 URL: https://issues.apache.org/jira/browse/NUTCH-989
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.3, 2.0
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.3, 2.0
>
>
> The index-basic plugin actually sends over a properly formatted date with millis but the schema isn't configured to use the dateField.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (NUTCH-989) index-basic plugin doesn't use Solr date fieldType

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma reassigned NUTCH-989:
-----------------------------------

    Assignee: Markus Jelsma

> index-basic plugin doesn't use Solr date fieldType
> --------------------------------------------------
>
>                 Key: NUTCH-989
>                 URL: https://issues.apache.org/jira/browse/NUTCH-989
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.3, 2.0
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.3, 2.0
>
>
> The index-basic plugin actually sends over a properly formatted date with millis but the schema isn't configured to use the dateField.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-989) index-basic plugin doesn

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma updated NUTCH-989:
--------------------------------

    Summary: index-basic plugin doesn  (was: index-basic plugin also uses invalid date format for Solr)

> index-basic plugin doesn
> ------------------------
>
>                 Key: NUTCH-989
>                 URL: https://issues.apache.org/jira/browse/NUTCH-989
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.3, 2.0
>            Reporter: Markus Jelsma
>             Fix For: 2.0
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira