Viewing 15 posts - 241 through 255 (of 938 total)
Mark's correct - the thesaurus expansion/replacement sets can contain stopwords. Remember, a thesaurus expansion/replacement set can contain phrases as well, and those phrases can contain stopwords. As an...
October 16, 2008 at 6:27 pm
According to Ivan this line is causing the issue:
Term.Priority = Terminal.LowestPriority;
If you remove this he says it should fix the problem. He says there's a deeper issue that he...
October 15, 2008 at 3:53 pm
OK I sent Roman an email asking if this was a known issue and if it's been resolved with the latest release, or if the blame is with me (I...
October 15, 2008 at 11:43 am
developmentalmadness (10/15/2008)
I'm running into a problem...
October 15, 2008 at 9:59 am
bseker (10/13/2008)
from:
Irony.StringSet errors = _compiler.Parser.GetErrors();
to:
...
October 13, 2008 at 8:55 am
bitbucket (10/10/2008)
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_1devconc/html/3ef96a63-8a52-45be-9a1f-265bff400e54.htm
You can define two forms of synonyms, expansion sets and replacement sets. By developing a thesaurus tailored to your full-text data, you can effectively...
October 11, 2008 at 6:27 pm
Martin Nyborg (10/7/2008)
I had a suspicion that i needed to OR or AND a lot of contains expression. Was just hoping that I could get it all...
October 11, 2008 at 10:49 am
innomatics (10/7/2008)
Mike C (10/7/2008)
innomatics (10/7/2008)
Not sure what you mean by "boolean search"?
Generally a search that doesn't compute likeness statistics and therefore can't return and ordered set of results...
October 7, 2008 at 8:33 pm
innomatics (10/7/2008)
The title however is misleading - " A Google-like Full Text Search". Google-like IMO implies some sort of...
October 7, 2008 at 5:26 pm
Martin Nyborg (10/7/2008)
I have altered the code to...
October 7, 2008 at 5:15 pm
Paul DB (10/7/2008)
In The Grammar section, the article lists 7 rules. One of them...
October 7, 2008 at 3:07 pm
marcosc (10/7/2008)
Actually, with Nautilus [/url]you can find a table just writing part of its name and once located you can find a record writing any word which is...
October 7, 2008 at 3:03 pm
Confucius247 (10/7/2008)
More time talking about a c# compiler than the SQL. No talk of the limitations of the FTS.
The article is not about the limitations of FTS, of which...
October 7, 2008 at 2:53 pm
Oleg (10/7/2008)
very useful article, especially code - thank you.
I tested code and found one problem.
If I entered phrase:
president -aluminium
it wokrs fine.
If phrase is:
-aluminium president
it generates syntax error, phrase...
October 7, 2008 at 2:28 pm
Ed Mays (10/6/2008)
Hi Ed,
The data encrypted in PHP/mcrypt could have been encrypted with any number of options, and was probably encrypted with a different key. The options that affect...
October 6, 2008 at 5:50 pm
Viewing 15 posts - 241 through 255 (of 938 total)