Questions tagged [full-text-search]
53 questions
0
votes
2 answers
Failed to install Full-Text Search on SQL Server 2008
I'm trying to upgrade my SQL Server 2008 with Full-Text Search feature. Installation fails on it's very end with something like this in C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110318_105034\Detail.log:
Slp: Error: Action…

Saša Pešić
- 1
- 3
0
votes
1 answer
search options based on data
I write an example to be more practive.
I need to know if it is possible to next search based on the data I have in my database, fulltextsearch engines in sqlserver-2008 or Apache Solr:
Case 1:
Data in the…

andres descalzo
- 209
- 2
- 4
- 11
0
votes
2 answers
MySQL hangs and table inaccessible after adding fulltext index
After adding a fulltext index to one column in a table with 30,000 rows that table is now inaccessible. Any attempts to modify, drop, truncate, or access it hang. MySQL also reports that the user has too many connections. Why would adding a fulltext…

Daniel
- 125
- 1
- 1
- 6
0
votes
1 answer
How much to increase page file value for SQL Server 2008 R2 Full Text Search Engine
SQL Server 2008 R2 Full-text search engine (FTS) is taking up too much resource (I/O & Memory) in my production server. (migrated from SQL server 2005).
I have been reading up on SQL Server FTS engine Internals and Enhancements and there was a…

dance2die
- 2,011
- 7
- 32
- 41
0
votes
1 answer
What can cause SQL Server Full Text Indexing automatic change tracking to stop working?
On a SQL Server 2008 server, we have a full text catalog in a database. The catalog is set to "track changes: automatic".
What can cause this to not work sporadically, so the index is not updated?

Kjensen
- 1,039
- 10
- 28
- 39
0
votes
1 answer
lucene vs sphinx vs xapian vs lemur , which is a good choice for production use?
I am evaluating the full-text searching systems and I really need your practical experiences. Also you can suggest some that I didn't mention.

Mickey Shine
- 939
- 4
- 17
- 33
0
votes
1 answer
Enabling DB2 Database for Full Text Searching
I'm trying to enable full text searching on a DB2 V9.5 database, SuSe Enterprise Linux.
Net Search Extender has been installed and db2text service starts without problems.
When I execute the following command:
db2text ENABLE DATABASE FOR TEXT…

Michael Sharek
- 101
- 3