| От | Tom Lane |
|---|---|
| Тема | Re: Full text search strategy for names |
| Дата | |
| Msg-id | 12096.1239944688@sss.pgh.pa.us обсуждение |
| Ответ на | Full text search strategy for names (Rick Schumeyer <rschumeyer@gmail.com>) |
| Ответы |
Re: Full text search strategy for names
|
| Список | pgsql-general |
Rick Schumeyer <rschumeyer@gmail.com> writes:
> I want to be able to search a list of articles for title words as well as
> author names. I understand how to do the title words with the full text
> searching. But I'm not sure the best strategy for the names. The full text
> parser "parses" the names giving undesirable results.
> For example,
> select to_tsvector('claude Jones');
> to_tsvector
> --------------------
> 'jone':2 'claud':1
Er ... why is that a problem? As long as the index stems the words in
the same way that the query does, why should you care?
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера