私は干し草の山チュートリアルに従おうとしています。manage.py rebuild index を実行するとエラーが発生します
次のエラーが表示されます。
WARNING: This will irreparably remove EVERYTHING from your search index.
Your choices after this are to restore from backups or rebuild via the `rebuild_index` command.
Are you sure you wish to continue? [y/N] y
Removing all documents from your index because you said so.
All documents removed.
/Users/heri0n/python_env/lib/python2.7/site-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2013-04-07 16:14:15.481145) while time zone support is active.
RuntimeWarning)
Indexing 1 notes.
Failed to add documents to Solr: [Reason: None]
<response><lst name="responseHeader"><int name="status">400</int><int name="QTime">6</int></lst><lst name="error"><str name="msg">ERROR: [doc=haystacktester.note.3] unknown field 'django_id'</str><int name="code">400</int></lst></response>
manage.py build_solr_schema > ~/solr-4.2.1/example/solr/conf/schema.xml を実行しました
conf ディレクトリが存在しなかったため、手動で作成する必要がありました。Solr 4 を使用しているときに、チュートリアルで Solr 3 を使用していることに気付きました。おそらく conf dir の場所が変更されましたか?