Martin Keckeis

Results 18 issues of Martin Keckeis

When i use the baseform plugin for some (> 1.000.000) documents, i'm getting this error ``` [2017-04-06T07:28:07,712][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [ultimate-1] fatal error in thread [elasticsearch[ultimate-1][clusterService#updateTask][T#1]], exiting java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:3236)...

Hello, i tried now to complete the examples for Kibana, see https://gist.github.com/ThaDafinser/d27b4fa9d144b0083ee7dad37484fdd8 For the example i've gone through the complete plugin-list https://github.com/jprante/elasticsearch-plugin-bundle#a-plugin-bundle-for-elastisearch For those plugins i couldn't find docs (...

I tried to get an example working, but receiving this error: ``` GET _analyze { "tokenizer": "standard", "filter": [ { "type": "auto_phrase", "ignoreCase": false, "includeTokens": false, "replaceWhitespaceWith": "-" } ],...

Whoop whoop! The 5th comparison round is out. Now with over 33.000 user agents! http://thadafinser.github.io/UserAgentParserComparison/ New providers - splitted Browscap into their 3 data files (previous only full) - JenssegersAgent...

If we move the datastorage to elasticsearch, generating the reports should be much fast and easier.

Implemented sources - https://github.com/donatj/PhpUserAgent/blob/master/Tests/user_agents.json - https://github.com/piwik/device-detector/tree/master/Tests/fixtures - https://github.com/WhichBrowser/Testrunner/tree/master/data - https://github.com/yzalis/UAParser/tree/master/tests/UAParser/Tests/Fixtures - https://github.com/woothee/woothee/tree/master/testsets Possible future sources - http://www.user-agents.org/allagents.xml - http://www.useragentstring.com/ - http://www.vwp-online.de/ua.php - http://www.botsvsbrowsers.com/ - https://github.com/cvandeplas/pystemon/blob/master/user-agents.txt

There is currently only a general Exception, when a module cannot be loaded. I think there should be more explicit messages and a better help message, what is possibly wrong....

enhancement