Re: Unofficial Apache Solr Developer Survey

2025-01-17 Thread Ishan Chattopadhyaya
Here's the raw results. http://mostly.cool/survey-results.zip Summary graphs: http://mostly.cool/survey-results-graphs.zip On Fri, 17 Jan 2025 at 23:58, Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Damn, I attached the images of all the graphs. They must've bee

Re: Unofficial Apache Solr Developer Survey

2025-01-17 Thread Ishan Chattopadhyaya
Damn, I attached the images of all the graphs. They must've been removed via the mailing list. I'll put it up somewhere and share a link. On Fri, 17 Jan 2025 at 22:27, Rahul Goswami wrote: > Guess you missed pasting the link ? > > On Fri, Jan 17, 2025 at 8:31 AM I

Re: Unofficial Apache Solr Developer Survey

2025-01-17 Thread Ishan Chattopadhyaya
Here is the summary of responses. On Mon, 13 Jan, 2025, 5:29 am Ishan Chattopadhyaya, < ichattopadhy...@gmail.com> wrote: > Sure, I'll share the results in full shortly. > > On Mon, 13 Jan 2025 at 01:01, Rahul Goswami wrote: > >> Interesting survey. I would like to

Re: Unofficial Apache Solr Developer Survey

2025-01-12 Thread Ishan Chattopadhyaya
t; On Sun, Jan 12, 2025 at 10:10 AM Ishan Chattopadhyaya < > ichattopadhy...@gmail.com> wrote: > > > Hi all, > > I want to gather some feedback from the community regarding development > > tools and environments. Please answer the questions here: > > >

Unofficial Apache Solr Developer Survey

2025-01-12 Thread Ishan Chattopadhyaya
lease reply to this thread. Thanks and regards, Ishan Chattopadhyaya Committer & PMC Member, Apache Solr & Lucene

Re: Atomic updates with CBOR?

2024-04-05 Thread Ishan Chattopadhyaya
Thanks Thomas. Patches/PRs welcome. On Fri, 5 Apr, 2024, 3:29 pm Thomas Corthals, wrote: > Hi Paul, > > I think it should. If the ref guide only says "It’s much faster and > efficient compared to JSON." it's not unreasonable for users to expect > feature parity between CBOR and JSON. > > Thomas

Re: Performance Suggestion for Dense Vectors

2024-03-28 Thread Ishan Chattopadhyaya
Hi Rajani, Please feel free to submit guest posts to our SearchScale blog. We welcome posts on vector search. https://SearchScale.com/blog Thanks, Ishan On Fri, 29 Mar, 2024, 1:18 am rajani m, wrote: > @Alessandro, > Is there a solr blog site where we can submit work/articles or are you > sug

Re: DataImportHandler in Solr 9.x

2024-03-15 Thread Ishan Chattopadhyaya
Yes, you can. On Fri, 15 Mar, 2024, 7:05 pm Sandeep Michael, wrote: > Hello members, > > I am planning to use the DataImportHandler maintained separatley at > https://github.com/SearchScale/dataimporthandler/tree/branch_9x > From Sol 9.x DataImportHandler is not shipped as part of the standard >

Re: 3x+ performance reduction for the prefixed wildcard fl (like fl=abc_*) in 9.5.0 compared to 9.4.1

2024-02-23 Thread Ishan Chattopadhyaya
Awesome. Please feel free to open a JIRA issue about it. On Fri, 23 Feb, 2024, 5:03 pm Oleksandr Tkachuk, wrote: > We have ~17 dynamic fields like abc_xxx, and requests like > /select?fl=abc_* took ~180ms with 9.4.1, but after upgrading to 9.5.0 > such requests now take ~620ms to execute. >

Re: About Solr 9.1.1 ERROR "o.a.s.u.ErrorReportingConcurrentUpdateSolrClient Error when calling SolrCmdDistributor$Req: xxx => java.io.IOException: java.util.concurrent.TimeoutException: Total timeout

