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

Count API: Also accepts /_count uri to search over all indices #17

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

Count API: Also accepts /_count uri to search over all indices #17

kimchy opened this issue Feb 16, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Feb 16, 2010

You can do it now with /_all/_count, but its nicer to just do /_count

@kimchy
Copy link
Member Author

kimchy commented Feb 16, 2010

Count API: Also accepts /_count uri to search over all indices. Closed by 06cbc0a.

dadoonet added a commit that referenced this issue Jun 5, 2015
dadoonet added a commit that referenced this issue Jun 5, 2015
We want to make sure that the plugin starts correctly when a node starts.

Closes #17.
dadoonet added a commit that referenced this issue Jun 5, 2015
And refactor integration tests

Closes #17.

(cherry picked from commit f5b444e)
(cherry picked from commit 1e63f86)
dadoonet added a commit that referenced this issue Jun 9, 2015
rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
From original PR elastic#17 from @fcamblor

If you try to index a document with an invalid metadata, the full document is rejected.

For example:

```html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="fr">
<head>
<title>Hello</title>
<meta name="date" content="">
<meta name="Author" content="kimchy">
<meta name="Keywords" content="elasticsearch,cool,bonsai">
</head>
<body>World</body>
</html>
```

has a non parseable date.

This fix add a new option that ignore parsing errors `"index.mapping.attachment.ignore_errors":true` (default to `true`).

Closes elastic#17, elastic#38.
brandonkearby pushed a commit to brandonkearby/elasticsearch that referenced this issue Nov 2, 2017
bucket selector query creation support es1.4
ywelsch added a commit to ywelsch/elasticsearch that referenced this issue Jan 4, 2018
- removes INCUMBENT state
- replaces publishing noops by a heartbeat mechanism
- renames delay/timeouts
- introduces leader modes (PUBLISH_IN_PROGRESS, HEARTBEAT_DELAY, HEARTBEAT_IN_PROGRESS)
- adds invariants
ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
Initial commit for acceptance testing
henningandersen pushed a commit to henningandersen/elasticsearch that referenced this issue Jun 4, 2020
* Initial format update

* Working version

* Added agent string

* Fixed JSON formatting bug

* Store reference data between invokations

* Add missing file

* Updated dashboards

* Added missing file

* Updated fieldstats method name

* WIP

* Corrected Discover query

* Updated following review

* Fixed data format

* Fixed format error in reference data
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 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