ElasticSearch is an Open Source (Apache 2), Distributed, RESTful, Search Engine built on top of Lucene.

learn more… | top users | synonyms (1)

0
votes
1answer
7 views

Elasticsearch enum field

Say I have a field that can only have a finite set of values. Would it not be more efficient (index-wise, and/or storage-wise) to store it as some kind of ENUM? Is there some such possibility in ...
0
votes
1answer
10 views

how indexes are stored in elasticsearch

I had certain question regarding elasticsearch but unable to find appropriate answer: How indexes are stored in Elasticsearch. At which folder location they are stored. Is it possible to store at ...
1
vote
0answers
11 views

Search for name(text) with spaces in elasticsearch

Searching for names(text) with spaces in it, causing problem to me, I have mapping similar to "{"user":{"properties":{"name":{"type":"string"}}}}" Ideally what it should return and rank results ...
0
votes
0answers
12 views

Getting error mapper parsing exception while indexing

I am new to elasticsearch. I was trying to index the attachment but getting error. i had executed following step. Installed the Mapper-attachment plugin i had converted text file to base64 with ...
0
votes
1answer
20 views

OR query in Elastic Search

I am trying to perform a query on my elastic search dataset. My goal is to get all record that match any one of the criteria, so basically a bunch of OR's. Here is what my query looks like: { ...
0
votes
0answers
19 views

Index fields with hyphens in Elasticsearch

I'm trying to work out how to configure elasticsearch so that I can make query string searches with wildcards on fields that include hyphens. I have documents that look like this: { "tags":[ ...
0
votes
1answer
26 views

Make JVM/Solr not swap, using mlockall

I saw ElasticSearch provides the mlockall option which permits to keep the JVM heap inside physical memory instead of virtual memory (which may or not be physical), and to avoid swapping the heap. Is ...
0
votes
0answers
20 views

Indexing and searching tree structures whith elasticsearch

