On Wed, Sep 7, 2016 at 4:06 AM Dr. Hirn <[email protected]> wrote: > Hi, > > I want uploaded files to be searchable. For that purpose I have installed: > > - MediaWiki 1.27 > - Elasticsearch 1.7.5 > - Extension CirrusSearch 1.27 > - Extension Elastica (master) > > The search within wiki-pages is working. But I can not search for text > within uploaded files. Somehow I have the feeling, I'm missing > something (e.g. Tika, ...) but I have no idea what and where to find > more information. > > Do you? > > So Cirrus will index file contents for which we have a media handler defined. Right now, Pdf and Djvu files have specific media handlers that can extract their text contents.
If you have an additional media type you want to extract text from, that's what would need implementing. -Chad _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
