Subject Re: Index tales - part 2/3 - CREATE JOIN / Keyword FTS (was Part 2: - Keyword F
Author Roman Rokytskyy
> Roman, is the required work C++ or Java? I haven't touched the
> former in years, but if it's the latter...

You can think about Java, but then you need JNI layer to translate
calls from the engine, then also backcalls from Java to save indexes....

So, C++ is preferable. Also considering the need to fix the seek in
temporary blobs.

Roman