2024-02-19 Thread Ishan Chattopadhyaya
Which version of Solr is it? On Mon, 19 Feb, 2024, 1:21 pm HariBabu kuruva, wrote: > Hi All, > > Am facing the same error in the PROD environment. > > It would be very helpful if someone helps to figure out the issue. > > On Tue, May 16, 2023 at 8:45 AM Mingchun Zhao > wrote: > > > Hello, > > >

Re: Memory usage reported by Solr

2024-02-09 Thread Ishan Chattopadhyaya
> Solr reports a memory usage of nearly 100%. This, I believe, is good as that indicates full memory utilization by MMapDirectory. In case Solr is saying that 100% of the 2GB heap memory is used, it is not a good thing. On Fri, 9 Feb, 2024, 5:26 pm Jan Høydahl, wrote: > Hi, > > You may want to

Re: Block MAX WAND feature use

2024-01-31 Thread Ishan Chattopadhyaya
Is it possible to benchmark the query performance across a larger set of queries? You can leverage Solr Bench, if needed. https://github.com/fullstorydev/solr-bench On Thu, 1 Feb, 2024, 11:20 am Ishan Chattopadhyaya, < ichattopadhy...@gmail.com> wrote: > Some documentation is her

Re: Block MAX WAND feature use

2024-01-31 Thread Ishan Chattopadhyaya
Some documentation is here https://solr.apache.org/guide/8_6/common-query-parameters.html#minexactcount-parameter On Thu, 1 Feb, 2024, 9:53 am rajani m, wrote: > Hi All, > > To leverage the query time improvements that come with the Block MAX WAND > feature, what are the required configuration

Re: LTR model upload API issue

2024-01-27 Thread Ishan Chattopadhyaya
Hi Rajani, I think the LTR models could take advantage of the File store APIs that was built for distributed management of package files. If you file a JIRA for it, someone can pick it up and work on it. Thanks and regards, Ishan On Sat, 27 Jan, 2024, 11:03 pm rajani m, wrote: > Hi All, > >S

Re: my solr 8.11 is indexing 5000 only using custom code.

2023-12-14 Thread Ishan Chattopadhyaya
If you're able to do multithreaded indexing, it will go much faster. On Thu, 14 Dec, 2023, 6:51 pm Vince McMahon, wrote: > Hi, > > I have written a custom python program to Index which may provide a > better control than DIH. > > But, it is still doing at most 5000 documentation. I have enable

Re: Delete large number of documents using UI

2023-11-14 Thread Ishan Chattopadhyaya
It should be fine. The DBQs are locking operations on all shards, so concurrent indexing might get slowed down. To be safer, pause all indexing operations at the time. On Tue, 14 Nov, 2023, 5:25 pm Vince McMahon, wrote: > I know it will be around 10 million docs. > > My question is more about wi

Re: SocketPermission exception when calling an external REST API from within a custom TokenFilter

2023-11-09 Thread Ishan Chattopadhyaya
You can disable the security manager, and it will work for you. Your deployment will be vulnerable to security attacks, though, hence doing this is not recommended. On Thu, 9 Nov, 2023, 2:00 pm Alexandros Paramythis, wrote: > Hi everyone > > We are developing a new TokenFilter which, as part of

Re: Solr 9.2.1: Creation of Core "Hangs"

2023-10-27 Thread Ishan Chattopadhyaya
Looks serious, a JIRA would be very helpful. Thanks! On Fri, 27 Oct, 2023, 9:53 pm Andreas Hubold, wrote: > Hi Solr devs, > > I've seen the same problem with Solr 9.2.1 now, and I think we have a > bug here: Core creation may deadlock if there are concurrent requests > for metrics > > The situat

Re: SOLR 8.11.2 Cloud issue

