Hi Alexander, I work with Thales in same project. We are using ElasticSearch 6.
<elastic.version>6.0.0</elastic.version>
My settings for the node creation are:
cluster.name - Cluster_3988051938047629400
discovery.zen.ping.unicast.hosts - 127.0.0.1:9400
http.port - 9400
http.type - netty4
network.host - _local_
node.name - docstore
path.data - /var/folders/ng/jkfx481x58l1y81nt18x7l8h0000gn/T/1561624675783-0
path.home - /var/folders/ng/jkfx481x58l1y81nt18x7l8h0000gn/T/1561624675783-0
path.repo - /var/folders/ng/jkfx481x58l1y81nt18x7l8h0000gn/T/1561624675783-0
transport.bind_host - _local_
My current query for the test is:
{
“bool” : {
“must” : [
{
“bool” : {
“must” : [
{
“bool” : {
“must” : [
{
“query_string” : {
“query” : ” sci_IND_sci”,
“fields” : [
“authors^1.0",
“citation^1.0”,
“doi^1.0",
“organisation^1.0”,
“section_matrix.text_markup^1.0",
“section_matrix.text_plain^1.0”
],
“type” : “best_fields”,
“default_operator” : “and”,
“analyzer” : “ds_nostem”,
“max_determinized_states” : 10000,
“enable_position_increments” : true,
“fuzziness” : “AUTO”,
“fuzzy_prefix_length” : 0,
“fuzzy_max_expansions” : 50,
“phrase_slop” : 0,
“escape” : false,
“boost” : 1.0
}
}
],
“adjust_pure_negative” : true,
“boost” : 1.0
}
}
],
“filter” : [
{
“bool” : {
“adjust_pure_negative” : true,
“boost” : 1.0
}
},
{
“bool” : {
“adjust_pure_negative” : true,
“boost” : 1.0
}
},
{
“bool” : {
“adjust_pure_negative” : true,
“boost” : 1.0
}
},
{
“bool” : {
“adjust_pure_negative” : true,
“boost” : 1.0
}
}
],
“adjust_pure_negative” : true,
“boost” : 1.0
}
}
],
“adjust_pure_negative” : true,
“boost” : 1.0
}
}
I've tried to put .timezone() as a query param but it had no effect...