Github: https://github.com/django-haystack/django-haystack
ヘイスタック
著者: | ダニエル・リンゼリー |
---|---|
日付: | 2013/07/28 |
HaystackはDjangoのモジュール検索を提供します。 統合された使い慣れたAPIがあり、コードを変更することなく、さまざまな検索バックエンド( Solr 、 Elasticsearch 、 Whoosh 、 Xapianなど)をプラグインすることができます。
HaystackはBSDライセンスを取得しており、ソースを変更することなくサードパーティのアプリケーションをうまく使いこなし、ファセットやその他のような高度な機能、ハイライト、空間検索、スペルの提案をサポートしています。
詳細はhttp://haystacksearch.org/でご覧いただけます。
ヘルプの利用
一般的な議論やIRCチャンネル(irc.freenode.netの#haystack)で利用できるメーリングリスト( http://groups.google.com/group/django-haystack/ )があります。
ドキュメンテーション
- 開発版: http : //docs.haystacksearch.org/
- v2.6.X: https ://django-haystack.readthedocs.io/en/v2.6.0/
- v2.5.X: https ://django-haystack.readthedocs.io/en/v2.5.0/
- v2.4.X: https ://django-haystack.readthedocs.io/en/v2.4.1/
- v2.3.X: https ://django-haystack.readthedocs.io/en/v2.3.0/
- v2.2.X: https ://django-haystack.readthedocs.io/en/v2.2.0/
- v2.1.X: https ://django-haystack.readthedocs.io/en/v2.1.0/
- v2.0.X: https ://django-haystack.readthedocs.io/en/v2.0.0/
- v1.2.X: https ://django-haystack.readthedocs.io/en/v1.2.7/
- v1.1.X: https ://django-haystack.readthedocs.io/ja/v1.1/
変更履歴を見る
ビルドステータス
要件
Haystackには、比較的容易に対応できる要件があります。
- Python 2.7+またはPython 3.3+
- Djangoのサポートされているバージョン: https : //www.djangoproject.com/download/#supported-versions
さらに、各バックエンドには独自の要件があります。 詳細はhttps://django-haystack.readthedocs.io/en/latest/installing_search_engines.htmlを参照してください 。