[
https://issues.apache.org/jira/browse/NUTCH-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519503#comment-16519503
]
Hudson commented on NUTCH-2600:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch-trunk #3537 (See
[https://builds.apache.org/job/Nutch-trunk/3537/])
Fixes for NUTCH-2600: Includes: - Some refactoring - Support for Basic
(roannel.fdez:
[https://github.com/apache/nutch/commit/1f6bfe25de44389941529a4170a17c3deed16ad2])
* (edit) src/plugin/indexer-solr/ivy.xml
* (edit) src/plugin/indexer-solr/plugin.xml
* (edit)
src/plugin/indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrIndexWriter.java
* (edit)
src/plugin/indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrConstants.java
* (edit) conf/index-writers.xml.template
* (edit) src/java/org/apache/nutch/indexer/IndexingJob.java
* (edit)
src/plugin/indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrUtils.java
> Refactoring indexer-solr
> ------------------------
>
> Key: NUTCH-2600
> URL: https://issues.apache.org/jira/browse/NUTCH-2600
> Project: Nutch
> Issue Type: Improvement
> Components: indexer, plugin
> Affects Versions: 1.14
> Reporter: Roannel Fernández Hernández
> Priority: Minor
> Fix For: 1.15
>
>
> indexer-solr includes an interface to define the parameters used by the
> plugin, however, in some cases this interface is not used and a string is
> used instead. Also, in index-writers.xml file, the commit.index parameter is
> never used in the code and the collection parameter is not included in
> index-writers.xml file.
> On the other hand, according to the configuration of indexer-solr plugin, it
> seems to support Basic Authentication but the username and password are never
> used. I don't know the reason for this, but I believe that it could be a good
> feature for Nutch and besides I think we should update Solrj library.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)