-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Prototype for using routing path in logs mode #109398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # server/src/main/java/org/elasticsearch/index/mapper/SourceFieldMapper.java
@@ -77,7 +77,7 @@ boolean useBloomFilter(String field) { | |||
// but based on dimension fields and timestamp field, so during indexing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the excludeFields()
method in this field also needs to be updated? Otherwise _logs_id
would use the default lucene doc values codec?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, updated.
# Conflicts: # rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/logsdb/10_settings.yml # server/src/main/java/org/elasticsearch/index/mapper/DocumentMapper.java
# Conflicts: # modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/time_series.yml # rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/logsdb/10_settings.yml # server/src/main/java/org/elasticsearch/index/IndexMode.java # server/src/main/java/org/elasticsearch/index/mapper/DimensionRoutingHashFieldMapper.java # server/src/main/java/org/elasticsearch/index/mapper/DocumentParserContext.java # server/src/main/java/org/elasticsearch/index/mapper/SourceFieldMapper.java # server/src/main/java/org/elasticsearch/index/mapper/TimeSeriesIdFieldMapper.java # server/src/test/java/org/elasticsearch/search/DocValueFormatTests.java
# Conflicts: # modules/aggregations/src/main/java/org/elasticsearch/aggregations/bucket/timeseries/InternalTimeSeries.java # modules/aggregations/src/main/java/org/elasticsearch/aggregations/bucket/timeseries/TimeSeriesAggregator.java # modules/aggregations/src/test/java/org/elasticsearch/aggregations/bucket/timeseries/InternalTimeSeriesTests.java # modules/aggregations/src/test/java/org/elasticsearch/aggregations/bucket/timeseries/TimeSeriesAggregatorTests.java # server/src/main/java/org/elasticsearch/index/IndexMode.java # server/src/main/java/org/elasticsearch/index/mapper/TimeSeriesIdFieldMapper.java # server/src/main/java/org/elasticsearch/search/DocValueFormat.java # server/src/test/java/org/elasticsearch/index/mapper/IdLoaderTests.java # server/src/test/java/org/elasticsearch/search/DocValueFormatTests.java # x-pack/plugin/analytics/src/test/java/org/elasticsearch/xpack/analytics/rate/TimeSeriesRateAggregatorTests.java # x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/lucene/TimeSeriesSortedSourceOperatorTests.java # x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/search/aggregations/GeoLineAggregatorTests.java
No description provided.