mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367384 13f79535-47bb-0310-9956-ffa450edef68
17 lines
778 B
Plaintext
17 lines
778 B
Plaintext
Apache Solr Content Extraction Library (Solr Cell)
|
|
|
|
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.
|
|
|