How to remove any kinds extensios in result search

Hi for all,
In 'crawler.dat' file in 'default file name suffix exclusion list' session I add others extensios:
RX_BOUNDARY (?i:(?:\.jpg)|(?:\.jpeg) ... (?:\.css)|(?:\.js))$However, these files are showed in the result search of SES. I would like remove in result search *.js files, for example.
How could I do this?
Kind regards,

That change will only affect files which are crawled in the future. It won't have any effect on results returned from previous crawls. You'll need to recrawl the source (or probably better, drop the source and recreate it) for that to have the proper effect.

Similar Messages

  • How to remove any kind of Airport Express settings on computer

    My boss gave me an Airport Express 802.11n Wi-Fi to "extend" his current network which runs on a Belkin router. He has another router (linksys) that works in the office area, but wanted to eliminate the need for this router and run everything off of the belkin; therefore having everything on the same network.
    Now I was simply getting acquainted with the device and after I plugged in the ethernet cable for the linksys, it has totally screwed up my wireless settings on my laptop. I'd like to go back to just being able to connect to the linksys without having to have the AX plugged in. But as it stands now, any time I unplug the AX, I then cannot connect to the linksys at all. It shows up under my available networks, but anytime I try to connect to it, it times out. This cuts me off from the printer/scanner/fax machine.
    Is there any way that I can just remove all this crap from my wireless settings and start over? I've tried resetting the AX, restarting my computer, and whatnot. None of that has worked.
    Also, I was told by a friend of mine that the AX is only to be used with an AirPort Express Extreme. Is this true for all uses of an AX or just the extension of an existing network. Any advice on how we could efficiently distribute the Belkin router's signal to the rest of the house/office would be greatly appreciated!

    Hello edharkey. Welcome to the Apple Discussions!
    Is there any way that I can just remove all this from my wireless settings and start over? I've tried resetting the AX, restarting my computer, and whatnot. None of that has worked.
    Yes, please try the following:
    1. Delete Preferred Network(s)
    o System Preferences > Network > AirPort > Configure
    o In the "By default, join:" pull-down menu, select "Preferred networks"
    o Delete the network(s) you regularly use from the list
    2. Delete AirPort Keychain Entries
    o Launch the "Keychain Access" application located in Applications/Utilties.
    o Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    o Restart, or log out then back in.
    3. Add Preferred Network(s)
    o System Preferences > Network > AirPort > Configure
    o In the "By default, join:" pull-down menu, select "Preferred networks"
    o Add the preferred network(s) using the "+" button.
    o Restart or log out then back in.
    If that doesn't resolve the problem, then try the following:
    Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    o Go to /Library/Preferences
    o Move the SystemConfiguration folder and com.apple.networkConfig.plist file to the desktop.
    o Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder & .plist file back to its original location.)

  • I have no toolbar of any kind, I have no search engine, I have no place to see or type in Url's

    I have no tool bar of any kind, I have no search function, I have no place to see or type URL's. All I have is the firefox logo and the button to make the page larger or smaller and a line of old url's that when I go to them - I can not navigate out of them and hve no forward and backward button. I have downloaded new upgrade - but did nothing.
    == This happened ==
    Every time Firefox opened
    == It's alwasy been buggy as hell but this started a few weeks ago

    Can't see the Menu Bar (File, Edit, View, History...Help)? Hold down the key ( key in OSX) and press the following letters in this exact order: V T M
    The Menu Bar should now be displayed permanently, unless you turn it off again (View > Toolbars). Turning the Menu Bar on and off is a new feature in version 3.6.
    See other bars under View > Toolbars. Click on one of them will place a check mark (display) or remove the check mark (not displayed).
    To display the Status Bar, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    * If items are missing then see if you can find them in the View > Toolbars > Customize window.
    * If you see the item in the Customize window then drag it back from the Customize window to the Navigation toolbar.
    * If you do not see that item then click the Restore Default Set button in the View > Toolbars > Customize window.

  • How to remove any instance of "border-radius: 100%;" on a certain website?

    I want to disable this line from appearing in the inspect element on one website only. How do I make firefox do this automatically? If possible, just make it an addon because IDK how and I dont know how to code. Not going to learn.
    Has to work in firefox 28, and I only want to prevent Firefox from loading this line.

    Aha, okay, you can use a custom style rule to hack the page. I realize this kind of looks like coding, but the code is already written, so it's more like copying and pasting.
    First, you can install the Stylish extension. This add-on makes it easier to apply custom style rules to pages (and, if necessary, Firefox's UI). You can get it here: https://addons.mozilla.org/firefox/addon/stylish/
    Second, you'll need to select and copy this six-line style rule:
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("www.mineheroes.net") {
    .avatar img, .avatar .img, .avatarCropper {
    border-radius: 2px !important;
    Third, load up a thread in the site and look for the Stylish "S" icon on the toolbar. ''(If necessary, you can use the Customize feature to add it to the toolbar temporarily. See: [[Customize Firefox controls, buttons and toolbars]].)''
    Click the S, then Write New Style, then Blank Style.
    A new tab should open with the cursor next to "1" (the line number counter).
    Paste the rule you copied earlier and click Preview.
    When you switch back to the forum, the avatar icons should be (mostly) square again.
    I have attached a screen shot showing what that should look like. ''(To shrink the rule editor to a small box, I first right-clicked the tab and used Move to New Window.)''
    Assuming it worked, you can switch back over the Stylish editor, give your rule a name, and save it.
    Any luck?

  • How to remove CDATA from XSLT mapping result

    Dear All,
    Using the following code:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
         <xsl:template match="/">
              <DlrDiscItemWise>
                   <DlrDiscItemWiseXML>
                        <xsl:text disable-output-escaping="yes"><![CDATA[<![CDATA[]]></xsl:text>
                        <xsl:copy-of select="."/>
                        <xsl:text disable-output-escaping="yes"><![CDATA[]]]]></xsl:text>
                        <xsl:text disable-output-escaping="yes"><![CDATA[>]]></xsl:text>
                   </DlrDiscItemWiseXML>
              </DlrDiscItemWise>
         </xsl:template>
    </xsl:stylesheet>
    I am getting result as
    <?xml version="1.0" encoding="UTF-8"?><DlrDiscItemWise><DlrDiscItemWiseXML><![CDATA[<ns0:MT_DlrDis_Sender xmlns:ns0="http://MTSINDIA/TC/DealerDiscount"><ITEM><nDlrAddEdit>1</nDlrAddEdit><nItemCode>101000080</nItemCode><nItemDisc>100</nItemDisc><dtDiscFromdt>15/May/2010</dtDiscFromdt><dtDiscToDt>31/may/2010</dtDiscToDt><nItemAddDisc/><dtAddDiscFromDt/><dtAddDiscToDt/><nDlrTypeCode/><nItemDisQtyMulti/><nItemDiscQtyFree/><sItemDiscPerAmt/><sItemDiscType/><nDlrCode>10010000088</nDlrCode><nCircleCode>4</nCircleCode></ITEM></ns0:MT_DlrDis_Sender>]]></DlrDiscItemWiseXML></DlrDiscItemWise>
    but client doesnot want <![CDATA] and ]] at the end. Basically client doesn't want CDATA tag as it is throwing error wihile collecting message in Web Service.
    Please help!!

    Hi,
    You remove CDATA from xsl program which you are using in mapping so that it will come in output. Because CDATA we will use in DTD only, not required in XSL program.
    thanks,
    madhu

  • How to remove any view from material master

    Hello guys,
       Actually we can attach the view to material master by MM01 and also by MM50.
       Now,consider this, in my company even we sale the semifinished material along with the finished material.So we have attached the sales view to semifinished material and finished material.Now my company has decided to not to sale the semifinished material.So there is no sense in keeping the sales view in material master of semifinished material.So we want to remove the sales view from the material master of semifinished material.
         So could you guys help me out to do this?

    Hi
    From the config for Material type attributes you can change the views relevant to Material type means you can unselect the sales views - that will definately take care of the new materials that will be created. But for the existing one's and the data is something you need to see and investigate
    I would advice you to check all the aspects in dev client and then take a decision.
    Thanks

  • How to convert any CAML query to SharePoint Search query (like KQL , FQL )etc

    Hi ,
    To query multiple lists with lookup column, CAML query is preferred over Search API.
    Is there an easy way to get this done with Search API or  using Search OOB features like query rules,result types etc?
    Can CAML query configured in Content search webpart
    Swati
    SP Page: http://www.facebook.com/SharePointQ SP Blog: http://swatipoint.blogspot.com

    Hi Swati,
    As I understand, you would like to query lookup column in content search web part. I found a similar issue for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/6be2fd2b-df0d-4054-af5d-bb23200593b2/content-query-web-partquery-on-lookup-fields
    For more information:
    http://blogs.msdn.com/b/kaevans/archive/2009/02/23/the-content-query-web-part-and-working-with-lookup-fields-in-a-custom-web-part.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Saved Search Mailer - remove "Modified Date" from the results

    Does anyone know how to remove Modified Date in the saved search mailer results? Our current results are posted below and we'd like to remove the entire Line of "Modified: xxxxx ".
    5/2 - Read the latest Maximizing Your Benefits newsletter (2)In this issue: What to expect for 2005 Open Enrollment for Staples benefits.Modified May 9, 2005 5:00:45 PM EDT4/27 - Are you ready for Mother's Day? Staples RealLifePerks can help. (2)Be sure to visit Staples RealLifePerks for gift ideas and great discounts.Modified May 9, 2005 5:00:45 PM EDT4/14 - Read the latest Maximizing Your Benefits newsletterIn this issue: Shaping Up the Pyramid Way - the latest US government guidelines on nutrition and exercise, and more!Modified May 9, 2005 5:00:45 PM EDT

    Hi
    I have similar problem. I get follwing message when i run the bat file in dos prompt "SavedSearchMailer got 0 results for this subscriber 0" eventhough sanp shot qury have resuilts. any idea whats causing this
    F:\Program Files\plumtree\jre\bin>"F:\Program Files\plumtree\ptportal\5.0\scripts\SavedSearchMailer.bat" "2399|1121447028|vAqqK6+GDzlFE7xuOkkHSQd7+YI=" 246 "12/07/2005 3:34:47 PM" "Portal Administrator" xxxx.macgen.com.au MACQUARIE N/A N/A [email protected]/html charset=utf-8 "<search_name> savedsearch results for <name>" "<html><body >hhh</body></html>"Starting Saved Search Mailer...SavedSearchMailer invoked with 13 arguments: 0: 2399|1121447028|vAqqK6+GDzlFE7xuOkkHSQd7+YI= 1: 246 2: 12/07/2005 3:34:47 PM 3: Portal Administrator 4: xxxx.macgen.com.au 5: MACQUARIE 6: N/A 7: N/A 8: [email protected] 9: text/html 10: charset=utf-8 11: <search_name> saved search results for <name> 12: <html><body >hhh</body></html>SavedSearchMailer invoked with 13 arguments: 0:2399|1121447028|vAqqK6+GDzlFE7xuOkkHSQd7+YI= 1:246 2:12/07/2005 3:34:47 PM 3:Portal Administrator 4:mgmail.macgen.com.au 5:MACQUARIE 6:N/A 7:N/A 8:[email protected] 9:text/html 10:charset=utf-8 11:<search_name> saved search results for <name> 12:<html><body>hhh</body></html>.SavedSearchMailer accessed saved search 246 and found 1 subscribersSavedSearchMailer processes subscriber #0 - Ranaweera, MahendraSavedSearchMailer got 0 results for this subscriber

  • How to remove trailing zeros using EngineeringFormatInfo?

    HI,
    I found a measurement studio formatter for SI notation.  
    For details, see the NI document.
    Here, I want to know how to remove any trailing zeros. I could not find any information about this. 
    For example, 
    code : string result = string.Format(EngineeringFormatInfo.Default, {0:s5}, double value)
    if  value = 1.2345678E-3,  result is 1.23457E-3. It is ok. 
    if  value = 1.2E-3,  result is 1.20000E-3. But I want to get "1.23m". 
    In labview, I usually use "%#.5p" format string.

    diluculo wrote:
    HI,
    I found a measurement studio formatter for SI notation.  
    For details, see the NI document.
    Here, I want to know how to remove any trailing zeros. I could not find any information about this. 
    For example, 
    code : string result = string.Format(EngineeringFormatInfo.Default, {0:s5}, double value)
    if  value = 1.2345678E-3,  result is 1.23457E-3. It is ok. 
    if  value = 1.2E-3,  result is 1.20000E-3. But I want to get "1.23m". 
    In labview, I usually use "%#.5p" format string.
    I don't understand how you are getting 1.23457E-3 ?  And claiming that is okay.
    If you are using the format string that you claim you are using, then you should be getting 1.23457m.
    It sounds like you are using string result = string.Format(EngineeringFormatInfo.Default, {0:E5}, value)

  • How to remove wechat in iPad

    How to remove any installed program in my iPad 

    Ramdanya wrote:
    How to remove any installed program in my iPad 
    You cannot delete apps that came preinstalled on the device.
    Best of luck.

  • How to remove inactive session from monitor users in oracle apps 11i

    Hi All,
    when I am monitoring users from security- user - monitor in apps 11i, its showing many inactive users.
    I dont know how to remove them
    kindly help me.
    thanks in advance
    sagb

    Hi hsawwan,
    Thank you very much for the reply, it really worked fine.
    thanx again
    Sagb

  • Any suggestions on how to remove an "aura" from around a selection?  I shoot pictures at rodeos.  To make the rider stand out, I select and mask the rider. Next I blur the background using Gaussian Blur filter.  This results in a noticeable aura around th

    Any suggestions on how to remove an "aura" from around a selection in an image?  I shoot pictures at rodeos.  To make the rider stand out, I create a mask around the rider and then blur the background with Gaussian Blur.  This results in a noticeable blur around the outside of the selection.  I have tried using Feathering as well as other Refine Edge Tools.  The only thing that works is to go around the edge with the Clone Tool.  This is time consuming and not totally successful.  So, my two big questions are: (1) Is there a better (simpler) way to avoid the aura? and (2) If not, is there a way to remove the aura that is simpler?? 
    Thanks in Advance,
    Art Schwartz

    Sorry, what with the long title I had neglected the body of the message and your statement
    The only thing that works is to go around the edge with the Clone Tool. This is time consuming and not totally successful.
    seems to answer my first question.
    Did you do that before or after blurring?
    Have you alternatively tried using Content Aware Fill?

  • How to remove the 0 that is added to the formula result

    Hi,
           I have a formula field. i placed the formula field in the group footer. zero (0) is added to the formula result. if the formula result is 8 then i am getting 0.00 and 8 as data when i select the browse field data of that field . how to remove the zero. i also used supress formula for the field. but it is not working. any idea on this regard.
    Regards,
    Shanthakumar.

    hi,
      Formula : GRP1Focus
                  if ({@Grp1BrandName}={@All Brand Names})  then {@FocusValue NBSH}. when i right click the formula field and select browse data. 0.00 and 8 are displaying.
    Suppress formula
             GRP1Focus=0
    Regards,
    Shanthakumar

  • Adapter broke off in ipad any idea how to remove it?

    I purchased a Belkin mp3 adapter for my new car and the stem broke off in my ipad.  Any idea how to remove it as this is not covered by any warranty?

    If you live near an Apple store, make an appointment. A service tech at the store should be able to remove it and if so, there shouldn't be any charge. Apple doesn't have a menu of repair services anyway. They may make clear they won't be responsible for any resulting damage by the stem getting broken or by the removal.

  • How to remove Forms/DispForm.aspx from search results

    HI
    I configured enterprise search in our share point public facing portal,
    and when a user search for any content why the search results are displaying from below links and when user clicks it asking authentication.
    /Pages/Forms/DispForm.aspx?ID=477
    /PublishingImages/Forms/DispForm.aspx?ID=3
    /SiteAssets/Forms/DispForm.aspx?ID=1
    /Documents/Forms/DispForm.aspx?ID=1
    and how to remove these from search results .
    adil

    To remove from search results...
    Central Administration > Application Management > Manage service applications > Search Service Application > Crawl Rules
    In the Path enter: *://*/DispForm.aspx* and for the Crawl Configuration check "Exclude all items in this path" and check "Exclude complex URLs (URLs that contain question marks - ?)"
    You will then need to do a crawl of your content to remove any URLs that match this path.

Maybe you are looking for

  • Error while executing work flow

    Hi all, I have created a workflow with user decision and send mail steps. But when I execute the workflow it is generating an error saying - " Task started under workitem ID 71036(current status: Error) ". When I see the workflow log--> list of techn

  • Amount comes multiple times against document number

    Hi, I have a query in my report that where the A/c Document numbers have the multiple line items, it goes in loop..means it print the value multiple times like: - 5500004344...............4500 5500004345...............5000 5500004345...............51

  • Iphoto is gone HELP!!!!!!!

    I logged in and my mac said iPhoto had not been set up i typed in iPhoto set it up it reovered the photos from i cloud but everything else is gone . I tried doing the rebuild iPhoto library it is not working . I did an update last week for Security 2

  • Editing Text within Acrobat X suite is very slow

    All other handling within this programm goes normal, moving trough text works normal, loading of fonts goes normal, Openeing of more diferent PDF documents works fine. It is just the editing, typing one character takes up to 5 seconds

  • Read PDF and pull data

    Hi, I have a requirement to upload PDF from local drive and search for particular line and move that particular line data into a internal table in a readable format. Example:--> I have pdf file ZTEST.pdf within the file on 10th line, we have external