mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 00:15:47 +00:00
Changes the titles for analyzer pages to sentence case. Also changes the 'Pattern character filter' page title to sentence case.
This commit is contained in:
parent
090211f768
commit
28717d1e02
@ -1,5 +1,8 @@
|
|||||||
[[analysis-fingerprint-analyzer]]
|
[[analysis-fingerprint-analyzer]]
|
||||||
=== Fingerprint Analyzer
|
=== Fingerprint analyzer
|
||||||
|
++++
|
||||||
|
<titleabbrev>Fingerprint</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `fingerprint` analyzer implements a
|
The `fingerprint` analyzer implements a
|
||||||
https://github.com/OpenRefine/OpenRefine/wiki/Clustering-In-Depth#fingerprint[fingerprinting algorithm]
|
https://github.com/OpenRefine/OpenRefine/wiki/Clustering-In-Depth#fingerprint[fingerprinting algorithm]
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-keyword-analyzer]]
|
[[analysis-keyword-analyzer]]
|
||||||
=== Keyword Analyzer
|
=== Keyword analyzer
|
||||||
|
++++
|
||||||
|
<titleabbrev>Keyword</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `keyword` analyzer is a ``noop'' analyzer which returns the entire input
|
The `keyword` analyzer is a ``noop'' analyzer which returns the entire input
|
||||||
string as a single token.
|
string as a single token.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-lang-analyzer]]
|
[[analysis-lang-analyzer]]
|
||||||
=== Language Analyzers
|
=== Language analyzers
|
||||||
|
++++
|
||||||
|
<titleabbrev>Language</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
A set of analyzers aimed at analyzing specific language text. The
|
A set of analyzers aimed at analyzing specific language text. The
|
||||||
following types are supported:
|
following types are supported:
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-pattern-analyzer]]
|
[[analysis-pattern-analyzer]]
|
||||||
=== Pattern Analyzer
|
=== Pattern analyzer
|
||||||
|
++++
|
||||||
|
<titleabbrev>Pattern</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `pattern` analyzer uses a regular expression to split the text into terms.
|
The `pattern` analyzer uses a regular expression to split the text into terms.
|
||||||
The regular expression should match the *token separators* not the tokens
|
The regular expression should match the *token separators* not the tokens
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-simple-analyzer]]
|
[[analysis-simple-analyzer]]
|
||||||
=== Simple Analyzer
|
=== Simple analyzer
|
||||||
|
++++
|
||||||
|
<titleabbrev>Simple</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `simple` analyzer breaks text into terms whenever it encounters a
|
The `simple` analyzer breaks text into terms whenever it encounters a
|
||||||
character which is not a letter. All terms are lower cased.
|
character which is not a letter. All terms are lower cased.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-standard-analyzer]]
|
[[analysis-standard-analyzer]]
|
||||||
=== Standard Analyzer
|
=== Standard analyzer
|
||||||
|
++++
|
||||||
|
<titleabbrev>Standard</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `standard` analyzer is the default analyzer which is used if none is
|
The `standard` analyzer is the default analyzer which is used if none is
|
||||||
specified. It provides grammar based tokenization (based on the Unicode Text
|
specified. It provides grammar based tokenization (based on the Unicode Text
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-stop-analyzer]]
|
[[analysis-stop-analyzer]]
|
||||||
=== Stop Analyzer
|
=== Stop analyzer
|
||||||
|
++++
|
||||||
|
<titleabbrev>Stop</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `stop` analyzer is the same as the <<analysis-simple-analyzer,`simple` analyzer>>
|
The `stop` analyzer is the same as the <<analysis-simple-analyzer,`simple` analyzer>>
|
||||||
but adds support for removing stop words. It defaults to using the
|
but adds support for removing stop words. It defaults to using the
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-whitespace-analyzer]]
|
[[analysis-whitespace-analyzer]]
|
||||||
=== Whitespace Analyzer
|
=== Whitespace analyzer
|
||||||
|
++++
|
||||||
|
<titleabbrev>Whitespace</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `whitespace` analyzer breaks text into terms whenever it encounters a
|
The `whitespace` analyzer breaks text into terms whenever it encounters a
|
||||||
whitespace character.
|
whitespace character.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
[[analysis-pattern-replace-charfilter]]
|
[[analysis-pattern-replace-charfilter]]
|
||||||
=== Pattern Replace Char Filter
|
=== Pattern replace character filter
|
||||||
|
++++
|
||||||
|
<titleabbrev>Pattern replace</titleabbrev>
|
||||||
|
++++
|
||||||
|
|
||||||
The `pattern_replace` character filter uses a regular expression to match
|
The `pattern_replace` character filter uses a regular expression to match
|
||||||
characters which should be replaced with the specified replacement string.
|
characters which should be replaced with the specified replacement string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user