RETIRED, OpenStack Search (Searchlight)
Go to file
Rick Aulino cb2137bd23 Re-indexing optimization for doc_type
When the user calls the "index sync" command and specifies a
document type (i.e. OS::Nova::Server) we will go to all plugins
and have them re-index. Instead only the specified doc type(s)
should re-index through their plugins. The other doc types should
be transferred using internal ElasticSearch functionality, like
the Helper reindex method. If no type is specified we will reindex
through the plugins.

Change-Id: Ida85002c306a52ccb6b5ec73a3dbe021bca333bc
Closes-Bug: #1558618
2016-03-29 10:09:15 -06:00
devstack Update Docs for Mitaka Release 2016-03-17 18:22:02 -06:00
doc/source Merge "Don't index DHCP ports" 2016-03-24 15:19:16 +00:00
etc Add neutron subnets and routers 2016-03-21 10:21:16 -05:00
releasenotes Add missing mitaka release notes 2016-03-24 12:21:36 -05:00
searchlight Re-indexing optimization for doc_type 2016-03-29 10:09:15 -06:00
test-scripts Generate swift test data 2016-02-29 14:55:33 -06:00
tools Use dictionary literals and comprehensions 2015-06-29 21:24:37 -05:00
.coveragerc Add .coveragerc file 2016-02-16 09:26:47 +00:00
.gitignore Add .coveragerc file 2016-02-16 09:26:47 +00:00
.gitreview Add .gitreview 2015-06-10 18:53:40 +01:00
.testr.conf Fix unittests and test runner 2015-05-27 16:29:15 -05:00
CONTRIBUTING.rst Document Feature Request and Bug Workflow 2015-11-13 14:06:15 -07:00
HACKING.rst Cleanup Glance references 2015-06-26 16:19:42 +02:00
LICENSE Change README to RST format 2015-05-21 23:01:38 -07:00
MANIFEST.in Remove run_tests.sh 2015-05-29 16:41:47 +01:00
README.rst Fix typos about launchpad url, openstack spell 2015-09-18 11:12:53 +00:00
babel.cfg Change README to RST format 2015-05-21 23:01:38 -07:00
openstack-common.conf Switch to oslo.service 2015-06-27 12:23:17 +00:00
pylintrc Change README to RST format 2015-05-21 23:01:38 -07:00
requirements.txt Swift plugin 2016-03-16 19:43:13 -07:00
setup.cfg Add neutron subnets and routers 2016-03-21 10:21:16 -05:00
setup.py Updated from global requirements 2016-01-07 18:34:05 +00:00
test-requirements.txt Updated from global requirements 2016-01-19 13:53:31 +00:00
tox.ini Remove outdated pot files 2016-01-31 20:13:40 +01:00

README.rst

Searchlight

The Searchlight project provides indexing and search capabilities across OpenStack resources. Its goal is to achieve high performance and flexible querying combined with near real-time indexing.

Use the following resources to learn more: