-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefault.properties
152 lines (132 loc) · 3.18 KB
/
default.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Name=Nutch
name=nutch
version=1.0
final.name=${name}-${version}
year=2006
basedir = ./
src.dir = ./src/java
lib.dir = ./lib
conf.dir = ./conf
plugins.dir = ./src/plugin
docs.dir = ./docs
docs.src = ${basedir}/src/web
xmlcatalog.dir = ${basedir}/src/xmlcatalog
build.dir = ./build
build.classes = ${build.dir}/classes
build.webapps = ${build.dir}/webapps
build.plugins = ${build.dir}/plugins
build.docs = ${build.dir}/docs
build.javadoc = ${build.docs}/api
build.encoding = UTF-8
test.src.dir = ./src/test
test.build.dir = ${build.dir}/test
test.build.data = ${test.build.dir}/data
test.build.classes = ${test.build.dir}/classes
test.build.javadoc = ${test.build.dir}/docs/api
javacc.home=/usr/java/javacc
web.src.dir = ./src/web
src.webapps = ./src/webapps
# Proxy Host and Port to use for building JavaDoc
javadoc.proxy.host=-J-DproxyHost=
javadoc.proxy.port=-J-DproxyPort=
javadoc.link.java=http://java.sun.com/j2se/1.4.2/docs/api/
javadoc.link.lucene=http://jakarta.apache.org/lucene/docs/api/
javadoc.link.hadoop=http://lucene.apache.org/hadoop/docs/api/
javadoc.packages=org.apache.nutch.*
dist.dir=${build.dir}/${final.name}
javac.debug=on
javac.optimize=on
javac.deprecation=off
javac.version= 1.5
#
# Plugins API
#
plugins.api=\
org.apache.nutch.protocol.http.api*:\
org.apache.nutch.urlfilter.api*:\
org.apache.nutch.parse.ms*
#
# Protocol Plugins
#
plugins.protocol=\
org.apache.nutch.protocol.file*:\
org.apache.nutch.protocol.ftp*:\
org.apache.nutch.protocol.http*:\
org.apache.nutch.protocol.httpclient*
#
# URL Filter Plugins
#
plugins.urlfilter=\
org.apache.nutch.urlfilter.automaton*:\
org.apache.nutch.urlfilter.prefix*:\
org.apache.nutch.urlfilter.regex*
#
# Scoring Plugins
#
plugins.scoring=\
org.apache.nutch.scoring.opic*
#
# Parse Plugins
#
plugins.parse=\
org.apache.nutch.parse.ext*:\
org.apache.nutch.parse.html*:\
org.apache.nutch.parse.js:\
org.apache.nutch.parse.mp3*:\
org.apache.nutch.parse.msexcel*:\
org.apache.nutch.parse.mspowerpoint*:\
org.apache.nutch.parse.msword*:\
org.apache.nutch.parse.oo*:\
org.apache.nutch.parse.pdf*:\
org.apache.nutch.parse.rtf*:\
org.apache.nutch.parse.rss*:\
org.apache.nutch.parse.swf*:\
org.apache.nutch.parse.text:\
org.apache.nutch.parse.zip
#
# Analysis Plugins
#
plugins.analysis=\
# ${plugin.analysis-de}:\
# ${plugin.analysis-fr}
#
# Indexing Filter Plugins
#
plugins.index=\
org.apache.nutch.indexer.basic*:\
org.apache.nutch.indexer.more*
#
# Query Filter Plugins
#
plugins.query=\
org.apache.nutch.searcher.basic*:\
org.apache.nutch.searcher.more*:\
org.apache.nutch.searcher.site*:\
org.apache.nutch.searcher.url*
#
# Ontology Plugins
#
plugins.ontology=\
org.apache.nutch.ontology.jena*
#
# Online Clusterer Plugins
#
plugins.clustering=\
org.apache.nutch.clustering.carrot2*
#
# Summary Plugins
#
plugins.summary=\
org.apache.nutch.summary.basic*:\
org.apache.nutch.summary.lucene*
#
# Misc. Plugins
#
# (gathers plugins that cannot be dispatched
# in any category, mainly because they contains
# many extension points)
#
plugins.misc=\
org.apache.nutch.analysis.lang*:\
org.apache.nutch.microformats.reltag*:\
org.creativecommons.nutch*