![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anybody here has any experience with that? Any remarks, praises or words of caution? Postgres search engine seems to be unable to cope with phrases and since that is an absolute must, I must look elsewhere. |
#3
| |||
| |||
|
|
On 02/10/2010 11:51 PM, Mladen Gogala wrote: Does anybody here has any experience with that? Any remarks, praises or words of caution? Postgres search engine seems to be unable to cope with phrases and since that is an absolute must, I must look elsewhere. Somewhere else, like this? http://www.postgresql.org/docs/8.3/s...extsearch.html |
#4
| |||
| |||
|
|
http://www.postgresql.org/docs/8.3/s...extsearch.html I don't understand. Can you, please, clarify? |
#5
| |||
| |||
|
|
http://www.postgresql.org/docs/8.3/s...extsearch.html I don't understand. Can you, please, clarify? |
#6
| |||
| |||
|
|
On 02/11/2010 02:59 PM, Mladen Gogala wrote: http://www.postgresql.org/docs/8.3/s...extsearch.html I don't understand. Can you, please, clarify? Weren't you looking for a way to perform full-text searches in postgres? If the link above does not satisfy you I cannot help, but I thought you might have overlooked, or been using a previous release of postgres, where the feature was available only as an extension to be installed separately. |
#7
| |||
| |||
|
|
Does anyone know whether the full phrase search will be supported in the near future? Possibly with version 9? Is anybody looking into it? |
#8
| |||
| |||
|
|
Mladen Gogala wrote: Does anyone know whether the full phrase search will be supported in the near future? Possibly with version 9? Is anybody looking into it? I don't think so. You'd have to lobby on the -hackers list, optimally with a good concept as to how it should work syntax- and/or implementation-wise. Yours, Laurenz Albe |
#9
| |||
| |||
|
|
Actually, the phrase search already is on the todo list: http://www.sai.msu.su/~megera/wiki/FTS_Todo Full text search in 8.4 can do prefix search and wildcard searches: http://www.sai.msu.su/~megera/wiki/Tsearch_84 Phrase search is still on the todo list. The problem is in the word location. Postgres FTS is just a word indexer and does not support phrases or operators like NEAR. Unfortunately, the phrase search is a business requirement for me, which means that I cannot use Postgres full text search. |
#10
| |||
| |||
|
|
Mladen Gogala wrote: Actually, the phrase search already is on the todo list: http://www.sai.msu.su/~megera/wiki/FTS_Todo Full text search in 8.4 can do prefix search and wildcard searches: http://www.sai.msu.su/~megera/wiki/Tsearch_84 Phrase search is still on the todo list. The problem is in the word location. Postgres FTS is just a word indexer and does not support phrases or operators like NEAR. Unfortunately, the phrase search is a business requirement for me, which means that I cannot use Postgres full text search. Well, that's Oleg's TODO list. Now you know where to lobby :^) If you/your company can invest some money, that might help. It is certainly too late for 9.0 by now, though. Yours, Laurenz Albe |
![]() |
| Thread Tools | |
| Display Modes | |
| |