Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language:
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 6719  Older »

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 »
By Deep  - 4:50pm - 1 new of 1 message    

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 »
By Connie Yang  - May 24 - 3 new of 3 messages    

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 »
By Nate Bauernfeind  - May 24 - 3 new of 3 messages    

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 »
By Jörg Prante  - May 24 - 2 new of 2 messages    

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 »
By Sebastien Coutu  - May 24 - 4 new of 4 messages    

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 »
By Andrius Juozapaitis  - May 24 - 6 new of 6 messages    

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 »
By Ukejnt  - May 24 - 1 new of 1 message    

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 »
By Peter Galiovský  - May 24 - 3 new of 3 messages    

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 »
By Andrei Tolnai  - May 24 - 2 new of 2 messages    

facet returns different total at different times with the latest 0.90 release 
  Hello, I have a strange problem. My query returns different results at different times. The query: curl -XPOST localhost:9200/content/bb/_sea ch?pretty=1 -d ' {"query":{"match_all":{}},"fac ets":{"facet":{"terms":{"field ":"country","size":10000,"orde r":"term"}}}}' on the first go returns: ... ... "facets" : {... more »
By Manish Singh  - May 24 - 2 new of 2 messages    

1 - 10 of 6719   « Newer | Older »

XML       Send email to this group: elasticsearch@googlegroups.com