2264 Commits

Author SHA1 Message Date
kimchy
10660d390d allow to set specific routing index_routing and search_routing names as well 2011-07-18 22:15:22 +03:00
kimchy
04086985f4 Analysis: Phonetic filter replace flag is inverted, fix (changes default behavior now, to follow docs), closes #1127. 2011-07-18 21:29:29 +03:00
kimchy
09528610c1 cleanup some test code, rename internal masterDoc to rootDoc 2011-07-17 04:32:18 +03:00
kimchy
defab5d948 no need ask for the first query rest twice 2011-07-17 03:58:05 +03:00
kimchy
c28421b1ed upgrade to latest lzf trunk 2011-07-16 21:55:13 +03:00
kimchy
8bcfce2e26 Allow to configure node name using node.name (on top of current name), closes #1126. 2011-07-16 03:35:39 +03:00
kimchy
64054d4057 Nodes APIs: All node APIs to allow to match on nodes based on addresses, names, and attributes, closes #1125. 2011-07-16 03:27:35 +03:00
kimchy
2594828d48 better logging when receiving a ping response that does not match, print who we got it from 2011-07-15 20:22:34 +03:00
kimchy
845104dabc remove the jline flag and automatically detect it 2011-07-15 10:00:23 +03:00
kimchy
f6beebf34c Add 'other_terms' option for terms facet, closes #1029. 2011-07-15 07:36:07 +03:00
kimchy
e498dc3ba8 add many nodes stress test 2011-07-15 01:46:09 +03:00
kimchy
013fe473c8 allow to set 0 values for the connections sizes 2011-07-15 01:45:59 +03:00
kimchy
8532f433ce add an (internal) flag if to control if the shutdown request should cause the jvm to exit or not 2011-07-14 22:39:44 +03:00
kimchy
848638d53c Index / Delete API when causing auto index creation can cause buffer data overrun, closes #1122. 2011-07-14 03:04:58 +03:00
Austin McKinley
e98860dc29 fixing bug when installing local plugins 2011-07-14 00:30:32 +03:00
kimchy
bd85d32756 set 0 refresh interval for the test 2011-07-13 08:20:16 +03:00
kimchy
801c7e2483 fix spelling 2011-07-13 08:12:02 +03:00
kimchy
c2584baf86 rename json query to wrapper query, and optimize it to not parse it twice, once on creation, and once on parsing to build lucene queries 2011-07-13 03:38:36 +03:00
kimchy
cfc45b0ab9 make analyzer request just use field, and allow it to have type.field_name option (or just field name) 2011-07-13 03:15:36 +03:00
melix
8564c20378 Make AnalyzeRequest support field() and type() 2011-07-13 03:07:41 +03:00
melix
b627ba06c6 Adds a JSONQueryBuilder which allows using a JSON query string through the Java builder API. 2011-07-13 03:07:40 +03:00
kimchy
1033249f0c Native (java) process memory leak, closes #1118. 2011-07-13 01:46:22 +03:00
kimchy
fdbcec8a84 Node Stats: Add number of server open channels for transport and http, closes #1115. 2011-07-12 02:41:18 +03:00
kimchy
c04be9d365 return on failure 2011-07-12 00:34:11 +03:00
kimchy
567cf6b5c3 search parse failure should return a 400 status code 2011-07-11 21:49:33 +03:00
kimchy
6be337e184 fix fugly failure message on put index template 2011-07-11 04:10:16 +03:00
kimchy
b275e6f798 Closed indices should not cause block failures on some APIs what executing against _all indices, closes #1010. 2011-07-10 23:56:03 +03:00
kimchy
1acca2050c Allow to disable automatic date detection, closes #1051. 2011-07-10 23:44:41 +03:00
kimchy
ced90891ab Allow to disable automatic date detection, closes #1051. 2011-07-10 23:41:52 +03:00
kimchy
b17c2b09db Allow to disable automatic date detection, closes #1051. 2011-07-10 23:24:23 +03:00
kimchy
882ccf32c8 only use dfs data on main query executed 2011-07-10 23:05:09 +03:00
kimchy
e489ad2221 better toString on transport future 2011-07-10 22:56:14 +03:00
kimchy
7ef41eefea Node Info / Stats: Add max_file_descriptors (info) and open_file_descriptors (stats), closes #1113. 2011-07-10 05:13:35 +03:00
kimchy
23a35a0809 add handling a failure of malformed scroll id, and throw back the scroll id itself for simpler debugging 2011-07-10 03:25:34 +03:00
kimchy
ca97e19cde upgrade to latest jsr166y version 2011-07-10 02:16:58 +03:00
kimchy
9513dd0a4a fix nested filter to work well with inner nested queries 2011-07-09 22:10:58 +03:00
kimchy
66d5eb94fb fix new analysis components test, and make pattern require parameters 2011-07-08 22:28:26 +03:00
belevian
7e20a9f80a Analysis: expose Lucene PatternReplaceFilter. 2011-07-08 22:00:20 +03:00
belevian
888194e903 Analysis: expose Lucene MappingCharFilter. 2011-07-08 22:00:19 +03:00
kimchy
9464208f83 handle failure on interface check if its up (seems to happen on jdk 7) 2011-07-08 21:58:39 +03:00
kimchy
61ad8b614a TCP: Change the default connect timeout to 2s, closes #1104. 2011-07-08 08:36:47 +03:00
kimchy
893c7df966 add empty index test 2011-07-08 08:02:34 +03:00
kimchy
5a8b27b9dc small optimization to counting search shards 2011-07-08 06:04:33 +03:00
kimchy
0642acd9ac Uneven distribution of search requests across shards, closes 1103. 2011-07-08 05:32:59 +03:00
kimchy
9876fa5a76 improve failure message when not finding _uid field in the doc 2011-07-08 03:56:46 +03:00
kimchy
42edd0c864 Query DSL: nested filter support, closes #1102. 2011-07-08 03:03:09 +03:00
kimchy
9be62a06e9 support also ping.timeout in zen disco, and add it to the sample config 2011-07-08 02:03:09 +03:00
kimchy
6783b7fe18 more work on Improve cleanup of unused shards when index is completely relocated from (#1101) 2011-07-08 01:52:53 +03:00
Igor Motov
3a8f198a76 Improve cleanup of unused shards when index is completely relocated from a node 2011-07-08 01:14:34 +03:00
kimchy
21883716e5 change indices sig 2011-07-07 17:59:25 +03:00