Github user kinow commented on the issue:

    https://github.com/apache/jena/pull/385
  
    +1 @rvesse comments. And +1 for the great PR @xristy !!! Tested with the 
WIP `SelectiveFoldingFilter` for JENA-1488, and it worked like a charm!!!!! 
:tada: :tada: :tada: 
    
    First created a normal JenaText configuration, and everything worked with 
no issues. Then replaced my `analyzer` by a `DefinedAnalyzer`... had a few 
hiccups forgetting to create a tokenizer, and had to update the filter to use a 
`CharArraySet` (much better that way I think).
    
    But in the end got the query working as expected. Confirmed with Luke that 
the contents were indexed correctly with the new filter... did a quick search 
in Luke, then used Fuseki, and everything worked as expected.
    
    Once this one is merged, we'll be ready for another PR for JENA-1488. In 
the meantime, I will start working on documentation and tests !
    
    Thanks!
    Bruno


---

Reply via email to