Skip to content

Commit

Permalink
search.suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Moguchev authored and Leonid Moguchev committed Feb 18, 2024
1 parent 13a2051 commit b90fba5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions effdsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ type (
RewriteParameter = objs.RewriteParameter

SortOrder = objs.SortOrder

SuggestSort = objs.SuggestSort
SuggestMode = objs.SuggestMode
)

//--------------------------------------------------------------------------------------//
Expand Down Expand Up @@ -101,6 +104,15 @@ var (
WithIncludes = objs.WithIncludes
WithExcludes = objs.WithExcludes
SourceFilter = objs.SourceFilter

// search_source_filtering.go
Suggesters = objs.Suggesters
TermSuggester = objs.TermSuggester
Term = objs.Term
WithTermSuggestAnalyzer = objs.WithTermSuggestAnalyzer
WithTermSuggestSize = objs.WithTermSuggestSize
WithTermSuggestSort = objs.WithTermSuggestSort
WithTermSuggestMode = objs.WithTermSuggestMode
)

//--------------------------------------------------------------------------------------//
Expand Down

0 comments on commit b90fba5

Please sign in to comment.