Tag

Vector Space Model

0 views collected around this technical thread.

政采云技术
政采云技术
Aug 23, 2022 · Backend Development

Understanding Elasticsearch Document Scoring and Aggregation Techniques

This article explains the underlying principles of Elasticsearch scoring, covering Boolean model queries, TF/IDF, field length normalization, the vector space model, and detailed aggregation examples with code snippets to illustrate practical search and analytics usage.

AggregationBackendElasticsearch
0 likes · 19 min read
Understanding Elasticsearch Document Scoring and Aggregation Techniques
vivo Internet Technology
vivo Internet Technology
Oct 14, 2020 · Artificial Intelligence

Understanding Cosine Similarity: From Mathematical Foundations to Practical Applications

The article explains cosine similarity from basic geometry and vector math, derives its formula, and shows how it powers precision marketing, image classification, and text retrieval, while also detailing its industrial implementation in Lucene’s vector space model.

LuceneTF-IDFVector Space Model
0 likes · 18 min read
Understanding Cosine Similarity: From Mathematical Foundations to Practical Applications
Java Captain
Java Captain
Mar 29, 2018 · Fundamentals

Understanding Full‑Text Search and Indexing with Lucene: Core Concepts and Processes

This article explains the fundamentals of full‑text search, describing how Lucene builds and uses inverted indexes, the steps of tokenization, linguistic processing, term weighting, and relevance scoring, and illustrates these concepts with examples, tables, and diagrams.

Full-Text SearchIndexingLucene
0 likes · 21 min read
Understanding Full‑Text Search and Indexing with Lucene: Core Concepts and Processes