Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/b/n/bnw-HEAD/bnw/search/search_server.py bnw(Download)
self.query_parser.add_prefix('clubs', 'XCLUBS') self.query_parser.add_prefix('tags', 'XTAGS') date_proc = xapian.DateValueRangeProcessor(Indexer.DATE) self.query_parser.add_valuerangeprocessor(date_proc) self.run_incremental_indexing()