xref: /plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/BytesProcessor.php
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?php
2
3namespace Elastica\Processor;
4
5/**
6 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/bytes-processor.html
7 */
8class BytesProcessor extends AbstractProcessor
9{
10    use Traits\FieldTrait;
11    use Traits\IgnoreFailureTrait;
12    use Traits\IgnoreMissingTrait;
13    use Traits\TargetFieldTrait;
14
15    public function __construct(string $field)
16    {
17        $this->setField($field);
18    }
19}
20

served by {OpenGrok

Last Index Update: Thu Jul 13 10:31:41 UTC 2023

Global DokuWiki Links

  • Download
  • Wiki
  • Forum
  • IRC
  • Bugs
  • Translate
  • Git
  • XRef
  • Code Search
Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x