On Thu, Mar 21, 2013 at 3:06 PM, Bharadwaj Desikan <[email protected]>wrote:
> Hi Guys, > > I would like to Contribute Towards Implementing Full Text Search in the > Django and > have seen the following ticket > > https://code.djangoproject.com/ticket/3254#no1 > > If someone can throw some light on What is Expected on the Postgre side .. > I would > like to give a shot to Index for Managing the issue caused by the tsVector > field on Post Gre > for every full text field.. > Well, the first step is to get a patch that applies cleanly to trunk. Looking at that ticket, there are three patches, none of which cover all backends -- and even then, they're 6 years old. An inspection of the code shows me that they won't apply cleanly. In the case of PostgreSQL, I suspect there will also be some work required constructing a full-text index on text columns -- optionally, since indices aren't free to create, so they can't be turned on by default. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
