Questions tagged [elasticsearch-2.4]

19 questions
0
votes
1 answer

Elasticsearch 2.4 jvm.options ignored on MacOS Mojave (Homebrew install)

I've installed ElasticSearch 2.4 on my mac via HomeBrew. I'm trying to see if I can increase the JVM heap size for ElasticSearch. I changed the following lines (to set the heap size to 8 gigs) in…
RP-3
  • 684
  • 4
  • 22
0
votes
1 answer

Elasticsreach boosting query by field value

I want to search in documents which some words in one filed are more important than others, For example: US intelligence believes North Korea is making more nuclear bomb fuel despite talks Is there a way to Elasticsearch understand it? Some thing…
Amin Fazlali
  • 1,209
  • 1
  • 9
  • 17
0
votes
1 answer

Find full date, not only year (Elasticsearch)

In normal situation I have fill date, but for some records I have dates in format yyyy / yyyy-MM. And in search results I don't want dates that have only year. Structure definition: [premiere_date] => Array ( [type] => date [format] =>…
bato3
  • 2,695
  • 1
  • 18
  • 26
0
votes
1 answer

elasticsearch 2.4 java 1.7 error connection NoNodeAvailableException

I want to create a connection with elasticsearch in order to exectue a query this is my exception déc. 28, 2017 10:06:11 AM org.elasticsearch.plugins.PluginsService INFOS: [Shockwave] modules [], plugins [], sites [] Exception in thread…
YK mar
  • 669
  • 2
  • 10
  • 32
1
2