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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:41:23+00:00 2026-06-03T04:41:23+00:00

The default human readable formatting of solr’s debug-mode explain feature is completely useless. You

  • 0

The default “human readable” formatting of solr’s debug-mode explain feature is completely useless. You can get some structured xml output by passing debug.explain.structured=true.

However the xml it generates isn’t really usable either and I need to be able to use this debugging information elsewhere in my code.

Before I re-invent the wheel, I have two questions:

1) Does anyone know of an existing PHP class (or function) that will parse this xml and turn it into a useful object? (googling didn’t turn up anything obvious)

2) For those familiar with SOLR’s debug mode, is there a better way to approach this than parsing the debug.explain.structured xml?

(I’m Using SOLR 3.6)

  • 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-03T04:41:24+00:00Added an answer on June 3, 2026 at 4:41 am

    I am doing this using the solr-php-client. I do use a regular expression to parse out a specific value, but it’s easy to access the debug explanation.

    As an example, here is how I extract the coord value from the debug explanation:

    $client = new Apache_Solr_Service($hostname, $port, $url);
    $response = $client->search($q, $offset, $limit, $parameters);
    
    $debug = reset($response['debug']['explain']); // get the first explanation
    if (preg_match('#([\d\.]+) = coord\((\d+)/(\d+)\)#m', $debug, $matches)) {
        $coord = floatval($matches[1]);
        $overlap = intval($matches[2]); // the number of matching keywords
        $max_overlap = intval($matches[3]); // the total number of keywords
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a type: public class Human { public int Id { get; set;
I've added a human-readable configuration file to my app using java.util.Properties and am trying
Default programs for launching a specific type of file can be configured in windows.
This default code is working fine: $('#headerLink').fancybox({ 'ajax' : {type : GET } });
On iOS there is this nice feature that an app developer can specify device-specific
The following code illustrates the situation: class Human { private String heart = default
The default in Ruby on Rails is to have this set to false (in
By default nunit tests run alphabetically. Does anyone know of any way to set
By default it will not print out anything until the whole page has finished
By default the listbox in ASP.NET has a 3D border effect. I need 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.