| Parameters: | request – Request object |
|---|
Home/Index page view
| Parameters: | request – Request object |
|---|
Example call:
curl -k --compressed 'https://techu/option/list/?pretty=1' --data-urlencode data='{ "section" : 4, "name" : "sql_attr" }'
| Parameters: |
|
|---|
Example call:
curl -k --compressed 'https://techu/option/searchd/6/' --data-urlencode data='{
"listen" : [
"9312",
"9306:mysql41"
],
"workers" : "threads",
"pid_file" : "/var/run/stackoverfow_searchd.pid",
"max_matches" : 1000
}'
Build DELETE statement
Build INSERT statement. Supports multiple VALUES sets for batch inserts.
Either adds to index directly or queues statements for async execution by storing them in Redis If either Redis or searchd is unresponsive MAX_RETRIES attempts will be performed in order to store the request to the alternative
Redis queue for incoming requests Applier daemon continuously reads from this queue and executes asynchronously TODO: check if it works better with Pub/Sub
Build UPDATE statement