Category

OpenSearch in Java

Java client tutorials and field-type examples.

5 articles

OpenSearch Flattened Numeric Field Range Queries in Java

Learn how to perform OpenSearch flattened field numeric range queries in Java. Discover solutions for zero-padding numbers, ASCII comparison challenges, and two's complement approaches for negative numbers.

35 min

OpenSearch Nested Field Type Java

Learn how to use OpenSearch nested field type Java with practical examples. Preserve object boundaries for array searching within the same object.

46 min

[Tutorial] OpenSearch Terms Aggregation Include Exclude Parameters on Keyword Fields

OpenSearch Terms Aggregation Include Exclude parameters can refine which values are counted in array fields, which are otherwise unimpacted by the query body!

18 min

[Tutorial] OpenSearch keyword field in Java Indexing Deep Dive

This tutorial demonstrates the OpenSearch keyword field in Java. It includes free source code that demonstrates mapping, indexing and the tokens produced.

12 min

Getting Started With OpenSearch in Java

This tutorial will help with getting started with OpenSearch in Java through the Code Sloth code samples. Clone the repo and explore through ready to run tests!

9 min