You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Peter Wolanin (JIRA)" <ji...@apache.org> on 2009/05/25 04:01:45 UTC

[jira] Created: (SOLR-1183) Example script not update for new analysis path from SOLR-1099

Example script not update for new analysis path from SOLR-1099
--------------------------------------------------------------

                 Key: SOLR-1183
                 URL: https://issues.apache.org/jira/browse/SOLR-1183
             Project: Solr
          Issue Type: Bug
          Components: Analysis
            Reporter: Peter Wolanin
            Priority: Minor
             Fix For: 1.4




The example script example/exampleAnalysis/post.sh attempts to post to the path http://localhost:8983/solr/analysis
 however, SOLR-1099 changed the solrconfig.xml, so that path is disabled by default as of r767412

A simple fix is to change to http://localhost:8983/solr/analysis/document

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1183) Example script not updated for new analysis path from SOLR-1099

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

Shalin Shekhar Mangar resolved SOLR-1183.
-----------------------------------------

    Resolution: Fixed

Committed revision 778421.

Thanks Peter!

> Example script not updated for new analysis path from SOLR-1099
> ---------------------------------------------------------------
>
>                 Key: SOLR-1183
>                 URL: https://issues.apache.org/jira/browse/SOLR-1183
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Peter Wolanin
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1183.patch
>
>
> The example script example/exampleAnalysis/post.sh attempts to post to the path http://localhost:8983/solr/analysis
>  however, SOLR-1099 changed the solrconfig.xml, so that path is disabled by default as of r767412
> A simple fix is to change to http://localhost:8983/solr/analysis/document

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1183) Example script not update for new analysis path from SOLR-1099

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

Peter Wolanin updated SOLR-1183:
--------------------------------

    Attachment: SOLR-1183.patch

> Example script not update for new analysis path from SOLR-1099
> --------------------------------------------------------------
>
>                 Key: SOLR-1183
>                 URL: https://issues.apache.org/jira/browse/SOLR-1183
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Peter Wolanin
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1183.patch
>
>
> The example script example/exampleAnalysis/post.sh attempts to post to the path http://localhost:8983/solr/analysis
>  however, SOLR-1099 changed the solrconfig.xml, so that path is disabled by default as of r767412
> A simple fix is to change to http://localhost:8983/solr/analysis/document

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SOLR-1183) Example script not updated for new analysis path from SOLR-1099

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

Shalin Shekhar Mangar reassigned SOLR-1183:
-------------------------------------------

    Assignee: Shalin Shekhar Mangar

> Example script not updated for new analysis path from SOLR-1099
> ---------------------------------------------------------------
>
>                 Key: SOLR-1183
>                 URL: https://issues.apache.org/jira/browse/SOLR-1183
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Peter Wolanin
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1183.patch
>
>
> The example script example/exampleAnalysis/post.sh attempts to post to the path http://localhost:8983/solr/analysis
>  however, SOLR-1099 changed the solrconfig.xml, so that path is disabled by default as of r767412
> A simple fix is to change to http://localhost:8983/solr/analysis/document

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1183) Example script not updated for new analysis path from SOLR-1099

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

Peter Wolanin updated SOLR-1183:
--------------------------------

    Description: 

The example script example/exampleAnalysis/post.sh attempts to post to the path http://localhost:8983/solr/analysis
 however, SOLR-1099 changed the solrconfig.xml, so that path is disabled by default as of r767412

A simple fix is to change to http://localhost:8983/solr/analysis/document

  was:


The example script example/exampleAnalysis/post.sh attempts to post to the path http://localhost:8983/solr/analysis
 however, SOLR-1099 changed the solrconfig.xml, so that path is disabled by default as of r767412

A simple fix is to change to http://localhost:8983/solr/analysis/document

        Summary: Example script not updated for new analysis path from SOLR-1099  (was: Example script not update for new analysis path from SOLR-1099)

> Example script not updated for new analysis path from SOLR-1099
> ---------------------------------------------------------------
>
>                 Key: SOLR-1183
>                 URL: https://issues.apache.org/jira/browse/SOLR-1183
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Peter Wolanin
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1183.patch
>
>
> The example script example/exampleAnalysis/post.sh attempts to post to the path http://localhost:8983/solr/analysis
>  however, SOLR-1099 changed the solrconfig.xml, so that path is disabled by default as of r767412
> A simple fix is to change to http://localhost:8983/solr/analysis/document

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.