Re: [hibernate-dev] [HSEARCH][V6-POC] FieldBridge 2.0

2018-03-20 Thread Yoann Rodiere
If you want to have a look at the sources on Github directly, and don't want to clone the repo to have a look in your IDE, here is the paragraph listing the bridge implementations, but with links to Github sources: - ISBNBridge

[hibernate-dev] [HSEARCH][V6-POC] FieldBridge 2.0

2018-03-20 Thread Yoann Rodiere
Hello, In Search 6, we are changing the field bridge APIs to move away from Lucene dependencies. Similarly to the query DSL, this breaks backward compatibility whatever we do, so we had a look to improving the field bridge API a bit with some other changes. The result is we have three types of br