Skip to content

Commit 4d1dc7f

Browse files
authored
fix a stale reference in the aggregations support package info (#69302)
1 parent c7dca01 commit 4d1dc7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/main/java/org/elasticsearch/search/aggregations/support/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
* <p>
3030
* ValuesSourceRegistry stores the mappings for what types are supported by what aggregations. It is configured at startup, when
3131
* {@link org.elasticsearch.search.SearchModule} is configuring aggregations. It shouldn't be necessary to access the registry in most
32-
* cases, but you can get a read copy from {@link org.elasticsearch.index.query.SearchExecutionContext#getValuesSourceRegistry()} if
33-
* necessary.
32+
* cases, but you can get a read copy from
33+
* {@link org.elasticsearch.search.aggregations.support.AggregationContext#getValuesSourceRegistry()} if necessary.
3434
* </p>
3535
*
3636
* <h3> {@link org.elasticsearch.search.aggregations.support.ValuesSourceType} </h3>
@@ -39,7 +39,7 @@
3939
* aggregations. Fields which support aggregation set a ValuesSourceType on their {@link org.elasticsearch.index.fielddata.IndexFieldData}
4040
* implementations, and aggregations register what types they support via one of the
4141
* {@link org.elasticsearch.search.aggregations.support.ValuesSourceRegistry.Builder#register} methods. The VaulesSourceType itself holds
42-
* information on how to with values of that type, including methods for creating
42+
* information on how to work with values of that type, including methods for creating
4343
* {@link org.elasticsearch.search.aggregations.support.ValuesSource} instances and {@link org.elasticsearch.search.DocValueFormat}
4444
* instances.
4545
* </p>

0 commit comments

Comments
 (0)