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

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to