DmitryKey / luke

This is mavenised Luke: Lucene Toolbox Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhanced UI for CustomAnalyzer : show analysis steps

mocobeta opened this issue · comments

For on-the-fly inspection / debugging, it is desirable to show the more detailed step by step information in the Custom Analyzer UI.

This will be just like Solr's Analysis screen,
https://lucene.apache.org/solr/guide/7_5/analysis-screen.html

or Elasticsearch's _analyze API and Kibana's Analyzer UI.
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-analyze.html
https://github.com/johtani/analyze-api-ui-plugin

Enhancement for one of my favorite features of revised Luke. Now I'm trapped in other issues, is there anyone who'd like to take this? :)

Ah, maybe me:)

@johtani welcome, and thanks for looking at this!

Before starting this, we should resolve #143. I will work for finishing the issue 143 this weekend or next week.

For contributors: Now Luke is a part of Apache Lucene. Please create an issue (if there is not exist) to Lucene Jira if you want to help with this.

This was resolved on the Apache Lucene project.
https://issues.apache.org/jira/browse/LUCENE-8793