()
| 17 | ) |
| 18 | |
| 19 | func (m *MorphModule) initNearText() error { |
| 20 | m.searcher = nearText.NewSearcher(m.vectorizer) |
| 21 | m.graphqlProvider = nearText.New(m.nearTextTransformer) |
| 22 | return nil |
| 23 | } |
| 24 | |
| 25 | func (m *MorphModule) Arguments() map[string]modulecapabilities.GraphQLArgument { |
| 26 | return m.graphqlProvider.Arguments() |
no test coverage detected