Is it possible to ignore noise words conditionally in working with Full text search containstable

I have a question on stoplist file. I need to search for exact phrase string("this is the incident") which contains   noise words. As part of the FT search engine, during parsing it eliminates noise word and search on remaining string in
the given phrase. 
let us say there are 10 rows which contains the term "incident" in the FT table . and 1 row which has the exact phrase.i.e."this is the incident".
if we use containstable() to search for "this is the incident", we are getting 10 rows instead of 1 row.
To resolve the issue, we have 3 solutions
1.either stoplist file needs to be modified to remove the words (this,is,the)
2. set stoplist = OFF.
3.empty stoplist.
Apart from the above solutions, is there any better solution with out touching noise words file list.
If any solution that provides flexibility to ignore noise words conditionally at one time and not to ignore them. 
Please provide your suggestion.
kkprasad

One question that I ask is:  Why would I want to exclude noise words?
Noise words were created to limit the size of the full text indexes and avoid processing the many 'this', 'is', and 'the' common words.  But the disadvantage of doing so is that you cannot find some things as you would like.
My feeling is that computers are more powerful and have more storage and it is often better to just index everything.  As long as your search does not include 'the', then the large number of 'the's in the system will pretty much be ignored. 
NOTE: If you change the noise words, including SET STOPLIST = OFF, you have to rebuild the index in order for it to implement your decision.
Of course, for very, very large full text indexes you would need to test.
Is your full text search on relation database columns, e.g.  Description NVARCHAR(1000)  or are you searching Word, Excel, and other more complex data?
If your full text is relational columns, it might be that you could:
1. Select only the fulltextkey into a temp table (e.g. #FTSfulltextkey) from the full text index using noise words.  That would give you 10 rows.
2. Then directly query the table to find the string as you define above.  (But remember that punctuation and symbols are generally ignored by Full Text Indexing, but would still be there in the string of text.)
SELECT *
FROM MyTextTable T
JOIN #FTSfulltextkey K
ON T.fulltextkey = k.fulltextkey
WHERE T.Description like '%this is the incident%'
Full text search is powerful, but it has limits. And the behaviour changes depending on the Language of the search.
RLF

Similar Messages

  • Is it possible to play oBo Word Snake without conflicting with the pulldown notifications screen? If not is there another similar app to get addicted to?

    is it possible to play oBo Word Snake without conflicting with the pulldown notifications screen? If not is there another similar app to get addicted to?

    Hi,
    There will be a “Post” list in that user’s MySite storing all the blogs that below to that user, we can delete all the blogs in that list if with sufficient permission in that
    user’s MySite.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Microsoft word doesn't work with Yosemite. Please Help

    Microsoft word doesn't work with Yosemite. Please Help

    Office 2008 and 2011 work with Yosemite. If you had Office 2004 installed, then it will not work. If you had Office 2008 I would upgrade to Office 2011. In any event you should try completely uninstalling Office and then reinstalling it.

  • Photobrowser word doesn't work with Photos

    Photobrowser in Word and Outkook keeps looking for Iphoto and Aperaturedirectories. After an update these two are combined in Photos. Does anybody know how i can change the photodirectory of Photobrowser ?

    Office 2008 and 2011 work with Yosemite. If you had Office 2004 installed, then it will not work. If you had Office 2008 I would upgrade to Office 2011. In any event you should try completely uninstalling Office and then reinstalling it.

  • Oracle equals_path condition NOT working with table and materialized view

    The user i am using is xdb with dba role.
    1.When i try to use the statement
    SELECT PATH FROM xdb.path_VIEW
    WHERE
    EQUALS_PATH(res, '/home/OE/PurchaseOrders/2002')=1
    the result is
    /home/OE/PurchaseOrders/2002
    2. When i drop the path_view and recreated it like materialized view with statement
    create MATERIALIZED view path_view as
    select /*+ ORDERED */ t2.path path, t.res res,
    xmltype.createxml(xdb.xdb_link_type(NULL, r2.xmldata.dispname, t.name,
    h.name, h.flags, h.parent_oid, h.child_oid),
    'http://xmlns.oracle.com/xdb/XDBStandard.xsd', 'LINK') link,
    t.resid
    from ( select xdb.all_path(9999) paths, value(p) res, p.sys_nc_oid$ resid,
    p.xmldata.dispname name
    from xdb.xdb$resource p
    where xdb.under_path(value(p), '/', 9999)=1 ) t,
    TABLE( cast (t.paths as xdb.path_array) ) t2,
    xdb.xdb$h_link h, xdb.xdb$resource r2
    where t2.parent_oid = h.parent_oid and t2.childname = h.name and
    t2.parent_oid = r2.sys_nc_oid$
    then the equals_path condition STOP working !!!
    3. The same experiment, but i recreate it like table
    create table path_view as .... using the rest of the statement ...
    Can someone help me to understand why equals_path is NOT working on table and materialized view !

    Thanks Jonah. I was under the impression that I already had it but seems like it has to be a direct priv - thru a role doesn't work.
    I granted the reqd privs and then it worked fine. Thx for your help!

  • HT4972 my pass word is no working with my ipad even though I AM TYPING THE CORRECT PW WHAT SHOULD I DO

    my pass word does not work for the app store even though I am typing it correctly each time. What should i do?

    have you tried to download from itunes, this way you can start narrowing down what it could be.  If you can download from iTunes it could be an iPad problem.  If it doesn't work with iTunes it could be an account issue..

  • Hi, does anyone know if the brand new Microsoft Word for iPad works with right-to-left languages, such as Hebrew and Arabic? Thanks

    Hi, just got the Microsoft Word app on my iPad mini, great app in my opinion- just would like to know if anyone has a way to switch into right to left orientation just like Pages now has.
    So far the only way I could get this to work was by emailing myself a Hebrew document, erasing it all, and writing the new document in its place, which actually really worked, with true formatting and all. Thing is, I wouldn't sign myself up for 10 bucks a month for a half-baked workaround which Pages does perfectly. Otherwise, Word is awesome.
    Any ideas would be appreciated, thanks.

    muzheh wrote:
    I wonder if that means that the iPad Word is a port of the Windows Word with some formqtting options disabled. Just wondering.
    I think iPad Word is closer to Mac Word than Win Word.  Mac Word, for 13 years now, has been unable to create connected Arabic text, except on a Win Word doc with some Arabic already there.   I've never seen an explanation for this, but suspect it has something to do with Windows ability to embed fonts in such docs.  In any case, this work around still has enough bugs that I don't think it has ever been widely used.

  • IP Adress condition not working with distributed authentication

    I try to set IP condition on a policy, but when using the distributed authentication feature of AM7, the policy is evaluated against the IP-address of the application server where the distributed authentication is deployed instead of the browsers address.
    Should this be possible or is it a restriction when using the distributed authentication?
    Best regards
    John Erik Halse

    There's a couple of possible causes for what you see. First, make sure that the gateway address is set to the LAN IP address of your router (routers have 2 IPs, the one it uses for the WAN/Internet and the one it uses for the LAN/local network -- use the LAN one).
    Make sure that you've set the subnet mask to the same value as the setting on the router (generally 255.255.255.0 for a home network).
    Make sure that you've specified a DNS server. Most routers proxy DNS requests, so you can specify the IP address of your router. You can specify multiple DNS IP addresses, so I'd also add 208.67.222.222 and 208.67.220.220 (opendns.org) or addresses provide by your ISP.
    Lastly, check your router's DHCP configuration. Generally speaking, you can specify a range of IP addresses to be given out by DHCP. You don't want to give your computer a static IP address in the range of addresses it has reserved for DHCP. Select and IP address outside that range (even adjust the range to free up some IP addresses, if necessary). For example, on my home router, I have DHCP providing IP addresses in the range 192.168.1.101-192.168.1.200 (I don't think I'll ever have more than 100 people connecting in my house).

  • Microsoft Word No Longer Works With Lion?

    It says something like "You can't open Microsoft Word Because Power PC Applications are no longer supported."
    This just happened after updating to Lion. Is there anything I can do?
    DC

    Return to Mac OS X 10.6.8, or upgrade Office to 2008 or better, or use a third-party product such as OpenOffice, or run Mac OS X Server 10.5 or 10.6 through a program such as VirtualBox.
    (63825)

  • Full-text search in published project finding zero results for multiple-word entries

    [RH10, IE10, Windows 7]
    I manage a large WebHelp project that has produced correct search results in the past. At some point the search function stopped finding results for entries of more than one word. For example, it won't find any results for "project plan" even though searching for either "project" or "plan" separately will correctly return results including the numerous pages containing either "plan project" or "project plan".
    TCS support is having a look at the files. So far we have found that this occurs under Google Chrome as well as IE 10, and also that the same error occurs if we publish to FlashHelp.
    BTW, I have another similarly configured project that does not display this error.
    I was hoping someone might have encountered this and can suggest a fix.
    Alberti

    Hi Rick,
    We do have baggage files of all sorts but in this project they are excluded from search.
    At one point in this project Search failed completely; the Search pane came up blank after generating. I was advised by a TCS support person that PDF baggage files (and not just “errant” ones!) will kill the search function (hmmm…) and must be excluded from search (in the WebHelp layout properties). That proved to be right and fixed the problem. Search worked fine for a while until I observed this new thing.To be extra-cautious I have excluded ALL baggage files from Search, at least until we can eliminate whatever this new issue is.

  • Word won't work with update to 10.6.8

    my mac updated, and now my microsoft word will not operate.  what can I do besides buying a new word program?

    Applied the latest security update? If so, reinstall your backup. Details in https://discussions.apple.com/message/17478269#17478269 amongst others.

  • De-noise on iPhoto not working with Canon camera pictures

    When I try to use the de-noise option in iPhoto on some pictures taken with a professional camera (Canon), it does not de-noise the picture.
    I tried diffrent stuff to see what works and what does not:
    - If I use a picture taken from iPhone / iPad, in iPhoto de-noise works
    - If I take a professional picture, send it to my iPhone and resend it on my Mac, the de-noise will work
    - If I use a professional picture on my Mac desktop, de-noise works as well.
    Just not in that initial circumstance ... Strange !! Help ?!

    How does this
    When I try to use the de-noise option in iPhoto on some pictures taken with a professional camera (Canon), it does not de-noise the picture
    differ from this?
    - If I use a professional picture on my Mac desktop, de-noise works as well.
    OT

  • If I purchase a new MS Word will it work with the new OS X

    I have just updated to the new OS X and the Microsoft Word that I have is not supported.  If I purchase a new version of Word will OS X support it?

    Is your MS Word part of Microsoft Office 2011 for Mac, or is it a Windows version? Please see http://www.microsoft.com/mac/products
    The OS X version is 2011 - http://www.microsoft.com/mac/word.
    Pages, Open Office and Libre Office are other options to consider.

  • Is it possible to get an iSight camera to work with Yahoo Messenger?

    Totally new to PC here. Been a Macuser all my computer life, but needed a second computer for work. Not thrilled, but there it is.
    So, I'm wondering if the isight camera is PC compatible, and if so, how and what drivers do I install? Or do I just go out and by a PC camera?
    ML
    gateway gt5436e   Other OS   running windows vista

    Hello maurice493windows ML
    Until Tony gets back with you, here is some info you can consider.
    iSight does not need an installer CD because it was sold by Apple for use with Macs. All software for iSight is built into Mac OS X, so no separate installer CD was provided.
    Apple's Boot Camp software that comes with the iNtel Macs has drivers for XP, but I am uncertain whether you have one of the iNtel Macs. If you do have access to an iNtel Mac and the software that came with it, you can extract the driver using the info Tony provided in this response to "Lennysapple" here:
    http://discussions.apple.com/thread.jspa?messageID=4207189&#4207189
    This apparently will work with a PC running Windows XP, but I have not yet seen reports of it working properly with Windows Vista. You may, as Tony suggests, need to experiment to find out.
    <hr width="75%">
    I do not recommend iSight on a PC. If you have too much difficulty, a USB webcam that is compatible with YM for your PC may be a quicker and easier choice. Many of the PC compatible USB webcams are cheap, and they were designed to work with PCs.
    This Google Search returned links, such as this one, which contains the following statement that may indicate more problems for you:
    ... Apple specific hardware will not work, such as the iSight, Bluetooth, etc. due to the fact that they're written for 32-bit Windows XP SP2.
    I do not know whether that is still true, but it does support my suggestion that it may be easier to buy a PC compatible USB webcam.
    Jim
      Mac OS X (10.4.9)    G5 DP 1.8  External iSight

  • Help from a Moderator please, possible Solution for Speakers that do not work with X

    Hi!?I think i know a way to get the X-Fi to work with the Inspire 5700 Digital. I have no evil intend, but i would like to post a link to a competitiors product.Well actuall the product itself is not competition since i could not find a creative labs equivalent to it. The idea is to replace the Inspire Digitals Control unit with an alternati've Decoder, while keeping your all of you speakers and stands and the subwoofer. This would allow the X-Fi to be used perfectly. Games would run in 5. via an analoge connection, and DVD would run?in 5. Dolby Digital and DTS via an digital connection. That way, even Windows Vista would work perfectly since games would be covered by Alchemy and DVD's would be decoded indipendently from the computer by the decoder box. The price for this Decoder Box with an optical cable and a remote control is 30 ? and it can be found on the website of germanys most popular computer speaker systems manufacturer... I will post a link to a picture that shows the System now, and it would be very nice of the moderators to not remove this link since it actually would help people to decide to buy an X-Fi. Thanks?http://www.teufel.de/images/zubehoer/dec_fin.jpg?While i have not tried it out myself yet, i see no reason why this should not work. If anyone does, please explain why.Message Edited by Force on 06-4-200702:58 PM

    Hi Jerry,
    The other way around. If you UNCHECK the Windows Event Log, then the media buttons wouldn't work.  If you then CHECK the box again with the checkmark, then the media buttons worked.  I have two of the m645-s4070's at home from Best Buy, I'm returning one, I tested this on both systems and it's the same result.
    I've checked the box again and not unchecked anything in Msconfig - services.  I thought i read somewhere that it wasn't necessary for that to run.  I guess I shouldn't mess around with those. 
    Anyway, it would be very interesting to know what the correlation between the Windows Event Log and the media buttons were.  I read some people were having trouble starting their wireless too since it seems the only way to do that is through those buttons above the function keys.  Perhaps they did the same thing by unchecking the Windows Event Log...

Maybe you are looking for

  • Can I merge all user accounts into one?

    Currently I have three user accounts on my iMac and I want to merge them all into one? Does anyone know how to do that? I've tried surfing through System Preferences for a way but I can't find one. If it can't be done, how do I copy all of my content

  • Cloning a Mac OS X Server to a remote location

    Scenario: A Mac Mini running Mac OS X Server is in location A and a second Mac Mini running Mac OS X Server is to be acquired and setup at a remote location. Desire: Do a nightly backup of Server A to the second Mac Mini so that Server B is a bootabl

  • Why do I have a continuous drum beating sound ?

    One thing that us bugging me every now and then is the *_continuous drum beating sound_* ? It happen when I tried to click on the orange circle on the top right in the Safari window to make it go down to the dock. Or when I open up the preference win

  • When uploading photos, the size is halved

    I use pro photo websites for selling photos, but when I upload photos recently the size of these photo is halved. This is not accepted by these sites, they want max size.  Aperture settings for Web export are Jpeg, image quality 12 web thumbnails/web

  • Comparison operators startsWith, endsWith ?

    Hi, it would be helpful to have the predefined comparison operators starts with and ends with. I know that this is only a small thing and could easily be worked around with the CP operator, like this contains pattern "STRING*" and contains pattern "*