2017 © Pedro Peláez
 

library lucene-explain-parser

Parsing and pretty-printing Lucene explain data

image

wikimedia/lucene-explain-parser

Parsing and pretty-printing Lucene explain data

  • Saturday, July 28, 2018
  • by smalyshev
  • Repository
  • 11 Watchers
  • 0 Stars
  • 2,135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 33 % Grown

The README.md

PHP Classes for parsing and pretty-printing Lucene explain structures., (*1)

Makes the data (more) human-readable., (*2)

This is all based on https://github.com/o19s/splainer-search, which does much nicer prints of lucene explains for splainer.io., (*3)

Usage:, (*4)

use LuceneExplain\ExplainFactory;

$factory = new ExplainFactory();
$explain = $factory->createExplain( $jsonFromLucene );
$prettyResult = (string)$explain;

The Versions

28/07 2018

dev-master

9999999-dev

Parsing and pretty-printing Lucene explain data

  Sources   Download

Apache-2.0 Apache 2.0

The Requires

  • php >=5.5.9

 

The Development Requires

by Erik Bernhardson
by Stanislav Malyshev

22/12 2017

1.0.0

1.0.0.0

Parsing and pretty-printing Lucene explain data

  Sources   Download

Apache 2.0

The Requires

  • php >=5.5.9

 

The Development Requires

by Erik Bernhardson
by Stanislav Malyshev