Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Problems with mailing list, migration on the way By: Shay Banon Heya, I created the mailing list on a google apps account (paying
one...) with the hopes of not running into spam problems down the
road. The problem with that is the fact that I did not know about the
host of problems I will have with google…
|
1 | Jul 27 2011 01:26 |
Jul 27 2011 01:50 |
|
|
synonym expansion only during search time? By: Lukáš Vl?ek Hi, I would like to make a synonym for "ws". It should translate to
"web service". After some experiments I found out that using a synonym
filter is not a good solution for this because if I use a rule like
"ws => web service" or "ws, web…
|
2 | Jun 20 2011 08:25 |
Jul 27 2011 01:49 |
|
|
Reload synonym list By: Paul Hey, Don't think so, but is it possible to reload the synonym list
without restarting the cluster? The indices using this would need to
be rebuilt for things to correctly take effect. Perhaps it would make
more sense to add a new analyzer for…
|
2 | Jul 26 2011 15:26 |
Jul 27 2011 01:41 |
|
|
Nested query and highlight fields By: Ellery Crane I've got my nested query working as intended, but no highlight
fragments are generated on a hit. I assume that this is because each
nested document is indexed separately from the root document, even if
I have include_in_root and include_in_parent…
|
5 | Jul 25 2011 16:19 |
Jul 26 2011 23:46 |
|
|
Can't sort on string types with more than one value per doc, or more than one token per field By: flgor Hello, I've tried these basic curl commands from elasticsearch api
on a clean elasticsearch version 17.0: curl -XPUT
'http://localhost:9200/twitter/tweet/7' -d '{ "user" : "Florin
Hello", "post_date" : "2010-11-15 14:12:12", "message"…
|
5 | Jul 26 2011 03:57 |
Jul 26 2011 23:45 |
|
|
Searching a specific field with a Hash value. By: cdolive I have a document under a type called "user". The user has different
attributes like this: { "id" : 3, "location" : "New York",
"about_me" : "I like to surf, snowboard, and watch the Giants play.",
"interests" : {"extreme_sports" :…
|
3 | Jul 23 2011 10:00 |
Jul 26 2011 23:39 |
|
|
Nested Array Doc Query (similar to tsolakp problem) By: kikster I imagine tsolakp and I are having the same problem, but I did get a
nested query to run on a nested field that's a simple Hash. However,
I'm having problem querying a nested document that contains an array
of hashes (exactly like obj1 here:…
|
1 | Jul 26 2011 23:08 |
Jul 26 2011 23:39 |
|
|
Term filters / exact match By: Ian Eure I'm having some difficulties getting term filters to work properly. I
poked around the mailing lists, and from what I can see, I'm doing the
right thing, but it isn't working. What I want to do is filter a
query where a field exactly matches a…
|
1 | Jul 26 2011 19:31 |
Jul 26 2011 23:25 |
|
|
Disabling cache By: Adrian Gaudebert Hi, Is there a way to totally disable cache in ElasticSearch? To
make sure every query runs as if it was the first time? I would need
it to run some performance tests. Thanks!
|
1 | Jul 26 2011 18:31 |
Jul 26 2011 23:18 |
|
|
TTL for documents By: Benjamin Devèze A lot of documents naturally come with an expiration date. I think it
would be nice to have a built-in support for a TTL/doc (with
eventually default TTLs configurable per types/indices). I know disks
are not expensive these days but it still is a…
|
1 | Jul 26 2011 16:48 |
Jul 26 2011 23:15 |
|
|
Why isn't Elasticsearch using Sha1 for id? By: ajsie CouchDB is using a 40 long characters SHA1 id and they say that the
risk is very minimal. I wonder if there is a risk that the id Elastic
search auto generates will collide with another one since it's only 22
characters long.
|
3 | Jul 26 2011 17:25 |
Jul 26 2011 23:12 |
|
|
Nested Query By: cdolive I created a tweet mapping with a nested field calls "comments"
(localhost:9200/twitter/tweet/_mapping) …
|
0 | Jul 26 2011 23:08 |
Jul 26 2011 23:08 |
|
|
Faceted search grouped by full term By: Tania Hi, I've been working with ES in the last two months and each day I
discover new fantastic features. I would like to know if it it
possible to implement the following case: I have many docs indexed in
the ES server, with a location field that…
|
2 | Jul 23 2011 10:00 |
Jul 26 2011 23:08 |
|
|
testbed guideline By: JF I'm in the process of building a small testbed to test performance of
ES. Would you have any hardware recommendation? I'm looking to build a
2 node cluster initially and scaling it until I reach say 5 nodes. I
want to evaluate performance and key…
|
0 | Jul 26 2011 22:15 |
Jul 26 2011 22:15 |
|
|
Possible collision with child document _id generation? By: Dan Pilone All, We're indexing millions of documents into a 3 (sometimes 4)
node elastic cluster with 3 shards. Starting with 0.17.1 (we didn't
try 0.17.0) and continuing to today's source I'm getting an occasional
exception bulk indexing. I'm seeing…
|
3 | Jul 25 2011 15:30 |
Jul 26 2011 17:49 |
|
|
Installing ElasticSearch on Mac OS X By: Pawel Krakowiak I just installed ES on Mac OS X using Homebrew and got a warning near
the end: Warning: JARs were installed to "lib". Installing JARs to
"lib" can cause conflicts between packages. For Java software, it is
typically better for the formula to…
|
3 | Jul 26 2011 02:56 |
Jul 26 2011 11:17 |
|
|
Position in facet By: Mats Norén Hi, I'm trying to use date_histogram to calculate a users
rank/position based on a script value. Somehow I sense there is a
solution but I don't quite seem to get there. For each date I have a
document like this: { "id": 1, "user_id": 7, …
|
6 | Jul 24 2011 08:21 |
Jul 26 2011 10:29 |
|
|
Problem with -Des.config and logging.yml By: CarlosJ Hello I have a problem with loggin.yml. If I launch elasticsearch
-f, it uses elasticsearch.yml and logging.yml from the usual config
directory. But if I use -Des.config to use a different
elasticsearch.yml, it seems to no longer use…
|
2 | Jul 25 2011 13:13 |
Jul 26 2011 10:27 |
|
|
total dataloss due to disk space issues By: Erik.seilnacht We had a problem over the weekend where too much local disk space
caused errors in elasticsearch such as:
org.elasticsearch.index.translog.TranslogException: [index][3] Failed
to write operation…
|
7 | Jul 25 2011 17:45 |
Jul 26 2011 10:26 |
|
|
Reindexing and error recovery By: Ivan Brusic Excuse me in advance for the long post. Up until now, I have avoided
rebuilding from source but now is the time to finally dive in. Trying
to determine reindexing best practices. Using aliases appears to be
the suggested solution to creating…
|
2 | Jul 26 2011 07:35 |
Jul 26 2011 09:41 |