{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Programming Language :: Python" ], "description": "Disable the Plone feature on indexing contents of File content types.\n\nUse case\n========\n\nYou are developing in a Plone environment with a production Data.fs (and blobs) that contains *a lot* of\nFile contents and then you need to perform some actions like \"*Update catalog*\" or \"*Clean and Rebuild*\".\n\nIt will be really slow, but probably the indexed files are not the reason why you are performing the action.\n\nOr: you really don't want that Plone index contents fo your files.\n\nHow it works\n============\n\nThis products is an hack that will monkey-patch the default Plone file content type (whatever it is) disabling the\nfeature that search inside file binary content.\n\nThis is automatically enabled in development mode while it's disabled in production mode.\n\nOn production mode you can force the indexing to stop working, adding the ``DISABLE_FILE_INDEXING``\nenvironment var::\n\n [instance]\n ...\n \n environment-vars =\n DISABLE_FILE_INDEXING True\n\nIn the same way you can keep the indexing active while in development mode::\n\n [instance]\n ...\n \n environment-vars =\n DISABLE_FILE_INDEXING False\n\n.. warning::\n Keep an eye open to this product if it will be pushed to a production environment and you are using it only for\n development purpose.\n \n While it will disabled in production mode, it will be enabled if you run a debug/emergency instance.\n\nCompatibility\n=============\n\n* Plone 3 (with or without blob support)\n* Plone 4 (with default file implementation or with plone.app.contenttypes)\n* Plone 5\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\nChangelog\n=========\n\n0.2.0 (2015-09-02)\n------------------\n\n- Added support for plone.app.contenttypes\n [keul]\n\n\n0.1.0 (2014-05-07)\n------------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/RedTurtle/rt.filenotindexed", "keywords": "plone index catalog search file", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "rt.filenotindexed", "package_url": "https://pypi.org/project/rt.filenotindexed/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rt.filenotindexed/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/RedTurtle/rt.filenotindexed" }, "release_url": "https://pypi.org/project/rt.filenotindexed/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Force Plone to not index your files in SearchableText", "version": "0.2.0" }, "last_serial": 1704564, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9876e2bdde3f467a9f4f7a8cefa4e3bf", "sha256": "972c174c2df734d195ef8aceaf1c688485e9ffa92b8532bb9118de08b9ca3a26" }, "downloads": -1, "filename": "rt.filenotindexed-0.1.0.zip", "has_sig": false, "md5_digest": "9876e2bdde3f467a9f4f7a8cefa4e3bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16610, "upload_time": "2014-05-07T14:38:16", "url": "https://files.pythonhosted.org/packages/e0/06/e6060c7ffc00e7bd2597db5b4365add707527afbf976bd48e55c3848047f/rt.filenotindexed-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a7ef6e670a576d561b21415ab9f70022", "sha256": "a81a35da7842c35d17a267eaa07e9aab5126f7513fca31347d844f23249b6b40" }, "downloads": -1, "filename": "rt.filenotindexed-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a7ef6e670a576d561b21415ab9f70022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11045, "upload_time": "2015-09-02T10:37:17", "url": "https://files.pythonhosted.org/packages/9a/01/f9985ac83c9f640c2044a3d2e79d21ed9f4f8068dae74dab4ed1765de429/rt.filenotindexed-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a7ef6e670a576d561b21415ab9f70022", "sha256": "a81a35da7842c35d17a267eaa07e9aab5126f7513fca31347d844f23249b6b40" }, "downloads": -1, "filename": "rt.filenotindexed-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a7ef6e670a576d561b21415ab9f70022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11045, "upload_time": "2015-09-02T10:37:17", "url": "https://files.pythonhosted.org/packages/9a/01/f9985ac83c9f640c2044a3d2e79d21ed9f4f8068dae74dab4ed1765de429/rt.filenotindexed-0.2.0.tar.gz" } ] }