aboutsummaryrefslogtreecommitdiff
path: root/solr-8.1.1/contrib/extraction/README.txt
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-26 17:54:18 -0400
committerMonika <monika_hedman@brown.edu>2019-06-26 17:54:18 -0400
commitf08914e7b376b92e9046dd8bd4bc4dc2f5996e6f (patch)
tree20cace0012e229a5419b360227025241e3cf9fdb /solr-8.1.1/contrib/extraction/README.txt
parent0df1e6093ee5cc2b9b7510b8f4ea5325fd47ffe8 (diff)
installed solr
Diffstat (limited to 'solr-8.1.1/contrib/extraction/README.txt')
-rw-r--r--solr-8.1.1/contrib/extraction/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/solr-8.1.1/contrib/extraction/README.txt b/solr-8.1.1/contrib/extraction/README.txt
new file mode 100644
index 000000000..b2ba66d50
--- /dev/null
+++ b/solr-8.1.1/contrib/extraction/README.txt
@@ -0,0 +1,16 @@
+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.
+