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 order search results by relevance in SphinxSearch?
- How to use phrase_boundary in SphinxSearch?
- How to restart SphinxSearch?
- How to specify stop words in SphinxSearch?
- How to query a specific index in SphinxSearch?
- How to delete data from a realtime index in SphinxSearch?
- How to reload the configuration in SphinxSearch?
- How to use SphinxSearch with PHP?
- How to use regexp_filter in SphinxSearch?
- How to offset results in SphinxSearch?
See more codes...