This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit 52a1c5088203ae4fc733c4a507a8b5014c6b7bc7 Author: Nicola Marcacci Rossi <[email protected]> AuthorDate: Fri Dec 15 14:30:02 2017 +0100 fix indentation --- conf/nutch-default.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml index 1d9837f..f35e787 100644 --- a/conf/nutch-default.xml +++ b/conf/nutch-default.xml @@ -2136,11 +2136,11 @@ visit https://wiki.apache.org/nutch/SimilarityScoringFilter--> </property> <property> - <name>elastic.rest.sink</name> - <value>others</value> - <description> - Default value is `others`. Is used only if `elastic.rest.languages` is defined to build the index name where to store documents with unsupported languages (i.e. ${elastic.rest.index}${elastic.rest.separator}${elastic.rest.sink}). - </description> + <name>elastic.rest.sink</name> + <value>others</value> + <description> + Default value is `others`. Is used only if `elastic.rest.languages` is defined to build the index name where to store documents with unsupported languages (i.e. ${elastic.rest.index}${elastic.rest.separator}${elastic.rest.sink}). + </description> </property> <property> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
