Camel case search with Lucene

2018-10-03 Thread Gordin, Ira
Hi friends, How can I implement Camel case search with Lucene? Thanks, Ira

[ANNOUNCE] Luke 7.5.0 released

2018-10-03 Thread Tomoko Uchida
Hi, Luke 7.5.0 was just released. For this release, we have two editions of Luke. (Sorry for the confusion.) * Luke 7.5.0 - Swing edition Swing edition can be downloaded from here: https://github.com/DmitryKey/luke/releases/tag/luke-swing-7.5.0 This version of Luke works with JDK 8/9/10/11. Use

Lookup

2018-10-03 Thread kribsky
Hello guys, i would like to use functionality of lookup/suggest. But i cannot figure it out, how to match document to LookupResult. I want to open given doc from which LookupResult is originating. Something similar what is implemented on example http://jirasearch.mikemccandless.com/ Can you