https://bugzilla.wikimedia.org/show_bug.cgi?id=30869

       Web browser: ---
             Bug #: 30869
           Summary: SphinxSearch and the display of relevance ranking
                    (search confidence) within the search result
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: SphinxSearch
        AssignedTo: sve...@deveblog.com
        ReportedBy: jamesin.hongkon...@gmail.com
    Classification: Unclassified


Maybe it would be possible to display information about relevance ranking[1] or
search confidence within the search result[2], [3]. The display might indicate
a confidence about the search term and its position within the search list.

[1] http://sphinxsearch.com/blog/2010/08/17/how-sphinx-relevance-ranking-works/
or other customized rankings 

[2] See includes/specials/SpecialSearch.php 
    ...
    $result->getScore()

[3] extensions/LuceneSearch.php
    ...
    $score = wfMsg('searchscore', $percent);

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to