Revision: 18594
          http://sourceforge.net/p/gate/code/18594
Author:   ian_roberts
Date:     2015-03-11 11:46:23 +0000 (Wed, 11 Mar 2015)
Log Message:
-----------
Extend max snippet length to 150 characters - we seem to be working with Tweets 
a lot nowadays, and 150 characters is sufficient to ensure that we don't 
truncate a whole-Tweet hit in the middle.

Modified Paths:
--------------
    mimir/trunk/mimir-web/src/gwt/gate/mimir/web/client/UI.java

Modified: mimir/trunk/mimir-web/src/gwt/gate/mimir/web/client/UI.java
===================================================================
--- mimir/trunk/mimir-web/src/gwt/gate/mimir/web/client/UI.java 2015-03-10 
12:35:08 UTC (rev 18593)
+++ mimir/trunk/mimir-web/src/gwt/gate/mimir/web/client/UI.java 2015-03-11 
11:46:23 UTC (rev 18594)
@@ -458,7 +458,7 @@
    * How many characters are displayed for each snippet (for longer snippets,
    * the middle content is truncated and replaced by an ellipsis).  
    */
-  protected int maxSnippetLength = 100;
+  protected int maxSnippetLength = 150;
   
   /**
    * This is the entry point method.
@@ -798,4 +798,4 @@
     }
     return documentDisplay;
   }
-}
\ No newline at end of file
+}

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to