r492 - bobobrowselucenefacets/src/main/java/org/bobo
Author: echatellier Date: 2011-08-26 17:41:35 +0200 (Fri, 26 Aug 2011) New Revision: 492 Url: http://nuiton.org/repositories/revision/sandbox/492 Log: Update analyzer lucene's version Modified: bobobrowselucenefacets/src/main/java/org/bobo/TestLuceneGroupsFacets.java Modified: bobobrowselucenefacets/src/main/java/org/bobo/TestLuceneGroupsFacets.java =================================================================== --- bobobrowselucenefacets/src/main/java/org/bobo/TestLuceneGroupsFacets.java 2011-08-26 15:04:00 UTC (rev 491) +++ bobobrowselucenefacets/src/main/java/org/bobo/TestLuceneGroupsFacets.java 2011-08-26 15:41:35 UTC (rev 492) @@ -86,7 +86,7 @@ */ public class TestLuceneGroupsFacets { - protected static Analyzer analyser = new StandardAnalyzer(Version.LUCENE_32); + protected static Analyzer analyser = new StandardAnalyzer(Version.LUCENE_33); public static void main(String... args) throws IOException, ParseException, BrowseException { create();
participants (1)
-
echatellier@users.nuiton.org