Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query DSL: Custom Boost Factory Query #161

Closed
kimchy opened this issue May 6, 2010 · 1 comment
Closed

Query DSL: Custom Boost Factory Query #161

kimchy opened this issue May 6, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented May 6, 2010

A query called custom_boost_factor that applies a boost factor by simply multiplying it with the embedded query.

{
    "custom_boost_factor" : {
        "query" : {
            "term" : { "name.last" : "banon"}
        },
        "boost_factor" : 1.3
    }
}
@kimchy
Copy link
Member Author

kimchy commented May 6, 2010

Query DSL: Custom Boost Factory Query, closed by c05e2ad.

dadoonet pushed a commit to dadoonet/elasticsearch that referenced this issue Sep 4, 2015
dadoonet pushed a commit to dadoonet/elasticsearch that referenced this issue Sep 4, 2015
rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
Closes elastic#161.
Closes elastic#162.

(cherry picked from commit 8583ce9)
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
… request elastic#161)

MPC-1875: Add script to gather attendance data

Approved-by: Alan Nuchnoi
Approved-by: Gideon Avida
Approved-by: Matan Yemini
costin pushed a commit that referenced this issue Dec 6, 2022
🤖 ESQL: Merge upstream
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant