Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,6 @@ public enum EdgeNGramTokenFilterSide
Front = 0,
Back = 1,
}
public partial class EdgeNGramTokenFilterV2 : Azure.Search.Documents.Indexes.Models.TokenFilter
{
public EdgeNGramTokenFilterV2(string name) { }
public int? MaxGram { get { throw null; } set { } }
public int? MinGram { get { throw null; } set { } }
public Azure.Search.Documents.Indexes.Models.EdgeNGramTokenFilterSide? Side { get { throw null; } set { } }
}
public partial class EdgeNGramTokenizer : Azure.Search.Documents.Indexes.Models.LexicalTokenizer
{
public EdgeNGramTokenizer(string name) { }
Expand Down Expand Up @@ -579,10 +572,6 @@ public partial class KeywordTokenizer : Azure.Search.Documents.Indexes.Models.Le
{
public KeywordTokenizer(string name) { }
public int? BufferSize { get { throw null; } set { } }
}
public partial class KeywordTokenizerV2 : Azure.Search.Documents.Indexes.Models.LexicalTokenizer
{
public KeywordTokenizerV2(string name) { }
public int? MaxTokenLength { get { throw null; } set { } }
}
public partial class LanguageDetectionSkill : Azure.Search.Documents.Indexes.Models.SearchIndexerSkill
Expand Down Expand Up @@ -760,11 +749,6 @@ public partial class LuceneStandardTokenizer : Azure.Search.Documents.Indexes.Mo
public LuceneStandardTokenizer(string name) { }
public int? MaxTokenLength { get { throw null; } set { } }
}
public partial class LuceneStandardTokenizerV2 : Azure.Search.Documents.Indexes.Models.LexicalTokenizer
{
public LuceneStandardTokenizerV2(string name) { }
public int? MaxTokenLength { get { throw null; } set { } }
}
public partial class MagnitudeScoringFunction : Azure.Search.Documents.Indexes.Models.ScoringFunction
{
public MagnitudeScoringFunction(string fieldName, double boost, Azure.Search.Documents.Indexes.Models.MagnitudeScoringParameters parameters) { }
Expand Down Expand Up @@ -901,12 +885,6 @@ public NGramTokenFilter(string name) { }
public int? MaxGram { get { throw null; } set { } }
public int? MinGram { get { throw null; } set { } }
}
public partial class NGramTokenFilterV2 : Azure.Search.Documents.Indexes.Models.TokenFilter
{
public NGramTokenFilterV2(string name) { }
public int? MaxGram { get { throw null; } set { } }
public int? MinGram { get { throw null; } set { } }
}
public partial class NGramTokenizer : Azure.Search.Documents.Indexes.Models.LexicalTokenizer
{
public NGramTokenizer(string name) { }
Expand Down Expand Up @@ -969,9 +947,9 @@ public OutputFieldMappingEntry(string name) { }
public string Name { get { throw null; } set { } }
public string TargetName { get { throw null; } set { } }
}
public partial class PathHierarchyTokenizerV2 : Azure.Search.Documents.Indexes.Models.LexicalTokenizer
public partial class PathHierarchyTokenizer : Azure.Search.Documents.Indexes.Models.LexicalTokenizer
{
public PathHierarchyTokenizerV2(string name) { }
public PathHierarchyTokenizer(string name) { }
public char? Delimiter { get { throw null; } set { } }
public int? MaxTokenLength { get { throw null; } set { } }
public int? NumberOfTokensToSkip { get { throw null; } set { } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading