Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit f8f647d

Browse files
committed
update headers
1 parent 94425af commit f8f647d

File tree

13 files changed

+124
-151
lines changed

13 files changed

+124
-151
lines changed

README.md

Lines changed: 16 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,23 @@
1-
Mapper Attachments Type for ElasticSearch
1+
Mapper Attachments Type for Elasticsearch
22
=========================================
33

4-
The mapper attachments plugin adds the `attachment` type to ElasticSearch using [Apache Tika](http://lucene.apache.org/tika/).
4+
The mapper attachments plugin adds the `attachment` type to Elasticsearch using [Apache Tika](http://lucene.apache.org/tika/).
55

66
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.9.0`.
77

8-
<table>
9-
<thead>
10-
<tr>
11-
<td>Attachment Mapper Plugin</td>
12-
<td>ElasticSearch</td>
13-
<td>Tika</td>
14-
<td>Release date</td>
15-
</tr>
16-
</thead>
17-
<tbody>
18-
<tr>
19-
<td>1.10.0-SNAPSHOT (master)</td>
20-
<td>0.90.3 -> master</td>
21-
<td>1.4</td>
22-
<td></td>
23-
</tr>
24-
<tr>
25-
<td>1.9.0</td>
26-
<td>0.90.3 -> master</td>
27-
<td>1.4</td>
28-
<td>20/08/2013</td>
29-
</tr>
30-
<tr>
31-
<td>1.8.0</td>
32-
<td>0.90.3 -> master</td>
33-
<td>1.2</td>
34-
<td>07/08/2013</td>
35-
</tr>
36-
<tr>
37-
<td>1.7.0</td>
38-
<td>0.90 -> 0.90.2</td>
39-
<td>1.2</td>
40-
<td>26/02/2013</td>
41-
</tr>
42-
<tr>
43-
<td>1.6.0</td>
44-
<td>0.19 -> 0.20</td>
45-
<td>1.2</td>
46-
<td>28/09/2012</td>
47-
</tr>
48-
<tr>
49-
<td>1.5.0</td>
50-
<td>0.19 -> 0.20</td>
51-
<td>1.2</td>
52-
<td>19/09/2012</td>
53-
</tr>
54-
<tr>
55-
<td>1.4.0</td>
56-
<td>0.19 -> 0.20</td>
57-
<td>1.1</td>
58-
<td>25/03/2012</td>
59-
</tr>
60-
<tr>
61-
<td>1.3.0</td>
62-
<td>0.19 -> 0.20</td>
63-
<td>1.0</td>
64-
<td>07/03/2012</td>
65-
</tr>
66-
<tr>
67-
<td>1.2.0</td>
68-
<td>0.19 -> 0.20</td>
69-
<td>1.0</td>
70-
<td>15/02/2012</td>
71-
</tr>
72-
<tr>
73-
<td>1.1.0</td>
74-
<td>0.19 -> 0.20</td>
75-
<td>0.10</td>
76-
<td>07/02/2012</td>
77-
</tr>
78-
<tr>
79-
<td>1.0.0</td>
80-
<td>0.18</td>
81-
<td>0.10</td>
82-
<td>05/12/2011</td>
83-
</tr>
84-
</tbody>
85-
</table>
8+
| Attachment Mapper Plugin | elasticsearch | Tika | Release date |
9+
|-----------------------------|-----------------------|--------|:------------:|
10+
| 1.10.0-SNAPSHOT (master) | 0.90.3 -> 0.90 | 1.4 | |
11+
| 1.9.0 | 0.90.3 -> 0.90 | 1.4 | 2013-08-20 |
12+
| 1.8.0 | 0.90.3 -> 0.90 | 1.2 | 2013-08-07 |
13+
| 1.7.0 | 0.90.0 -> 0.90.2 | 1.2 | 2013-02-26 |
14+
| 1.6.0 | 0.19 -> 0.20 | 1.2 | 2012-09-28 |
15+
| 1.5.0 | 0.19 -> 0.20 | 1.2 | 2012-09-19 |
16+
| 1.4.0 | 0.19 -> 0.20 | 1.1 | 2012-03-25 |
17+
| 1.3.0 | 0.19 -> 0.20 | 1.0 | 2012-03-07 |
18+
| 1.2.0 | 0.19 -> 0.20 | 1.0 | 2012-02-15 |
19+
| 1.1.0 | 0.19 -> 0.20 | 1.0 | 2012-02-07 |
20+
| 1.0.0 | 0.18 | 0.10 | 2011-12-05 |
8621

8722

8823
The `attachment` type allows to index different "attachment" type field (encoded as `base64`), for example,
@@ -181,7 +116,7 @@ License
181116

182117
This software is licensed under the Apache 2 license, quoted below.
183118

184-
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
119+
Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
185120

186121
Licensed under the Apache License, Version 2.0 (the "License"); you may not
187122
use this file except in compliance with the License. You may obtain a copy of

src/main/java/org/elasticsearch/index/mapper/attachment/AttachmentMapper.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/main/java/org/elasticsearch/index/mapper/attachment/RegisterAttachmentType.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/main/java/org/elasticsearch/plugin/mapper/attachments/AttachmentsIndexModule.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/main/java/org/elasticsearch/plugin/mapper/attachments/MapperAttachmentsPlugin.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/main/java/org/elasticsearch/plugin/mapper/attachments/tika/TikaInstance.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/test/java/org/elasticsearch/index/mapper/xcontent/DateAttachmentMapperTests.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/test/java/org/elasticsearch/index/mapper/xcontent/EncryptedDocMapperTest.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* 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,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
120
package org.elasticsearch.index.mapper.xcontent;
221

322
import org.apache.lucene.document.Document;

src/test/java/org/elasticsearch/index/mapper/xcontent/MetadataMapperTest.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* 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,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
120
package org.elasticsearch.index.mapper.xcontent;
221

322
import org.apache.lucene.document.Document;

src/test/java/org/elasticsearch/index/mapper/xcontent/MultifieldAttachmentMapperTests.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

0 commit comments

Comments
 (0)