Hi Peter I have been searching for a solution to this same problem, So I am very interested in where you got with support for custom dictionaries. I can see three ways to support it (1) Modify postgress so that the dictionary is keep in a table rather than a file. - obviously you don't want to modify postgress (2) The custom dictionary is in a table, but is exported to a file (in the correct location) for use with standard postgress (3) The custom dictionary is maintained outside postgress and is up loaded using a heroku CLI extension (or via the website)
On Sunday, March 3, 2013 10:16:31 AM UTC+11, Peter van Hardenberg wrote: > > Hi Nickolay, > > we haven't figured this out yet. Assuming you're on a production plan, you > could email me the requisite dictionary and I can try dropping it in place > for you on an experimental basis. Coming up with a better mechanism for > this is an interesting project. Ideally, it should be something you can do > yourself through some built-in mechanism in Postgres. > > > On Sat, Mar 2, 2013 at 2:56 PM, Nickolay Kolev <[email protected] > <javascript:>> wrote: > >> Hi all, >> >> is there a way of adding a text search dictionary and configuration to a >> Heroku Postgres DB? One cannot access $SHAREDIR in order to put the >> dictionary files there, so an alternative is required. >> >> I would not mind putting the dictionary files in migrations if required. >> >> I am very happy with the performance and results of the TSearch2 German >> Compound dictionary and would like to use it in a Heroku-hosted project. >> >> Best, >> Nickolay >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Heroku" group. >> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/heroku?hl=en_US?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Heroku Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
