source: proiecte/HadoopJUnit/hadoop-0.20.1/src/contrib/index/conf/index-config.xml @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<!-- Put site-specific property overrides in this file. -->
5
6<configuration>
7
8<property>
9  <name>sea.distribution.policy</name>
10  <value>org.apache.hadoop.contrib.index.example.HashingDistributionPolicy</value>
11</property>
12
13<property>
14  <name>sea.document.analyzer</name>
15  <value>org.apache.lucene.analysis.standard.StandardAnalyzer</value>
16</property>
17
18<property>
19  <name>sea.input.format</name>
20  <value>org.apache.hadoop.contrib.index.example.LineDocInputFormat</value>
21</property>
22
23<property>
24  <name>sea.index.updater</name>
25  <value>org.apache.hadoop.contrib.index.mapred.IndexUpdater</value>
26</property>
27
28<property>
29  <name>sea.local.analysis</name>
30  <value>org.apache.hadoop.contrib.index.example.LineDocLocalAnalysis</value>
31</property>
32
33<property>
34  <name>sea.max.field.length</name>
35  <value>2000000</value>
36</property>
37
38<property>
39  <name>sea.max.num.segments</name>
40  <value>10</value>
41</property>
42
43<property>
44  <name>sea.use.compound.file</name>
45  <value>true</value>
46</property>
47
48</configuration>
Note: See TracBrowser for help on using the repository browser.