DmitryKey / luke

This is mavenised Luke: Lucene Toolbox Project
Apache License 2.0
1.54k stars 352 forks source link

Enhanced UI for CustomAnalyzer : show analysis steps #134

Closed mocobeta closed 5 years ago

mocobeta commented 6 years ago

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

mocobeta commented 6 years ago

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? :)

johtani commented 6 years ago

Ah, maybe me:)

mocobeta commented 6 years ago

@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.

mocobeta commented 5 years ago

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.

mocobeta commented 5 years ago

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