Search Articles — Sudonull

Search Results

In this project

Date filters in Apache Superset: workarounds

https://sudonull.com/date-filters-in-apache-superset-workarounds

How to solve the default time column issue in Superset 3.x–6.x. Working technical solutions for developers: virtual datasets, extra_json, SQL parameterization.

Human-readable URL for SEO: setup on Apache and Nginx

https://sudonull.com/human-readable-url-for-seo-setup-on-apache-and-nginx

Learn to set up human-readable URLs on CMS and servers for traffic growth. .htaccess examples, Nginx, automation scripts. Improve indexing without 404 errors.

Date filters in Superset: bypassing the wrapper

https://sudonull.com/date-filters-in-superset-bypassing-the-wrapper

Setting up virtual datasets in Apache Superset with custom dates from filters. Hack with a dummy column for middle/senior dev. Full guide without filtering errors.

Flink real-time JOIN: tables 4+2 TB

https://sudonull.com/flink-real-time-join-tables-4-2-tb

Implementation of stateful JOIN on Apache Flink for real-time result updates between terabyte tables. Table API, KeyedCoProcessFunction, MapState. Code and architecture for middle/senior.

Inner join in Flink with Debezium CRUD

https://sudonull.com/inner-join-in-flink-with-debezium-crud

Implementation of real-time inner join of tables in Apache Flink with full support for create/read/update/delete from Debezium. Code, state management, limitations. For middle/senior dev.

From other projects

From the web

Feb 5, 2010 ·

https://github.com/apache/lucene

Feb 5, 2010 · Apache Lucene Apache Lucene is a high-performance, full-featured text search engine library written in Java.

6 days ago ·

https://www.baeldung.com/lucene

6 days ago · Let's have a look at Apache Lucene , a full-text search engine which can be used from various programming languages.

Jun 5, 2026 ·

https://projects.apache.org/project.html?lucene-core

Jun 5, 2026 · Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.

May 7, 2026 ·

https://www.javathinking.com/blog/introduction-to-apache-lucene/

May 7, 2026 · Apache Lucene is the de facto standard for building full-text search applications . Written in Java, it’s a high-performance, open-source library that powers search functionality in tools like Elasticsearch, Solr, and countless enterprise applications.

Jul 9, 2023 ·

https://medium.com/@aab.abouei/introduction-to-apache-lucene-d38f60b187cf

Jul 9, 2023 · Overall, Lucene is a mature and well-established search engine library that provides a powerful and flexible solution for indexing and searching text-based data in Java applications.

Trending Now