Skip to content

Commit 7ca21f5

Browse files
committed
added copyright notices and fixed broken links
1 parent dd0cde7 commit 7ca21f5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

album-recommendation-java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ to see the custom metric in
4949
<a href="http://localhost:19092/metrics/v1/values?consumer=my-metrics" data-proofer-ignore>
5050
http://localhost:19092/metrics/v1/values?consumer=my-metrics</a>
5151

52-
This code uses a [Counter](https://github.com/vespa-engine/vespa/blob/master/container-core/src/main/java/com/yahoo/metrics/simple/Counter.java) -
53-
A [Gauge](https://github.com/vespa-engine/vespa/blob/master/container-core/src/main/java/com/yahoo/metrics/simple/Gauge.java)
52+
This code uses a [Counter](https://github.com/vespa-engine/vespa/blob/master/container-disc/src/main/java/com/yahoo/metrics/simple/Counter.java) -
53+
A [Gauge](https://github.com/vespa-engine/vespa/blob/master/container-disc/src/main/java/com/yahoo/metrics/simple/Gauge.java)
5454
example, with a dimension could be like:
5555

5656
````

examples/lucene-linguistics/custom-analyzer-non-java/app/services.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
23
<services version="1.0" minimum-required-vespa-version="8.315.19">
34
<container id="container" version="1.0">
45
<component id="linguistics"

examples/lucene-linguistics/multiple-profiles/app/schemas/doc.sd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema doc {
88

99
field title type string {
1010
indexing: summary | index
11-
# use this when the profile (analyzer configuration) is the same for indexing and searching
11+
# use this when the profile is the same for indexing and searching
1212
linguistics {
1313
profile: lowerFolding
1414
}

examples/lucene-linguistics/multiple-profiles/app/services.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
23
<services version="1.0" minimum-required-vespa-version="8.315.19">
34
<container id="container" version="1.0">
45
<component id="linguistics"

0 commit comments

Comments
 (0)