Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8512281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:14:12+00:00 2026-06-11T04:14:12+00:00

I have a question about pyes (Python API of the ElasticSearch). Is it possible

  • 0

I have a question about pyes (Python API of the ElasticSearch).

Is it possible to make the search method to return the keys of the found documents?

The code I use:

import pyes
conn = pyes.ES('localhost:9200')
q = pyes.StringQuery("november rain", default_operator="AND")
result = conn.search(query=q, indices=[index])
for r in result:
    print r

Result: found documents, without the key (_id field) that I saved the document with.

The question is how to return the _id keys?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:14:13+00:00Added an answer on June 11, 2026 at 4:14 am

    All results in a ResultSet are just ElasticSearchModel objects. So you can access the _id attribute via the _meta DotDict like this

    r._meta.id
    

    _meta also contains some other useful information:

    (Pdb) pp res._meta
    {'connection': <pyes.es.ES object at 0x8268ecc>,
     u'id': u'2',
     u'index': u'twitter',
     'parent': None,
     u'score': 0.095891505000000002,
     u'type': u'tweet'}
    

    See the documentation on models and result sets for more details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have question about clean thory in Python. When: @decorator_func def func(bla, alba): pass
I have question about interpreting strings as packed binary data in C++. In python,
i have question about why should we use return in get,if dont use what
I have question about my code which does the Hoare Partition Method. Here is
I have question about integrate Open office with PHP. I want make mail merge
I have question about the sql query. I am trying to make the query
I have question about Dictionaries in Python. here it is: I have a dict
Good day I have question about displaying html documents in a windows forms applications.
Have a question about full text search. I have a query that works, but
I have question about python and sqlite3. I want to drop a table from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.