Commit Graph

3129 Commits

Author SHA1 Message Date
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 e827c56be4 move to 1.9.3 jackson 2011-12-19 13:51:50 +02:00
Shay Banon 41b5c3d562 wait for yellow state in test 2011-12-19 13:51:33 +02:00
Shay Banon 33db88232d move to 0.18.7 2011-12-19 11:43:50 +02:00
Shay Banon 0328a300eb move jmeter files under jmeter, no need for jmx 2011-12-18 01:01:12 +02:00
Shay Banon dd87bec6cd optimize checksum computation to make sure we only work on buffers and no on single bytes 2011-12-18 00:59:38 +02:00
Shay Banon a3ca1afed5 Translog: When not sync'ing on each operation, buffer writes, closes #1549. 2011-12-18 00:19:35 +02:00
Shay Banon 010b910333 0.18.5 ignores query string analyzer, closes #1547. 2011-12-16 23:50:11 +02:00
Shay Banon ec04435b06 rename test 2011-12-16 23:36:31 +02:00
Shay Banon 26fc9bcb25 abstract away the fs translog file to an interface 2011-12-16 23:30:31 +02:00
Shay Banon 9c1280f6eb add future support to track current merge 2011-12-16 22:55:00 +02:00
Shay Banon cb4c249a65 Search: When searching against a type with a dfs search type, dfs is ignored, closes #1546. 2011-12-16 19:17:31 +02:00
Shay Banon f74256afcd improve multicast message to have an internal header for node to node discovery 2011-12-16 18:29:10 +02:00
Shay Banon 3ddbc6469a fix spelling 2011-12-16 17:01:02 +02:00
Shay Banon c53f9694d1 add a utility main class that will automatically run it in the foreground without setting a system property 2011-12-16 15:43:15 +02:00
Shay Banon 367a608707 remove jline from distribution to simplify it (no longer painting log levels though...) 2011-12-16 15:36:22 +02:00
Shay Banon 1a26ba7968 improve guessing if upper date range check works or is it a numeric 2011-12-15 22:36:44 +02:00
Shay Banon 92c162d534 optimize field query/filter for numerics to only parse the string representation once 2011-12-15 21:24:28 +02:00
Shay Banon f745b80edb timestamp term match broken in 0.18.5, closes #1543. 2011-12-15 20:49:38 +02:00
Shay Banon 922833cdc4 source not returned when * specified in fields list, closes #1541. 2011-12-14 21:18:14 +02:00
Shay Banon f05fa91cb2 if we loaded source, use it when needing it in other fetch phases like extracting specific fields instead of loading it again 2011-12-14 16:28:29 +02:00
Shay Banon 9ae402dde9 Nested queries: getDocIdSet NullPointerException, closes #1536. 2011-12-14 15:07:36 +02:00
Shay Banon 16c4c8c726 mark hostname as nullable 2011-12-13 19:11:36 +02:00
Nicolas Lalevée 4693b1e875 Add the hostname to the node info 2011-12-13 19:10:31 +02:00
Shay Banon 41a9dc1e6d make sigar optional 2011-12-13 19:03:32 +02:00
Shay Banon d2c1ec5f25 Query DSL: Allow to default certain settings in query_string / field queries, closes #1540. 2011-12-13 19:02:01 +02:00
Shay Banon 679bd1c877 Query DSL: query_string analyze wildcard option with prefix to automatically do OR'ed wildcard when its broken down into several tokens, closes #1539. 2011-12-13 18:38:30 +02:00
Shay Banon 0cd38f505d Query DSL: Replace index.query.bool.max_clause_count with indices.query.bool.max_clause_count (old one still supported), closes #1538. 2011-12-13 17:47:09 +02:00
Shay Banon 0d195eb368 move unused variable 2011-12-12 20:54:13 +02:00
Shay Banon 346d2fc28c remove unused setting 2011-12-12 20:53:47 +02:00
Shay Banon 5d65b98611 add the version number to the json multicast response 2011-12-12 20:35:17 +02:00
Shay Banon ce999489d5 set the node service on the discovery to get the additional service level attributes (issue #1532) 2011-12-12 20:22:19 +02:00
Shay Banon 775339d78a Allow to configure a shard with no file based data location locking, closes #1535. 2011-12-12 15:04:54 +02:00
Shay Banon b0b379dc88 River: When deleting a river, make sure when its closed that its data is deleted, closes #1534. 2011-12-12 01:09:46 +02:00
Shay Banon de861d6f43 Support Multicast discovery for external clients, closes #1532. 2011-12-11 18:54:07 +02:00
Shay Banon 5258b505eb Multicast: Add discovery.zen.ping.multicast.send_ping setting to disable sending ping requests while still having multicast enabled, closes #1479. 2011-12-11 16:24:12 +02:00
Shay Banon 3a363976ed don't debug log conflict base failure (version conflict / document exists) 2011-12-10 01:38:29 +02:00