[Bug 32655] Improving search for templates

2014-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32655

Dan Garry  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dga...@wikimedia.org
 Resolution|--- |WONTFIX

--- Comment #4 from Dan Garry  ---
Someone who types "{{Authority control}}" as a search query is likely to be a
very experienced user. They'll know what the template namespace is. I don't
think it really makes sense to add specific, custom functionality for this when
we already have an advanced search option to search template namespace.

Also, Lucene is reaching the end of its life and I'm the process of clearing
out old bugs like this. Any future feature requests for search should be filed
in MediaWiki Extensions -> CirrusSearch.

Changing to RESOLVED WONTFIX.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32655] Improving search for templates

2013-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32655

Andre Klapper  changed:

   What|Removed |Added

 CC||wikibugs-l@lists.wikimedia.
   ||org
  Component|Lucene Search   |lucene-search-2
Product|MediaWiki extensions|Wikimedia

--- Comment #3 from Andre Klapper  ---
[Merging "MediaWiki extensions/Lucene Search" into "Wikimedia/lucene-search2",
see bug 46542. You can filter bugmail for: search-component-merge-20130326 ]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32655] Improving search for templates

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32655

--- Comment #2 from Robert Stojnic  2012-01-19 12:05:08 UTC 
---
This seems like a massive effort that will need lots of maintenance. 

Why not store expanded wikitext somewhere in the database (or reference to some
of the caching layers) and then query that instead of normal wikitext via OAI?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
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


[Bug 32655] Improving search for templates

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32655

orenbochman  changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

--- Comment #1 from orenbochman  2012-01-19 11:56:40 UTC 
---
Thanks for the suggestion. I am looking into smarter indexing of wikisource and
will consider this feature in the design.

To give reliable results for such queries in the search engine:

1.  The indexer would need to carry out template expansions of MediaWiki
source.
1.1 Access to all the templates.
1.2 Re-implimentation of magic words, parser function math and logic operators.
1.3 Reindexing all dependent pages whenever a template changes.
2.  The parser then have to further analyse the wiki source to tokenize
templates. 
3.  What is a good information architecture  for storing Template annotations
would be index in a correct order without creating gaps in surrounding text. 
3.1 Use 0 position increment for wiki text, or
3.2 Template information could be stored in a separate field, or
3.3 GATE type multi_document source,unified diff of wiki-source & HTML-output
3.4 Replace document term position vector with a DAWG term tree, or
3   Template annotation tokens would need to be amiable to prefix queries.
4.  a Lucene query to retrieve template (exact|prefix|category).
5.  a sensible ranking mechanism for such results.
6.  a UI modification to allow exact source search.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
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


[Bug 32655] Improving search for templates

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32655

Reedy  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
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