Skip to content

UtkucanBykl/WordSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSearch

What is this ?

Finds words containing the given letters

Example

from elastic import Elastic

e = Elastic()
e.word = "d e"
e.count = 10
data = e.search_with_count(index="your_index", doc_type="yor_doc_type")
for word in data:
    print(word["_source"])

ToDo

  • API
  • Class Fix

About

WordSearch with ElasticSearch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages