diff --git a/pysolr.py b/pysolr.py index d7722e12..f00be4e7 100644 --- a/pysolr.py +++ b/pysolr.py @@ -883,7 +883,7 @@ def extract(self, file_obj, extractOnly=True, **kwargs): http://wiki.apache.org/solr/ExtractingRequestHandler - The ExtractingRequestHandler has a very simply model: it extracts + The ExtractingRequestHandler has a very simple model: it extracts contents and metadata from the uploaded file and inserts it directly into the index. This is rarely useful as it allows no way to store additional data or otherwise customize the record. Instead, by default