You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jun Ohtani (JIRA)" <ji...@apache.org> on 2019/05/06 01:16:00 UTC

[jira] [Commented] (LUCENE-8793) Enhanced UI for CustomAnalyzer : show analysis steps

    [ https://issues.apache.org/jira/browse/LUCENE-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833481#comment-16833481 ] 

Jun Ohtani commented on LUCENE-8793:
------------------------------------

!Screen Shot 2019-05-06 at 10.00.57.png|width=672,height=365!

I've added new button "Test Analyzer Step By Step" for analyzing text by tokenizer & filters step by step.

Also I've added new table in the lower panel for visualizing each tokenizer/filters results.

If click the cell, pop up the dialog that you can see every attributes.

I attached the patch file for adding this feature.

 

Restriction:

Current patch is only show each tokenizer/filters result independently, so the result doesn't show deletion/separation by next filter, e.g. "library" by WordDelimiterFilter is different position between other output.

> Enhanced UI for CustomAnalyzer : show analysis steps
> ----------------------------------------------------
>
>                 Key: LUCENE-8793
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8793
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/luke
>            Reporter: Jun Ohtani
>            Priority: Minor
>         Attachments: LUCENE-8793.patch, Screen Shot 2019-05-06 at 10.00.57.png
>
>
> This is a migrated issue from previous Luke project in GitHub: [https://github.com/DmitryKey/luke/issues/134]
>  
> 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]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org