About: Search

This system uses the Apache' Lucene information retrieval toolkit to index and search entries. (More specifically, it uses the PyLucene toolkit, but technically, that's Lucene, too. :)

Listed below are several search techniques Lucene offers, along with notes about how it is being used here. Over time, we intend to make some of the admittedly-complex-syntax-driven search features listed below easy to use without having remember the syntax. For now, though, since it's all already there, we thought we should tell you about it, just in case you (like your friendly maintainers) are librarian-type search syntax geeks.

For more details on Lucene's general search syntax, see this detailed overview.