1904 Commits

Author SHA1 Message Date
Shay Banon
761862a9a9 nicer exception names 2012-01-03 01:05:08 +02:00
Shay Banon
beb5986256 nicer main action names 2012-01-03 01:04:08 +02:00
Shay Banon
83d5084f62 Update API: Allow to update a document based on a script, closes #1583. 2012-01-02 22:02:19 +02:00
Lee Hinman
e582f6c91a Rename count/pacakge-info.java to count/package-info.java 2012-01-01 12:11:41 +02:00
Shay Banon
8c6b2a3077 Date Histogram Facet: Improve time zone handling, add factor option, closes #1580. 2012-01-01 00:09:57 +02:00
Shay Banon
53b1b6e4bb add size in bytes to bb dir 2011-12-31 20:33:17 +02:00
Shay Banon
8cf8b478af Scan Search: Improve performance while scrolling through it, closes #1579. 2011-12-31 17:49:19 +02:00
Shay Banon
370444cb75 count collector does not throw stop collection 2011-12-31 16:26:01 +02:00
Shay Banon
a4e4235d93 move sort optimization when sorting by _score to sort parse element from the query phase execution 2011-12-31 16:24:27 +02:00
Shay Banon
3c88eacb01 bind transport validate query actions as singletons 2011-12-30 13:42:08 +02:00
Shay Banon
0f1a908bae improve multi field highlighting with fast vector based highlighting by caching the custom query across field mappers (one when there is field match, and one when there isn't) 2011-12-30 02:08:05 +02:00
Shay Banon
ee011c9f0d Highlighter: Add require_field_match (both global and per field) option, closes #1577. 2011-12-30 02:00:20 +02:00
Shay Banon
c2df297624 randomize routing value when validating query 2011-12-29 14:32:02 +02:00
Shay Banon
e47ec96ca2 Merge branch 'master' of https://github.com/dakrone/elasticsearch 2011-12-29 14:17:50 +02:00
Shay Banon
73c58693cd improve analyzers and tokenizers bindings to work similar to filters and char filters, by processing them first, and lazily binding them if needed 2011-12-29 13:57:39 +02:00
Lee Hinman
f6b036f713 Refactor validate to validateQuery and move into indices admin action 2011-12-28 15:27:59 -07:00
Shay Banon
4e6217c54d simplify toString for cached filter 2011-12-28 23:35:04 +02:00
Shay Banon
bb63d38a65 Two different indexes with the same nested object name causing ArrayIndexOutOfBoundsException, closes #1575. 2011-12-28 22:20:09 +02:00
Shay Banon
cb0284f802 count down latch if we don't have any changes in cluster update settings 2011-12-28 22:06:13 +02:00
Edward Wang
636f7bd454 Fix failed test ClusterAndIndexReaderOnlyTests
MetaData uses two different string constants, "cluster.blocks.read_only"
and "cluster.read_only", for one setting. It confuses
TransportClusterUpdateSettingsAction and causes
lusterAndIndexReaderOnlyTests never finish.
2011-12-28 22:05:27 +02:00
Lee Hinman
0cb1a2ebe1 Prefer local shards for validate action 2011-12-28 08:54:55 -07:00
Lee Hinman
be6e18cb36 Add query validation feature 2011-12-27 13:51:59 -07:00
Shay Banon
f79cf4149f remove unused code 2011-12-27 20:36:57 +02:00
Shay Banon
5049f60b6c Set an index / indices to read only, or make the cluster read only, closes #1573. 2011-12-27 20:35:07 +02:00
bbgordonn
b41166a78a RestIndicesExistsAction: include block message in error if ClusterBlockException. 2011-12-27 17:19:03 +02:00
bbgordonn
661d04e9de #1452 closed: block writes or metadata changes if {index,cluster}.read_only is set. 2011-12-27 17:19:03 +02:00
Shay Banon
cc3f44473f Search: Support partial fields that can returns partial view of the _source, closes #1570. 2011-12-26 16:49:55 +02:00
Shay Banon
37398c2000 ignore index shard missing failure when refreshing as it might happen 2011-12-26 16:32:30 +02:00
Shay Banon
038d91d134 Java API: ScriptSortBuilder does not pass the lang used, closes #1569. 2011-12-25 18:37:42 +02:00
Shay Banon
fb218babe3 add adapter streams that wrap another adapter and delegate all method calls, have handles use them 2011-12-25 17:37:58 +02:00
Shay Banon
aa078788f9 Nested objects not deleted on "delete by query", closes #1537. 2011-12-25 13:33:02 +02:00
Shay Banon
0ea58cacfd Query DSL: Add different execution models for terms filter, closes #1568. 2011-12-24 00:29:55 +02:00
Shay Banon
73b74847aa cleanup test 2011-12-22 23:24:12 +02:00
jayson.minard
52e6327467 unit tests for issue 1560, customfiltersscore min and multiply search modes 2011-12-22 23:19:58 +02:00
Shay Banon
3d9e87201e Cluster metadata files destroyed when using blob store gateway causing data loss, closes #1564, 2011-12-22 20:42:37 +02:00
Shay Banon
a0fb6f3d92 sync with latest patch of byte buffer directory submitted ot Lucene, seems to pass all Luceen tests 2011-12-22 20:31:32 +02:00
Shay Banon
415ee6425a Allow search to continue when sort field is missing from type mapping, closes #1558. 2011-12-22 14:25:54 +02:00
jayson.minard
61b2562623 Query DSL: custom_filters_score allow score_mode for "min" and "multiply", closes #1560 2011-12-22 14:05:51 +02:00
Shay Banon
fe4ba2ad55 Improve multi field mapper with highlighting based on source, closes #1559. 2011-12-22 02:24:36 +02:00
Shay Banon
c0053a601b Boolean Type: Consider F as false as well when searching on it, closes #1556. 2011-12-21 23:48:16 +02:00
Shay Banon
52743a05fa rename setEncoder to setHighlighterEncoder, its not evident which encoder is refers to 2011-12-21 23:36:16 +02:00
Shay Banon
55d8d0d9c6 Analyze API: Allow to execute it without pre-creating an index, and allow to build custom analyzer (tokenizer + token_filters), closes #1555. 2011-12-21 23:24:55 +02:00
Shay Banon
c918a68554 better output 2011-12-21 07:04:49 +02:00
Shay Banon
91b60f1d2f Generate pid file even when running in foreground mode, closes #1553. 2011-12-21 05:28:28 +02:00
Shay Banon
ffca91dda0 improve detection of which logging library to use, use slf4j if its the log4j jar file used (does not have setLevel method) 2011-12-21 04:27:28 +02:00
Shay Banon
a488424404 Analysis: Add phonetic encodder called bm or beider_morse, closes #1552. 2011-12-21 03:53:44 +02:00
Shay Banon
2b838b808e add another path trie test for wildcard vs. contant 2011-12-20 17:42:06 +02:00
Shay Banon
dd6c076454 simplify and improve scaling/blocking thread pools 2011-12-20 12:03:28 +02:00
Shay Banon
1f250ede50 better support for "embedded" token types (binaries) when parsing 2011-12-19 15:51:05 +02:00
Shay Banon
41b5c3d562 wait for yellow state in test 2011-12-19 13:51:33 +02:00