Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\Elastic\Lookup\ProximityPropertyValueLookup Class Reference

Public Member Functions

 __construct (Store $store)
 
 lookup (DIProperty $property, $value, RequestOptions $opts)
 

Detailed Description

Experimental implementation to showcase how a Elasticsearch specific implementation for a property value lookup can be used and override the default SQL service.

The class is targeted to be used for API (e.g. autocomplete etc.) intensive services.

GNU GPL v2+

Since
3.0
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\Elastic\Lookup\ProximityPropertyValueLookup::__construct ( Store  $store)
Since
3.0
Parameters
Store$store

Member Function Documentation

◆ lookup()

SMW\Elastic\Lookup\ProximityPropertyValueLookup::lookup ( DIProperty  $property,
  $value,
RequestOptions  $opts 
)
Since
3.0
Parameters
DIProperty$property
string$value
RequestOptions$opts
Returns
array

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy