Hello sir ,
How i can fetch only file names from result array of search? and can we use boolean should for php or java in one query?
Means as follow
GET resumes/_search
{
"query":{
"bool": {
"should": [
{"match": {
"content": "php"
}}
]
}
}
}
But I want to search php or java like this.
Now I want to install elasticsearch on my project server. What are the steps to follow?Please reply
can we start fscrawler using commnad line using curl?