File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
server/src/main/java/org/elasticsearch/search/aggregations/support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>
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>
You can’t perform that action at this time.
0 commit comments