Skip to content

Indices are no longer being auto-created with put_mapping #89

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

Closed
clintongormley opened this issue Mar 25, 2010 · 2 comments
Closed

Indices are no longer being auto-created with put_mapping #89

clintongormley opened this issue Mar 25, 2010 · 2 comments

Comments

@clintongormley
Copy link
Contributor

Start a node and do this:

curl -XPUT 'http://127.0.0.2:9200/es_test_1,es_test_2/test/_mapping?ignoreConflicts=true'  -d '
{
   "properties" : {
      "num" : {
         "type" : "integer"
      },
      "text" : {
         "type" : "string"
      }
   }
}
'

Errors with:
{"error":"[es_test_1] missing"}

@kimchy
Copy link
Member

kimchy commented Mar 25, 2010

Yea, had to remove this for now because of the aliases support. Need to think how to bring it back properly.

@clintongormley
Copy link
Contributor Author

Won't be fixed

imotov added a commit that referenced this issue Jun 5, 2015
Closes #89.
(cherry picked from commit d65a970)
dadoonet added a commit that referenced this issue Jun 5, 2015
Related to #89.
(cherry picked from commit 11e1d8a)
rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
This tool is a simple main class which can be used to test what is extracted from a given binary file or from its base64 equivalent.

You can give as first argument the BASE64 content

Available options:

 -u file:/URL/TO/YOUR/DOC (in place of BASE64 content)
 -s set extracted size (default to mapper attachment size)

Examples:

```
StandaloneTest BASE64Text
StandaloneTest BASE64Text -s 1000000
StandaloneTest -u /tmp/mydoc.pdf
StandaloneTest -u /tmp/mydoc.pdf -s 1000000
```

Closes elastic#89.
rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
Related to elastic#89
rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
Related to elastic#89
rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
Related to elastic#89
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
With this commit we skip the check whether the Elasticsearch port is
available on the target hosts if night-rally runs in dry-run mode. As we
do not execute any commands it is safe to skip this check.

Relates elastic#89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants