目录一、前言二、倒排索引三、全文检索3.1、创建全文索引3.2、使用全文索引3.3、Natural Language3.4、Boolean3.5、Query Expansion四、删除全文索引4.1、直接删除全文索引语法如下:4.2、使用 alter table 删除全文
If we set up a profile how Django recommends: class Profile(models.Model): user = models.ForeignKey(User, unique=True)