Robert Muir
Robert Muir
Sorry dsmiley, clearly you want this change, but I don't have to justify my hate for memory leaks.
I still have a problem with leaking memory on purpose. The issue here is elastic's bad design, not lucene. Otherwise you wouldnt have thousands of indexes X thousands of fields:...
I think if you get yourself in this situation via oversharding/dynamic fields/etc, then you can add `-XX:+UseStringDeduplication` to your commandline, problem solved.
yes because it would translate as a leak for many other use-cases/applications.
i think a good step is to just make sure that we review the benchmark results before releasing and send an email out about anything that looks suspicious.
> I'm late to the party. Do we really want to have/maintain a web application under Lucene? An HTTP server would not be sufficient to develop a state-full web app,...
> Re: JS frameworks - I recognize my position is from Ludd, and it might be untenable. If it gets out of hand we can always add something like jQuery,...
You can use `TermFrequencyAttribute` in the analysis chain to set the frequency directly.
We use it to sandbox our tests, so we shouldn't remove it without replacement. Otherwise tests might interfere with each other which is not fun to debug. Additionally as a...
for the tests i have a couple ideas: * use forbidden-apis more aggressively to statically prevent tests from doing stuff we don't want. Actually more powerful for our use-case in...