You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/07/26 21:18:35 UTC

[jira] [Created] (NUTCH-1439) Define boost field as type float in schema-solr4.xml

Lewis John McGibbney created NUTCH-1439:
-------------------------------------------

             Summary: Define boost field as type float in schema-solr4.xml
                 Key: NUTCH-1439
                 URL: https://issues.apache.org/jira/browse/NUTCH-1439
             Project: Nutch
          Issue Type: Bug
          Components: indexer
    Affects Versions: 1.5.1
            Reporter: Lewis John McGibbney
             Fix For: 1.6


As highlighted by shekhar sharma on user@ [0] there is an incorrectly defined field in the above file resulting in a ClassCastException when undertaking Solr tasks. The current and proposed solution is provided below

Current:
{code}
<field name="boost" type="string" stored="true" indexed="false"/>
{code}

Proposed:
{code}
<field name="boost" type="float" stored="true" indexed="false"/>
{code}

[0] http://www.mail-archive.com/user%40nutch.apache.org/msg07036.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (NUTCH-1439) Define boost field as type float in schema-solr4.xml

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

Lewis John McGibbney resolved NUTCH-1439.
-----------------------------------------

    Resolution: Fixed

Committed @revision 1366159 in trunk
Thaank you for brining this to our attention.
                
> Define boost field as type float in schema-solr4.xml
> ----------------------------------------------------
>
>                 Key: NUTCH-1439
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1439
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.5.1
>            Reporter: Lewis John McGibbney
>             Fix For: 1.6
>
>
> As highlighted by shekhar sharma on user@ [0] there is an incorrectly defined field in the above file resulting in a ClassCastException when undertaking Solr tasks. The current and proposed solution is provided below
> Current:
> {code}
> <field name="boost" type="string" stored="true" indexed="false"/>
> {code}
> Proposed:
> {code}
> <field name="boost" type="float" stored="true" indexed="false"/>
> {code}
> [0] http://www.mail-archive.com/user%40nutch.apache.org/msg07036.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1439) Define boost field as type float in schema-solr4.xml

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

Lewis John McGibbney commented on NUTCH-1439:
---------------------------------------------

Also copied over to 2.x branch and Committed @revision 1366170.
                
> Define boost field as type float in schema-solr4.xml
> ----------------------------------------------------
>
>                 Key: NUTCH-1439
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1439
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.5.1
>            Reporter: Lewis John McGibbney
>             Fix For: 1.6
>
>
> As highlighted by shekhar sharma on user@ [0] there is an incorrectly defined field in the above file resulting in a ClassCastException when undertaking Solr tasks. The current and proposed solution is provided below
> Current:
> {code}
> <field name="boost" type="string" stored="true" indexed="false"/>
> {code}
> Proposed:
> {code}
> <field name="boost" type="float" stored="true" indexed="false"/>
> {code}
> [0] http://www.mail-archive.com/user%40nutch.apache.org/msg07036.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1439) Define boost field as type float in schema-solr4.xml

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

Hudson commented on NUTCH-1439:
-------------------------------

Integrated in nutch-trunk-maven #367 (See [https://builds.apache.org/job/nutch-trunk-maven/367/])
    NUTCH-1439 Define boost field as type float in schema-solr4.xml (Revision 1366159)

     Result = SUCCESS
lewismc : 
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/conf/schema-solr4.xml

                
> Define boost field as type float in schema-solr4.xml
> ----------------------------------------------------
>
>                 Key: NUTCH-1439
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1439
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.5.1
>            Reporter: Lewis John McGibbney
>             Fix For: 1.6
>
>
> As highlighted by shekhar sharma on user@ [0] there is an incorrectly defined field in the above file resulting in a ClassCastException when undertaking Solr tasks. The current and proposed solution is provided below
> Current:
> {code}
> <field name="boost" type="string" stored="true" indexed="false"/>
> {code}
> Proposed:
> {code}
> <field name="boost" type="float" stored="true" indexed="false"/>
> {code}
> [0] http://www.mail-archive.com/user%40nutch.apache.org/msg07036.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira