MDL-53516 search: Adding file indexing support to Solr
authorEric Merrill <merrill@oakland.edu>
Thu, 17 Mar 2016 05:19:40 +0000 (01:19 -0400)
committerEric Merrill <merrill@oakland.edu>
Thu, 24 Mar 2016 20:39:55 +0000 (16:39 -0400)
commitcd894f84b35d80594649bc5198417d8b7627b737
tree67aa6e79bd16cb91d0c1707e431454e9c19609e5
parent091973dbd7f258511367a5787a6f36a78b1b3691
MDL-53516 search: Adding file indexing support to Solr

Expand the Solr engine to use the built in (to Solr) Tika
file indexing engine. Files are shipped off for indexing with
curl. Each file must have it's own document. So grouping is
used to keep files and Moodle docs associated.
search/engine/solr/classes/document.php
search/engine/solr/classes/engine.php
search/engine/solr/lang/en/search_solr.php
search/engine/solr/settings.php
search/engine/solr/tests/engine_test.php