fixing scaling images -> nullpointer, patch by yossarian
[mir.git] / source / mircoders / search / KeywordSearchTerm.java
index 3486f71..a07dfe5 100755 (executable)
@@ -40,7 +40,11 @@ import org.apache.lucene.document.Document;
 import org.apache.lucene.document.Field;
 
 
-
+/**
+ * indexes a field and stores it for retrieval, but
+ * does not tokenize it.  useful for things 
+ * like strings representing
+ */
 public class KeywordSearchTerm extends SearchTerm{