File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
album-recommendation-java
examples/lucene-linguistics
custom-analyzer-non-java/app Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 >
5050http://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 )
5454example, with a dimension could be like:
5555
5656````
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments