[sword-devel] indexed search discrepancy

Matthew Talbert ransom1982 at gmail.com
Sun Aug 30 13:27:34 MST 2009


For what it's worth, indexing the ESV was 4 seconds faster on my
system when using the SimpleAnalyzer (24 seconds for StandardAnalyzer,
20 for SimpleAnalyzer). Interestingly, the index size also dropped
back down to 5MB which was where it was before I changed
StandardAnalyzer to index stop words. So any increase in index size
for stop words could effectively be cancelled out by using the
SimpleAnalyzer. So we get a) faster indexing, b) more correct indexes,
and c) no segfaults when searching for "the". I'd say it's a win all
around.

Matthew



More information about the sword-devel mailing list