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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:50:41+00:00 2026-06-15T06:50:41+00:00

I am creating a custom script in Java for scoring documents. I am looking

  • 0

I am creating a custom script in Java for scoring documents. I am looking to try and get the document’s score prior to going into the custom scorer.

In mvel it seems that you can just do:
“_score * doc[‘my_numeric_field’].value / pow(param1, param2)”

and _score will just give you the score. I don’t see any effective way of getting the score with the Java API.

Note: I’ve tried doc().getScore() and that seems to always give a null pointer exception.

Bonus: How would I be able to get other document fields such as _boost or _index?

  • 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-15T06:50:42+00:00Added an answer on June 15, 2026 at 6:50 am

    The native script equivalent of “_score * doc[‘my_numeric_field’].value / pow(param1, param2)” would be:

    @Override
    public float runAsFloat() {
        return score() * doc().numeric("my_numeric_field").getFloatValue() / divider;
    }
    

    you can calculate pow(param1, param2) in the factory method since it doesn’t change between runAsFloat() executions.

    If _index field is enabled, it can be accessed like this:

    doc().field("_index").getStringValue()
    

    I would recommend using query time boosting instead of index time boosting.

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

Sidebar

Related Questions

I am currently working on creating a custom script in Java for Elasticsearch to
I'm creating a custom script control in ASP.NET The purpose of the control is
I am creating a custom Magento module, and I cannot get the setup resource
I'm using this script http://mondaybynoon.com/2009/02/23/creating-custom-form-elements-using-jquery-selects/ to create custom css select boxes in my page.
Ran into problem with creating custom select dropdown plugin in jQuery. I'm at the
I'm creating custom UserControl in ASP.NET and I'm using System.ComponentModel.Attributes to decorate properties with
I'm often creating custom assertion methods for my JUnit tests. eg: public void assertArrays(String[]
I'm creating custom forum software for a site I'm building, which includes 2 tables
I am creating custom cell in my iphone aap and I am also adding
Jython is great for creating custom data structures on need basis, but how to

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.