Questions tagged [elasticsearch-plugin]

Elasticsearch plugins are a way to enhance the basic elasticsearch functionality in a custom manner.

Elasticsearch Plugins are a way to enhance the basic elasticsearch functionality in a custom manner. They range from adding custom mapping types, custom analyzers (in a more built in fashion), native scripts, custom discovery and more.

See the Plugins documentation for more.

968 questions
0
votes
1 answer

Elasticsearch Attachement type not working

I am using Windows and REST API and have installed the attachment plugin, restarted elasticsearch and created the attachment property for a particular type in _mapping. However, I am getting an error: I executed this:(NOT…
0
votes
3 answers

Elasticsearch Hadoop

I have set up a Hadoop cluster with 3 DataNodes and 1 NameNode. I have also installed elasticsearch on one of the DataNodes. But I'm not able to access the HDFS using elasticsearch.(Hadoop cluster and Elasticsearch are working fine independently)…
0
votes
0 answers

Writing a custom river

I'm making my first go at writing a river. (Here's the source code) I followed this tutorial and compared it to this existing river, but I haven't had much luck. To deploy the river, I created a folder called example-river, dropped my jar in that…
Josh C.
  • 4,303
  • 5
  • 30
  • 51
0
votes
1 answer

Using NEST, Index documents in ElasticSearch which is authenticated using Jetty

I have authenticated a machine which hosts Elastic Search, using Jetty plugin. Everything works fine with respect to security. But my problem is I need to add documents / update documents in the same index which is secured using Jetty. In NEST I…
Dinesh Kumar P
  • 1,128
  • 2
  • 18
  • 32
0
votes
1 answer

Putting records into the Elasticsearch index before the relational database

I have an application which consumes RSS feeds and makes them searchable by performing the following steps: pulling article from the feed URL storing that data in a relational DB indexing the data in Elasticsearch I'd like to reverse this process…
David Tuite
  • 22,258
  • 25
  • 106
  • 176
0
votes
1 answer

elasticsearch rss river not storing content field

I am using the RSS river plugin for elasticsearch to index an RSS feed and it is working great with one exception, it does not store / index the "content" field produced by wordpress. From the source it doesn't look like there is a way to do this…
balsdorf
  • 3
  • 2
0
votes
1 answer

ElasticSearch mapping type Twitter coordinates

Is there anyway to mapping type this structure for Spatial Search ElasticSearch: "coordinates" : { "type" : "Point", "coordinates" : [ 100.41404641, 5.37384675 ] }, I was wondering to use this as…
Maziyar
  • 1,913
  • 2
  • 18
  • 37
0
votes
1 answer

Trouble getting JDBC-River to work with elasticSearch

After setting up JDBC River for elasticSearch, the following command: curl -XPUT 'localhost:9200/_river/my_jdbc_river/_meta' -d '{ "type" : "jdbc", "jdbc" : { "driver" : "com.mysql.jdbc.Driver", "url" :…
stephen.hanson
  • 9,014
  • 2
  • 47
  • 53
0
votes
1 answer

elasticsearch jdbc river polling--- load data from mysql repeatedly

When using https://github.com/jprante/elasticsearch-river-jdbc I notice that the following curl statement successfully indexes data the first time. However, the river fails to repeatedly poll the database for updates. To restate, when I run the…
user1609682
  • 255
  • 2
  • 11
0
votes
1 answer

Couchbase - ElasticSearch Java Heap memory

We have a Couchbase instance mounted on a AmazoneWeb Service Server, and an Elastic Search instance running on the same server. The connection bewtween the two of them is being done ok, and currently replicating fine until... Out of the blue, we got…
0
votes
1 answer

Elasticsearch index attachments without storing the encoded file

I'm using elasticsearch-mapper-attachments and I am able to index and search for text within attachments, however I have a lot of pdfs which are mainly images, and I was wondering if it's possible to configure ES to not store the base64 encoded…
MatthewFord
  • 2,918
  • 2
  • 21
  • 32
0
votes
1 answer

Elasticsearch CouchDB river stale / out of sync

I seem to be getting different results from ES and CouchDB, ES has only 2 older documents which CouchDB doesn't have anymore, and CouchDB has many new documents than ES doesn't see at all. What causes this, and how do find out what the state of the…
Colby Blair
  • 396
  • 4
  • 15
0
votes
1 answer

Error in elasticsearch indexing using mongo river and PlainElastic.Net

I am trying to index my mongodb collection using PlainElastic.Net client and also using CURL. But I am failing miserably in both the attempts. My .net object is as follows Public Class…
0
votes
1 answer

Elastic search+grails throwing NPE

This is in followup to this question Grails elasticsearch plugin with "text" mapping I followed the steps given in the answer and now following NPE is thrown. Also, if I open the lucene index using Luke then I do not see any documents in it.. Though…
Sap
  • 5,197
  • 8
  • 59
  • 101
-1
votes
1 answer

Elasticsearch couldn't start in windows

warning: ignoring JAVA_HOME=C:\Program Files\Java\jdk-11.0.15; using bundled JDK Installing service : "elasticsearch-service-x64" Using ES_JAVA_HOME (64-bit): "C:\Program Files\elasticsearch-8.2.0\jdk" Exception in thread "main"…
1 2 3
64
65