lucene/solr/contrib/extraction
Uwe Schindler 06df50e759
LUCENE-9321: Port markdown task to Gradle (#1477)
2020-05-17 14:46:26 +02:00
..
src LUCENE-7788: fail precommit on unparameterised log messages and examine for wasted work/objects 2020-04-30 19:50:31 -04:00
README.md SOLR-14429: Convert .txt files to properly formatted .md files (#1450) 2020-04-27 08:43:04 +09:00
build.gradle LUCENE-9321: Port markdown task to Gradle (#1477) 2020-05-17 14:46:26 +02:00
build.xml SOLR-8180: jcl-over-slf4j is officially a solrj/solr dependency now; not marked optional in a POM. 2015-12-01 18:12:00 +00:00
ivy.xml SOLR-14054 -- upgrade to Tika 1.23 (and its dependencies) (#1092) 2019-12-17 16:09:08 -05:00

README.md

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.