|
1 | 1 | Hibernate Search Changelog |
2 | 2 | ========================== |
3 | 3 |
|
| 4 | +Version 5.6.0.Beta1 (22-5-2016) |
| 5 | +------------------------ |
| 6 | + |
| 7 | +** Bug |
| 8 | + * [HSEARCH-2011] - HSEARCH000268 : Field does not exist or not configured for faceting |
| 9 | + * [HSEARCH-2046] - Three fields are added to the index for an indexed element collection with two elements |
| 10 | + * [HSEARCH-2120] - EdgeCaseFacetTest is unreliable on Elasticsearch |
| 11 | + * [HSEARCH-2193] - LuceneBackendQueueTask does not release the Directory lock on update failures |
| 12 | + * [HSEARCH-2200] - Typo in log message |
| 13 | + * [HSEARCH-2210] - Missing types in NumericFieldUtils#requiresNumericRangeQuery |
| 14 | + * [HSEARCH-2222] - The new AnalyzerReference infrastructure is not used in the DSL |
| 15 | + * [HSEARCH-2226] - FullTextQuery does not override some returned Query types to allow method chaining |
| 16 | + * [HSEARCH-2227] - elasticsearch.ProjectionConstants exposes Lucene constructs |
| 17 | + * [HSEARCH-2233] - Elasticsearch - Dates and numerics should never be analyzed |
| 18 | + * [HSEARCH-2237] - ScopedAnalyzerReference shouldn't close the underlying analyzer references |
| 19 | + * [HSEARCH-2240] - Parallel service lookup might fail to find the service |
| 20 | + * [HSEARCH-2251] - In the DSL, don't analyze string encoded dates |
| 21 | + * [HSEARCH-2252] - Document that it's not recommended to sort on the id field |
| 22 | + * [HSEARCH-2274] - Property "elasticsearch.host" isn't accessed correctly |
| 23 | + * [HSEARCH-2275] - Elasticsearch massindexer does not guarantee a proper shutdown |
| 24 | + * [HSEARCH-2280] - The JGroups backend module should not depend on the Elasticsearch module |
| 25 | + |
| 26 | +** New Feature |
| 27 | + * [HSEARCH-2064] - Implement filters in Elasticsearch backend |
| 28 | + * [HSEARCH-2110] - Upgrade ES documentation before Beta1 release |
| 29 | + * [HSEARCH-2199] - Allows the use of CharFilter in the programmatic API of SearchMapping |
| 30 | + * [HSEARCH-2234] - Add dependency to "xml.bind" to ES JBoss Modules module.xml |
| 31 | + |
| 32 | +** Task |
| 33 | + * [HSEARCH-2061] - Review package naming in the new ElasticSearch integration module |
| 34 | + * [HSEARCH-2063] - Review the pending TODOs in the new Elasticsearch backend |
| 35 | + * [HSEARCH-2067] - Rework ElasticSearchBridgeProvider integration to not affect non-ES indexing |
| 36 | + * [HSEARCH-2071] - Support embedded ids with ES backend |
| 37 | + * [HSEARCH-2106] - Discuss unique ProjectionConstants API |
| 38 | + * [HSEARCH-2138] - Elasticsearch async: do not request reader refresh operations after each write |
| 39 | + * [HSEARCH-2156] - Document requiring the bulk deletion Elasticsearch plugin |
| 40 | + * [HSEARCH-2164] - Make Elasticsearch configuration properties index-scoped where feasible |
| 41 | + * [HSEARCH-2187] - Documentation: Explain how to use the analyzers configured in ES |
| 42 | + * [HSEARCH-2198] - Avoid using maven-injection-plugin to retrieve project Version |
| 43 | + * [HSEARCH-2205] - Upgrade to Elasticsearch 2.3.1: Java9 compatibility and Lucene aligned to 5.5 |
| 44 | + * [HSEARCH-2211] - Upgrade Arquillian infrastructure |
| 45 | + * [HSEARCH-2217] - Move Travis build to Trusty infrastructure and use Maven wrapper |
| 46 | + * [HSEARCH-2229] - Improve error message in ElasticsearchIndexManager#analyzerName |
| 47 | + * [HSEARCH-2238] - Upgrade to Byteman 3.0.5 |
| 48 | + * [HSEARCH-2242] - Convert FacetManager implementation to no longer use Filters |
| 49 | + * [HSEARCH-2245] - Handle Calendar and resolution in the Elasticsearch specific BridgeProvider |
| 50 | + * [HSEARCH-2246] - Using DSL with Elasticsearch and dates is broken |
| 51 | + * [HSEARCH-2264] - Add additional comments on building metadata with/without IndexManager type |
| 52 | + |
| 53 | +** Sub-task |
| 54 | + * [HSEARCH-2209] - Switch to ClassicSimilarity as default Similarity implementation |
| 55 | + |
| 56 | +** Improvement |
| 57 | + * [HSEARCH-1724] - Simplify access to ClassLoaderService |
| 58 | + * [HSEARCH-1951] - Improve resulting error message when applying the wrong Sort Type |
| 59 | + * [HSEARCH-1970] - Untangle relationship of (DirectoryBased)IndexManager and BackendQueueProvider |
| 60 | + * [HSEARCH-2093] - Clarify meaning of constant names on IndexSchemaManagementStrategy |
| 61 | + * [HSEARCH-2100] - CPU hotspot in query.dsl.impl.Helper.getDocumentBuilder(QueryBuildingContext) |
| 62 | + * [HSEARCH-2125] - Elasticsearch - support for MultiPhraseQuery |
| 63 | + * [HSEARCH-2167] - Rename IndexManagementStrategy |
| 64 | + * [HSEARCH-2178] - Send bulked index changes to ES when using the mass indexer |
| 65 | + * [HSEARCH-2197] - Loading of search results produces useless garbage. |
| 66 | + * [HSEARCH-2201] - Fix assorted typos in comments |
| 67 | + * [HSEARCH-2202] - Fix SearchIntegrator camel casing throughout the codebase |
| 68 | + * [HSEARCH-2203] - Reduce memory consumption of EntityInfoImpl objects. |
| 69 | + * [HSEARCH-2212] - Improve Elasticsearch integration documentation |
| 70 | + * [HSEARCH-2213] - Cryptic error when cluster is not green during index creation |
| 71 | + * [HSEARCH-2214] - Provide an option to wait for Elasticsearch status yellow rather than green |
| 72 | + * [HSEARCH-2243] - Allow provided services to implement Startable or Stoppable |
| 73 | + * [HSEARCH-2244] - Unify the way TermQuery for numerics are handled |
| 74 | + * [HSEARCH-2247] - Represent the kind of underlying technology with an explicit type |
| 75 | + * [HSEARCH-2250] - Improve readability and efficiency of MultiWriteDrainableLinkedList |
| 76 | + * [HSEARCH-2270] - Upgrade to Apache Lucene 5.5.1.Final |
| 77 | + |
| 78 | +** Deprecation |
| 79 | + * [HSEARCH-2241] - Clarify deprecation of setFilter() method on FullTextQuery |
| 80 | + |
| 81 | + |
4 | 82 | Version 5.6.0.Alpha3 (16-3-2016) |
5 | 83 | ------------------------ |
6 | 84 |
|
|
0 commit comments