Home
last modified time | relevance | path

Searched refs:flush (Results 76 – 100 of 208) sorted by last modified time

123456789

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php710 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-flush.html
716 public function flush(array $options = []): Response
623 public function flush(array $options = []): Response global() function in Elastica\\Index
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIndicesNamespace.php350 * $params['flush'] = (boolean) Whether flush or not before analyzing the index disk usage. Defaults to true
542 * Performs the flush operation on one or more indices.
545 * $params['force'] = (boolean) Whether a flush should be forced even if it is not necessarily needed ie. if no changes will be committed to the index. This is useful if transaction log IDs should be incremented even if no uncommitted changes are present. (This setting can be considered as internal)
546 * $params['wait_if_ongoing'] = (boolean) If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. The default is true. If set to false the flush will be skipped iff if another flush operation is already running.
553 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush
555 public function flush(array $params = []) global() function in Elasticsearch\\Namespaces\\IndicesNamespace
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst17 * Removed ``flush()`` from StreamInterface.
45 * Added ``flush`` to stream wrapper.
54 * Added ``flush()`` to ``StreamInterface``. This method is used to flush any
/plugin/elasticsearch/action/
H A Dsearch.php376 flush();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc161 resolution forces the batch to flush anyway:
H A Dindex-operations.asciidoc252 manage your {es} indices (add/remove templates, flush segments, close indices,
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md691 - Replace flush refresh param with a options array
1675 - Refresh for Elastica\Index::flush implemented [#316](https://github.com/ruflin/Elastica/issues/316/)
1972 - Elastica_Index::flush added
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc334 $params['job_id'] = (string) The name of the job to flush
H A DIndicesNamespace.asciidoc39 * <<Elasticsearch_Namespaces_IndicesNamespaceflush_flush,`flush()`>>
375 .`flush(array $params = [])`
381 $params['force'] = (boolean) Whether a flush should be forced even if it is not necessarily needed ie. if no changes will be committed to the index. This is useful if transaction log IDs should be incremented even if no uncommitted changes are present. (This setting can be considered as internal)
382 $params['wait_if_ongoing'] = (boolean) If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. The default is true. If set to false the flush will be skipped iff if another flush operation is already running.
412 $params['flush'] = (boolean) Specify whether the index should be flushed after performing the operation (default: true)
/plugin/epub/scripts/
H A Depub_utils.php59 flush();
/plugin/html5video2/script/
H A Dvideo.min.js20flush()}function ni(e,n){var t={uri:e};(e=Ht(e))&&(t.cors=e),(e="use-credentials"===n.tech_.crossO…
23flush"})}function pu(e,t){e.postMessage({action:t}),sl(e)}function fu(e,t){if(!t.currentTransmux)r… function
/plugin/sync/
H A Dadmin.php120 flush();
140 flush();
381 flush();
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py176 sys.stdout.flush()
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md120 …* Added OverflowHandler which will only flush log records to its nested handler when reaching a ce…
210 * Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
526 * Added `$flushOnOverflow` param to BufferHandler to flush by batches instead of losing
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRollbarHandler.php106 public function flush(): void function in Monolog\\Handler\\RollbarHandler
109 $this->rollbarLogger->flush();
119 $this->flush();
127 $this->flush();
H A DBufferHandler.php75 $this->flush();
93 public function flush(): void function in Monolog\\Handler\\BufferHandler
115 $this->flush();
131 $this->flush();
H A DDeduplicationHandler.php81 public function flush(): void function in Monolog\\Handler\\DeduplicationHandler
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3299 @flush();
3419 @flush();
H A DSSH2.php4346 @flush();
/plugin/a2s/
H A DASCIIToSVG.php231 flush();
/plugin/c3chart/assets/
H A Dc3.min.js2flush()},n.prototype.flush=function(){this.internal.updateAndRedraw({withLegend:!0,withTransition:…
/plugin/xcom/scripts/
H A Dxcom_save.php257 flush();
H A Dsample.xcom.ini4 ; All titles must be flush with the left-hand margin
H A Dxcom.ini4 ; All titles must be flush with the left-hand margin
/plugin/xcom/lang/en/
H A Dhowto.txt70 …into the remote wiki's text boxes. **Note:** the title entry must be set flush against the left-h…

123456789