{ "info": { "author": "Atviro Kodo Sprendimai", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": ".. _Haystack: http://haystacksearch.org\n.. _haystackbrowser: https://github.com/kezabelle/django-haystackbrowser\n\n*deepsearch* is a Haystack_ extension used to\nindex deep and nested model relationships. Its key features are:\n\n* ``deepsearch.indexes.DeepSearchIndex`` class able to\n index deeply nested related objects and their fields.\n\n* ``deepsearch.models.FieldBoost`` model that stores weights of\n each index field for query-time field boosting.\n\n* ``resume_index`` command able to reindex a slice of all\n objects or only a subset of index fields.\n\n* *Celery* support for real-time indexing.\n\n------------\nInstallation\n------------\n\nRequirements:\n\n* Python >= 2.6\n* Django >= 1.4\n* django-haystack >= 2.1.0\n* South.>= 0.8.1\n* celery>=3.1 `(optional)`\n\nRecommended:\n\n* haystackbrowser_ *(to inspect indexed data)*\n\nSetup:\n\n1. Include ``'deepsearch'`` in your ``INSTALLED_APPS``.\n2. Configure ``HAYSTACK_CONNECTIONS``.\n3. To enable real-time indexing add the following line to ``settings.py``:\n\n .. code-block:: python\n\n HAYSTACK_SIGNAL_PROCESSOR = 'deepsearch.signals.DeepSearchSignalProcessor'\n\n4. Create ``search_indexes.py`` in your app directory.\n\n5. ``python manage.py init_boosts`` to update index field weight values. You\n should run this whenever you modify index schema.\n\n6. ``python manage.py rebuild_index`` will update index and\n ``deepsearch.models.IndexRelation`` table.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aksprendimai/deepsearch", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "deepsearch", "package_url": "https://pypi.org/project/deepsearch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/deepsearch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aksprendimai/deepsearch" }, "release_url": "https://pypi.org/project/deepsearch/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Haystack extension used to index deep and nested model relationships.", "version": "0.1" }, "last_serial": 1169088, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7f938ab98aa2e40e551ccd2fd598da91", "sha256": "7c4ae9bc0b8f7927172e7dfd33832731c9391b324c97d515e31700d8bccfdf58" }, "downloads": -1, "filename": "deepsearch-0.1.tar.gz", "has_sig": false, "md5_digest": "7f938ab98aa2e40e551ccd2fd598da91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10161, "upload_time": "2014-07-25T11:02:24", "url": "https://files.pythonhosted.org/packages/0b/05/19df49c6eb2b332ab605fbf3cfd3c616360a6ec5eb5ecdb4da2ddd5f9df9/deepsearch-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f938ab98aa2e40e551ccd2fd598da91", "sha256": "7c4ae9bc0b8f7927172e7dfd33832731c9391b324c97d515e31700d8bccfdf58" }, "downloads": -1, "filename": "deepsearch-0.1.tar.gz", "has_sig": false, "md5_digest": "7f938ab98aa2e40e551ccd2fd598da91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10161, "upload_time": "2014-07-25T11:02:24", "url": "https://files.pythonhosted.org/packages/0b/05/19df49c6eb2b332ab605fbf3cfd3c616360a6ec5eb5ecdb4da2ddd5f9df9/deepsearch-0.1.tar.gz" } ] }