master
Ray Slakinski 2013-11-12 21:10:52 -08:00
parent 7f3415ab39
commit c0e77e3d8a
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
from elasticsearch import Elasticsearch
def find_stuff():
es = Elasticsearch(host='ec2-54-201-69-116.us-west-2.compute.amazonaws.com)
es.search(index='nasa', doc_type='geo_point')

File diff suppressed because one or more lines are too long