github.com/altipla-consulting/ravendb-go-client@v0.1.3/more_like_this_query_result.go (about)

     1  package ravendb
     2  
     3  // MoreLikeThisQueryResult describes result of "more like this" operation
     4  type MoreLikeThisQueryResult struct {
     5  	queryResultBase
     6  	DurationInMs int64 `json:"DurationInMs"`
     7  }