2023-10-24 Thread Ishan Chattopadhyaya
I tried to reproduce this issue on 8.11.3 (unreleased) and it seems to work well: https://imgur.com/a/lTO4sim On Mon, 23 Oct 2023 at 12:51, Scott Q. wrote: > Oops, here we go: > > https://imgur.com/a/jSVKgkZ > > On Monday, 23/10/2023 at 02:24 Ishan Chattopadhyaya wrote: > &

Re: Unknown CVEs in 8.11.2?

2023-10-23 Thread Ishan Chattopadhyaya
should be able to run my two commands and come up with a current > list of *outstanding *issues in any given version of Solr. > > It's not comforting to know that there are potentially 13 critical CVEs, > even after excluding ignorable issues. > > On Mon, Oct 2, 2023 at 3:29 PM Is

Re: SOLR 8.11.2 Cloud issue

2023-10-22 Thread Ishan Chattopadhyaya
> Attaching image - this is when I access the ~cloud URL via direct link. > But notice there's no Cloud menu on the left side... > > > If I access the direct links > On Sunday, 22/10/2023 at 21:38 Ishan Chattopadhyaya wrote: > > Are you sure you're running Solr in S

Re: SOLR 8.11.2 Cloud issue

2023-10-22 Thread Ishan Chattopadhyaya
Are you sure you're running Solr in SolrCloud mode? On Sun, 22 Oct, 2023, 3:36 pm Scott Q., wrote: > I have SOLR 8.11.2 running with 5 nodes in Cloud > configuration and it works great. In fact it was an upgrade from an > earlier version that's been stable for a few years. > > > Since upgrading

Re: SOLR 9.3 - JVM Crashes

2023-10-21 Thread Ishan Chattopadhyaya
Could it be related to https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-16463 ? On Sat, 21 Oct, 2023, 2:03 pm Ing. Andrea Vettori, wrote: > Hello, we’re using two SOLR servers (same hw, same version of solr and > java, same solr config). The SOLR version is 9.3 and JVM is Adoptiu

[ANNOUNCE] DataImportHandler 9.4.0 released

2023-10-16 Thread Ishan Chattopadhyaya
DataImportHandler is no longer a first party, officially supported module/plugin/package, but it is now a community maintained, unofficial project. If you're using DIH in production, it would be valuable to have you join the maintainers and keep the project alive. Thanks and regards, --

Re: Data updation in collection after commit

2023-10-16 Thread Ishan Chattopadhyaya
Is it possible that some of your replicas were down/recovering, and hence didn't process the updates? Which version of Solr is this? Are you using SolrCloud or standalone Solr? On Mon, 16 Oct, 2023, 4:12 pm Anjali Maurya, wrote: > Hi all, > We deleted the whole data of a collection and then exe

Re: quoting/escaping of literal values in SOLR_OPTS ?

2023-10-12 Thread Ishan Chattopadhyaya
SOLR_OPTS='-XX:-UseLargePages -Dfoo=bar' ./solr/packaging/build/dev/bin/solr start -f -a '-Dyak="white space"' Would this work? I remember that I did something like this for passing that remote debug parameters using -a, but can't remember if they had spaces or not. n Thu, 12 Oct, 2023, 11:06 p

Re: quoting/escaping of literal values in SOLR_OPTS ?

2023-10-11 Thread Ishan Chattopadhyaya
SOLR_OPTS='-XX:-UseLargePages -Dfoo=bar -Dyak="white space"' ./solr/packaging/build/dev/bin/solr start -V -f Does this work? On Thu, 12 Oct, 2023, 6:08 am Chris Hostetter, wrote: > > my bash-fu isn't that great, but AFAICT the way SOLR_OPTS is used in > bin/solr breaks on any attempt i can thin

Re: Unknown CVEs in 8.11.2?

2023-10-02 Thread Ishan Chattopadhyaya
Is there any issue among those that has been known to be a vulnerability to Solr? Often times, Solr uses multiple external dependencies that may have vulnerabilities that can't be exploited through Solr, and those vulnerabilities are of less concern to Solr in terms of urgency to address it. On Mo

