Property ConcatenateNumbers
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Search
- Assembly
- MongoDB.EntityFrameworkCore.dll
ConcatenateNumbers
If true, add a token that is the concatenation of adjacent numeric subwords
(e.g., 500-20 → 50020 in addition to parts).
public bool? ConcatenateNumbers { get; init; }
Property Value
- bool?