26 Apr 2012 08:13
[jira] [Created] (SOLR-3416) HTTP ERROR 400. Problem accessing /solr/select/. Reason: undefined field text
uday shankar singh (JIRA <jira <at> apache.org>
2012-04-26 06:13:21 GMT
2012-04-26 06:13:21 GMT
uday shankar singh created SOLR-3416:
----------------------------------------
Summary: HTTP ERROR 400. Problem accessing /solr/select/. Reason: undefined field text
Key: SOLR-3416
URL: https://issues.apache.org/jira/browse/SOLR-3416
Project: Solr
Issue Type: Bug
Environment: Fedora 13 (Goddard)
Reporter: uday shankar singh
I've got a Solr instance running on my Ubuntu machine using the default Jetty server that the Solr download
comes with. Whenever I start Solr using
java -jar start.jar
The server starts fine but there is always an exception thrown:
INFO: SolrUpdateServlet.init() done
2012-04-26 11:36:59.630:INFO::Started SocketConnector <at> 0.0.0.0:8983
Apr 26, 2012 11:37:14 AM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: undefined field text
As I said though, the server will still start and I can see the Solr admin interface. I defined my schema as
follows.
<fields>
<field name="id" type="string" indexed="true" stored="true" />
<field name="phraseID" type="int" indexed="true" stored="true" />
<field name="translation" type="string" indexed="true" stored="true" />
(Continue reading)
RSS Feed