Skip to content

Commit

Permalink
Merge pull request #3486 from vespa-engine/hmusum/fix-language
Browse files Browse the repository at this point in the history
Minor improvements to language, fix typos
  • Loading branch information
kkraune authored Nov 26, 2024
2 parents 5c58fa8 + de395d6 commit 7877c05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions en/reference/schema-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@ <h2 id="match">match</h2>
a <a href="#filter">filter field</a>, just as if <code>rank: filter</code> was specified.
This is because there is only one word per field
(or per item in the case of multivalued types such as <code>array&lt;string&gt;</code>),
so there little ranking information.
so there is little ranking information.
Turn off the implicit <code>rank: filter</code> by adding <code>rank: normal</code>.
</p></td>
</tr>
Expand Down Expand Up @@ -3608,7 +3608,7 @@ <h2 id="match">match</h2>
<tr><td>prefix</td>
<td>attribute</td>
<td><p id="prefix">
Has no effect as <a href="../attributes.html">attributes</a>
Has no effect, as <a href="../attributes.html">attributes</a>
always support prefix searches. Prefix matching must be
<a href="query-language-reference.html#prefix">specified in the query</a>.
See also <a href="query-language-reference.html#matches">regular expressions</a>.
Expand Down
8 changes: 4 additions & 4 deletions en/reference/validation-overrides.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<em>validation-overrides.xml</em> is added to the root of an
<a href="application-packages-reference.html">application package</a>
(i.e. next to <a href="services.html">services.xml</a>)
to allow a deployment, that otherwise fails to validate, to proceed.
to allow a deployment that otherwise fails to validate to proceed.
Validations which can be overridden in this way
are returned with a dash-separated validation-id preceding the validation message.
E.g. if the message is <code>field-type-change: Changing the type of field 'foo' to 'bar' is not supported</code>
Expand Down Expand Up @@ -47,9 +47,9 @@ <h2 id="structure">Structure</h2>

<h2 id="allow">allow</h2>
<p>
An <code>allow</code>-tag disables a particular validation for a limited time.
It contains a single validation-id, see <a href="#list">list</a> below.
<code>allow</code>-tags with unknown ids are ignored.
An <code>allow</code> tag disables a particular validation for a limited time.
It contains a single validation id, see <a href="#list">list</a> below.
<code>allow</code> tags with unknown ids are ignored.
</p>
<table class="table">
<thead>
Expand Down

0 comments on commit 7877c05

Please sign in to comment.