[
https://issues.apache.org/jira/browse/SOLR-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-1371:
---------------------------
Attachment: SOLR-1371.patch
patch that fixes the LukeRequestHandler, and adds a new "MinimalSchemaTest" to
serve as a place to more tests like this in the future.
In an attempt to proactively spot problems like this, it uses the catchall
solrconfig.xml that many other test use and does some introspection to try and
hit any request handler it can find with trivial input to make sure it doesn't
barf.
to make this work, i changed QueryElevationComponentTest to use a new
solrconfig.xml (and in the process discovered a bug in the test where it wasn't
hitting hte request handler it thought it was)
any objects
> LukeRequestHandler/schema.jsp errors if schema has no uniqueKey field
> ---------------------------------------------------------------------
>
> Key: SOLR-1371
> URL: https://issues.apache.org/jira/browse/SOLR-1371
> Project: Solr
> Issue Type: Bug
> Components: web gui
> Affects Versions: 1.3
> Reporter: Hoss Man
> Attachments: SOLR-1371.patch
>
>
> if a schema doesn't have a uniqueKey field specified, teh schema explorer
> won't work, and logs this exception...
> {code}
> SEVERE: java.lang.NullPointerException
> at
> org.apache.solr.handler.admin.LukeRequestHandler.getSchemaInfo(LukeRequestHandler.java:373)
> at
> org.apache.solr.handler.admin.LukeRequestHandler.handleRequestBody(LukeRequestHandler.java:133)
> at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131)
> at org.apache.solr.core.SolrCore.execute(SolrCore.java:1299)
> at
> org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:338)
> at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:241)
> at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089)
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.