- download
- zip sha1
- see issues on github
fs gateway. (#232)terms API has been replaced by facets in search. (#242)search.facets API has changed (see below)index.store.memory settings have been replaced with a node level memory store. (#235)score to _score to denote sorting by hit score. (#271)min, max, total, count, sum_of_squares, variance and std_deviation for numeric fields (#212). See docs.timestamp) and query total and count for another field in the same doc (#219). See docs.custom_score query uses the mvel scripting language to provide custom scoring for searches. For instance, you could use this to make documents with a more recent last_modified date more relevant than older documents. These mini-scripts can also accept parameters.prefix (docs), term (docs), wildcard (docs), and span_term (docs) queries. (#192)and, or and not filters (#216). See docs.aliases, blocks and master_node id./_mapping, /{index}/_mapping and /{index}/{type}/_mapping to REST interface (#222). See docs.maxScore per search and _score for each search hit. (#205)index, delete, and delete_by_query operations configurable: async or sync (#196).index.gateway.fs.native_copy to control where native file copying will be used. (#202)full parameter for a complete clean. (#210)recovery_after_time and recover_after_nodes. (#223)discovery.zen.master. (#248)null for max_score value. (#263). The same logic applies also to _score values of individual documents.wait_for_nodes (accepts “N”, “<N”, “>N”, “<=N”, and “>=N”). (#269)allow_leading_wildcards. (#236)user.dir as the default path.home locationtransport.tcp.connection_per_node from 5 to 1. (#225)