[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-21 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/395 Merged in a56f7710d88e368824042863e1ebef9afc7fd5f3, closing (forgot to use the magic words in the commit to close this PR automatically) ---

[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-15 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/395 Thanks for testing it @osma ! If there are no objections until next weekend I will merge it. With 3.7.0 out, we probably have some more time for testing, and then update the documentation. In the

[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-13 Thread osma
Github user osma commented on the issue: https://github.com/apache/jena/pull/395 I tested this locally and it seems to work as it should. Great work! ---

[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-12 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/395 Used `luke` to look at the Lucene index created, and everything checked. Had a bit of struggle with the queries, but it was my mistake. ---

[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-12 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/395 As it is possible to see, that as the configuration white-lists only `ä`, the `ö` is escaped with the filter. ---

[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-12 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/395 ![screenshot_2018-04-13_00-51-46](https://user-images.githubusercontent.com/304786/38678650-c0c8cfbe-3eb5-11e8-83f7-72ac846cf661.png)

[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-12 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/395 Then, started Fuseki in Eclipse (FusekiCmd, with --config /.../fuseki.ttl). Loading the data file on to the /ds/ endpoint, everything works as expected. I loaded a modified `books.ttl` and got the

[GitHub] jena issue #395: JENA-1488: add a selective folding analyzer

2018-04-12 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/395 Example configuration used for testing: ``` @prefix :<#> . @prefix fuseki: . @prefix dc: .