github.com/altipla-consulting/ravendb-go-client@v0.1.3/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  }