github.com/ravendb/ravendb-go-client@v0.0.0-20240229102137-4474ee7aa0fa/more_like_this_stop_words.go (about)

     1  package ravendb
     2  
     3  type MoreLikeThisStopWords struct {
     4  	ID        string   `json:"Id"`
     5  	StopWords []string `json:"StopWords"`
     6  }