OpenSearch/modules
Alan Woodward af57575838
Allow word_delimiter_graph_filter to not adjust internal offsets (#36699)
This commit adds an adjust_offsets parameter to the word_delimiter_graph token filter, defaulting
to true. Most of the time you'd want sub-tokens emitted by this filter to have offsets that are
adjusted to their real position in the token stream; however, some token filters can change the 
length or starting position of a token (eg trim) without changing their offset attributes, and this 
can lead to word_delimiter_graph emitting illegal offsets. Setting adjust_offsets to false in these 
cases will allow indexing again.

Fixes #34741, #33710
2018-12-18 13:20:51 +00:00
..
aggs-matrix-stats Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
analysis-common Allow word_delimiter_graph_filter to not adjust internal offsets (#36699) 2018-12-18 13:20:51 +00:00
ingest-common ingest: support default pipelines + bulk upserts (#36618) 2018-12-17 16:25:11 -06:00
lang-expression Upgrade to lucene snapshot 774e9aefbc (#36637) 2018-12-14 20:30:07 +00:00
lang-mustache Fix some inconsistencies in the types deprecation code. (#36517) 2018-12-12 10:38:02 -08:00
lang-painless [Painless] Add boxed type to boxed type casts for method/return (#36571) 2018-12-17 10:50:19 -08:00
mapper-extras Vector field (#33022) 2018-12-12 21:20:53 -05:00
parent-join Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
percolator Add doc's sequence number + primary term to GetResult and use it for updates (#36680) 2018-12-17 15:22:13 +01:00
rank-eval Prevent throttled indices to be searched through wildcards by default (#34354) 2018-11-06 09:45:30 +01:00
reindex Add copy constructor to SearchRequest (#36641) 2018-12-14 18:30:29 +01:00
repository-url Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
transport-netty4 Deprecate types in get_source and exist_source (#36426) 2018-12-18 00:57:42 +01:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00