Home
last modified time | relevance | path

Searched refs:textStructure (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php247 protected $textStructure; variable in Elasticsearch\\Client
306 $this->textStructure = new TextStructureNamespace($transport, $endpoint);
1875 * Returns the textStructure namespace
1877 public function textStructure(): TextStructureNamespace function in Elasticsearch\\Client
1879 return $this->textStructure;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc89 * <<Elasticsearch_ClienttextStructure_textStructure,`textStructure()`>>
1265 .`textStructure()`
1270 Returns the textStructure namespace