Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created October 19, 2021 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/062d474ef99f837dd58b2b0065441062 to your computer and use it in GitHub Desktop.
Save Hkazanci93/062d474ef99f837dd58b2b0065441062 to your computer and use it in GitHub Desktop.
self.client.create_index([TextField('body', weight=1),
TextField('repo_name', weight=1.5),
TextField('language', weight=1),
TagField('lists')], definition=definition)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment