Skip to main content
Apache.Calcite.FullText package icon

Apache.Calcite.FullText

An FT_* full text operator table for Apache Calcite. Calcite has no full text operator and every store that offers full text spells its own differently, so an adapter that wants any of them invents names and the resolution plumbing to go with them. This package declares the names, arities and types once, and offers them both ways a query can reach a name โ€” chained onto a host's operator table, and declared on a schema so a plain connection finds them. It evaluates nothing: a full text answer is the store's analyzer, and approximating one would answer differently from the store.

Total Downloads
264
264
Published
Sep 20, 2026
Latest stable version

Install

.NET CLI
dotnet add package Apache.Calcite.FullText --version 2.0.1-pre.190
Package Manager Console
Install-Package Apache.Calcite.FullText -Version 2.0.1-pre.190
PackageReference
<PackageReference Include="Apache.Calcite.FullText" Version="2.0.1-pre.190" />

Frameworks

net8.0

Dependencies

IKVM
net8.0
[8.16.1, )
[8.16.1, )
[1.12.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.