rmuir commented on PR #12087: URL: https://github.com/apache/lucene/pull/12087#issuecomment-1383064967
the benchmark above uses queries such as `"la|21,22,23", // 2226 hits` in this case we form a boolean query of TermQuery:"la" AND admin2code in (21,22,23). The admin2 codes are typically county level in most countries and each one these numbers match many documents: e.g. 100,000+ I ran the benchmark on full geonames (11M+ docs) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
