Problem using fulltext queries SQL Server 2008 R2

Hello,

I've got an instance with SQL Server 2008 R2 and Nuxeo 5.8 and fulltext queries works correctly. I've got another instance migrated from PostgreSQL to SQL Server 2008 R2 but the fulltext queries doesn't work getting the following error

Failed to execute query: Word breaking timed out for the full-text query string.
This can happen if the wordbreaker took a long time to process the full-text query string,
or if a large number of queries are running on the server. Try running the query again under a lighter load.

How can I solved it?

Thanks in advance.

Kind regards

0 votes

1 answers

2169 views

ANSWER



This seems to be a SQL Server installation issue. Please check with your database administrator.

This may help: http://stackoverflow.com/questions/6760059/full-text-timed-out-exception

1 votes