Re: Error Creating Core Caused by: solr.scripting.xslt.XSLTResponseWriter

2023-09-24 Thread Ishan Chattopadhyaya
Do you mean Solr version 9.3.0? On Mon, 25 Sept, 2023, 5:08 am Scott Hollenbeck, wrote: > I'm trying to set up an instance of solr server 9.0.3 on a single machine. > I > hjave it up and running, and I'm trying to create a core using the command > line interface. The command fails, though: > > $

Re: 8.11.2 is no longer supported

2023-09-21 Thread Ishan Chattopadhyaya
Thanks Dmitri for bringing attention to this. IIRC, it was removed in 9x and continued to be there in 8x for backward compatibility reasons. But, I'm just replying based off of vague memory. If you (or someone else on this list) have time, can you please verify on 9x (solr repo) and, if needed, su

Re: Solr latest 9.x - SOLR_HOST

2023-09-13 Thread Ishan Chattopadhyaya
If you're sure it is a regression, please open a JIRA ticket for it and someone can take a look. Alternatively, please feel free to submit a PR too. Thanks! Ishan On Wed, 13 Sept, 2023, 8:00 am Natarajan, Rajeswari, wrote: > Additional details > > Running Solr instance in alpine OS > Not runn

[ANNOUNCE] DataImportHandler 9.3.0 released

2023-09-08 Thread Ishan Chattopadhyaya
IH in production, it would be valuable to have you join the maintainers and keep the project alive. Thanks and regards, -- Ishan Chattopadhyaya * Solr Consultant, SearchScale * Committer & PMC Member, Apache Solr

Re: Performance and number of fields per document

2023-09-04 Thread Ishan Chattopadhyaya
> What we found is that it is manageable with 1000 added fields per document but It become unusable with 5000 added fields per document. Can you please elaborate on why it is unusable? Is it possible to reproduce outside of your setup? I can think of a solr-bench test, for example. Also, is the r

Re: 8.11.3 release

2023-08-02 Thread Ishan Chattopadhyaya
Great idea, David. I don't know much about the gradle build, but I would love to give it a try. I feel it is worth the effort, since we should support 8.11.x releases until 10.x is out. On Thu, 3 Aug, 2023, 10:48 am Shawn Heisey, wrote: > On 8/2/23 13:30, David Smiley wrote: > > I wonder if it's

8.11.3 release

2023-08-01 Thread Ishan Chattopadhyaya
Hi all, There have been lots of bug fixes that have gone into 9x that should benefit all 8x users as well. I thought of volunteering for such a 8.x release based on this comment [0]. Unless someone has any objections or concerns, can we tentatively plan 1st September 2023 (1 month from now) as a t

Re: Response type of facet.field (classic) results

2023-07-16 Thread Ishan Chattopadhyaya
p > to your request. > > > https://solr.apache.org/guide/solr/latest/query-guide/response-writers.html#json-nl > > > Thomas > > Op zo 16 jul 2023 om 01:41 schreef Ishan Chattopadhyaya < > ichattopadhy...@gmail.com>: > > > I used classic facets after a long ti

Response type of facet.field (classic) results

2023-07-15 Thread Ishan Chattopadhyaya
I used classic facets after a long time, and observed that the facet.field results in a list of alternating keys and values: https://gist.github.com/chatman/e475d8fe8e2bf1d7890aa7f75768865e "facet_counts":{ "facet_queries":{}, "facet_fields":{ "unknownField":[ "val",1,

Re: Jetty version disclose when vulnerability software scan in Solr 8.9.0

2023-07-11 Thread Ishan Chattopadhyaya
; Or are you running Solr on that port? No, our Solr is running on 8983. > > Regards, > Vishal > > From: Ishan Chattopadhyaya<mailto:ichattopadhy...@gmail.com> > Sent: 11 July 2023 15:01 > To: users@solr.apache.org<mailto:users@solr.apache.org> > Subject: Re: Jetty v

Re: Jetty version disclose when vulnerability software scan in Solr 8.9.0

