Commit Graph

3623 Commits

Author SHA1 Message Date
Shay Banon 2c4f7d1fc3 requesting fields=_timestamp,_source won't return _source, closes #1833. 2012-04-03 12:48:57 +03:00
Shay Banon b3866689fa Disabling deletion of all indices does not work when using _all, closes #1834. 2012-04-03 12:33:00 +03:00
Shay Banon f4d5a00b2d Query DSL: `term` filter to support the more "complex" form similar to `term` query, closes #1830. 2012-04-02 11:17:08 +03:00
Shay Banon 9fb6ecf9f0 allow to more easily plug custom unicast host providers by being able to add them to ZenDiscoveryModule using a plugin 2012-03-31 21:38:39 +03:00
Shay Banon 85ab25126f Search/Get: Add preference option of `_primary_first` trying to primary first and then replicas, closes #1824. 2012-03-30 01:31:38 +02:00
Shay Banon ac4aa17e16 use the high transport channel for pings with transport client 2012-03-29 14:42:50 +02:00
Nicolas Lalevée beb9472f27 fix case in javadoc of the query fuzzy_like_this_field 2012-03-29 12:01:38 +02:00
Holden Karau 9d728fb448 Fix for issue #1819 where TransportClient (sniff) fails to reconnect to nodes once removed if all nodes are removed 2012-03-29 11:19:59 +02:00
Holden Karau b2918d7c2b Fix a random suggestion from a style checker 2012-03-29 11:19:57 +02:00
Shay Banon f9eeb37211 Indexing a document in smile format and getting it through REST in json format fails, closes #1816. 2012-03-28 12:03:51 +02:00
Shay Banon 269798c70a add sourceRef to SearchHit 2012-03-27 15:37:21 +02:00
Shay Banon a76d914cfa Java API: Calling SearchHit#sourceAsString will not decompress the source to convert it to string, closes #1814. 2012-03-27 14:57:29 +02:00
Shay Banon e29343dcca Mapping: Allow to configure position_offset_gap for string mapping, closes #1813. 2012-03-24 14:59:04 +02:00
Shay Banon a0a8538ef9 Analysis: Custom analyzer to allow to configure position_offset_gap and offset_gap, closes #1812. 2012-03-24 13:46:29 +02:00
Igor Motov 8859594e36 add extended validation information 2012-03-24 13:40:25 +02:00
Shay Banon 7db5b0b4bd cleanups 2012-03-23 11:47:44 +02:00
Benjamin Devèze 19152416a4 add an index level setting to disable/enable purging of expired docs (issue #1791) 2012-03-23 11:47:39 +02:00
Shay Banon 365c29b902 Index Update Settings API does not update settings in real time, closes #1807. 2012-03-22 20:16:07 +02:00
Shay Banon 5f83ad8d0c Node Stats: OS stats reporting free as the key instead of used, closes #1804. 2012-03-22 14:28:25 +02:00
Shay Banon 348ed11450 Have streams provided to gateway (shared one) allow marking, closes #1803. 2012-03-22 12:20:00 +02:00
Carnell Washington Jr 211fad7a17 Add mean ordering for terms stats
Added mean and reverse_mean order options to terms stats.  Also made
ordering based on double values more robust by using Double.compare().
2012-03-22 11:12:25 +02:00
Shay Banon 5131dc44ff upgrade to guava 11.0.2 2012-03-21 15:35:05 +02:00
Shay Banon cff13de080 add 0.19.2 version 2012-03-20 14:06:29 +02:00
Shay Banon 4aeff3cbd6 Highlighting using the default highlighter (not using term vectors) only highlights on the first 50*1024 chars, closes #1796. 2012-03-20 13:39:49 +02:00
Shay Banon a5af2519ed Java API for require_field_match, closes #1795. 2012-03-20 11:42:12 +02:00
Shay Banon 6ab1c9e442 Get/MultiGet API with no type provided and doc does not exists causes a failure, closes #1794. 2012-03-18 12:06:16 +02:00
Shay Banon d25c4cc914 When `node.data` is set to `false`, the upgrade shards process from 0.18 fails, closes #1793. 2012-03-18 11:55:35 +02:00
Shay Banon 6046e7c6eb Query DSL: indices filter type, closes #1787. 2012-03-17 13:24:15 +02:00
Shay Banon 42541f7354 change the dangling indices deleting timeout default value to 2h 2012-03-16 17:53:02 +02:00
Lukáš Vlček 051e6a02a7 fix comparison test 2012-03-15 11:53:09 +02:00
Shay Banon 3190e43a9a remove unused class 2012-03-14 14:41:08 +02:00
Shay Banon d9963926dc mlt_field doesn't support boost, closes #1773. 2012-03-10 20:50:25 +02:00
Shay Banon e7a892f6f0 change order of check since routing entry might be null when the shard is just created 2012-03-10 20:41:28 +02:00
Shay Banon 752ae6e206 optimize acquiring search handler to use a search manager, also, creating a ContextIndexSearcher can be optimized if it is created from a searcher 2012-03-09 22:41:09 +02:00
Barnaby Gray 0badf3d92a IOException when returning nested arrays. See: https://gist.github.com/2006593 2012-03-09 21:19:02 +02:00
Shay Banon 1ed07a0c50 Get: Add a specific `get` thread pool that handles get request, closes #1778. 2012-03-09 21:07:50 +02:00
Shay Banon b83378f4ce Add `cache` thread pool to handle cache loading of async caches (bloom filter), closes #1777. 2012-03-09 20:47:59 +02:00
Shay Banon c08b968246 rename the cached thread pool to generic (from cached), since really, cached is meaningless, and its actually a generic thread pool we use for different operations 2012-03-09 20:32:33 +02:00
Shay Banon 7cc9108192 Closing a shard can cause a search/stats request that tries to acquire a handle to search while its closing to spin, closes #1772. 2012-03-09 02:00:42 +02:00
Shay Banon 8128c80471 add classic filter as well 2012-03-08 22:03:04 +02:00
Shay Banon eadab43294 Merge branch 'master' of https://github.com/nlalevee/elasticsearch 2012-03-08 21:59:28 +02:00
Shay Banon e707e93942 Index Blocks: Add index.blocks.write, index.blocks.read, and index.blocks.metadata settings, closes #1771. 2012-03-08 21:56:13 +02:00
Shay Banon 3789983c7a RemoteTransportException on _analyze request to specific index, closes #1770. 2012-03-08 21:11:02 +02:00
Nicolas Lalevée 3e7608630a expose the classic analyzer and the classic tokenizer (issue #1768) 2012-03-08 15:57:10 +01:00
Shay Banon 876caba615 remove two similar checks on tempalte name 2012-03-08 00:05:39 +02:00
Shay Banon 76654f1d0d fix error message on invalid template name 2012-03-07 23:56:01 +02:00
Shay Banon 6b11b760ae Scripting: Allow to disable dynamic script execution, closes #1763. 2012-03-06 22:03:02 +02:00
Shay Banon a4945aa5e8 Add 0.19.1 2012-03-02 17:05:41 +02:00
Shay Banon f6fc390f7a Special host config notation `_[interfaceName]_` might fail to resolve the host address, closes #1754. 2012-03-02 16:58:54 +02:00
Shay Banon 32e1eff05a move to 0.20.0.Beta1 snapshot 2012-03-02 11:23:24 +02:00