David Pilato
3f3fd74ee1
prepare release elasticsearch-mapper-attachments-1.9.0
2013-08-20 18:57:35 +02:00
David Pilato
62cc54a7c8
Update readme with release dates
2013-08-20 16:15:18 +02:00
David Pilato
8c340535d2
Add content_length metadata
...
We now generate `content_length` field field based on file size.
Closes #26 .
2013-08-20 16:03:31 +02:00
Frédéric Camblor
019d0f9a26
Don't reject full document in case of invalid metadata
...
From original PR #17 from @fcamblor
If you try to index a document with an invalid metadata, the full document is rejected.
For example:
```html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd ">
<html lang="fr">
<head>
<title>Hello</title>
<meta name="date" content="">
<meta name="Author" content="kimchy">
<meta name="Keywords" content="elasticsearch,cool,bonsai">
</head>
<body>World</body>
</html>
```
has a non parseable date.
This fix add a new option that ignore parsing errors `"index.mapping.attachment.ignore_errors":true` (default to `true`).
Closes #17 , #38 .
2013-08-20 12:26:49 +02:00
David Pilato
d2e2fb5cdf
Upgrade Tika to 1.4.
...
Closes #36 .
2013-08-14 16:57:42 +02:00
David Pilato
c0663277bc
prepare for next development iteration
2013-08-07 10:02:02 +02:00
David Pilato
0a454efe18
prepare release elasticsearch-mapper-attachments-1.8.0
2013-08-07 09:52:29 +02:00
David Pilato
d054f9a1e7
Mapper 1.7.0 does not work with elasticsearch 0.90.3
...
FastByteArrayInputStream has been removed in 0.90.3.
Closes #34 .
2013-08-07 09:47:12 +02:00
Shay Banon
7e58416506
release 1.7
2013-02-26 16:06:39 +01:00
David Pilato
942b87b763
Move to Elasticsearch 0.21.0.Beta1
...
Due to refactoring in 0.21.x we have to update this plugin
Closes #24 .
2013-02-23 12:13:51 +01:00
Martijn van Groningen
69f8bdea03
Master is now 0.20
2012-12-21 15:17:02 +01:00
Martijn van Groningen
a163fdad0f
Prepare 1.6.0 release
2012-09-28 12:00:12 +02:00
Martijn van Groningen
0a17fe2e44
Release 1.5
2012-09-19 11:33:06 +02:00
Martijn van Groningen
5c649ad226
Upgraded Tika, Testng, hamcrest, log4j and surefire plugin.
...
Closes #12
2012-09-19 10:55:58 +02:00
Shay Banon
65043c0692
add license and repo
2012-06-10 22:14:18 +02:00
Shay Banon
66b96cb994
release 1.4.0
2012-03-25 20:10:46 +02:00
Shay Banon
c1df26e4e9
upgrade to tika 1.1
2012-03-25 20:00:45 +02:00
Shay Banon
4482a5de67
release 1.3.0
2012-03-07 22:02:49 +02:00
Shay Banon
744e3772a5
update readme
2012-03-07 21:56:48 +02:00
Shay Banon
9882a2937b
update readme
2012-03-04 11:59:22 +02:00
Shay Banon
8d2a02e7d1
release 1.2.0
2012-02-15 22:43:48 +02:00
Shay Banon
802b795289
release 1.1.0 supporting elasticsearch 0.19
2012-02-07 17:00:47 +02:00
Shay Banon
f97157da15
move to elasticsearch 0.19.0 snap and use some of its features
2012-01-31 14:38:41 +02:00
Benjamin Devèze
ac0be37f09
Fix typo
2012-01-04 11:54:30 +01:00
Shay Banon
c4a1275475
first commit
2011-12-05 14:05:14 +02:00