diff src/goodjava/lucene/logging/LogFile.java @ 1557:117ce8645b7f

lucene logging - add long string
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 11 Oct 2020 18:29:58 -0600
parents 86c5e7000ecf
children
line wrap: on
line diff
--- a/src/goodjava/lucene/logging/LogFile.java	Sun Oct 11 17:28:16 2020 -0600
+++ b/src/goodjava/lucene/logging/LogFile.java	Sun Oct 11 18:29:58 2020 -0600
@@ -86,4 +86,5 @@
 	static final int TYPE_QUERY_PHRASE = 13;
 	static final int TYPE_QUERY_NUMERIC_RANGE = 14;
 	static final int TYPE_QUERY_BOOLEAN = 15;
+	static final int TYPE_LONG_STRING = 16;
 }