Feedback on providing a way to disable the PKIAuthenticationPlugin

2022-11-16 Thread Alex Deparvu
Hi, I have created an improvement jira requesting for a way to disable the PKIAuthenticationPlugin, which was closed for not having been discussed first on the mailing list (SOLR-16551). Apologies for skipping this step, I am posting the same request to the list to open it for feedback from the co

Re: [Solr] Reindexing leaving behind 0 live doc segments

2023-09-19 Thread Alex Deparvu
Hi. Just a thought, should you be calling IndexReader#decref in your code once you are done working with the directory? I see it happening in Solr on close https://github.com/apache/solr/blob/ec8f23622b04de80c1dcb85638a73f9d9566d1bf/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java#

[ANNOUNCE] Apache Solr 9.4.0 released

2023-10-14 Thread Alex Deparvu
The Solr PMC is pleased to announce the release of Apache Solr 9.4.0. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration,

Re: Solr 9.3.0: NumberRangePrefixTree error

2023-10-18 Thread Alex Deparvu
Hi Scott, Added some comments on the Jira you've created (https://issues.apache.org/jira/browse/SOLR-17003). This does look like an issue sitting at the intersection of UnifiedHighlighter with DateRangeField types. If anyone has deeper knowledge of UnifiedHighlighter, please comment on the Jira.