Answer the question
In order to leave comments, you need to log in
How to competently search for license information using Sphinx?
There is an rt index. Now the morphology is configured to lemmatize 3 main languages (rus, eng, germ):
morphology = lemmatize_ru, lemmatize_en, lemmatize_de
In the near future, processing settings for other languages will be added, but by stemme (French, Italian, etc.). Keyword searches are doing just fine now. There was a problem of search of number information. What in this case can be license information: SELECT * FROM rt_index where match('423452352364265');
2) Starts with: SELECT * FROM rt_index where match('42345*');
SELECT * FROM rt_index where match('*523642*');
SELECT * FROM rt_index where match('*265');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question