2023-07-11 Thread Ishan Chattopadhyaya
https://zookeeper.apache.org/doc/r3.5.1-alpha/zookeeperAdmin.html#sc_adminserver You can confirm by using some ZK admin commands as documented here. On Tue, 11 Jul, 2023, 2:59 pm Ishan Chattopadhyaya, < ichattopadhy...@gmail.com> wrote: > 8080 could be the ZooKeeper admin port. Are yo

Re: Jetty version disclose when vulnerability software scan in Solr 8.9.0

2023-07-11 Thread Ishan Chattopadhyaya
8080 could be the ZooKeeper admin port. Are you running ZK on that same host? Or are you running Solr on that port? On Tue, 11 Jul, 2023, 12:45 pm Vishal Patel, wrote: > We have installed Solr 8.9.0 in our one server 11.11.4.6. If we hit URL > http://11.11.4.6:8080 then we are getting below resp

Re: Leading zero were automatically removed from int data type field in solr so how to overcome this issue without using string data type

2023-07-05 Thread Ishan Chattopadhyaya
You can write a plugin in Solr to add leading zeros padding back to the responses based on that field. Maybe you can have a custom response writer. On Tue, 4 Jul, 2023, 2:44 pm Alessandro Benedetti, wrote: > Not sure why you cross-posted this, my answer stands the same: > > "As an integer 0045 o

[ANNOUNCE] DataImportHandler 9.2.1 released

2023-07-01 Thread Ishan Chattopadhyaya
DataImportHandler is no longer a first party, officially supported module/plugin/package, but it is now a community maintained, unofficial project. If you're using DIH in production, it would be valuable to have you join the maintainers and keep the project alive. Thanks and regards, --

Re: primitive integer field

2023-06-27 Thread Ishan Chattopadhyaya
If you disable docValues, then you would need stored=true to return the values along with the search results. On Tue, 27 Jun, 2023, 6:06 pm Jan Høydahl, wrote: > You need indexed="true" to enable the dimensional index structure > supporting range filters. If you do not ever need sorting on the f

Re: primitive integer field

2023-06-27 Thread Ishan Chattopadhyaya
You can also enable indexed=true to avail range queries using the BKD Trees. On Tue, 27 Jun, 2023, 5:54 pm Ishan Chattopadhyaya, < ichattopadhy...@gmail.com> wrote: > You can use an IntPointField with indexed=false, stored=false, > docValues=true. > > On Tue, 27 Jun, 2023, 3:

Re: primitive integer field

2023-06-27 Thread Ishan Chattopadhyaya
You can use an IntPointField with indexed=false, stored=false, docValues=true. On Tue, 27 Jun, 2023, 3:23 pm Szűcs Roland, wrote: > Hi Solr developers, > > I would like to have a price field in Solr with integer type. I need to > store it. In addition to show it in the search result, the only ro

Re: Limiting Backup IO

2023-06-20 Thread Ishan Chattopadhyaya
Might be a good question for users@ list, I guess. I'm sure other users must've thought about this. Cross posting there, as I'm curious myself too. On Tue, 20 Jun 2023 at 01:07, David Smiley wrote: > Has anyone mitigated the potentially large IO impact of doing a backup of a > large collection o

Re: Atomic updates too slow in Solr 8 vs Solr 7

2023-06-01 Thread Ishan Chattopadhyaya
> Solr unfortunately do not yet have a comprehensive official nightly benchmark run that would catch such regressions. But the community is working on it, there are some tests on http://mostly.cool maintained by Ishan, but I have no idea how to add new tests.. I'll publish steps to add new tests s

Re: Issue in connecting zookeeper host from node js service

2023-05-31 Thread Ishan Chattopadhyaya
If you're using Solr in Kubernetes, you can continue connecting to Solr pods without connecting to ZK. We don't have any officially supported Solr client for NodeJS, but the HTTP endpoints of Solr are supported and can be used directly. If you're having trouble connecting to ZK via a third party

