Changeset 12071


Ignore:
Timestamp:
06/28/11 23:43:39 (11 months ago)
Author:
SvenDowideit
Message:

Item10917: add a skerrik of docco for the SolrPlugin integration

Location:
trunk/TagMePlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/TagMePlugin/data/System/TagMePlugin.txt

    r12068 r12071  
    375375| =Set TAGMEPLUGIN_BUNDLES= | Bundles are groups of tags that are presented as menus for convenience. It is a list of space-separated (or comma-separated if your tags may contain spaces) prefixed by bundle labels terminated by colon (":"). e.g:<ol><li>* Set TAGMEPLUGIN_BUNDLES = Rating: * ** ** Todo: to_blog to_read</li><li>* Set BUNDLES = Rating:, *, **, **, Todo:, to_blog, to_read</li></ol> | | 
    376376| =TAGMEPLUGIN_DEBUG= | Generate debug trace in foswiki debug log | 
     377 
     378---+++ Foswiki:Extensions.SolrPlugin integration. 
     379To index !TagMePlugin tags for use in !SolrPlugins's faceted search, your Foswiki admin needs to enable this optional feature from =configure=. 
     380 
     381This can be done from the Extensions | !TagMePlugin tab - tick the ={Plugins}{TagMePlugin}{SolrPluginIndex}= option and save. 
    377382                 
    378383---++ Plugin Installation Instructions 
     
    395400|  Release: | %$RELEASE% | 
    396401|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
    397 |  26 Jun 2011: | Foswiki:Main.SvenDowideit: add a command line resthandler to allow larger scale importing of tags | 
     402|  29 Jun 2011: | Foswiki:Main.SvenDowideit: add a command line resthandler to allow larger scale importing of tags | 
    398403|  26 Jun 2011: | Foswiki:Main.SvenDowideit: add Foswiki:Main.SolrPlugin indexing and facet support to TagMePlugin (Foswiki:Tasks.Item10917), fix some bugs - Foswiki:Tasks.Item4628,  | 
    399404|  08 Jun 2011: | Foswiki:Main.PaulHarvey: Minimal fix to experimental jqui to work with jQuery > 1.3 | 
  • trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin.pm

    r12070 r12071  
    3636 
    3737our $VERSION           = '$Rev$'; 
    38 our $RELEASE           = '26 Jun 2011'; 
     38our $RELEASE           = '29 Jun 2011'; 
    3939our $NO_PREFS_IN_TOPIC = 1; 
    4040our $SHORTDESCRIPTION = 
Note: See TracChangeset for help on using the changeset viewer.