You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2012/06/15 21:29:42 UTC

[jira] [Created] (SOLR-3551) View of analysis output using all field types at once

Erik Hatcher created SOLR-3551:
----------------------------------

             Summary: View of analysis output using all field types at once
                 Key: SOLR-3551
                 URL: https://issues.apache.org/jira/browse/SOLR-3551
             Project: Solr
          Issue Type: Improvement
            Reporter: Erik Hatcher
            Assignee: Erik Hatcher
            Priority: Trivial
             Fix For: 4.0


To demonstrate all field types analyzing the same text for a presentation, I developed a Velocity view that leverages /analysis/field.  Perhaps we could incorporate this into Solr's example or admin somehow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3551) View of analysis output using all field types at once

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher updated SOLR-3551:
-------------------------------

    Attachment: analysis.vm

analysis.vm outputs final resultant tokens [like] [this].
                
> View of analysis output using all field types at once
> -----------------------------------------------------
>
>                 Key: SOLR-3551
>                 URL: https://issues.apache.org/jira/browse/SOLR-3551
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>            Priority: Trivial
>             Fix For: 4.0
>
>         Attachments: allyzer.vm, analysis.vm
>
>
> To demonstrate all field types analyzing the same text for a presentation, I developed a Velocity view that leverages /analysis/field.  Perhaps we could incorporate this into Solr's example or admin somehow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3551) View of analysis output using all field types at once

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher updated SOLR-3551:
-------------------------------

    Attachment: allyzer.vm

allyzer.vm is the main view, ajaxing in analysis output for each field type.
                
> View of analysis output using all field types at once
> -----------------------------------------------------
>
>                 Key: SOLR-3551
>                 URL: https://issues.apache.org/jira/browse/SOLR-3551
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>            Priority: Trivial
>             Fix For: 4.0
>
>         Attachments: allyzer.vm, analysis.vm
>
>
> To demonstrate all field types analyzing the same text for a presentation, I developed a Velocity view that leverages /analysis/field.  Perhaps we could incorporate this into Solr's example or admin somehow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3551) View of analysis output using all field types at once

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher updated SOLR-3551:
-------------------------------

    Attachment: allyzer.html

Here is the output of "Solr Rocks!".  Non-text field types show no output (but really get a 400 under the covers on the ajax call)
                
> View of analysis output using all field types at once
> -----------------------------------------------------
>
>                 Key: SOLR-3551
>                 URL: https://issues.apache.org/jira/browse/SOLR-3551
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>            Priority: Trivial
>             Fix For: 4.0
>
>         Attachments: allyzer.html, allyzer.vm, analysis.vm
>
>
> To demonstrate all field types analyzing the same text for a presentation, I developed a Velocity view that leverages /analysis/field.  Perhaps we could incorporate this into Solr's example or admin somehow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (SOLR-3551) View of analysis output using all field types at once

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295875#comment-13295875 ] 

Erik Hatcher commented on SOLR-3551:
------------------------------------

This is wired into Solr config (for convenience) as:

{code}
<requestHandler name="/analysis/all" class="solr.DumpRequestHandler" >
  <lst name="invariants">
    <str name="wt">velocity</str>
    <str name="v.template">allyzer</str>
  </lst>
</requestHandler>
{code}

There's two template files required (in conf/velocity) as well, attached.
                
> View of analysis output using all field types at once
> -----------------------------------------------------
>
>                 Key: SOLR-3551
>                 URL: https://issues.apache.org/jira/browse/SOLR-3551
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>            Priority: Trivial
>             Fix For: 4.0
>
>
> To demonstrate all field types analyzing the same text for a presentation, I developed a Velocity view that leverages /analysis/field.  Perhaps we could incorporate this into Solr's example or admin somehow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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