The search facility presented here is a prototype for an interface which allows complex searching across multiple versions of the texts available in the archive. If you would prefer a simple full-text search facility, please follow this link.
| +term | term is required |
| -term | term is exluded |
| term~ | term is 'fuzzy-matched' |
| "term1 term2" | term1 and term2 are matched as a phrase |
| "term1 term2"~d | term1 and term2 are matched as a phrase, with a maximum slop separation of d |
| And lots more that I'll get around to documenting at some point. Some is Lucene, some is Solr, and some is custom API for this project. | |