-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
text-search.txt
70 lines (52 loc) · 2.09 KB
/
text-search.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.. _text-search:
===========
Text Search
===========
.. default-domain:: mongodb
.. facet::
:name: genre
:values: reference
.. meta::
:description: MongoDB offers robust text search capabilities for hosted deployments, include fine-grained indexing and a rich query language.
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
MongoDB provides different text search capabilities depending on whether
your data is hosted on :atlas:`MongoDB Atlas </>` or a self-managed
deployment.
To learn about search on self-hosted deployments, see :ref:`text-search-on-prem`.
MongoDB Atlas Search
--------------------
To perform text search on data hosted on MongoDB Atlas, use
:atlas:`MongoDB Atlas Search </atlas-search>`. Atlas Search supports
fine-grained text indexing and a rich query language for fast, relevant
search results.
To learn more and get started with Atlas Search, see:
- :atlas:`Atlas Search Aggregation Pipeline Stages
</reference/atlas-search/query-syntax/>`
- :atlas:`Defining Atlas Search Indexes
</reference/atlas-search/index-definitions/>`
- :atlas:`Running Atlas Search Queries
</reference/atlas-search/searching/>`
.. include:: /includes/fact-atlas-search-languages.rst
MongoDB Atlas Vector Search
---------------------------
To perform vector search on your data hosted on MongoDB Atlas, use
:atlas:`MongoDB Atlas Vector Search
</atlas-vector-search/vector-search-overview/>`. Atlas Vector Search
extends your text search capabilities to include semantic, hybrid, and
generative search.
To learn more and get started with Atlas Vector Search, see:
- :atlas:`Atlas Vector Search Quick Start
</atlas-vector-search/tutorials/vector-search-quick-start/>`
- :atlas:`Atlas Semantic Text Search
</atlas-vector-search/tutorials/vector-search-tutorial/>`
- :atlas:`Run Vector Search Queries
</atlas-vector-search/vector-search-stage>`
.. toctree::
:titlesonly:
:hidden:
Atlas Search <https://www.mongodb.com/docs/atlas/atlas-search/>
Atlas Vector Search <https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/>