Download the PHP package manta_ray_media/search_api_elasticsearch_attachments without Composer

On this page you can find all versions of the php package manta_ray_media/search_api_elasticsearch_attachments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package search_api_elasticsearch_attachments

Search API Elasticsearch Attachments

forked from: https://git.drupalcode.org/project/search_api_elasticsearch_attachments

Elasticsearch is generally used to index data of types like string, number, date, etc.

However, what if you wanted to index a file like a .pdf or a .doc directly and make it searchable?

This module allows Drupal to index files (attachments) to Elasticsearch by making use of Elasticsearch data type "attachment".

Search_API_Elasticsearch_Attachments

Requirements

This module requires:

Elasticsearch Plugin Installation

The first step is to install the Elasticsearch plugin: ingest-attachment, which enables ES to recognise the "attachment" data type. In turn, it uses Apache Tika for content extraction and supports several file types such as .pdf, .doc, .xls, .rtf, .html, .odt, etc.

Thats the hard work done.

Install this module with composer

Version Information (Important)

You have to choose the correct versions of the module depending on your Elastic Search Server setup. Please see the table below for compatibility.

If you are using Elasticsearch Connector 8.x-6.0-alpha1 or higher, please use 8.x-6.x-dev of search_api_elasticsearch_attachments module.

Search API Elasticsearch Attachments Elasticsearch Connector Elasticsearch Version Attachment Plugin Support
8.x-1.x 8.x-5.x 5x Mapper Attachments Plugin
8.x-5.x 8.x-5.x 5x Ingest Attachment Processor Plugin
8.x-6.x 8.x-6.x 6x Ingest Attachment Processor Plugin

Elasticsearch Connector module (8.x-6.0-alpha1) compatibility.

8.x-6.0-alpha1 version of Elasticsearch Connector module requires a patch. These are applied automatically by composer.

Sit back and let composer do the hard work for you. Following Patches that will get auto applied by composer:

Elasticsearch Attachments Configuration

Enable and Configure the Elasticsearch Attachments Processor

Enable_the_Processor


All versions of search_api_elasticsearch_attachments with dependencies

PHP Build Version
Package Version
Requires drupal/elasticsearch_connector Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package manta_ray_media/search_api_elasticsearch_attachments contains the following files

Loading the files please wait ....