Re: Issue in connecting zookeeper host from node js service

2023-05-31 Thread Ishan Chattopadhyaya
ssified as confidential. Can you confirm that this message is not confidential? Thanks, Ishan Chattopadhyaya On Wed, 31 May, 2023, 12:00 am Manoj Jain, wrote: > Classification: Confidential > Hello, > > We are migrating from Solr-standalone to Solr-cloud of version 8.11 using > ex

Re: Deleting document on wrong shard?

2023-05-24 Thread Ishan Chattopadhyaya
lter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > On May 24, 2023, at 12:21 PM, Ishan Chattopadhyaya < > ichattopadhy...@gmail.com> wrote: > > > > Would specifying a _route_ parameter in the request work? > > https://iss

Re: Deleting document on wrong shard?

2023-05-24 Thread Ishan Chattopadhyaya
Would specifying a _route_ parameter in the request work? https://issues.apache.org/jira/browse/SOLR-6910 I know your case is not implicit router based, but just wondering if it still works somehow? On Wed, 24 May 2023 at 23:28, Walter Underwood wrote: > Ooh, going directly to the leader node a

Re: browse UI for Solr 9x version

2023-04-28 Thread Ishan Chattopadhyaya
Erik, Shamik, If all it takes to keep the project alive is to make periodic releases and review/merge upstream contributions, then I can volunteer. If this is the case, I can sync up offline over slack with both of you. Regards, Ishan On Tue, 18 Apr, 2023, 5:30 am Erik Hatcher, wrote: > A few

Re: Query on Solr and ZK ports

2023-04-20 Thread Ishan Chattopadhyaya
ZK admin server port is 8080, https://zookeeper.apache.org/doc/r3.5.1-alpha/zookeeperAdmin.html#sc_adminserver In my usage in the past, it spits out useful metrics around number of times a znode was accessed. On Tue, 18 Apr, 2023, 1:50 pm Jan Høydahl, wrote: > Hi, > > See https://unix.stackexch

Re: [ANNOUNCE] DataImportHandler 9.0.0 released

2023-04-20 Thread Ishan Chattopadhyaya
A more up to date documentation link is here: https://solr.apache.org/guide/8_11/uploading-structured-data-store-data-with-the-data-import-handler.html On Thu, 20 Apr 2023 at 18:59, Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi all, > > DataImportHandler 9.0

[ANNOUNCE] DataImportHandler 9.0.0 released

2023-04-20 Thread Ishan Chattopadhyaya
u join the maintainers and keep the project alive. Immediate call for action: upgrade DIH for Solr 9.1 and 9.2. Thanks and regards, -- Ishan Chattopadhyaya * Solr Consultant, SearchScale * Committer & PMC Member, Apache Solr [0] - https://github.com/SearchScale/dataimporthandler/pull/33

Re: [ANNOUNCE] Apache Solr 9.1.1 released

2023-01-25 Thread Ishan Chattopadhyaya
Thanks a lot, Michael. On Wed, 25 Jan, 2023, 8:16 pm Michael Gibney, wrote: > The Solr PMC is pleased to announce the release of Apache Solr 9.1.1. > > Solr is the popular, blazing fast, open source NoSQL search platform > from the Apache Solr project. Its major features include powerful > full-

[ANNOUNCE] Apache Solr 9.1.0 released

2022-11-20 Thread Ishan Chattopadhyaya
The Solr PMC is pleased to announce the release of Apache Solr 9.1.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: How to write custom Solr plugin that can be called core container level instead of core level

2022-11-15 Thread Ishan Chattopadhyaya
https://issues.apache.org/jira/browse/SOLR-14404 On Wed, Nov 16, 2022 at 12:46 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Here's a core container level plugin, for example: > https://github.com/yasa-org/yasa/tree/master/yasa-solr-plugin > > On Mon, Nov 1

Re: How to write custom Solr plugin that can be called core container level instead of core level

