Solr Query Debugger

This extension helps to modify, execute and explain Solr queries

Solr Query Debugger क्या है?

Solr Query Debugger Vincenzo D'Amore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to modify, execute and explain Solr queries"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Solr Query Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        [TLDR] This extension aims to help Solr developers and users with queries. 
You can modify Solr queries, execute, debug and, very important, see the explain in a crystal clear format.

Solr queries are full of short parameters, hard to read and modify, especially when the parameters are too many.
And after all this, it is even harder to debug and understand why a document is more or less relevant than another. 
The Solr debug explain output is a three too big to fit in one page. 
Finally, in real world Solr queries are often generated by applications so it is really painful try to execute them.

This plugin offers the ability to execute the queries and show the output in a human readable format.
Parameters, documents, facets, debug, explain are well organised and structured.                    

एक्सटेंशन की मूल जानकारी

नाम Solr Query Debugger Solr Query Debugger
ID gmpkeiamnmccifccnbfljffkcnacmmdl
आधिकारिक URL https://chrome.google.com/webstore/detail/solr-query-debugger/gmpkeiamnmccifccnbfljffkcnacmmdl
विवरण This extension helps to modify, execute and explain Solr queries
फ़ाइल का आकार 3.89 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 2.5.22
अंतिम अपडेट 2017-11-06
प्रकाशन तिथि 2017-11-06
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर Vincenzo D'Amore
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "options_page": "options.html",
    "name": "Solr Query Debugger",
    "short_name": "SolrQueryDebugger",
    "description": "This extension helps to modify, execute and explain Solr queries",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "23",
    "version": "2.5.22",
    "icons": {
        "16": "solr_icon_full.png",
        "48": "solr_icon_full.png",
        "128": "solr_icon_full.png"
    },
    "browser_action": {
        "default_icon": "solr_icon_full_2.png",
        "default_popup": "popup.html",
        "default_title": "Solr Query Debugger"
    },
    "permissions": [
        "notifications",
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}