[
https://issues.apache.org/jira/browse/NUTCH-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18097812#comment-18097812
]
Hudson commented on NUTCH-1444:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #253 (See
[https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/253/])
NUTCH-1446 Port NUTCH-1444 to trunk (Indexing should not create temporary
files) (#905) (github:
[https://github.com/apache/nutch/commit/e9247b3e87fb5a253b75750d8473479c5b1a1563])
* (edit) src/java/org/apache/nutch/indexer/IndexerOutputFormat.java
> Indexing should not create temporary files (do not extend from
> FileOutputFormat)
> --------------------------------------------------------------------------------
>
> Key: NUTCH-1444
> URL: https://issues.apache.org/jira/browse/NUTCH-1444
> Project: Nutch
> Issue Type: Bug
> Reporter: Ferdy
> Priority: Major
> Fix For: 2.1
>
> Attachments: NUTCH-1444.patch
>
>
> The creation of the tmp files is a thing from the past, where it was needed
> to create Lucene indices. For the the SolrIndexer this is not needed anymore.
> I have changed the indexer to not extend from FileOutputFormat. This greatly
> simplifies the code. (And makes room for ElasticIndexerJob which I am about
> to add to the codebase)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)