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
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
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
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
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
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