Last active
August 29, 2015 14:08
-
-
Save apb2006/0b2a2291b31807e70bb8 to your computer and use it in GitHub Desktop.
BaseX Full text search: To be or not to be
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using http://xml.coverpages.org/bosakShakespeare200.html | |
Timing BaseX 7.9 GUI find command, numbers in parentheses are fails | |
q1:to be or not to be | |
q2:Brevity is the soul of wit | |
index defined q1 q2 | |
--------------------------------- | |
none 500ms 400ms | |
fulltext~5mb 30ms 3ms | |
fulltext+stoplist~2mb (3ms) 3ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment