Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flush API: Add refresh flag (refresh after flush) #14

Closed
kimchy opened this issue Feb 15, 2010 · 1 comment
Closed

Flush API: Add refresh flag (refresh after flush) #14

kimchy opened this issue Feb 15, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Feb 15, 2010

Add a refresh flag (HTTP refresh boolean parameter) controlling if a refresh will be done after flush or not. Defaults to false, meaning no refresh will be done.

@kimchy
Copy link
Member Author

kimchy commented Feb 15, 2010

Flush API: Add refresh flag (refresh after flush). Closed by 9633108.

s1monw added a commit that referenced this issue Jun 5, 2015
Move tests to JUnit

Closes #11.
Closes #14.
dadoonet added a commit that referenced this issue Jun 5, 2015
dadoonet added a commit that referenced this issue Jun 5, 2015
dadoonet added a commit that referenced this issue Jun 5, 2015
dadoonet added a commit that referenced this issue Jun 5, 2015
Closes #14.
(cherry picked from commit 3cf0368)
dadoonet added a commit that referenced this issue Jun 9, 2015
dadoonet added a commit that referenced this issue Jun 9, 2015
dadoonet added a commit that referenced this issue Jun 9, 2015
Closes #14.

(cherry picked from commit 8d677aa)
dadoonet added a commit that referenced this issue Jun 9, 2015
Related to #14.

(cherry picked from commit 964de0d)
imotov added a commit to imotov/elasticsearch that referenced this issue Jul 7, 2016
rahulanishetty referenced this issue in rahulanishetty/elasticsearch Mar 3, 2017
brandonkearby pushed a commit to brandonkearby/elasticsearch that referenced this issue Nov 2, 2017
ywelsch pushed a commit to ywelsch/elasticsearch that referenced this issue Dec 21, 2017
vladimirdolzhenko pushed a commit to vladimirdolzhenko/elasticsearch that referenced this issue Sep 13, 2018
Previously, when an arithmetic function got applied on a
table column in the `SELECT` clause, the name of the result
column contained weird characters used internally when
processing the SQL statement e.g.:

  SELECT CHAR(emp_no % 10000) FROM "test_emp"

returned:

  CHAR((emp_no{f}elastic#14) % 10000))

as the column name instead of:

  CHAR((emp_no) % 10000))

Also, fix an issue that causes a ClassCastException to be thrown
when using functions where both arguments are literals.

Closes elastic#31869
Closes elastic#33461
bizybot pushed a commit to bizybot/elasticsearch that referenced this issue Sep 14, 2018
Previously, when an arithmetic function got applied on a
table column in the `SELECT` clause, the name of the result
column contained weird characters used internally when
processing the SQL statement e.g.:

  SELECT CHAR(emp_no % 10000) FROM "test_emp"

returned:

  CHAR((emp_no{f}elastic#14) % 10000))

as the column name instead of:

  CHAR((emp_no) % 10000))

Also, fix an issue that causes a ClassCastException to be thrown
when using functions where both arguments are literals.

Closes elastic#31869
Closes elastic#33461
biyuhao pushed a commit to biyuhao/elasticsearch that referenced this issue Dec 2, 2018
…sciidoc

Chapter/chapter12/cat.asciidoc 翻译完成
ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…5 (pull request elastic#14)

* Automate deployment and provisioning of standalone servers

Infrastructure - instance, bucket, and related resources, is deployed with
terraform. The easy way to deploy is to crate a file called terraform.tfvars
Example:
stack_name  = "gideon-ai1"
key_name    = "gideon"
domain      = "gideon.engageli-dev.com."
r53_zone_id = "/hostedzone/Z00524891WKBRH39A91O2"
instance_type = "c5.xlarge"

Terraform output will be:

EIPs = 52.33.26.70
FQDN = gideon-ai1.gideon.engageli-dev.com
media_manager_bucket = engageli-gideon-ai1-media-manager

To provision run:
./provision.sh -d gideon-ai1.gideon.engageli-dev.com -b engageli-gideon-ai1-media-manager -r us-west-2

Approved-by: Alan Nuchnoi
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant