問題タブ [redisearch]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - ライブラリ「MacFJA/php-redisearch」を使用した集計関数で「withApplies」を使用する際の問題に直面しています
生クエリの集計
FT.AGGREGATE indexName "@geofield:[-83.81373 34.3755452645611 20 mi]" LOAD 1 @geofield APPLY "@cc_sum * ( 20 - (geodistance(@geofield, -83.81373, 34.3755452645611)) / 20)" as ccSumCalcValue APPLY 1 as test GROUPBY 1 @test REDUCE SUM 1 @ccSumCalcValue as weightedSum
「MacFJA/php-redisearch」を使用した集計クエリ
このライブラリを使用して生の集計クエリから次のコマンドを実行できません
APPLY 1 as test GROUPBY 1 @test REDUCE SUM 1 @ccSumCalcValue as weightedSum
誰かがこのライブラリを使用してこのコマンドを実行するのを手伝ってくれますか