kimchy
03dc146928
optimize translog sync to not happen if there is no need for it
2011-06-10 04:58:41 +03:00
kimchy
3b2c186503
improve shutodwn with many indices / shards by bounding the concurrency of closing indices / shards
2011-06-10 03:48:43 +03:00
Erick Tryzelaar
b143400bea
Fix some typos.
2011-06-10 03:10:09 +03:00
Erick Tryzelaar
112935fcdb
Allow fuzzy IP matches to accept a long min_similarity.
2011-06-10 03:10:09 +03:00
kimchy
4b6e2ddd7d
add metadata level version, reducing the persistency requirements fo rit
2011-06-10 01:37:20 +03:00
kimchy
f87b9e3656
add a version to routing table, so it can be reused when not changed after publishing
2011-06-09 22:51:40 +03:00
kimchy
1d9942847e
fix check for dynamic update of a setting in tiered merge policy
2011-06-09 22:25:51 +03:00
kimchy
a07030ccf3
improve local shard allocation to utilize same version shards allocation within the same replication group
2011-06-09 10:51:45 +03:00
kimchy
1a0ee00fbb
change logging statement to indicate ping_timeout, not initial_ping_timeout
2011-06-08 19:00:02 +03:00
kimchy
fff78d6a38
Transport: Improve concurrency when connecting to several nodes, closes #1007 .
2011-06-08 18:47:37 +03:00
kimchy
597f3b7a8f
throw explicit failure when trying to change the number of shards on an index
2011-06-08 13:49:22 +03:00
kimchy
c9d4ce59ce
add mime types and a todo
2011-06-06 11:18:12 +03:00
kimchy
4890e43980
Analysis: Add `reverse` and `skip` to `path_hierarchy` tokenizer, closes #999 .
2011-06-05 15:39:19 +03:00
kimchy
9652ad0d08
New default merge policy - `tiered`, closes #998 .
2011-06-05 14:23:51 +03:00
kimchy
6788c6c375
Upgrade to Lucene 3.2, closes #997 .
2011-06-05 01:57:10 +03:00
kimchy
c872be75ae
make sure to reroute whenever required on the action itself (most already did, added index state case), and then, no need to do additional reroute (which probably does not do anything, and returns the same cluster state) on the routing update handler
2011-06-04 21:43:21 +03:00
kimchy
abfc7f0db4
internal refactoring simplifying the type mapping system
2011-06-04 03:56:01 +03:00
kimchy
dcd2bbd9a9
',' can be used in type name, closes #996 .
2011-06-04 01:26:41 +03:00
kimchy
5fbb4f7043
simplify plugin registration of custom queries and filters
2011-06-03 06:14:14 +03:00
kimchy
f80d1c8fd9
share common query parsers and filter parsers among different indices
2011-06-03 06:02:18 +03:00
kimchy
0a4e582404
Query Parser Module Refactor, closes #994 .
2011-06-03 04:32:30 +03:00
kimchy
58330d9c23
Aliases: Validate alias filter before adding it, closes #993 .
2011-06-03 02:23:21 +03:00
kimchy
0f1655cf22
Query DSL: Simplify not filter to accept the filter directly, without a wrapping `filter` element, closes #992 .
2011-06-03 01:42:57 +03:00
kimchy
ec1f0b16f4
remove pretty from parameter when doing update settings
2011-06-02 22:01:51 +03:00
kimchy
ee5bfba52f
Get Mapping: Better error response when asking for specific index type, closes #991 .
2011-06-02 18:30:06 +03:00
kimchy
b72ba7d874
remove dead code
2011-06-02 18:23:30 +03:00
kimchy
2bf4a6766e
Put Mapping: Fix rare case where the response will timeout (ack=false) even though it has been applied, closes #990 .
2011-06-02 18:23:23 +03:00
kimchy
e8ba7a7974
d'oh, remove debug out
2011-06-02 12:14:14 +03:00
kimchy
2fad1c4308
remove use of deprecated methods
2011-06-02 12:03:05 +03:00
kimchy
30127d6ed4
remove comment that is no longer relevant
2011-06-02 11:37:37 +03:00
kimchy
6ea2b9d263
Analysis: Improve custom analyzer construction time, closes #989 .
2011-06-01 19:37:28 +03:00
kimchy
c134233241
Update Settings: Properly ignore settings that are not allowed to be updated dynamically, closes #985 .
2011-05-31 22:27:43 +03:00
kimchy
1f17e9d49d
Request for more values identified as boolean for the boolean field type - `no`, closes #984 .
2011-05-31 20:18:46 +03:00
kimchy
8267a76747
force the type to be set when using the put mapping API in Java
2011-05-31 16:21:59 +03:00
Nicolas Lalevée
198b219baf
Remove the useless inner class Clause
2011-05-30 23:37:09 +03:00
Nicolas Lalevée
63ff39425a
Simplification of the code with some early dispatching of the clauses before serialization
2011-05-30 23:37:09 +03:00
Nicolas Lalevée
9f52256d8e
Produce xcontent compatible with json maps
2011-05-30 23:37:09 +03:00
kimchy
2cd77088f1
protected from changing teh number of shards in update settings
2011-05-30 19:26:45 +03:00
kimchy
31483e4a92
Node Stats: Remove low level transport stats from response, closes #979 .
2011-05-30 12:53:03 +03:00
kimchy
2ef4a5e84c
fix limit filter to properly handle cross segments cases
2011-05-28 23:14:58 +03:00
kimchy
3025205063
add a flag to allow and disable sites (http.disable_sites)
2011-05-28 19:04:46 +03:00
kimchy
94434a7522
add installed message at the end of a plugin installation
2011-05-28 18:54:45 +03:00
kimchy
4004406c11
add zip to explicit download plugin
2011-05-28 18:47:54 +03:00
kimchy
3652d57667
Plugins: Allow plugins to serve a _site, automatically download github plugins, closes #978 .
2011-05-28 18:43:29 +03:00
kimchy
4cd2f79972
Mapping - Date Format: 3 or more custom date formats fail using '||' delimiter, closes #977 .
2011-05-28 13:22:20 +03:00
kimchy
ae9857cb45
Query DSL: Add limit filter, closes #976 .
2011-05-28 12:37:42 +03:00
Bobby T
d299672545
Found issue with hidden files attempting to be indexed when mappings being loaded. This allows mappings to skip hidden files.
...
failed to read / parse mapping [] from location [/opt/elastic/current/config/mappings/n233/.svn], ignoring...
java.io.FileNotFoundException: /opt/elastic/current/config/mappings/n233/.svn (Is a directory)
at java.io.FileInputStream.open(Native Method)
2011-05-26 23:50:21 +03:00
Igor Motov
3e6a6ffd35
Add support for filtering aliases to MoreLikeThis
2011-05-26 11:47:35 +03:00
Igor Motov
646800cb29
Add support for filtering aliases to DeleteByQuery
2011-05-26 11:47:35 +03:00
kimchy
d1d631794d
Query DSL: Ids Filter / Query - allow to execute it with no type defined / several types, closes #969 .
2011-05-26 11:17:20 +03:00