]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/RowMatchType.java
Multi word search now looks for exact matches of TokenRows.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / RowMatchType.java
index 96ac4ad364ee67e728fcd31e8be599a559dc8bd2..e0be508fb3fc2af9447cb8a791f32a46de195467 100644 (file)
@@ -15,9 +15,8 @@
 package com.hughes.android.dictionary.engine;
 
 public enum RowMatchType {
-  
-  ORDERED_MATCH,
-  BAG_OF_WORDS_MATCH,
-  NO_MATCH
-
+    TITLE_MATCH,
+    ORDERED_MATCH,
+    BAG_OF_WORDS_MATCH,
+    NO_MATCH
 }