mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
988e8c8fc6
Changes instances of `[float]` in our docs for `[discrete]`. Asciidoctor prefers the `[discrete]` tag for floating headings: https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
18 lines
292 B
Plaintext
18 lines
292 B
Plaintext
[[store]]
|
|
== Store Plugins
|
|
|
|
Store plugins offer alternatives to default Lucene stores.
|
|
|
|
[discrete]
|
|
=== Core store plugins
|
|
|
|
The core store plugins are:
|
|
|
|
<<store-smb,Store SMB>>::
|
|
|
|
The Store SMB plugin works around for a bug in Windows SMB and Java on windows.
|
|
|
|
|
|
include::store-smb.asciidoc[]
|
|
|