Re: [TOKYO Lucene/Solr Meetup] Lecture by Alessandro Benedetti and Mingchun Zhao

2025-01-07 Thread Roopa Rao
Hi @Alessandro Benedetti Which version of Solr will this be targeted to be released? Thanks On Tue, Oct 15, 2024 at 10:20 AM Alessandro Benedetti wrote: > Hi, > I was talking with Kaya (who reads in cc) and it seems it's not possible to > register to attend physically? > For Guillaume, my pa

Hybrid search with BoolQParser

2025-01-07 Thread Guruprasad Choukimath
Hello, I am trying to construct a hybrid search query using BoolQParser, referring to the article: https://sease.io/2023/12/hybrid-search-with-apache-solr.html . Our application has a pagination setup that users rely on to retrieve results. While the pagination works well with the edismax parser

Re: I may fork nutch. Is it a good plan?

2025-01-07 Thread Markus Jelsma
Hi, Nutch is, just as Solr, highly customizable using all sorts of plugins. Forking it is not recommended. If you happen to come across behaviour in one of its tools that is not configurable, it can be made configurable. Regards, Markus Op di 7 jan 2025 om 16:52 schreef David Smiley : > Forking

Re: I may fork nutch. Is it a good plan?

2025-01-07 Thread David Smiley
Forking anything is a burden on you to maintain your fork. You didn't say *why* you want to fork something instead of simply use something. You mentioned adding features but search engine platforms like Solr are designed to be highly pluggable/extensible without forking. It's a platform not a pr

Re: Logging Client IP

2025-01-07 Thread Dan Rosher
Looks like the jetty request log contains an IP address so no need for subclassing, just logging twice though. On Tue, 7 Jan 2025 at 10:33, Dan Rosher wrote: > Hi All, > > Is there a standard way to add the client IP address to the Solr log > output. > > I recall subclassing SolrDispatchFilter b

Logging Client IP

2025-01-07 Thread Dan Rosher
Hi All, Is there a standard way to add the client IP address to the Solr log output. I recall subclassing SolrDispatchFilter before and placing her IP address into the MDC hash, but was wondering if there is now a built-in process ? Cheers Dan