Glossary

This glossary describes essential terms and concepts to help you understand Elasticsearch and its related technologies.

Hard Negatives

Negative examples that are challenging because they look similar to the positive but are actually irrelevant. A passage that shares many keywords with a query but doesn't answer it is a hard negative. Training with hard negatives forces the model to learn deeper semantic distinctions rather than relying on surface-level word overlap.

High-Dimensional Space

A mathematical space with many dimensions — often hundreds or thousands. Humans can visualize two or three dimensions; embedding models work in spaces with far more. Many geometric intuitions break down in high-dimensional spaces, but the core idea holds: points that are close together are similar, points that are far apart are different.

High-Dimensional Vector

A mathematical object represented as an ordered list of many numerical values (called components or coordinates) — ranging from dozens to millions — that represents a specific point within a high-dimensional space. The two are inseparable: the vector is the concrete "resident," while the space is the abstract "container" that defines the rules for distances, angles, and relationships. A vector with 1,000 components lives in a 1,000-dimensional space, with each combination of values mapping to a unique point. In machine learning, high-dimensional vectors encode complex objects such as words or images, with relationships between objects reflected in geometric relationships between their vectors.

HNSW (Hierarchical Navigable Small World)

One of the most popular algorithms for approximate nearest neighbor search. HNSW builds a multi-layered graph where each layer connects vectors to their neighbors, enabling fast navigation to the nearest vectors from any starting point. It offers a strong balance of speed and accuracy.

최첨단 검색 환경을 구축할 준비가 되셨나요?

충분히 고급화된 검색은 한 사람의 노력만으로는 달성할 수 없습니다. Elasticsearch는 여러분과 마찬가지로 검색에 대한 열정을 가진 데이터 과학자, ML 운영팀, 엔지니어 등 많은 사람들이 지원합니다. 서로 연결하고 협력하여 원하는 결과를 얻을 수 있는 마법 같은 검색 환경을 구축해 보세요.

직접 사용해 보세요