We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608bfe8 commit 0d9cdfaCopy full SHA for 0d9cdfa
src/Elasticsearch/Endpoints/AbstractEndpoint.php
@@ -95,6 +95,14 @@ public function getOptions()
95
return $this->options;
96
}
97
98
+ /**
99
+ * @return string|null
100
+ */
101
+ public function getIndex()
102
+ {
103
+ return $this->index;
104
+ }
105
+
106
/**
107
* @param string $index
108
*
@@ -116,6 +124,14 @@ public function setIndex($index)
116
124
return $this;
117
125
118
126
127
128
129
130
+ public function getType()
131
132
+ return $this->type;
133
134
119
135
120
136
* @param string $type
121
137
0 commit comments