참고
Applies to Atlas-Hosted MongoDB Search and MongoDB Vector Search
This changelog applies only to MongoDB Search and MongoDB Vector Search hosted in Atlas. To find release notes for MongoDB Search and MongoDB Vector Search on self-managed Community and Enterprise editions, see the Self-Managed MongoDB Search and Vector Search Release Notes.
2026 릴리스
2026년 4월 30일 출시
- Adds preview support for
$vectorSearchover arrays of embeddings and arrays of embedded documents containing vectors.
2026년 4월 27일 출시
- Introduces the storedSource option for MongoDB Vector Search indexes to store source document fields with the index and return them in
$vectorSearchresults usingreturnStoredSource.
2026년 4월 14일 출시
- Adds support for multi-select faceting to enable users to filter by multiple buckets within the same facet without recomputing counts for the other buckets in that facet.
2026년 4월 07일 출시
- Adds preview support for flat indexes in MongoDB Vector Search via the
flatvalue for theindexingMethodoption. Flat indexes provide enhanced support for multitenant workloads, delivering improved performance, recall, and resource efficiency.
2026년 1월 29일 출시
MongoDB Search의 인덱스 필드 제한에 대한 새로운 경고 및 지표를 추가하여 과도한 인덱싱으로 인해 발생할 수 있는 성능 저하와
mongot불안정을 방지합니다.경고를 줄이려면 정적 매핑으로 전환하고, 다형성 스키마에 속성 패턴을 적용하며,
nGram또는autocomplete사용량을 감사하는 것이 좋습니다. 자세한 내용은 MongoDB Search 지표 검토를 참조하세요.
2025 릴리스
2025년 11월 24일 출시
- vectorSearch 연산자 와 벡터 인덱스 유형이 추가되어 벡터 검색의 어휘 사전 필터에 대한 미리보기 지원 추가되었습니다. 이를 통해 퍼지 검색, 구문 일치, 위치 필터링, 와일드카드 패턴 일치 등과 같은 분석 텍스트 기능을 사용하여 문서 필터링 후 벡터 유사성 검색을 수행할 수 있습니다.
2025년 11월 06일 출시
multi으로 인덱스된 string 필드에 대한 중복 제거 저장 비용.카디널리티가 높은 필드를 패싯 처리할 때
token필드 유형 관련 문제를 수정합니다.Supports
$existsoperator in the$vectorSearchpre-filter.
2025년 10월 21일 출시
Supports querying, filtering, and retrieving objects within arrays as individual documents using
returnScope.Adds hasRoot operator for querying root document fields when using
returnScope.Adds hasAncestor operator for querying higher-level or equal-level fields when using
returnScope.Supports storing nested fields in array of objects using storedSource for retrieval with returnStoredSource for queries using any operator.
2025년 9월 25일 출시
Adds support for configuring dynamic indexing with
typeSets. To learn more, see Configure a typeSet.MongoDB 8.0.14부터는
returnStoredSource및scoreDetails옵션을true또는false로 설정하다 해야 합니다. 이러한 옵션에null를 지정하는 쿼리는 실패합니다.Adds support for specifying the
stableTflorbooleansimilarity algorithms when indexingstringfields as the MongoDB Search string and autocomplete types. These algorithms are applied at query time to calculate MongoDB Search scores with the text, phrase, queryString, and autocomplete operators. To learn more, see Score Details.MongoDB Vector Search 사전 필터에서
$ne연산자null로 설정하는 것을 지원합니다.
2025년 9월 22일 출시
기본 string 필드에서 항상 하이라이트를 검색하여 하이라이트 로딩을 개선합니다.
구성된 보존 기간 임계값을 초과하는 스냅샷의 다운로드를 건너뜁니다.
더 이상 사용되지 않는
expirationDate필드 대신 새refreshDate필드 사용하도록 blobstore 자격 증명 처리를 업데이트합니다.필수 메모리 사용량 지표를 추가합니다.
2025년 7월 10일 릴리스
Adds support for new token filter types
keywordRepeatandremoveDuplicatesfor custom analyzers.Removes support for deprecated
kpandlovinsstemmers for the snowballStemming token filter type.german스테머의 움라우트 처리 방식을 변경하여 독일어 문자 ä, ö, ü가 각각 ae, oe, ue로 확장되도록 합니다.german2스테머는 이제 더 이상 사용되지 않습니다.
2025년 6월 25일 출시
MongoDB v8.1 지원:
Running
$search,$searchMeta, and$vectorSearchqueries against standard Views.
2025년 6월 10일 출시
Introduces structured JSON mongot logs.
Adds the ability to facet on token types. stringFacet is still supported but is now outdated.
MongoDB Vector Search 인덱스 정의에 대한 Hierarchical Navigable Small Worlds 그래프 구성 매개변수를 노출합니다.
Adds number of segments and per-segment statistics to MongoDB Vector Search explain output.
2025년 3월 30일 출시
- 벡터 차원 제한을 8192 로 늘립니다.
2025년 1월 24일 출시
Adds the ability to facet on number and date. numberFacet and dateFacet are still supported but are now outdated.
Supports facet (MongoDB Search Operator) groupings on numbers and dates in arrays.
Supports explain results for
int8anduint1vector search queries.
2024년 출시
2024년 12월 09일 릴리스
Supports explain for facet (MongoDB Search Operator) queries.
Supports customizing the sort order of null and missing values. To learn more, see Syntax.
초기화 오류 시 인덱스 삭제를 방지합니다.
2024년 12월 02일 릴리스
스칼라 양자화 기능 지원하여 벡터 검색 의 메인 메모리 요구 사항을 약 75% 줄입니다.
이진 양자화 기능 지원하여 벡터 검색 의 메인 메모리 요구 사항을 약 97% 줄입니다.
int1새로운 BinDatavector하위 유형을 사용하여 벡터 수집을 지원합니다.및 하위
int8int1유형을 사용하는 ENN 검색 지원합니다.
2024년 10월 18일 출시
- 디스크가 가득 차면 검색 노드가 충돌하는 문제를 수정합니다.
2024년 9월 18일 출시
Supports synonyms in phrase queries.
Adds support for the
matchCriteriafield to the text operator.동의어 매핑에 실패한 인덱스의 동작을 변경하여 영향을 받은 동의어 매핑을 사용하지 않는 쿼리가 성공적으로 실행되도록 합니다.
searchAfter또는searchBefore를 검색 노드와 함께 사용할 때 일관성 문제를 일으킨 버그를 수정합니다.인덱스 객체 제한에 도달한 경우 인덱스를 쿼리 가능한 STALE 상태로 전환합니다.
내장된 문서에서 토큰 유형 인덱싱을 지원합니다.
Supports ingesting
float32andint8vectors using the new BSON vector type.
2024년 8월 19일 릴리스
Supports pre-filtering using arrays with all operators.
MongoDB Vector Search 사전 필터에서 범위 연산자와 함께
ObjectId사용을 지원합니다.MongoDB Vector Search 사전 필터의 모든 연산자에
UUID값 사용을 지원합니다.MongoDB Vector Search 사전 필터에서
$not연산자 사용을 지원합니다.
2024년 6월 28일 출시
For MongoDB Search:
Java 21 로 업그레이드합니다.
Java 21 supports SIMD, which increases the amount of parallelism the CPU can do during vector comparisons.
Updates all indexes to support the sort option for
numberanddatetypes.Automatically indexes
nulland UUID values if you enable dynamic mappings, which might increase the size of your index.Supports using the range operator and sort option with
ObjectIdtypes.
참고
Atlas reindexes all of your existing MongoDB Search indexes on the Atlas cluster in a rolling manner. The Atlas UI displays alerts indicating the timing of your reindexing. Clusters not using separate search nodes might notice a temporary increase in disk and CPU utilization during reindexing. For clusters using separate search nodes, Atlas temporarily deploys additional nodes for free for reindexing to avoid downtime for swapping of indexes when the new index build completes.
2024년 6월 25일 출시
Azure에서 개발 및 프로덕션 배포 모두에 일반적으로 사용할 수 있는 검색 노드를 만듭니다.
2024년 6월 20일 출시
MongoDB 드라이버를사용하여 무료() 및 공유 계층( 및)에서 인덱스 생성을 지원합니다.
M0M2M5Introduces
exactflag in$vectorSearchto perform ENN search for small-scale, multi-tenant, or recall benchmarking use cases. To learn more, see Run Vector Search Queries.
2024년 6월 14일 출시
- Supports pre-filtering your data by the objectId type.
31 5월 2024 출시
Introduces MongoDB Search Query Templates in the Search Tester, which makes querying easier with pre-written
$searchqueries including conditional clauses likemustandshould,autocompletefor search-as-you-type experiences, faceting, and more. To learn more, see Define Your Query.MongoDB Search API 엔드포인트에 대한 변경 사항을 도입합니다. 자세한 학습 은 31 2024 5월 릴리스에 대한 API 변경 로그를 참조하세요.
10 5월 2024 출시
Truncates large stringFacet values.
Supports pre-filtering data by date fields indexed as the
filtertype.
07 5월 2024 출시
returnStoredSource을 사용할 때 MongoDB Search 결과에 일부 문서의_id필드 포함되지 않던 문제를 수정합니다.
2024년 4월 23일 출시
특정
mongod구성 변경 후 MongoDB Search가 가짜 초기 동기화를 트리거하는 문제를 수정합니다.정의 버전이 누락된 인덱스를 다시 작성합니다.
2024년 3월 28일 출시
점수가 동점일 때 MongoDB Search가
searchAfter또는searchBefore쿼리에 대한 결과를 생성하지 않던 문제를 수정합니다.Adds the ability to query and sort by null and UUID values.
2024년 3월 27일 출시
- Updates MongoDB Vector Search queries to run concurrently by default on search nodes.
2024년 3월 05일 출시
Re-enables sort pruning.
Includes synonym queries in explain().
벡터 차원 제한을 4096 로 늘립니다.
2024년 3월 1일 출시
- Fixes an issue where sharded Atlas clusters running MongoDB v7.2.0 would return an error for
$searchMetastages that contain thefacetcollector.
2024년 2월 14일 출시
2024년 1월 17일 출시
- Supports retrieving
$searchresults sequentially after or before a reference point, which you can specify using a token generated by the$metakeywordsearchSequenceToken. To learn more, see Paginate the Results.
2023년 출시
2023년 12월 26일 릴리스
2023년 12월 04일 릴리스
Makes separate Search Nodes for AWS generally available for both your development and production deployments. To learn more, see Node Architecture.
Deprecates knnVector type and knnBeta operator. Instead, you can now use the new vectorSearch index type and the
$vectorSearchpipeline stage in both your development and production deployments. To learn more, see MongoDB Vector Search Overview.Improves latency when there are no mixed types in the fields you use to sort the results.
CPU 사용량이 낮은 검색 계층을 도입했습니다.
Makes
$vectorSearchgenerally available for both your development and production deployments. Also makes separate Search Nodes for AWS generally available for both your development and production deployments. To learn more, see Node Architecture.Introduces vectorSearch index type that indexes vector embeddings as vector type for semantic search and boolean, numeric, and string data as filter type for pre-filtering.
참고
현재 MongoDB Vector Search 전용 인덱스 정의를 통해 새로운 MongoDB Vector Search 환경을 출시하는 프로세스 입니다. 며칠 내로 또는 다음 유지 관리 기간 이후에 프로젝트 에서 사용할 수 있습니다.
2023년 10월 23일 릴리스
Introduces dedicated Search Nodes for MongoDB Search as a Preview feature. This feature and the corresponding documentation might change at any time during the Preview period. To learn more, see What is MongoDB Search?.
Supports parallel queries across segments for dedicated search nodes to improve response times. To learn more, see Parallelize Query Execution Across Segments.
2023년 10월 02일 출시
Introduces $vectorSearch to perform semantic search on data in your Atlas cluster running MongoDB 7.0.2.
참고
MongoDB Vector Search is available as a preview feature for evaluation and user feedback gathering. It's not recommended for production deployments as the feature and the corresponding documentation might change at any time during the Preview period.
To learn more, see MongoDB Vector Search Overview.
2023년 9월 26일 출시
Atlas CLI 에 Atlas 배포를 추가하여 로컬 환경에서 cloud 에 이르기까지 전체 소프트웨어 개발 수명 주기에서 Atlas Search 및 MongoDB Vector Search로 작업할 수 있습니다. 자세한 학습 은 Atlas CLI 에서 로컬 및 클라우드 배포 관리를 참조하세요.
Supports implicitly and explicitly sorting results by score.
2023년 9월 13일 출시
Supports custom analyzer configuration in the Atlas UI Visual Editor.
Supports token type configuration in the Atlas UI Visual Editor.
2023년 8월 30일 릴리스
- 시스템 업그레이드를 수행합니다. 인덱싱 및 쿼리 성능에 약간의 변화가 있을 수 있습니다.
2023년 7월 31일 릴리스
Supports highlighting for fields if the fields are indexed under a parent field of type document for query predicates specified inside the
embeddedDocumentoperator.Starts initial sync automatically in certain scenarios with sharding.
Fixes a bug that caused changes to token field mapping to be ignored.
2023년 7월 10일 릴리스
Limits the knnBeta operator as a top-level operator.
Introduces the ability to perform text, wildcard, regular expression, fuzzy, and range searches on
stringfields by using the queryString operator.
2023년 6월 22일 출시
- Provides preview of vector search to store, index, and query vectors using MongoDB Search.
2023년 6월 14일 출시
- M10 이상의 클러스터의 클라우드 백업 스냅샷에서 MongoDB Search 인덱스 복원에 대한 지원 추가합니다.
2023년 6월 7일 출시
M10이상의 Atlas 클러스터에 대해 Atlas UI 에서 쿼리에서 검색 텀 추적하고 추적된 검색 텀 에 대한 쿼리 분석 볼 수 있도록 지원합니다.
2023년 5월 26일 출시
Adds the in operator, which performs a search for an array of values and returns documents where the value of the field equals any value in the specified array.
2023년 4월 25일 출시
- Adds
scoreDetailsboolean option to retrieve a detailed breakdown of the score for each document in the query results.
2023년 3월 01일 출시
- Introduces the ability to edit your MongoDB Search query in the Search Tester.
2023년 1월 31일 출시
Adds the following language analyzers:
lucene.polishlucene.portugueselucene.smartcnlucene.soranilucene.thailucene.turkish
Supports the number data type using the equals operator.
Supports synonyms for sharded clusters.
2023년 1월 25일 출시
- Supports the embeddedDocuments type in the MongoDB Search visual editor configuration mode in the Atlas UI.
2022년 출시
2022년 11월 2일 릴리스
Supports statically indexing arrays of strings as the autocomplete type and querying the indexed field using the autocomplete operator.
2022년 10월 03일 출시
- Improves performance for storedSource.
2022년 8월 02일 릴리스
다음을 포함하는 MongoDB Search로 업그레이드합니다.
쿼리 개선 사항
regex 쿼리 에서
\w,\W,\D,\s,\S정규 표현식을 지원합니다. 그러나 MongoDB Search는 정규식 쿼리 에서s,S,w,W,d,D이외의 문자에 대한 결과를 반환하지 않습니다. 정규식 표준에따라 백슬래시를 사용하는 것이 좋습니다.Updates to email tokenizer top-level domains from the IANA Root Zone Database.
개선 사항 강조 표시
- 구절 선택기는 긴 스니펫을 잘라 더 짧은 스니펫을 표시하므로, 구절이 길 때 쿼리가 실패하는 원인을 수정합니다.
Explain output for some queries might look different. If you use explain, verify that the changes don't break logic in your environment.
앞의 변경 사항 목록 외에도 일부 인덱싱 및 쿼리 성능에 변화가 있을 수 있습니다.
Introduces moreLikeThis operator to retrieve documents similar to one or more input documents.
2022년 6월 07일 출시
Supports the facet collector on sharded clusters running MongoDB 6.0 and later.
Supports
$searchand$searchMetastages inside$lookupand$unionWithsub-pipeline.
2022년 6월 1일 출시
- Introduces embedded documents for
$elemMatch-like searches.
2022년 4월 27일 출시
Improves performance of stored source fields for faster post-aggregation stages.
복제 지연 지표 보고의 정밀도를 개선했습니다.
2022년 4월 19일 출시
- 내부 일괄 처리를 최적화하여 쿼리가 많은 수의 문서(5,000개 이상)와 일치할 때의 저장된 소스 쿼리 성능을 개선합니다.
2022년 3월 31일 출시
- Introduces an option in the index definition for storing fields on MongoDB Search and
$searchoption for returning stored fields.
2022년 3월 9일 출시
Atlas UI 또는 API 사용하여 MongoDB Search 인덱스를 생성, 보기, 편집 및 삭제 수 있는 새로운
Project Search Index Editor역할 도입합니다.새 인덱스 정의가 유효하지 않은 경우 마지막으로 유효한 인덱스를 사용하여 쿼리를 제공합니다.
Removes Lucene's default clause limit of
1024forBooleanQueryon dedicated clusters.참고
We are extending support for faceting on numeric and date fields using the number and date types from August to September 2022. You must migrate to the numberFacet and dateFacet types in all index definitions for faceting on numeric and date fields, respectively.
2022년 3월 01일 출시
Adds the numberFacet and dateFacet data types for running facet queries on number and date fields respectively.
참고
We are extending support for faceting on numeric and date fields using the number and date types from August to September 2022. You must migrate to the numberFacet and dateFacet types in all index definitions for faceting on numeric and date fields, respectively.
2022년 1월 26일 출시
- Adds reverse token filter, which reverses each string token.
2021년 출시
2021년 12월 10일 릴리스
- Adds support for Gaussian decay expressions, which decay, or reduce, document scores by multiplying at a specified rate.
2021년 11월 3일 릴리스
- Adds asciiFolding token filter for converting alphabetic, numeric, and symbolic unicode characters that are not in the Basic Latin Unicode block to their ASCII equivalents.
2021년 9월 28일 출시
Autocomplete improvements in this release:
Adds support for analyzers in the index definition for autocomplete.
Boosts exact matches in autocomplete operator.
Adds
rightEdgeGramtokenization strategy to createedgeGram-like tokens starting at the right side of words (instead of the left side).
이번 릴리스의 버그 수정:
objectId강조 표시 오류를 수정합니다.
2021년 9월 07일 릴리스
- 인덱스가 복구 중 상태로 전환되고 특정 복제 오류가 발생한 후에도 사용 가능한 상태로 유지되도록 허용합니다.
2021년 7월 13일 출시
- Adds support for synonyms, which can be defined in a source collection and mapped to search indexes via the Atlas API.
2021년 6월 01일 출시
- Supports wildcard path for highlight.
2021년 4월 05일 출시
- Adds stopword token filter for removing tokens that match the specified stop words.
2021년 3월 19일 출시
Adds additional language analyzers, token filters, and tokenizers.
Adds support for function scores, which allows you to alter the relevance score of a document using a numeric field in the same document.
2021년 2월 05일 출시
- Supports explain for
$searchqueries.
2021년 1월 16일 출시
- Fixes an issue with highlighting raising errors when combined with ObjectID equality operators.
2021년 1월 14일 릴리스
- 초기 동기화 인덱싱의 성능을 개선합니다.
2020년 출시
2020년 12월 15일 출시
2020년 11월 19일 출시
- 안정된 상태 인덱싱의 성능을 개선합니다.
2020년 11월 13일 릴리스
2020년 10월 1일 출시
- 수정된 인덱스 정의를 다시 빌드할 때 다운타임 요구 사항 제거.
2020년 9월 2일 출시
- Adds custom analyzers for index definitions and search queries.
2020년 8월 23일 릴리스
- 와일드카드 경로에 대한 지원을 추가했습니다.
2020년 6월 9일 출시
Releases Atlas Search to general availability.
2020년 5월 18일 출시
Adds a new index option to exclude the
normsfield, allowing a search index to ignore field length when scoring search results.Adds the tokenOrder option to the autocomplete operator, supporting unordered terms in search queries.
스택 추적 및 기타 Java 관련 메시지 제거를 포함하여 쿼리 디버깅을 용이하게 하기 위해 오류 메시지를 개선합니다.
2020년 4월 30일 출시
자동 완성 기능을 추가하여 다음과 같이 더 나은 실시간 검색 기능을 지원합니다.
A new autocomplete operator and index type.
분석기에 구애받지 않는 필드 값의 발음 구별 부호 접기.
부스트 및 상수와 같은 점수 산정 옵션
자동 완성 기능을 다른 $search 연산자와 결합하는 복합 쿼리.
분석된 텍스트에서 n-그램/싱글 및 엣지 n-그램을 생성합니다.
참고
2020 4월 이전에 게시된 MongoDB Search 출시하다 노트를 검토 하려면 Atlas 변경 로그를 참조하세요.