The Signals API accepts a set of signals, encoded as JSON objects, for indexing into a signals collection.Normally, signals are indexed just like ordinary documents, through a configured datasource and index pipeline. This API is provided for cases where it is more convenient to index signals directly.To aggregate signals, use a SQL aggregation job, which is a kind of Spark job.
You can manage aggregation jobs in the Jobs manager and Scheduler in the Admin UI, or with the Spark jobs API. We recommend using the Admin UI.
Send two signal events to record user clicks:REQUEST
This example uses the commit=true setting, which commits after every signal. The setting is not recommended in production and performance testing because it negatively impacts performance. Instead of sending the commit parameter, consider using no commit parameter and let the defaults of the Solr collection dictate the commit frequency.