sphinx-searchHow to get the version of SphinxSearch?
The version of SphinxSearch can be obtained by running the searchd command with the --version option.
$ searchd --version
Sphinx 2.2.11-id64-release (r5343)
Copyright (c) 2001-2018, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
The searchd command is used to start the SphinxSearch daemon. The --version option is used to get the version of SphinxSearch.
searchd: command to start the SphinxSearch daemon--version: option to get the version of SphinxSearch
Helpful links
More of Sphinx Search
- How to configure memory usage in SphinxSearch?
- How to use sql_attr_timestamp in SphinxSearch?
- How to restart SphinxSearch?
- How to escape a search query in SphinxSearch?
- How to query a specific index in SphinxSearch?
- How to offset results in SphinxSearch?
- How to use SphinxSearch with PHP?
- Example of sphinxsearch usage in Python
- Example of docker-compose with sphinxsearch
See more codes...