1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | Licensed to the Apache Software Foundation (ASF) under one or more |
---|
4 | contributor license agreements. See the NOTICE file distributed with |
---|
5 | this work for additional information regarding copyright ownership. |
---|
6 | The ASF licenses this file to You under the Apache License, Version 2.0 |
---|
7 | (the "License"); you may not use this file except in compliance with |
---|
8 | the License. You may obtain a copy of the License at |
---|
9 | |
---|
10 | http://www.apache.org/licenses/LICENSE-2.0 |
---|
11 | |
---|
12 | Unless required by applicable law or agreed to in writing, software |
---|
13 | distributed under the License is distributed on an "AS IS" BASIS, |
---|
14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
---|
15 | See the License for the specific language governing permissions and |
---|
16 | limitations under the License. |
---|
17 | --> |
---|
18 | <plugin |
---|
19 | id="nutch-extensionpoints" |
---|
20 | name="the nutch core extension points" |
---|
21 | version="0.8.0" |
---|
22 | provider-name="nutch.org"> |
---|
23 | |
---|
24 | <!-- this file hosts all extension points nutch core code offers. |
---|
25 | Please not that plugins can define extension points as well to be extendable.--> |
---|
26 | |
---|
27 | <extension-point |
---|
28 | id="org.apache.nutch.clustering.OnlineClusterer" |
---|
29 | name="Nutch Online Search Results Clustering Plugin"/> |
---|
30 | |
---|
31 | <extension-point |
---|
32 | id="org.apache.nutch.indexer.field.FieldFilter" |
---|
33 | name="Nutch Field Filter"/> |
---|
34 | |
---|
35 | <extension-point |
---|
36 | id="org.apache.nutch.indexer.IndexingFilter" |
---|
37 | name="Nutch Indexing Filter"/> |
---|
38 | |
---|
39 | <extension-point |
---|
40 | id="org.apache.nutch.ontology.Ontology" |
---|
41 | name="Ontology Model Loader"/> |
---|
42 | |
---|
43 | <extension-point |
---|
44 | id="org.apache.nutch.parse.Parser" |
---|
45 | name="Nutch Content Parser"/> |
---|
46 | |
---|
47 | <extension-point |
---|
48 | id="org.apache.nutch.parse.HtmlParseFilter" |
---|
49 | name="HTML Parse Filter"/> |
---|
50 | |
---|
51 | <extension-point |
---|
52 | id="org.apache.nutch.protocol.Protocol" |
---|
53 | name="Nutch Protocol"/> |
---|
54 | |
---|
55 | <extension-point |
---|
56 | id="org.apache.nutch.searcher.QueryFilter" |
---|
57 | name="Nutch Query Filter"/> |
---|
58 | |
---|
59 | <extension-point |
---|
60 | id="org.apache.nutch.net.URLFilter" |
---|
61 | name="Nutch URL Filter"/> |
---|
62 | |
---|
63 | <extension-point |
---|
64 | id="org.apache.nutch.net.URLNormalizer" |
---|
65 | name="Nutch URL Normalizer"/> |
---|
66 | |
---|
67 | <extension-point |
---|
68 | id="org.apache.nutch.analysis.NutchAnalyzer" |
---|
69 | name="Nutch Analysis"/> |
---|
70 | |
---|
71 | <extension-point |
---|
72 | id="org.apache.nutch.searcher.response.ResponseWriter" |
---|
73 | name="Nutch Search Results Response Writer"/> |
---|
74 | |
---|
75 | <extension-point |
---|
76 | id="org.apache.nutch.searcher.Summarizer" |
---|
77 | name="Nutch Summarizer"/> |
---|
78 | |
---|
79 | <extension-point |
---|
80 | id="org.apache.nutch.scoring.ScoringFilter" |
---|
81 | name="Nutch Scoring"/> |
---|
82 | |
---|
83 | </plugin> |
---|