Official Riak Client for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • Basho
    • Riak
      • Api
        • Http
          • Translator
      • Command
        • Bucket
        • Builder
          • MapReduce
          • Search
          • TimeSeries
        • DataType
          • Counter
          • Map
          • Set
        • Indexes
        • MapReduce
        • Object
        • Search
          • Index
          • Schema
        • Stats
        • TimeSeries
          • Query
      • DataType
      • Node
        • Builder
      • Search
      • TimeSeries

Classes

  • AssociateIndex
  • DeleteIndex
  • DissociateIndex
  • FetchIndex
  • FetchObjects
  • FetchSchema
  • StoreIndex
  • StoreSchema

Class StoreIndex

Basho\Riak\Command\Builder
Extended by Basho\Riak\Command\Builder\Search\StoreIndex implements Basho\Riak\Command\BuilderInterface
Namespace: Basho\Riak\Command\Builder\Search
Author: Christopher Mancini
Located at Riak/Command/Builder/Search/StoreIndex.php

Methods summary

public
# withName( $name )

Parameters

$name

Returns


$this
public
# usingSchema( $schema )

Parameters

$schema

Returns


$this
public
# getSchema( )
public
# getName( )
public Basho\Riak\Command\Search\Index\Store
# build( )

Command build

Command build

Returns

Basho\Riak\Command\Search\Index\Store

Implementation of

Basho\Riak\Command\BuilderInterface::build()
public boolean
# validate( )

Validate command

Validate command

Returns

boolean

Throws

Builder\Exception

Overrides

Basho\Riak\Command\Builder::validate

Methods inherited from Basho\Riak\Command\Builder

__construct(), getConnection(), getParameters(), getVerbose(), required(), withParameter(), withParameters(), withVerboseMode()

Constants summary

Constants inherited from Basho\Riak\Command\BuilderInterface

COMMAND

Properties summary

protected string $name

Name of index to create

Name of index to create

# ''
protected string $schema

Solr schema to use for Searching your Riak data

Solr schema to use for Searching your Riak data

# '_yz_default'

Properties inherited from Basho\Riak\Command\Builder

$headers, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen