N
N
n0namer2017-04-09 16:44:04
Database
n0namer, 2017-04-09 16:44:04

How to search by text based on morphology in C#?

There is MSSQL a DB. It contains texts ranging from 300 to 10,000 characters. How to organize a search on them taking into account morphology in C sharp? How to give the most relevant texts?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
n0namer, 2017-04-09
@n0namer

Thanks for answers. I understand Sphinx also makes sense to consider? Which of the three options (full text, Elastic, Sphinx) do you prefer and why?
UPDATE: Sphinx launched in a couple of hours. Articles from here chakrygin.ru/ helped to figure it out. Elastic did not win in the evening and abandoned.

A
Artem, 2017-04-09
@devspec

You need a full text search
https://habrahabr.ru/post/40218/

Z
Zelimkhan Beltoev, 2017-04-09
@Beltoev

You can index texts using the ElasticSearch search engine, and only then search in ElasticSearch using the library:
https://github.com/elastic/elasticsearch-net

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question