You cannot post messages because only members can post, and you are not currently a member.
Description:
A user group for elasticsearch
|
|
|
Sorting with JAVA Api
|
| |
All
I'm indexing on two fields title and abbreviation. When I do a search I want
to sort the result on title or abbreviation. Both the fields can have multi
text values like title can "Harry Potter And Adventures" or abbreviation can
be "HP AD And War". While during search, if I only add sort as... more »
|
|
Warmer API, high indexing rate, low index refresh interval
|
| |
Hi, Shay mentioned the following in another thread: ...meaning that search requests will not "suffer" loading the data. Will the warmer help people who use low index refresh interval? Or should those people *not* use the warmer? For example, if I'm constantly indexing new docs and I have 1s refresh... more »
|
|
Warmer API, high indexing rate, low index refresh interval
|
| |
Hi, Shay mentioned the following in another thread: ...meaning that search requests will not "suffer" loading the data. Will the warmer help people who use low index refresh interval? Or should those people *not* use the warmer? For example, if I'm constantly indexing new docs and I have 1s refresh... more »
|
|
How can ElasticSearch be used to implement a social search?
|
| |
Heya,
This one is a bit tricky. Lets say that you only want to list business
that my friends interacted with. A simple option is to have a list of user
ids that interacted in a business, and then when searching, going to the
relevant user document, fetching his friends, and filtering (terms filter... more »
|
|
Facet searching using Groovy DSL
|
| |
I am trying to figure out the structure of a Groovy DSL for facet search. My search should contain term facets and a range facet. I was able to construct the search object using the facet builders: source.facet(new TermsFacetBuilder("type").fiel d("types.type_id")) source.facet(new TermsFacetBuilder("state").fie ld("state.state_id"))... more »
|
|
doc(), source() and "stored" property
|
| |
Hello, I have an index of middle-size documents (100Kb of index size/document). Each of these document have number of "filterable" values. Let's call it "rules list". Almost each query doing filtering using this "rules list". The filtering is implemented with native script. Also the fields of "rules list" marked as "stored".... more »
|
|
top_children trouble with multi-shard index
|
| |
I am using the top_children query and it was working fine in my dev environment, but I am having trouble getting it to work in our test environment. After some debugging I found that the key difference is that the test env has multiple shards while my dev env only has 1 shard. This leads me to believe there is some issue with routing, but I checked the... more »
|
|
|