2022-11-15 Thread Ishan Chattopadhyaya
Here's a core container level plugin, for example: https://github.com/yasa-org/yasa/tree/master/yasa-solr-plugin On Mon, Nov 14, 2022 at 10:07 PM Gus Heck wrote: > In 9.x it should be possible to write a separate servlet that can answer > custom non-search queries. Then all you need to edit is w

Re: Getting Started / Tutorial Page …

2022-10-30 Thread Ishan Chattopadhyaya
https://issues.apache.org/jira/browse/SOLR-14726 Would someone like to continue on this? On Wed, 26 Oct, 2022, 10:52 pm Eric Pugh, wrote: > I’d love to see some new content, and yeah, I think that section on > Spatial Queries is a remnant of a previous clean up of the page! Feel > free to tag

Re: Solr 8.11.1 upgrading LOG4J from 2.16 to 2.17

2022-03-23 Thread Ishan Chattopadhyaya
And feel free to open a new JIRA for this log4j upgrade, it will get picked up in 8.11.2 (whenever someone gets time to release it). On Thu, Mar 24, 2022 at 3:18 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Here's the issue where Log4J was upgraded. You can lo

Re: Solr 8.11.1 upgrading LOG4J from 2.16 to 2.17

2022-03-23 Thread Ishan Chattopadhyaya
Here's the issue where Log4J was upgraded. You can look at the pull request there to find out what you need to change. After that, you can build your own Solr binaries for your use (fix in github.com/apache/lucene-solr's branch_8_11 and build using "ant ivy-bootstrap; cd solr; ant package" which wi

Re: Quantile of the field as pseudo field

2022-01-27 Thread Ishan Chattopadhyaya
> Is there any way to use stats functions to get the quantile of a field on runtime https://solr.apache.org/guide/8_11/the-stats-component.html On Thu, Jan 27, 2022 at 10:35 AM govind nitk wrote: > Hello All, > > Can I get to listen whether it's possible or not ? > Am I asking something about co

Re: When will solr 8.11.1 become available?

2021-12-16 Thread Ishan Chattopadhyaya
It is available now. On Tue, Dec 14, 2021 at 7:36 AM Shawn Heisey wrote: > On 12/13/2021 4:12 PM, Andy Lester wrote: > >> It is impossible to give you an accurate prediction for the release > date of Solr 8.11.1. > > > > It sounds like it’s safe to say that the release will be “on the order > of

Re: Bug in Solr 8.9?

2021-12-09 Thread Ishan Chattopadhyaya
Not a solution to your problem, but I'm just curious if starting all the nodes with -Dsolr.http1=true results in better performance? I'm observing some performance problems in Solr that manifest itself after a sustained query load, and was wondering if that's relevant. https://issues.apache.org/jir

Re: [VOTE] SIP-15 Node roles

2021-11-18 Thread Ishan Chattopadhyaya
t; > > [1] > https://cwiki.apache.org/confluence/display/SOLR/Solr+Improvement+Proposals#SolrImprovementProposals-Process > > Cassandra > On Nov 18, 2021, 10:17 AM -0600, Ishan Chattopadhyaya < > ichattopadhy...@gmail.com>, wrote: > > This SIP passes (mainly by lazy consensus) and

Re: [VOTE] SIP-15 Node roles

2021-11-18 Thread Ishan Chattopadhyaya
This SIP passes (mainly by lazy consensus) and we can now proceed to the implementation phase. Thanks to all who voted. On Mon, Nov 15, 2021 at 9:12 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi Devs and Users, > > SIP-15 for first class support of node roles ha

[VOTE] SIP-15 Node roles

2021-11-15 Thread Ishan Chattopadhyaya
Hi Devs and Users, SIP-15 for first class support of node roles has been proposed. https://cwiki.apache.org/confluence/display/SOLR/SIP-15+Node+roles The link contains a PDF file containing the discussion thread (since the Pony mail thread links broke). The discussion happened in d...@solr.apache