aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1/contrib/extraction/README.txt
diff options
context:
space:
mode:
authorserver <brownptcdash@gmail.com>2019-12-10 18:12:37 -0500
committerserver <brownptcdash@gmail.com>2019-12-10 18:12:37 -0500
commit7478e610d99d1f2fb383ecbfa0b70d72eae27f81 (patch)
tree59486701838067351f00580315c05690f36a39ce /solr-8.3.1/contrib/extraction/README.txt
parent096718ee546afbd7568bf8ec9e23dca0556d814d (diff)
solr changes
Diffstat (limited to 'solr-8.3.1/contrib/extraction/README.txt')
-rw-r--r--solr-8.3.1/contrib/extraction/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/solr-8.3.1/contrib/extraction/README.txt b/solr-8.3.1/contrib/extraction/README.txt
new file mode 100644
index 000000000..b2ba66d50
--- /dev/null
+++ b/solr-8.3.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.
+