You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ku...@apache.org on 2008/12/04 22:31:09 UTC

svn commit: r723448 - /lucene/nutch/trunk/conf/custom-fields.xml

Author: kubes
Date: Thu Dec  4 13:31:09 2008
New Revision: 723448

URL: http://svn.apache.org/viewvc?rev=723448&view=rev
Log:
NUTCH-646: New Indexing Framework for Nutch.

Added:
    lucene/nutch/trunk/conf/custom-fields.xml

Added: lucene/nutch/trunk/conf/custom-fields.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/custom-fields.xml?rev=723448&view=auto
==============================================================================
--- lucene/nutch/trunk/conf/custom-fields.xml (added)
+++ lucene/nutch/trunk/conf/custom-fields.xml Thu Dec  4 13:31:09 2008
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<properties>
+  <!--<entry key="field.name">lang</entry>
+  <entry key="field.indexed">yes</entry>
+  <entry key="field.stored">yes</entry>
+  <entry key="field.tokenized">no</entry>
+  <entry key="field.boost">1.0</entry>
+  <entry key="field.multi">false</entry>-->
+</properties>
\ No newline at end of file