File tree 1 file changed +0
-11
lines changed
src/Tests/Tests/Mapping/Types/Core/Keyword
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 2
2
using Elastic . Xunit . XunitPlumbing ;
3
3
using Nest ;
4
4
using Tests . Analysis ;
5
- using Tests . Analysis . Tokenizers ;
6
5
using Tests . Core . ManagedElasticsearch . Clusters ;
7
6
using Tests . Domain ;
8
7
using Tests . Framework . Integration ;
@@ -108,16 +107,6 @@ public class KeywordPropertySplitQueriesOnWhitespaceTests : PropertyTestsBase
108
107
{
109
108
public KeywordPropertySplitQueriesOnWhitespaceTests ( WritableCluster cluster , EndpointUsage usage ) : base ( cluster , usage ) { }
110
109
111
- protected override ICreateIndexRequest CreateIndexSettings ( CreateIndexDescriptor create ) => create
112
- . Settings ( s => s
113
- . Analysis ( a => a
114
- . CharFilters ( t => Promise ( Analysis . CharFilters . CharFilterUsageTests . FluentExample ( s ) . Value . Analysis . CharFilters ) )
115
- . TokenFilters (
116
- t => Promise ( Analysis . TokenFilters . TokenFilterUsageTests . FluentExample ( s ) . Value . Analysis . TokenFilters ) )
117
- . Normalizers ( t => Promise ( Analysis . Normalizers . NormalizerUsageTests . FluentExample ( s ) . Value . Analysis . Normalizers ) )
118
- )
119
- ) ;
120
-
121
110
protected override object ExpectJson => new
122
111
{
123
112
properties = new
You can’t perform that action at this time.
0 commit comments