POST accounts/_doc
{
"id": 1,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST _bulk | |
| {"index": {"_index": "accounts2", "_id": "1"}} | |
| {"id": 1, "name": "AHMET", "surname": "MERT EKİNCİOĞLU", "iban": "TR910006200000100001234567", "balance": 15, "created_at": "2020-08-19T00:00:00Z"} | |
| {"index": {"_index": "accounts2", "_id": "2"}} | |
| {"id": 2, "name": "GÜLNAME", "surname": "KINDIR", "iban": "TR910006200000100001234568", "balance": 27, "created_at": "2020-08-19T00:00:00Z"} | |
| {"index": {"_index": "accounts2", "_id": "3"}} | |
| {"id": 3, "name": "SALİM", "surname": "İLTEMİZ", "iban": "TR910006200000100001234569", "balance": 54, "created_at": "2020-08-19T00:00:00Z"} | |
| {"index": {"_index": "accounts2", "_id": "4"}} | |
| {"id": 4, "name": "MÜBERRA", "surname": "GÜVEN MEŞE", "iban": "TR910006200000100001234570", "balance": 81, "created_at": "2020-08-19T00:00:00Z"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This script sets OSName variable as follows: | |
| // "Windows" for all versions of Windows | |
| // "MacOS" for all versions of Macintosh OS | |
| // "Linux" for all versions of Linux | |
| // "UNIX" for all other UNIX flavors | |
| // "Unknown OS" indicates failure to detect the OS | |
| var OSName="Unknown OS"; | |
| if (navigator.appVersion.indexOf("Win")!=-1) OSName="Windows"; | |
| if (navigator.appVersion.indexOf("Mac")!=-1) OSName="MacOS"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<stdio.h> | |
| #include <gl/glut.h> | |
| #define KEY_ESC 27 /* GLUT doesn't supply this */ | |
| int fullscreen = 0; | |
| int mouseDown = 0; | |
| float xrot = 100.0f; | |
| float yrot = -100.0f; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @since Apr 2023 | |
| * @author Haydar KULEKCI <haydarkulekci@gmail.com> | |
| */ | |
| namespace App\Providers; | |
| use Illuminate\Contracts\Support\DeferrableProvider; | |
| use Illuminate\Support\ServiceProvider; |
If u are getting below error while indexing:
{
"error": {
"root_cause": [
{
"type": "cluster_block_exception",
"reason": "blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"
}
DELETE job-candidates
PUT job-candidates
{
"mappings": {
"properties": {
"name": {
"type": "keyword"
},
PUT testindex1
{
"mappings": {
"properties": {
"search": {
"properties": {
"query": {
"type": "percolator"
}
The clear, refreshing taste of tap water quenches my thirst on hot summer days.
Please make sure to filter the tap water before drinking it.
The tap in the kitchen was leaking, causing the water to drip incessantly.
After a long hike, we refilled our water bottles with tap water from the nearby fountain.
It's important to conserve tap water and use it wisely to protect our natural resources.
The tap water in this area has a slightly metallic taste, which can be off-putting to some people.
The plumber fixed the broken tap, ensuring a steady flow of water throughout the house.
My grandma always used to boil tap water before using it in cooking or drinking.
The city council implemented a new filtration system to improve the quality of tap water.
NewerOlder