Revision: 15941
          http://gate.svn.sourceforge.net/gate/?rev=15941&view=rev
Author:   valyt
Date:     2012-07-16 12:26:43 +0000 (Mon, 16 Jul 2012)
Log Message:
-----------
Code refactoring: IndexType now moved to QueryEngine.

Modified Paths:
--------------
    mimir/trunk/mimir-test/src/gate/mimir/test/QueryTests.java

Modified: mimir/trunk/mimir-test/src/gate/mimir/test/QueryTests.java
===================================================================
--- mimir/trunk/mimir-test/src/gate/mimir/test/QueryTests.java  2012-07-16 
11:21:35 UTC (rev 15940)
+++ mimir/trunk/mimir-test/src/gate/mimir/test/QueryTests.java  2012-07-16 
12:26:43 UTC (rev 15941)
@@ -241,7 +241,7 @@
       SequenceQuery sQuery1 =
               new SequenceQuery(new SequenceQuery.Gap[]{SequenceQuery
                       .getGap(1, 1)}, tq1, tq3);
-      TermQuery tq1Gap = new TermQuery(TermQuery.IndexType.TOKENS, "string", 
"up", 2);
+      TermQuery tq1Gap = new TermQuery(QueryEngine.IndexType.TOKENS, "string", 
"up", 2);
       SequenceQuery sQuery2 = new SequenceQuery(null, tq1Gap, tq3);
       GapQuery gQ1 = new GapQuery(tq1, 1);
       SequenceQuery sQuery3 = new SequenceQuery(null, gQ1, tq3);

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to