P
P
postgresdev2019-06-24 15:29:54
elasticsearch
postgresdev, 2019-06-24 15:29:54

Where is the data that elasticsearch uses stored?

Where is the data that elasticsearch uses stored?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan Shumov, 2019-06-24
@postgresdev

In the sense of being asked? Elastic does not have a separate interface of the day for this. It has an API to which you need to send data through a script that has yet to be implemented

T
ThunderCat, 2017-08-22
@skyfly2010

preg_match_all
pattern like \"[az\s]+800x600[az\s]+\"/U

S
spike__x, 2017-08-22
@spike__x

I will supplement the ThunderCat answer

preg_match_all("/[^\"][a-z\s]+800x600[a-z\s]+[^\"]\b/U", $str, $m, PREG_SET_ORDER);
echo $m[0][0]."<br>";
echo $m[1][0];

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question