Commit Graph

3541 Commits

Author SHA1 Message Date
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
Shay Banon b8d583a06e release 0.19.0 2012-03-02 11:17:55 +02:00
Shay Banon 5b76222ee7 Merge branch 'create-post-bug' of https://github.com/Paikan/elasticsearch 2012-03-01 14:54:19 +02:00
Shay Banon feaccee246 Multi level parent/child mapping and search fails, closes #1751. 2012-03-01 14:23:58 +02:00
Benjamin Devèze 7231ee832a set missing create param in PutRequest 2012-02-29 17:56:53 +01:00
Shay Banon 1f6f81d840 NullPointerException when asking for null valued json field when fetching search request, closes #1749. 2012-02-29 16:43:30 +02:00
Shay Banon 078f220b6f Date Histogram Facet: Add `pre_zone_adjust_large_interval`, closes #1744. 2012-02-29 02:52:56 +02:00
Shay Banon 0d3dd3845d add a callback when shard level routing changes 2012-02-29 00:00:51 +02:00
Shay Banon 8b9aa1fd27 lazily allocate the LZF buffer if its only needed 2012-02-28 22:24:26 +02:00
Shay Banon a3b21b884c Merge branch 'typo' of https://github.com/Paikan/elasticsearch 2012-02-27 19:37:29 +02:00
barsk 5c5a2f003d Corrected erroneous stem filter (loads the Spanish, not the Swedish light stemmer):
} else if ("light_swedish".equalsIgnoreCase(language) || "lightSwedish".equalsIgnoreCase(language)) {
            return new SpanishLightStemFilter(tokenStream);
}
to "return new SwedishLightStemFilter(tokenStream);"
2012-02-27 16:01:29 +01:00
Benjamin Devèze 3a9a62c2b9 fix typo 2012-02-27 16:01:22 +01:00
Shay Banon 43e45a111c Orderly shutdown with unicast discovery might cause the shutdown node to still be part of the election process, closes #1740. 2012-02-27 11:56:03 +02:00
Shay Banon b0e0dd81eb don't write \n after teh pid in the pid file 2012-02-27 10:58:49 +02:00
Shay Banon c72772e621 msearch should accept a leading \n, closes #1736. 2012-02-27 00:27:43 +02:00
Shay Banon 9a51179c22 upgrade to jackson 1.9.5 2012-02-26 23:06:04 +02:00
Shay Banon 7a10f18645 upgrade to latest 2.3 assembly plugin 2012-02-26 21:07:55 +02:00
Shay Banon aa51a8af9c add back writing pid from shell as well as writing it from Java process, for some reason, it caused a strange failure in clinton test harness, we need to chase it down, but for now, lets bring this back 2012-02-26 20:43:30 +02:00
Shay Banon b6227f24c1 don't return 503 on RED cluster health, since we managed to handle the request, use "/" to check the status of the node (as a load balancer ping for example) 2012-02-26 17:36:18 +02:00
Shay Banon 6232ce1dd4 fix error message when trying to locate path 2012-02-26 17:20:28 +02:00
Shay Banon d8123efac8 upgrade to jdeb 0.9 plugin 2012-02-26 10:06:44 +02:00
Shay Banon 2dfee54de7 upgrade to the latest assembly plugin and use artifact id (though not in distributions) 2012-02-26 10:06:18 +02:00
Shay Banon eebf8f8f60 add active thread pool count to thread pool stats 2012-02-24 02:09:33 +02:00
Shay Banon 7ed68a5c30 Flush: Add a specific thread pool for flush operations (scheduled and API), closes #1734. 2012-02-24 01:36:22 +02:00
Shay Banon 7d18304fc7 have bytebuffer directory provide readonly version of files when done writing to them 2012-02-22 20:56:58 +02:00
Shay Banon 0ef2afb855 Translog Flush: When disabling flush and enabling it again, scheduled flush stops executing, closes #1727. 2012-02-22 15:00:58 +02:00
Shay Banon 31b793591e query never returns, closes #1725. 2012-02-22 01:50:22 +02:00
Shay Banon 7ff12a5bd9 Real time get on a stored _size field does not return its value, closes #1724. 2012-02-21 18:09:55 +02:00
Shay Banon d5fcb0d52c add an option for name as well as _name for filtering allocation 2012-02-21 17:57:47 +02:00
Shay Banon ca5f6ec0f6 move to 0.19.0.RC4 snap 2012-02-21 14:54:41 +02:00
Shay Banon aeaed0a1b0 release 0.19.0.RC3 2012-02-21 14:52:49 +02:00
Shay Banon 9d724b8a14 fix test 2012-02-21 13:44:31 +02:00
Shay Banon 0bf61ab6c8 add pre/post zone, pre/post offset, and factor to date histogram builder 2012-02-21 12:43:28 +02:00