summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi10
1 files changed, 5 insertions, 5 deletions
diff --git a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
index f28d79a..74e7178 100644
--- a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
+++ b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
@@ -86,11 +86,11 @@ To attempt to reduce the index script's space consumption and improve the script
 
 
 ```
-|                                                | Indexing Time (min) | Space (Gb) | % Inc Size (from G+P+R) | % Inc Time |
-|-------------------------------------------------------------------------------------------------------------------- -----|
-|G+P+R (no stop-words, no-stemming, pos. data)   | 101                 | 60         | 0                       | 0          |  
-|G+P+W+R (no stop-words, no stemming, pos. data) | 429                 | 152        | 153.3                   | 324.8      |
-|G+P+W+R (stop-words, stemming, no pos. data)    | 69                  | 73         | 21.6                    | -31.6      |
+|                                               | Indexing Time (min) | Space (Gb) | % Inc Size (from G+P) | % Inc Time |
+|------------------------------------------------------------------------------------------------------------------ -----|
+|G+P (no stop-words, no-stemming, pos. data)    | 75                  | 60         | 0                     | 0          |  
+|G+P+W+R (no stop-words, no stemming, pos. data)| 429                 | 152        | 153.3                 | 472        |
+|G+P+W+R (stop-words, stemming, no pos. data)   | 69                  | 73         | 21.6                  | -8         |
 
 Key:
 ----