ElasticSearch

Configurations

e.g the URL on which elastic server is listening

{if is_es_server_running()} Elastic Server is running Up ! {else} Elastic Server not running or configured ! {/if}

Documentation

Information About Plugin

  • Last update: Jan, 2019
  • Authors:Fahad abbas
  • Author Website: http://clipbucket.com
  • Version: 1.0
  • ClipBucket Version: 4.2.x

Why You Need Elastic Search module?

To simply make website search more efficient for users. A full text search Engine which will make clipbucket's Search Experience a way better !

Note : To Run this plugin make sure your elastic server is running up !

Indexer

Elastic Search Indexer helps you Index your Videos,Channels and Photos with Elastic Search Server.

Request

Update,Select,Delete,Add This menu lets you select the request type for Mapping and Indexing. `Update` is used to add and update both.

Type

This menu lets you decide wheather Map or Index, Note : Indexing is always done after Mapping.  

Offset

It is used to specify the offset of the first row to be returned.

Count

It is used to specify the maximum number of rows to be returned. 

Id

To Index Specific Id , it will ignore Offset and Count Parameter and it is only used while indexing.

Mode

This lets you decide between Videos,Channels and Photos.