Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-10-05 Thread Walter Underwood
config for all the nodes. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 5, 2024, at 9:32 AM, David Smiley wrote: > > --disable-solrcloud ? My preference if we don't choose standalone > --legacy-mode I also like you

Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-10-05 Thread Walter Underwood
config for all the nodes. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 5, 2024, at 9:32 AM, David Smiley wrote: > > --disable-solrcloud ? My preference if we don't choose standalone > --legacy-mode I also like you

Re: Unfinished Business: Fast Global IDF

2024-08-28 Thread Walter Underwood
regular clients. That would help with distributed search across collections, clusters, or even different kinds of engines. We did that ages ago at Verity with a SOAP interface (yuk). wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Aug 27, 2024, a

Re: Unfinished Business: Fast Global IDF

2024-08-27 Thread Walter Underwood
This is the patent. Last assignee was Google, expired in 2017. https://patents.google.com/patent/US5659732A/en —wunder > On Aug 27, 2024, at 12:01 PM, Walter Underwood wrote: > > When I’ve enabled global exact IDF in Solr, the speed penalty was about 10X. > Back in 1995, Infoseek

Unfinished Business: Fast Global IDF

2024-08-27 Thread Walter Underwood
this. I think that is all the unfinished business since putting Solr 1.3 into production at Netflix. Pretty darned good job everybody. Huge thanks to all the contributors and committers who have put in years of effort over that time. wunder Walter Underwood wun...@wunderwood.org http

Re: Unfinished Business: Fuzzy in edismax

2024-08-27 Thread Walter Underwood
Oops. https://issues.apache.org/jira/browse/SOLR-629 —wunder > On Aug 27, 2024, at 11:40 AM, Walter Underwood wrote: > > I’m retired and not working on Solr all the time, but there are two things I > didn’t finish that should be picked up. I’m not going to do these, I’ve got

Unfinished Business: Fuzzy in edismax

2024-08-27 Thread Walter Underwood
“title^4 title~^2”. The workaround is to make a copy of the title field. Maybe that should be a separate Jira issue? wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)

Re: ZkStateReader.getUpdateLock / ClusterState immutability

2024-07-16 Thread Walter Underwood
Would per-replica state (PRS) help with that? That slices by replica, not collection, but it should allow finer-grained locking. https://searchscale.com/blog/prs/ wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jul 16, 2024, at 9:03 AM, Da

Re: ZkStateReader.getUpdateLock / ClusterState immutability

2024-07-16 Thread Walter Underwood
Would per-replica state (PRS) help with that? That slices by replica, not collection, but it should allow finer-grained locking. https://searchscale.com/blog/prs/ wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jul 16, 2024, at 9:03 AM, Da

Re: Compatibility of Solrj with older versions of Solr

2024-05-15 Thread Walter Underwood
First, this question belongs on the users@solr.apache <mailto:users@solr.apache>.org mailing list. Second, I would not use any SolrJ later than 6.6 against Solr 6.6. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 15, 2024, at 10:48

Re: solr query alerting

2024-05-01 Thread Walter Underwood
around to implement it, but that is one potential large customer. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 1, 2024, at 2:26 PM, Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A) > wrote: > >> I kind of like "search-alerts". &

Re: solr query alerting

2024-05-01 Thread Walter Underwood
Do people want to spend the next ten years explaining that the the alerting feature is called “Luwak”? I’d call it “Alerting” or “Alerts". —wonder > On May 1, 2024, at 1:16 PM, Houston Putman wrote: > > I think I'd prefer a more self-descriptive name than "Luwak", which is just > a product nam

Re: timeout HTTP response code; use 524?

2024-03-19 Thread Walter Underwood
. Accurate HTTP response codes are really useful. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Mar 19, 2024, at 3:12 PM, Chris Hostetter wrote: > > > Agree on all of Uwe's points below > > I think 500 is the most appropriate fo

Re: timeout HTTP response code; use 524?

2024-03-18 Thread Walter Underwood
properly but overloaded. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Mar 18, 2024, at 3:23 PM, David Smiley wrote: > > If timeAllowed is set and Solr takes too long then we fail the > response with an HTTP 500 response code. It's

Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-02-28 Thread Walter Underwood
Standalone makes sense for the configs. Each node has their own local set of configs which are not shared. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 28, 2024, at 10:51 AM, David Smiley wrote: > > On Wed, Feb 28, 2024 at 7:50 AM

Re: MixedCase or dashed-case for long options in Solr CLI?

2024-02-26 Thread Walter Underwood
/manual/html_node/Argument-Syntax.html https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 26, 2024, at 5:29 AM, Eric Pugh > wrote: > > I hear a vote for dashed-case, ho

Re: Use cases for interacting direct with ZK versus using our APIs?

2024-02-11 Thread Walter Underwood
Zookeeper file size limits are probably the most common failure. I had to mess around a lot with our suggestion dictionary to get it to upload. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 11, 2024, at 11:25 AM, Eric Pugh > wrote: &

Re: Use cases for interacting direct with ZK versus using our APIs?

2024-02-11 Thread Walter Underwood
with the upload, then don’t reload the collections. You can back out the changes by uploading the previous config to Zookeeper. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 11, 2024, at 11:07 AM, Eric Pugh > wrote: > > Could you

Re: Use cases for interacting direct with ZK versus using our APIs?

2024-02-11 Thread Walter Underwood
tool had a bunch of other things, like async reload checking for results, and rebuilding suggestion dictionaries on each node. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 11, 2024, at 9:04 AM, Gus Heck wrote: > > I pretty much alwa

Re: Collections LIST semantics

2024-01-29 Thread Walter Underwood
you aren’t looking at them. Solr could make that happen less often or more often, but it will happen. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jan 29, 2024, at 10:42 AM, Jason Gerlowski wrote: > > Thanks for calling this out more e

Re: New Feature: Query Elevation on "fq" field.

2023-11-24 Thread Walter Underwood
fq doesn’t calculate scores, so it doesn’t do any ranking. Query elevation for fq doesn’t make any sense. What problem do you think this solves. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Nov 23, 2023, at 1:33 PM, Mouhcine Boutinzer >

Re: New branch and feature freeze for Solr 9.4.0

2023-10-03 Thread Walter Underwood
bably do not need to be capitalized. In general, there seem to be extra capitalizations, like “Always-On” and “Backup, Restore, and Split”. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 3, 2023, at 2:00 PM, Alex Deparvu wrote: > > Ple

Re: Sitemap to get latest reference manual to rank in Google/Bing?

2023-09-21 Thread Walter Underwood
> Please don't remove the indexing of older Solr guides. It helps to search > for "Solr X.Y what_to_search" and get the link to the corresponding guide. > Thumbs up to give higher priority to the latest guide. > > Kind Regards, > Alejandro Arrieta > > On

Re: Sitemap to get latest reference manual to rank in Google/Bing?

2023-09-21 Thread Walter Underwood
Actually, the robots.txt file should also disallow the 9.x guides. That won’t touch guide/latest. User-agent: * Disallow: /guide/9* Disallow: /guide/8* Disallow: /guide/7* Disallow: /guide/6* wunder > On Sep 21, 2023, at 2:38 PM, Walter Underwood wrote: > > I’m actually OK with t

Re: Sitemap to get latest reference manual to rank in Google/Bing?

2023-09-21 Thread Walter Underwood
the wildcards on the paths aren't needed, but they helps humans understand that the disallows are a prefix match. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Sep 21, 2023, at 12:08 PM, Houston Putman wrote: > > I've been

Sitemap to get latest reference manual to rank in Google/Bing?

2023-09-21 Thread Walter Underwood
wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)