I want to index a catalog structure with folders and objects. Each folder can contain subfolder and objects. Mapping: { "mappings" : { "folder" : { "_parent" : { ...
0
votes
0answers
13 views

How can I use elasticsearch-hadoop plugin?

I want to use elasticsearch-hadoop plugin, but it is not working. How do I use this plugin? Relevant code: public static void main(String[] args) throws Exception { Configuration configuration ...
0
votes
1answer
13 views

ElasticSearch returns Zero Hits with MongoDB-River plugin

I am trying make "elasticsearch-river-mongodb" plug-in with my local MongoDB instance. With help from ...
0
votes
0answers
9 views

Type conversion issue when using query dsl for nest

var products = this.productClient.Search<ProductSummaryModel>(s => s.From(startIndex).Size(pageSize).Query(q => { ...
1
vote
1answer
22 views

ElasticSearch query/search/match

I have inserted 3 records in my ElasticSearch index as follows: curl -XPOST 'http://127.0.0.1:9200/geoindex_test/STREET?pretty=1' -d ' { "cityNames" : [ { "language" : "ENG", "name" : "w ...
0
votes
1answer
27 views

How to store opening hours semantically in NoSQL?

I'm wondering what the best way would be to store opening hours and retrieving if a certain place is open right now (or to a specific time). For humans, Mo-Fr 9am-5pm, Sa 10am-2pm is fine, but how can ...
0
votes
0answers
19 views

Elasticsearch river, convert longitude latitude to geo_point

I'm using the MySQL JPrante JDBC River plugin for Elasticsearch to index data from MySQL. In a record set I have the fields longitude (float), latitude (float), pin (POINT), how I can preset them to ...
0
votes
1answer
21 views

Matching author and title with elasticsearch

I'm trying to match books based on an author and title. Unfortunately titles and authors used as input differ from those in elasticsearch, the words are in different orders and have other differences ...
0
votes
1answer
24 views

Why can't I connect to ElasticSearch through Java API?

I'm having trouble connecting to vanilla ElasticSearch cluster via the Java API. To reproduce: #start elasticsearch elasticsearch -f #checking in a new window $ curl -XPUT ...
0
votes
0answers
19 views

NEST: How to handle array fields which contains a single value (Newtonsoft Json Serialization error)

During the evaluation of ElasticSearch in combination with NEST I faced a new problem. The problem is regarding to fields which are array types plus the fact that array types are automatically ...
1
vote
1answer
18 views

Searching by filed containing a comma in Elasticsearch

We have users in our system and their nicknames can contain commas which is the special character that Elasticsearch uses for separate values. I have the following users stored: { "nickname" : ...
0
votes
1answer
41 views

ElasticSearch architecture and hosting

I am looking to use Elastic Search with MongoDB to support our full text search requirements. I am struggling to find information on the architecture and hosting and would like some help. I am ...
0
votes
0answers
17 views

When I use elasticsearch-hadoop plugin, IllegalStateException occured

I want to use MapReduce to read index from elasticsearch. I use elasticsearch-hadoop plugin.jar in my code. Here is my code. `public static void main(String[] args) throws Exception { ...
0
votes
1answer
15 views

Stored field in elastic search

In the documentation, some types, such as numbers and dates, it specifies that store defaults to no. But that the field can still be retrieved from the json. Its confusing. Does this mean ...
0
votes
2answers
26 views

Elasticsearch Scan&scroll with JEST API

I am currently working with JEST: https://github.com/searchbox-io/Jest Is it possible to do scan&scroll with this API? http://www.elasticsearch.org/guide/reference/api/search/search-type/ I am ...
0
votes
1answer
9 views

Elasticsearch documents not showing up or updating without routing set

So I have a couple of documents (5) that I'm creating and trying to update. They are all similar but after I've inserted them into elasticsearch only one of them responds to a simple query of curl ...
1
vote
1answer
17 views

Elasticsearch index aliases (w/ routing) and parent/child docs

I'm trying to set up an index with the following characteristics: The index houses data for many projects. Most work is project-specific, so I set up aliases for each project, using project_id as ...
0
votes
1answer
16 views

Nested elasticsearch query in Java

Let's say that I've indexed an object that looks like: { firstName: "Ben" lastName: "McCann" urls: [{ canonical: "http://www.benmccann.com" }] emails: [{ canonical: "ben@ben.com" }] } How ...
0
votes
0answers
25 views

Index specific part of html page to elasticsearch

I want to index specific part of html page to ElasticSearch. These parts are different for each site. One way is to traverse dom element in html page for each site and show key value pairs to user in ...
2
votes
1answer
12 views

Use existing field as id in elasticsearch

Just started using elasticSearch today. I was wondering if it would be possible to set in some kind of global parameter to use a certain field within a document as the ID always? My JSON documents ...
0
votes
1answer
17 views

It's possible to translate SQL to ElasticSearch?

I need some help. I've few MySQL queries and I need to "translate" it into ElasticSearch syntax. There are different kind of querys, easy "selects", and others with Join's that I think it's not ...
-2
votes
0answers
9 views

ElasticSearch exact match (Phrase Query ) Not working?

I am indexing text document using default mapping but when i am not able to search phrase query on that. Please help !!! Thanks, Sanjay
0
votes
0answers
34 views

Custom score in Elastic Search

I have an index, where each document represents a class, with list of students and a list of teachers. Here is the mapping: { "properties" : { "students" : { "include_in_root" : 1, ...
0
votes
1answer
23 views

Tire ActiveModel callback slow

I've a table which shows data from elasticsearch via tire. The table retrieves the data async in json format. So if i try to change a entry the table still shows the "old" state of the entry (the ...
2
votes
2answers
22 views

Create index in Elastic Search by Java API

I used following code for creating index in Elastic Search, Default JAVA API: Settings settings = ImmutableSettings.settingsBuilder().put("cluster.name", ...
2
votes
1answer
40 views

How can I relate search indexes to models in MVC?

I have an MVC application which I need to be able to search. The application is modular so it needs to be easy for modules to register data to index with the search module. At present, there's just a ...
0
votes
1answer
30 views

ElasticSearch Head: query

I would like to run an ElasticSearch query via the HEAD to extract all brands currently mentioned in the "brand" field of the index? How can I do this (not using curl, just via the HEAD)?
1
vote
0answers
34 views

Architecture for a recurring workorder system [closed]

I'm hoping for advice on designing a workorder system that has to support recurring workorders. For example, An administrator needs to be able to set a workorder to repeat in a unit of time like every ...
0
votes
2answers
21 views

ElasticSearch: How to specify specific fields to search at?

Right now in my mapping, I am setting "include_in_all" to true, which means all the fields are included in _all field. However, when I am searching, instead of wasting space, and putting everything ...
0
votes
0answers
16 views

Can python scripts with flow-control be applied in elasticsearch

I would like to run a script that uses try-except in the update API in Elasticsearch? How would that go, since python is sensitive to indentation? I'm trying to find the location of a tag with a ...
0
votes
2answers
32 views

Elasticsearch - higher scoring if higher frequency of term

I have 2 documents, and am searching for the keyword "Twitter". Suppose both documents are blog posts with a "tags" field. Document A has ONLY 1 term in the "tags" field, and it's "Twitter". Document ...
0
votes
2answers
32 views

ElasticSearch: mappings for fields that are sorted often

Suppose I have a field "epoch_date" that will be sorted often when I do Elastic Search queries. How should I map this field? Right now, I just have stored: yes. Should I index it even though this ...
0
votes
1answer
16 views

Elasticsearch: How to search with different analyzers?

I'm using my custom analyzer autocomplete_analyzer with filter edgeNGram. So mapping looks like: "acts_as_taggable_on_tags" : { "acts_as_taggable_on/tag" : { "properties" : { ...
0
votes
1answer
15 views

Does NEST support nested datatypes?

I have a document that contains a list of child objects of type Article. When I index a document, will the child articles be indexed too? Can I query for these articles without querying for the parent ...
0
votes
1answer
16 views

Histogram on the basis of facet counts

I am currently working on a project in which I am storing user activity logs in elasticsearch. the user field in the log is like {"user":"abc@yahoo.com"}. I have a timestamp field for each activity, ...
0
votes
1answer
24 views

Elasticsearch / Lucene Misspelled Whitespace

How can I make Elasticsearch correct queries in which keyword should contain whitespace but instead typed adjacent. E.g. "thisisaquery" -> "this is a query" my current settings are: "settings": { ...
0
votes
0answers
16 views

Elastic search _timestamp path

I am using Logstash to export the logs onto the elastic search database. The problem is that I want to specify the TTL(time to live) with each index as well, which is working completely fine. Here is ...
0
votes
1answer
19 views

Accessing method in mapping block for tire/elasticsearch

I have a method that returns a hash: def image_hash images = { small: 'http://www.example.com/image1.png', medium: 'http://www.example.com/image2.png' } end I need to index it as part ...
-2
votes
0answers
19 views

nodejs with mysql and elasticsearch [closed]

Could there be anything potentially wrong with this combination? Anything I should keep in mind ? I have a solid understanding of nodejs/js The site is mainly going to have search (hence ...
0
votes
1answer
33 views

logstash file input configuration

My simple config looks like this... i have created a dummy folder in my home directory and created some log files in it.. my config file looks like this. input{ file{ type => "dummylog" path => ...
0
votes
1answer
29 views

Elasticsearch not returning an exact match first

I have an elastic search index with a field for exact matches, and somehow i get both a lot of similar results (which I don't mind) and those similar results en up sorted before the exact match, ...
0
votes
1answer
13 views

Making logs expire relative to the timestamp and not the indexing time(system time)

I am using Elastic Search with a TTL for each index, and I have 1 index per day. Now the problem is: I get my logs to expire , say 1 day(which I specify in the default.json) after the indexing, but ...
1
vote
1answer
12 views

elasticsearch search for elements with specified ID example

I want to find certain elements in my elastic search that have a given ID and I can't figure an easy way to do this. I see http://www.elasticsearch.org/guide/reference/query-dsl/ids-query/ but can't ...

1 2 3 4 5 31