2008-12-06 13:04:26 +00:00
|
|
|
Apache Solr Content Extraction Library (Solr Cell)
|
|
|
|
Release Notes
|
|
|
|
|
|
|
|
This file describes changes to the Solr Cell (contrib/extraction) module. See SOLR-284 for details.
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
|
|
|
Apache Solr Extraction provides a means for extracting and indexing content contained in "rich" documents, such
|
|
|
|
as Microsoft Word, Adobe PDF, etc. (Each name is a trademark of their respective owners) This contrib module
|
|
|
|
uses Apache Tika to extract content and metadata from the files, which can then be indexed. For more information,
|
|
|
|
see http://wiki.apache.org/solr/ExtractingRequestHandler
|
|
|
|
|
|
|
|
Getting Started
|
|
|
|
---------------
|
|
|
|
You will need Solr up and running. Then, simply add the extraction JAR file, plus the Tika dependencies (in the ./lib folder)
|
|
|
|
to your Solr Home lib directory. See http://wiki.apache.org/solr/ExtractingRequestHandler for more details on hooking it in
|
|
|
|
and configuring.
|
|
|
|
|
2010-05-10 14:36:54 +00:00
|
|
|
Tika Dependency
|
|
|
|
---------------
|
|
|
|
|
2010-11-30 22:33:30 +00:00
|
|
|
Current Version: Tika 0.8 (released 11/07/2010)
|
2010-05-10 14:36:54 +00:00
|
|
|
|
2011-05-14 15:01:12 +00:00
|
|
|
$Id$
|
2009-11-22 16:18:49 +00:00
|
|
|
|
2011-05-30 22:53:19 +00:00
|
|
|
================== Release 4.0.0-dev ==============
|
2011-01-17 19:51:01 +00:00
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
2011-06-22 09:31:18 +00:00
|
|
|
================== Release 3.4.0-dev ==============
|
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
|
|
|
================== Release 3.3.0 ==================
|
2011-05-30 22:53:19 +00:00
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
|
|
|
================== Release 3.2.0 ==================
|
2011-03-06 22:38:05 +00:00
|
|
|
|
2011-05-14 15:01:12 +00:00
|
|
|
* SOLR-2480: Add ignoreTikaException flag so that users can ignore TikaException but index
|
|
|
|
meta data. (Shinichiro Abe, koji)
|
2011-03-06 22:38:05 +00:00
|
|
|
|
2011-05-30 22:53:19 +00:00
|
|
|
================== Release 3.1.0 ==================
|
2010-02-17 02:57:04 +00:00
|
|
|
|
2011-01-17 19:51:01 +00:00
|
|
|
* SOLR-1902: Upgraded to Tika 0.8 and changed deprecated parse call
|
2009-11-22 16:18:49 +00:00
|
|
|
|
2010-02-04 16:36:11 +00:00
|
|
|
* SOLR-1756: The date.format setting causes ClassCastException when enabled and the config code that
|
|
|
|
parses this setting does not properly use the same iterator instance. (Christoph Brill, Mark Miller)
|
|
|
|
|
2010-03-10 16:18:09 +00:00
|
|
|
* SOLR-18913: Add ICU4j to libs and add tests for Arabic extraction (Robert Muir via gsingers)
|
2010-02-17 02:57:04 +00:00
|
|
|
|
2010-05-10 14:36:54 +00:00
|
|
|
* SOLR-1902: Upgraded to Tika 0.8-SNAPSHOT to incorporate passing in Solr's custom ClassLoader (gsingers)
|
2010-04-02 14:08:55 +00:00
|
|
|
|
2009-10-26 20:23:00 +00:00
|
|
|
================== Release 1.4.0 ==================
|
2008-12-06 13:04:26 +00:00
|
|
|
|
|
|
|
1. SOLR-284: Added in support for extraction. (Eric Pugh, Chris Harris, gsingers)
|
2009-02-07 16:02:41 +00:00
|
|
|
|
2009-03-21 17:55:28 +00:00
|
|
|
2. SOLR-284: Removed "silent success" key generation (gsingers)
|
|
|
|
|
2009-04-24 12:42:22 +00:00
|
|
|
3. SOLR-1075: Upgrade to Tika 0.3. See http://www.apache.org/dist/lucene/tika/CHANGES-0.3.txt (gsingers)
|
|
|
|
|
2009-07-27 18:48:58 +00:00
|
|
|
4. SOLR-1128: Added metadata output to "extract only" option. (gsingers)
|
|
|
|
|
|
|
|
5. SOLR-1310: Upgrade to Tika 0.4. Note there are some differences in detecting Languages now.
|
|
|
|
See http://www.lucidimagination.com/search/document/d6f1899a85b2a45c/vote_apache_tika_0_4_release_candidate_2#d6f1899a85b2a45c
|
|
|
|
for discussion on language detection.
|
2009-08-08 01:39:16 +00:00
|
|
|
See http://www.apache.org/dist/lucene/tika/CHANGES-0.4.txt. (gsingers)
|
|
|
|
|
2009-11-22 16:18:49 +00:00
|
|
|
6. SOLR-1274: Added text serialization output for extractOnly (Peter Wolanin, gsingers)
|