Hibernate Search 6.0.0.Alpha6 publishing, data retrieval framework

  

Hibernate Search 6.0.0.Alpha6 released . This version is mainly to restore the Lucene index good read and write performance, added to  BigDecimaland BigIntegersupport the index, the lower the degree of lengthy Search DSL, and adds support for automatic synchronization index configuration on-commit.

Getting Hibernate Search 6

If you want to understand the new Hibernate Search 6, recommended reading reference document contains getting started guide . In addition, Hibernate Search 6 is still under development, its API and Search 5 are very different.

For more information about the current state of this branch, see  Search on a dedicated page 6 hibernate.org .

For more information about migration, see the Migration Guide .

New features

  • Lucene rear now effectively indexed writing and reading
  • You can now use Hibernate Search for  BigDecimaland BigInteger indexing
  • Improved Search API
  • Improved Mapping API
  • ORM mapper index may be configured for synchronous or asynchronous
  • Bytecode enhancement experiments supported entities
  • Many other improvements and bug fixes

A complete list of changes can be viewed update instructions .

Hibernate Search is the role of the data in the database retrieval. It is  Hibernate  for the famous full-text search system  Lucene  is an integrated program is to establish the role of full-text indexed data in the table something huge fields (eg declared as text fields), so that you can be full of these fields by Hibernate Search after retrieving obtain the corresponding POJO, thereby speeding up (like matching sql statement) for the contents of a large field of fuzzy search.

Guess you like

Origin www.oschina.net/news/107042/hibernate-search-6-0-0-alpha6-released