Atri Sharma

Results 9 issues of Atri Sharma

This commit refactors rate limiters configuration to now be modelled as a plugin and move its configuration from web.xml to a dedicated section in solr.xml

Build a fully functional text search engine on top of native Pinot indices, allowing exact matches, prefix and suffix matches, substring matches and regular expressions. Performance of the text search...

Design Review

This JIRA tracks building a mechanism for identifying and computing the indicative cost of a query, based on parameters such as query complexity and data statistics (cardinality, selectivity etc). The...

Segment construction is typically a heap memory intensive operation and there are opportunities to improve the same. This issue tracks the effort. cc @Jackie-Jiang

This commit introduces a new type of metrics and extends it to replace the existing deployment metrics, and introduces initialization time metrics. A new wrapper is introduced, which creates two...

component=Runtime/Coordination
component=Runtime/Metrics

This commit introduces the capability of adding new circuit breakers on the fly by specifying the circuit breaker and its parameters in solrconfig.xml. Previously, it was possible to plug in...

Our FTS capabilities are pretty limited right now -- REGEXP_MATCH does a primitive regex match and TEXT_MATCHES is simply a wrapper around basic Lucene level searching (does not expose fuzzy...

feature

Add AnytimeRankingSearcher for SLA-aware early termination with bin-based score boosting This patch adds AnytimeRankingSearcher, a new low-latency search implementation that supports early termination under SLA constraints, combined with bin-aware score...

module:core/index
module:core/search
module:core/codecs
Stale