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 6776133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:59:28+00:00 2026-05-26T15:59:28+00:00

What is the use to use both ElasticSearch and a separated Nosql database ?

  • 0

What is the use to use both ElasticSearch and a separated Nosql database ?
Can’t Elasticsearch be used both as a database and for search indexing ?

  • 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-05-26T15:59:29+00:00Added an answer on May 26, 2026 at 3:59 pm

    Yes, you can use ElasticSearch as a data source as well as an index.

    By default each document you send to the ElasticSearch system is index, and, the original document is stored as well. This means whenever you query ElasticSearch you can also retrieve the original JSON document that you indexed.

    If you have large documents and you want to be able to retrieve a smaller amount of data then when you can use the mapping API to set “store” to “yes” for specific fields, and then use the “fields” key to pull out specific fields you might want.

    In my system I have address autocompletion and I only fetch the address field of a property. Here is an example from my system:

    _search?q=FullAddress:main&fields:FullAddress
    

    Then when a user selects the address I pull up the entire JSON document (along with others).

    Note:

    1. You cannot do updates like you can in SQL (update all items matching a query to increase an attribute, let’s say)
    2. You can, however, add a new document and replace the existing one at the ID you want to update. Elastic search increments a _version property on each document which can be used by the developer to enforce optimistic concurrency, but it does not maintain a separate version history of each document. You can only retrieve the latest version of a document.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to use both JScript and VBScript in the same HTA? Can
I want to use both ContextLoaderListener (so that I can pass Spring Beans to
24x7 from SoftTree Technologies can use both JAL and VBScript for scripting. Does anyone
In CSS we can use both ID and class. is there any pros and
Can you use both toplink v. 10 (toplink essentials) and toplink v. 11 (eclipselink)
How can I use both C++ shared and static libraries in a same Linux
Why can't we use both return and yield return in the same method? For
I can use both in the code behind: SetFocus() - Sets the browser focus
Can you explain why I need to use both the input string and the
we can use both the method while passing parameters to sql query ? then

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.