https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
c727dad Get/MultiGet API with no type provided and doc does not exists causes a failure, closes #1794. 20 March 2012, 19:19:37 UTC
f9055ec index.recovery.initial_shards is not being taken into account, closes #1623. 18 January 2012, 21:02:33 UTC
2e0c7a5 0.18.7 Failure exception while executing a valid query after an invalid query, closes #1617. 18 January 2012, 13:08:59 UTC
f3759e9 move to 0.18.8 snap 10 January 2012, 11:10:01 UTC
552cbf5 release 0.18.7 10 January 2012, 11:07:05 UTC
b8c5687 move to 0.9.2 on LZF 04 January 2012, 18:43:33 UTC
d6436f3 TTL does not respect routing when expiring (deleting) documents, closes #1586 04 January 2012, 18:39:54 UTC
0782af2 S3 blob storage gateway: deleting an index named x destroys data for any index with name beginning with x, closes #1582. 02 January 2012, 21:07:46 UTC
d69647d no need to double check for dis max query, its already checked in the FieldQuery flattern class 29 December 2011, 22:12:30 UTC
6aa3fd9 Two different indexes with the same nested object name causing ArrayIndexOutOfBoundsException, closes #1575. 28 December 2011, 20:22:02 UTC
2a1ae37 Java API: ScriptSortBuilder does not pass the lang used, closes #1569. 25 December 2011, 20:16:00 UTC
53cb2f2 Nested objects not deleted on "delete by query", closes #1537. 25 December 2011, 11:33:24 UTC
aa179b5 Cluster metadata files destroyed when using blob store gateway causing data loss, closes #1564. 22 December 2011, 18:57:18 UTC
9cf454f move to 0.18.7 snap 19 December 2011, 09:42:49 UTC
19e5f1c release 0.18.6 19 December 2011, 09:40:11 UTC
dee2adc 0.18.5 ignores query string analyzer, closes #1547. 16 December 2011, 21:50:23 UTC
dcdff60 Search: When searching against a type with a dfs search type, dfs is ignored, closes #1546. 16 December 2011, 17:20:08 UTC
9320edc improve guessing if upper date range check works or is it a numeric 15 December 2011, 20:37:49 UTC
166e4b0 timestamp term match broken in 0.18.5, closes #1543. 15 December 2011, 18:50:43 UTC
7e0e2b0 Nested queries: getDocIdSet NullPointerException, closes #1536. 14 December 2011, 13:08:44 UTC
6baf6fd Query DSL: Allow to default certain settings in query_string / field queries, closes #1540. 13 December 2011, 17:03:01 UTC
10bc80b Query DSL: query_string analyze wildcard option with prefix to automatically do OR'ed wildcard when its broken down into several tokens, closes #1539. 13 December 2011, 16:39:20 UTC
26e8622 Query DSL: Replace index.query.bool.max_clause_count with indices.query.bool.max_clause_count (old one still supported), closes #1538. 13 December 2011, 15:48:42 UTC
d0fc829 Analysis: Add arabic, brazilian, czech to stemmer token filter language options, closes #1519. 04 December 2011, 14:37:32 UTC
2871ecc Version missing a space 04 December 2011, 10:50:27 UTC
aa424cb search missing from stats when using clear and search params, closes #1516. 02 December 2011, 10:33:40 UTC
bddef9c Improve highlighting perf (a bit) by reusing some constructs across hits, closes #1513. 30 November 2011, 17:16:02 UTC
8406b52 check against hte fieldName... 30 November 2011, 11:35:15 UTC
66d93e4 have DocSet implement Bits interface 29 November 2011, 21:52:58 UTC
7dc3028 Query DSL: Bool filter does not take should clauses properly into account, closes #1511. 29 November 2011, 20:38:25 UTC
bd3a72b cleanup 29 November 2011, 20:08:17 UTC
6f6ad72 Query DSL: Bool filter does not take should clauses properly into account, closes #1511. 29 November 2011, 20:08:11 UTC
ba1b77f Query DSL: Bool filter does not take should clauses properly into account, closes #1511. 29 November 2011, 20:08:06 UTC
e5816d9 Fix incorrect key in config sample "transport.tcp.port" is used to configure netty, not "transport.port" 29 November 2011, 14:56:28 UTC
e90228e add java 7 to dirs in deb init.d script 29 November 2011, 14:16:22 UTC
b8c12d7 move to 0.18.6 snap 29 November 2011, 11:54:14 UTC
3cd9fcd release 0.18.5 29 November 2011, 11:52:30 UTC
0b413d4 make node closed exception serializable 29 November 2011, 08:57:35 UTC
dc4b278 When _source is disabled, don't return it in realtime get fetching the document from the transaction log, closes #1509. 29 November 2011, 07:40:41 UTC
1941063 sync with latest Lucene block join, init parentDoc to -1, which makes the assert commented out valid again 28 November 2011, 21:48:55 UTC
893af90 add the option to get mapping as a parsed map, also do some internal refactoring to share the code that parses into a map 28 November 2011, 18:20:16 UTC
e811779 set "http" on NodeInfo instances if it is passed in the constructor 28 November 2011, 15:09:20 UTC
d319f20 Upgrade to netty 3.2.7, closes #1506. 28 November 2011, 12:49:15 UTC
9ae6c39 Registering a percolate query with additional "object" level metadata can fail, closes #1505. 27 November 2011, 16:06:53 UTC
1bc0ec7 Support Greek stemming While the GreekAnalyzer supports stemming, custom analyzers for the greek language cannot be build because there is no GreekStemmer (although lucene has one). 27 November 2011, 11:23:34 UTC
e192f60 Upgrade to Lucene 3.5, closes #1502. 27 November 2011, 10:59:08 UTC
7b4c406 better failure messages when dynamic mapping is disabled 25 November 2011, 07:42:04 UTC
7b5d874 even though it can't happen (offset is 0 when loading from the index), use properly the field to get binary values with offset and length 24 November 2011, 19:47:07 UTC
f3b2d2f support compressed percolator index 24 November 2011, 19:33:46 UTC
ddef564 improve how decoding is done on the transport layer, embedding FrameDecoder into the message handler, and reducing allocation of buffers and better guess into allocating cumalation buffers 24 November 2011, 18:04:28 UTC
fd3f83f Using _parent:123 in a query string query fails to fetch docs, closes #1497. 24 November 2011, 11:59:46 UTC
cf59ddd Support using _id:1234, or using term query/filter on _id even when _id is not indexed, closes #1496. 24 November 2011, 10:32:19 UTC
64bde11 DocumentMapper.java wrong order on build rootMappers, closes #1493. 24 November 2011, 07:58:29 UTC
de4085c changed writeObject to writeArray dealing with json array not json map 24 November 2011, 07:50:47 UTC
97a9215 Query DSL: indices query to allow to set a `no_match_query`, closes #1492. 23 November 2011, 17:02:57 UTC
531161e AWS Plugin: Add more automatic region configuration, closes #1490. 23 November 2011, 16:10:39 UTC
8a667a5 another go at trying to solve: BigCouch returns JSON array for sequence #1478. 23 November 2011, 07:21:32 UTC
c521c72 Multi field mapper with more than one extra mapping can cause endless re-sync'ing of mapping between nodes, closes #1487. 23 November 2011, 07:05:08 UTC
7505093 IndicesQueryBuilder generates the wrong query name, closes #1485. 22 November 2011, 13:58:44 UTC
a442466 upgrade to aws sdk 1.2.12 22 November 2011, 12:22:32 UTC
5c0d4d4 By default, set http.compression to false, closes #1482. 21 November 2011, 17:54:33 UTC
6f157d1 support boost on block join query (nested) 21 November 2011, 08:45:07 UTC
e5195f2 Binary field compression causes wrong _source decoding, closes #1475. 20 November 2011, 10:59:54 UTC
98089ef read bulk_size/drop_threshold from twitter river configuration as documented 20 November 2011, 10:38:40 UTC
6fc6451 Add HTTPS handling to CouchDB river Introduces 2 new configuration options: * couchProtocol: http/https - Describes the protocol in use. * no_verify: true/false - Allows to disable hostname verification for hosts with problematic certs 20 November 2011, 09:37:16 UTC
e828467 BigCouch returns JSON array for sequence, closes #1478. 18 November 2011, 11:36:16 UTC
57ca1e7 * Try to extract value from String using FieldMapper when reading from the transaction log. 17 November 2011, 17:20:50 UTC
88b240e handle valueForString in binary case 17 November 2011, 16:19:53 UTC
efc17ab make sure we use the default index analyzer for _all field, even though it works well without it now because the _analyzer field comes before it and sets the context.analyzer 17 November 2011, 13:41:22 UTC
0dc4a42 add another instanceof check on Date and not direct check 17 November 2011, 12:28:25 UTC
310e982 add another instanceof check on Date and not direct check 17 November 2011, 12:28:20 UTC
25fae68 move to 0.18.5 snap 16 November 2011, 19:58:04 UTC
30a3d19 release 0.18.4 16 November 2011, 19:55:54 UTC
5085aed Broken plugin script, closes #1474. 16 November 2011, 19:02:26 UTC
3649224 move to 0.18.4 snap 16 November 2011, 13:22:30 UTC
52fc93b actually release 0.18.3 in the version code as well 16 November 2011, 13:04:35 UTC
ad6d0ca release 0.18.3 16 November 2011, 12:57:47 UTC
f5ebce5 Inner queries not resolved correctly in has_child filter when searching directly against the parent type (in the URI for example), closes #1471. 16 November 2011, 12:16:03 UTC
9460bcb Couchdb River: since changes parameter (seq) is not url encoded, closes #1470. 15 November 2011, 21:41:31 UTC
732cdfe better toString for custom score query 15 November 2011, 20:21:30 UTC
c5d821f NPE when highlighting 15 November 2011, 16:11:40 UTC
4d8bca4 refactor sub fetch phase to also allow for hits level execution 15 November 2011, 16:11:32 UTC
1eb929a FVH should use the parsed query, and not a possible rewritten query 15 November 2011, 14:46:28 UTC
ecef64d upgrade to mvel 2.1 Beta7 15 November 2011, 14:46:23 UTC
be7c637 upgrade to jackson 1.9.2 15 November 2011, 14:46:17 UTC
d417dd6 Highlighting on term vector enabled field should not highlight filters by default, closes #1469. 15 November 2011, 11:43:13 UTC
a5132fb XContentBuilder to handle extended classes of java.util.Date, closes #1465. 15 November 2011, 09:35:16 UTC
3891896 Indices Stats API: Providing groups as part of the HTTP API does not return stats for those groups, closes #1468. 15 November 2011, 08:32:22 UTC
e0f12ba Add counts of currently executing get operations 15 November 2011, 08:21:46 UTC
72413e7 Nested facet execution can fail with ArrayIndexOutOfBounds, closes #1467. 15 November 2011, 07:28:36 UTC
8ac4598 apply fix to unsafe decoder in lzf, still use vanilla for now 15 November 2011, 06:46:36 UTC
af9719d Date Range: Inclusive upper range does not round up properly, closes #1463. 14 November 2011, 15:17:09 UTC
8f71bae Index shard search slow log (query and fetch), closes #1462. 14 November 2011, 12:12:36 UTC
53cb597 get should report time in millis, but return in nanoseconds 14 November 2011, 08:41:07 UTC
b002881 Add counts of currently executing index, delete, query and fetch operations 14 November 2011, 08:41:02 UTC
84388f2 disable optimized decoder by default 14 November 2011, 08:10:59 UTC
2971671 Using root object level mapping (_size, _source) can cause reparsing of the mapping on startup, close #1458. 13 November 2011, 18:56:44 UTC
a56947b Percolate / Analyzer API can hang if it fails to execute, closes #1457. 13 November 2011, 17:55:21 UTC
86d552d don't use CLASSPATH in plugin, and simplify plugin.bat 13 November 2011, 17:18:03 UTC
c36bf02 * Add support for LZF compression on binary fields. 13 November 2011, 13:36:32 UTC
back to top