Friedrich Große
Friedrich Große
Hey @vamshin thanks for looking into this topic. Is there any update on this issue? I am wondering if the described use case is in some way unusual since using...
Thanks for the feedback. I did some more playing with this new functionality and I'm not 100% sure myself if this change is actually a good idea. I suppose it...
I implemented your suggestions (i.e. renaming the function to `RunErr(…)` and reduced code duplication. Up to you if you find this addition to the library useful or not. I won't...
I am running into exactly the same issue. Lets say I index two documents where the `text` field is decompounded: ``` { "_id" : 1, "text" : "...direkt im Stadtzentrum..."...
P.S. We can not just use the decompounder only for indexing. Consider the following use case: ``` json { "_id" : 1, "text" : "Krebsforschungszentrum" } ``` Search: ``` json...
See #14 for `respect_keywords` pull request. I would be interested in some exchange. How can I reach you? don't want to spam the issue here to much :)
@jprante will you merge that change into https://github.com/jprante/elasticsearch-plugin-bundle/ as well and release a new version? I switched to `elasticsearch-plugin-bundle` as you recommended earlier. If not I will switch back to...
Since the name of the configuration has been mixed up here two times as _only_subwords_ I want to point out that the correct configuration option is called **subwords_only**
I _think_ #234 implements the requested feature. At least it allows you to make the window fully (or partially) transparent which I think it what you want?
Yes, I think this addition is a good new feature. You still want to submit a PR for this @dwmunster ? I have more time to work on features and...