Fagim Sadykov

Results 12 comments of Fagim Sadykov

Hello is where something about this problem. We use Elassandra and has some requirements for using UDFs but cannot do anything with them

When we setup some sources we will primary show it to you to check license.

Example ``` POST /xx/x/1 { "text":"home sweet home" } POST /xx/x/2 { "text":"home bad home" } POST /xx/x/_update_by_query { "min_score":0.2, "query": { "bool": { "should": [ { "query_string": { "query":...

No, function score is not option. For example - we must accurancy find articles about for ex... car driving. We cannot just use "driver" as keyword, but this is important...

Sorry man your are great - if we havn't to highlight but just update - function score matches

I've not see allwedRegex argumnet in `unused-parameter` implementation, so i think it's not too hard add it there with `^_$` by default.

Think same is for unused-receiver

As in previous version you should sum whole row, not just 'Abigail' because 'value order' means 'row value order'. Because you cannot express that Abigail column should be sorted while...

superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:694 ``` case 'value_a_to_z': this.rowKeys.sort((a, b) => naturalSort(v(a, []), v(b, []))); break; case 'value_z_to_a': this.rowKeys.sort((a, b) => -naturalSort(v(a, []), v(b, []))); break; ``` doesn't reqalculate subtotals so cannot sort them...