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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:28:20+00:00 2026-06-13T15:28:20+00:00

I am trying to create elasticsearch query and apply filter on search result as

  • 0

I am trying to create elasticsearch query and apply filter on search result as below:

"query" : {
        "custom_filters_score" : {
            "query" : {"match" : {"country" : {"query" : "usa","operator" : "and"}}},
            "filters" : [
                {
                    "filter" : {"query" : {"match" : {"state" : {"query" : "statename","operator" : "and"}}} },
                    "boost" : "3"
                },
                {
                    "filter" : {"query" : {"match" : {"city" : {"query" : "cityname","operator" : "and"}}} },
                    "boost" : "3"
                }
            ],
            "score_mode" : "first"
        }
    }

Here filters are not working. It is not filtering data for specific state and city and returning data for all state and city for country usa.

Any help please!

Regards

  • 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-13T15:28:22+00:00Added an answer on June 13, 2026 at 3:28 pm

    I think you misunderstood what the Custom Filter Score query does. The filters are not applied to filter data, but to give a specific score to the documents that match them. Therefore, it’s normal that elasticsearch gives you all those documents back. Their scores will be computed based on the filters that you provided.

    If you only want to filter your documents you need to use normal filters.
    The elasticsearch query DSL provides a lot of options for filters too (jsut look at the bottom of the page). Have a look for example at the bool filter to combine multiple filters.

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

Sidebar

Related Questions

Trying to use ElasticSearch to create a search that uses distance from a centerpoint
I am trying to create an index using Elastic Search Java API. My code
I am trying create a search box which will search datatables. The search box
I'm trying create a query that will output a total number, as well as
I am trying to use pyes with elasticsearch as full text search engine, I
I am trying create a simple WQL query where I only return mounted drives
I am trying create a search word puzzle box with JQuery. Basically a table
Trying to create a network graph (host-> open_port -> service). When I graph below
I'm trying create a bot which automatically likes Facebook posts. Using Mechanize I can
I am trying create a delegate representation of constructor by emitting a Dynamic Method,

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.