Tagged Questions
19
votes
6answers
6k views
SQL Server 2008 Full Text Search (FTS) versus Lucene.NET
I know there have been questions in the past about SQL 2005 versus Lucene.NET but since 2008 came out and they made a lot of changes to it and was wondering if anyone can give me pros/cons (or link to ...
9
votes
1answer
122 views
How can a query with a TOP 10 take infinitely more time to complete than the same query without the TOP 10?
I have a very simple situation:
I have a Table Valued Function called FullTextPagina defined as follows:
select * from Pagina as p where contains(p.PageText, @term)
And then I have 2 queries:
...
9
votes
2answers
4k views
How do you do full text search (FTS) with Linq to ADO.NET entity framework?
Now that SQL Server 2008 has full text search built in. I'm looking to use it to power my website's search. I'm also looking at using ADO.NET entity framework for my ORM but I was wondering how do you ...
7
votes
1answer
1k views
Using Full-Text-Search in order to find partial words (SQL Server 2008)
I'm trying to build a facebook like search for my software.
I'd like to query the table customers.
I've set up a FULLTEXT Index and tried the next query
SELECT * FROM Customer where ...
6
votes
4answers
329 views
Adding more OR searches with CONTAINS Brings Query to Crawl
I have a simple query that relies on two full-text indexed tables, but it runs extremely slow when I have the CONTAINS combined with any additional OR search. As seen in the execution plan, the two ...
5
votes
3answers
3k views
Cannot use a CONTAINS or FREETEXT predicate on table or indexed view because it is not full-text indexed
I am getting following error in my SQL server 2008 R2 database:
Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'tblArmy' because it is not full-text indexed.
5
votes
3answers
574 views
Searching and ranking short phrases (e.g. movie titles)
I'm trying to improve our search capabilities for short phrases (in our case movie titles) and am currently looking at SQL Server 2008 Full Text Search, which provides some of the functionality we ...
4
votes
2answers
194 views
SQL: Like vs Contains - Different Results
I'm running two queries on a table.
SELECT MSDS FROM dbo.MSDSSearch3 WHERE CONTAINS(MSDS, 'STYCAST')
And
SELECT MSDS FROM dbo.MSDSSearch3 WHERE MSDS like '%STYCAST%'
The first query will return
...
4
votes
1answer
267 views
SQL Server 2008 Containstable generate negative rank with weighted_term
I have a table with full text search enabled on Title column. I try to make a weighted search with a containstable but i get an Arithmetic overflow for the Rank value. The query is as follow
SELECT ...
4
votes
1answer
337 views
SQL Server 2008 Full Text Search - indexing is VERY SLOW
I'm experimenting with full text search. I have a 50 million row table with an xml field, and set up a full text search on it. It's 2 days later now, and the indexing is STILL ONGOING. It looks ...
4
votes
3answers
135 views
SQL Server FTS: possible to get information how/why rows were matched?
Is it possible to get the information why/how given row returned by FTS query was matched (or which substring caused row to match)?
For example, consider simpliest table with id and text columns, with ...
4
votes
1answer
169 views
SQL Server FTS: Ranking is a bit strange
I am using SQL Server 2008's Full Text Search engine in my website. I have a search SP, which shows results sorted based on ranking.
I break up the search string and pass it to the FTS query engine ...
4
votes
2answers
2k views
SQL Server 2008 Full text search on a table with a composite primary key
I am trying to put full text search working on SQL Server 2008, however the table i am trying to index is a table with a composite primary key, something like this:
EXEC sp_fulltext_catalog ...
4
votes
4answers
1k views
Is SQL Server's Full Text Search the right tool for searching phrases, not documents?
30 million distinct phrases, not documents, ranging from one word to a 10 word sentence and I need to support word/phrase searching. Basically what where contains(phrase, "'book' or 'stack overflow'") ...
4
votes
4answers
6k views
Using Full-Text Search in SQL Server 2008 across multiple tables, columns
I need to search across multiple columns from two tables in my database using Full-Text Search. The two tables in question have the relevant columns full-text indexed.
The reason I'm opting for ...
3
votes
1answer
162 views
Contains() function falters with strings of numbers?
For some background information, I'm creating an application that searches against a couple of indexed tables to retrieve some records. It isn't overtly complex to the point of say Google, but it's ...
3
votes
2answers
147 views
Find exact match using full-text search
Using the Sql Server 2008 how can you actually find an exact string match using full-text search. I'm having a real hard time with this and I just couldn't find a satisfactory solution anywhere ...
3
votes
1answer
132 views
SQL Server Full Text Search - Weighting Certain Columns Over Others
If I have the following full text search query:
SELECT *
FROM dbo.Product
INNER JOIN CONTAINSTABLE(Product, (Name, Description, ProductType), 'model') ct
ON ct.[Key] = Product.ProductID
Is ...
3
votes
1answer
140 views
Full text search catalog name
I want to find the name of full text search catalog on my SQL Server 2008 database. How can I do that using SQl Server Management Studio or TSQL. I tried using:
SELECT ...
3
votes
1answer
123 views
SQL server Fulltext trouble with period character
I have these rows :
ROW 1 containing: How to .405
ROW 2 containing: How to 405
When i use the contains query such as :
Contains( FIELDNAME, '"405"' )
Or this query :
Contains( ...
3
votes
2answers
530 views
Full-text searching a SQL Server 2008 FileStream
I have a SQL Server 2008 database with a table that is FileStream enabled. I'll refer to this table as Tbl_FileStream for the remainder of this question.
Tbl_FileStream contains hundreds of ...
3
votes
1answer
111 views
Lucene and Classic ASP?
I have a legacy app in which I need to enable search.
I was looking at either Lucene or FTS of SQL Server.
However my question is...would Lucene work with Classic ASP? Any links?
Thanks!
Vladan
3
votes
1answer
182 views
Use SQL Server FTS Stemmer
Is there any way to directly access the stemmer used in the FORMSOF() option of a CONTAINS Full Text Search query so that it returns the stems/inflections of an input word, not just those derivations ...
3
votes
1answer
170 views
about full text query in SQL
I have a nvarchar column which contains English and Japanese text. I want to make full text search on this column. When configure full text search, we need to specify language option for word breaker ...
3
votes
2answers
479 views
SQL server 2008 multiple “LIKE” problem
I'm using MS SQL 2008 and I'm facing a challenge for a few day's now.
My SP parameter can contain one to three words in a string (nvarchar) and I have to return matching LIKE %phrase% records for each ...
3
votes
1answer
115 views
Questions on SQL Server 2008 Full-Text Search
I have some questions about SQL 2K8 integrated full-text search.
Say I have the following tables:
Car with columns: id (int - pk), makeid (fk), description (nvarchar), year (int), features (int - ...
2
votes
3answers
118 views
How to save documents like PDF,Docx,xls in sql server 2008
I develop a web application that let users to upload files like images and documents. this file divided into two parts :
binary files
document files
I want to allow users to search documents that ...
2
votes
1answer
61 views
Lucene.Net creates empty index
I'm using Lucene.Net + SimpleLucene in my asp .net mvc application. There is a problem with creating index from the database. The index seem to start being created well, but all i get is 5 files with ...
2
votes
1answer
88 views
Enable Full-Text Search on View with Inner Join
I'm running Sql Server 2008 R2 and I need to enable Full-Text search on a view with a inner join. My problem is that I don't know how to create my Full-Text Index.
When I use the Full-Text Indexing ...
2
votes
1answer
54 views
SQL Server Full Text not taking Leading Zeros into account
I have an SQL Server 2008 Database with a Full Text Index set to one table column used for search.
When trying to perform a query against the table using the CONTAINS clause with the following ...
2
votes
1answer
216 views
SQL Server PDF Full-Text Search not working on FileStream PDF File
I cannot get the Full-Text search to work on PDF files I am loading into my SQL Db via FileStream.
Version: SQL Server 2008 R2 (Developer Edition - doing proof of concept)
OS: Windows 7
Steps I ...
2
votes
1answer
61 views
SQL Server full text search issue
I have a problem with full-text search results, I need to find rows that contain " spray " in name column and not contains " men " in description column.
select top 10 ftt.RANK, ID, name, description
...
2
votes
2answers
351 views
Sql Server 2008 - Line Break and fulltext queries
I have a database and a fulltext indexed table. Lets call this table test. This table has one field called testfield. Now, lets insert only one record as follow:
insert into test values ('word' + ...
2
votes
1answer
104 views
Sql Server 2008 not ignoring a noise word in a fulltext phrasal query?
Lets assume we have a table with a fulltext field on it. This field is called text. The content of the table would be:
car wash
car and wash
The word and is in my stoplist
Now, I will query this ...
2
votes
1answer
93 views
Auto generate full text search query like Google?
I'm new at FTS with SQL 2008 and I'm searching for a lib that convert Google-like keyword to FTS query for using with CONTAINS().
I want the result to be:
a keyword => "a" OR "keyword"
another ...
2
votes
2answers
120 views
FullText Search implementation on SQL server 2008 Problem
I have the following Stored procedure,
CREATE Procedure sp_SearchDB (
@SearchWord nvarchar(200)
)
SET @SearchWord = '"*' + @SearchWord + '*"'
Select *
from Table1
Where ...
2
votes
1answer
78 views
SqlServer 2008 - deleting rows containing terms found in a black list table
I have two tables, one is a list of strings and the other contains a list of black listed words. I wish to find all the rows in the first table that their string contains a word from the second.
...
2
votes
3answers
362 views
SQL Server - Free text search with empty keyword
Below is a simplified version of my sql query that uses CONTAINSTABLE for full text searching.
DECLARE @pSearchFor AS NVARCHAR(100);
SET @pSearchFor = 'SomeKeyword';
SELECT MS.[ModuleScreenID] AS ...
2
votes
2answers
318 views
SQL Server Fulltext search not finding my rows
I have a SQL Server table and I'm trying to make sense of fulltext searching :-)
I have set up a fulltext catalog and a fulltext index on a table Entry, which contains among other columns a ...
2
votes
1answer
153 views
FullText in a Indexed View - Incremental Population
I've created a indexed view in Sql Server 2008. In order to use incremental population on tables, we need to create a timestamp column. But should I create this timestamp column on the table wich is ...
2
votes
2answers
436 views
Full Text Search Exact Match - in binaries
I have a query that is running something like this in SQL Server 2008
Select [key], Rank
From ContainsTable(tblDocuments, '"Exact Match"')
At the time we decided to use SQL FTS Exact Matching ...
2
votes
1answer
60 views
Full text search on SQL server 2008
Suppose I have a table with full-text index on column Firstname, lastname, email.
There is on row in table like
FirstName LastName Email
ABC DEF TAN hongtan@abc.com
Then ...
2
votes
2answers
112 views
Full text search Sql Server 2008 question
Let's say I have the following string stored in a column which has full-text:
xx 3 555 7 4
My question is why a search using FREETEXT for the word '555' would not return anything
2
votes
1answer
320 views
FREETEXTTABLE always has a rank of 0
I'm using SQLServer 2008 and if I perform the following query:
SELECT
*
FROM
FREETEXTTABLE(SomeTable, Name, 'a name that I know exists')
I get the rows back that I would expect, but the rank ...
2
votes
2answers
213 views
Poor execution plans when using a filter and CONTAINSTABLE in a query
We have an interesting problem that I was hoping someone could help to shed some light on. At a high level the problem is as below:
The following query executes quickly (1 second):
SELECT SA.*
FROM ...
2
votes
3answers
762 views
Cannot create a stop list in SQl 2008
I'm new to the stop list functionality in SQL 2008 and seem to be missing something obvious. I'm trying to exectue the following statement:
CREATE FULLTEXT STOPLIST myStoplist3
FROM SYSTEM ...
2
votes
1answer
262 views
SQL Server 2008 fulltext catalogs: more than one language?
I have one table and I want to create two fulltext catalogues, one in German, and one in English.
My problem is:
I can only create one fulltext catalog per table, but I want to create a fulltext ...
2
votes
2answers
1k views
Create stored procedure with CONTAINS in SQL Server 2008
I want to create a stored procedure to do some combined keyword search using CONTAINS,something like below:
SELECT theContent
FROM FtsTest
WHERE CONTAINS
(theContent,
' FORMSOF (INFLECTIONAL, ...
2
votes
2answers
154 views
SQL Server 2008 FTS problem, best alternative
I develop news search engine with C# and SQL Server 2008
i using SQL Full text search for search and it's ok until some week ago.
currently i have more than 100 million record, that daily added ...
2
votes
1answer
1k views
Error: Cannot alter or drop column 'x' because it is enabled for Full-Text Search
I'm refactoring an old database and removing columns no longer in use.
The DB used to have full text indexing, so, some column are marked for full text.
How can I remove them?
Notes:
DB is MS ...