You cannot post messages because only members can post, and you are not currently a member.
Description:
A user group for elasticsearch
|
|
|
Numeric field filter not working
|
| |
I have create a parent child schema. I have a numeric field (budget) in my parent. I want to return results only if the numeric fields is > 0. But this query does not seem to work. I have written the following query: { "size" : 20, "query" : { "has_parent" : { "parent_type" : "adgroup",... more »
|
|
IllegalAccessError when using an MVEL script filter in the query
|
| |
Hi, We have a 2-node ES cluster running 0.90.0 release in our QA environment. When we started using a script filter in our query, we got the following stack trace after a few queries to ES. After looking into the issue a bit, the issue seemed to be caused by the use of MVEL in compiled or accelerated... more »
|
|
Terms Facet order by Count ... totally broken?
|
| |
Simple Use Case: [link] Basically, create 11 documents all of which contain 'A' and several other strings. A sample document: { "str": ["A", "B", "C", "D", "Q", "R"] ...The do a terms facet ordered by count with a size = 1 (it should return the... more »
|
|
Elasticsearch Skywalker 3.0.0
|
| |
Hi,
I have pushed the Skywalker project to version 3.0.0 which gives compatibility with Elasticsearch 0.90
If you don't know it - Skywlker is a plugin that can dump Elasticsearch structures in a manner like Luke can examine Lucene. It's JSON output only, no UI.
For me, Skywalker serves as a simple learning tool to explore Lucene und ES... more »
|
|
Shard allocation awareness (forced too) and replica allocation
|
| |
Hi everyone, A bit of background: - Cluster of six nodes, three tagged as being "indexers" and three tagged as being "searchers" - One index, three shards, replication of one. I'd like to know if it's possible to have a replication factor of three so all the "searchers" have a replica of all the shards. I've tried it and... more »
|
|
Berkeley DB Java edition river and/or other integration options?
|
| |
Hey, I got fed up with couchdb's lack of transactions, since the compromises in the design of the application logic to compensate for it became really annoying. This lead me to investigate a few other non-sql datastores with ACID transaction support, and well, I was pleasantly surprised. BerkeleyDB... more »
|
|
Elasticsearch similar to CSE
|
| |
Hey, what is the best architecture for a customized search similar to CSE(of course not as good but similar)? What it be best to have a couple of indexes where the data from all the users are stored, or a single index for each and type for each engine? Have thought about maybe having a couple indexes for all with mapping: host... more »
|
|
Query-time per-document authorization
|
| |
Hello, if one were to integrate elasticsearch with an external access management service that authorized users on a "per view" basis, how should one approach the issue? Let's say that any form of index-side caching of the authorization information is out of question. Every result set needs to be... more »
|
|
Java API - IndexRequest with refresh
|
| |
Hello. Does *ElasticSearch *ensure that after one makes an index request and sets *refresh* to *true*, the refresh is being completed by the time we get the response back or the refresh is done asynchronously and it is not guaranteed that refresh is completed by the time the response is sent back? Sample code:... more »
|
|
|