I have a SP using FTS (Full Text Search). I want searches across multiple fields, \'intelligently\' ranking results based on the weights I assign.
i have two fields: title body and i want to search for two words dog OR cat in each of them. i have tried q=*:dog OR cat
I have a Hibernate search that s开发者_开发技巧earches from many a field of an object. Is it possible to know which of the fields matched the results for each result object?Not out of the box. Some in
I have dynamic sql that perform paging and a full text search using CONTAINSTABLE which works fine. Problem is I would like to use FREETEXTTABLE but weight the rank of some colums over others
Each document in my Lucene index is kind of similar to a post in stackoverflow andI am trying to search through the index (which contains millions of documents). Each user should only be able to searc
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a sql full text catalog on a cms database (SQL 2005). The database holds the CMS page cont开发者_JAVA技巧ent within a ntext column which is part of the full text catalog.As expected the searchi
I have a MySQL database that I replicate from another server. The database contains a table with this columns
I\'m considering adding a tsvector column to an existing table that will hold possible search terms fo开发者_开发百科r multiple columns in that same table (e.g. the tsvector column will equal to_tsvec
I\'ve got a simple select query which executes in under 1 second normally, but when I add in a contains(column, \'text\') into the where clause开发者_开发问答, suddenly it\'s running for 20 seconds up