SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Longtext/richtext fields are indexed without an analyzer. #1916

Closed kavics closed 7 months ago

kavics commented 1 year ago

LongText fields must be indexed with the standard analyzer that splits sentences into words. Now the longtext fields produce only one term, as if no analysis is running, or only the keyword analyzer is being used. See inverted index of the Description field after saving any content with a not-empty Description.