IFS Searching with other Search Engines

Is it possible to set up iFS searching with or without interMedia) that would work with a search engine for static pages, like Infoseek?
From an "end-users" point of view, I would like to have them search for a document, some of which may be stored in the database, but others are html pages used for the site.

You would have to write a custom program which would submit searches to IFS and to your Infoseek search engine, and then combine the results for the end user.
Or you could use iFS and Intermedia to index the static HTML pages.

Similar Messages

  • CV04N: Is it possible to JOIN TREX fulltext search with other data ?

    Dear DMS gurus.
    ...in CV04N.
    Is it possible to JOIN a TREX fulltext search with other data (e.g. document data, classification characteristics, object links,...) ?

    Dear Erik
    Thanks for the good piece of Information you have shared.
    Regarding the OSS note 1332745 it clearly says that
    "SAP PLM Consulting integrated the TREX technology into the central search components of SAP DMS.
    Searchable content:
    - Main DMS attributes (e.g. document number, status or descriptions)
    - Long texts
    - Classification Data
    - Originals (e.g. full text search on PDF, Excel or Word documents)
    - Customer-specific content (e.g. append fields of DRAW, own tables, ...)"
    In Think you should check this link
    "https://www.sdn.sap.com/irj/scn/wiki?path=/display/plmcs/sapPLMConsultingSolutionsII"

  • Firefox crashes when I try to search for something using the Google or MSN search engines, but not with other search engines. What causes this and how can i fix this?

    I type something into the Google or MSN search engine and as soon as I hit search, Firefox crashes. Hotmail still works fine, as do every other website I have tried, including other search engines. What is the problem?

    I got the same issue to and crashes in the same exact manner. Been using IE in the mean time, thought it was just me. I tried reinstalling Firefox and everything, even rolled back windows.

  • Federated Search with Endeca Search Engine

    Has anyone tried to Federate a search with an Endeca Search Engine?  What I can't figure out is how do you get the Open Search URL format of a search engine.  For example for Bing I guess the URL format is:
    http://www.bing.com/search?q={?searchterms}&format=rss&Market=en-Us
    The only reason I know that is because I found this article:
    http://3sharp.com/blog/build-a-federated-result-source-for-sharepoint-2013-search-part-1/
    I'm wondering if there are Open Search URL standards that can be used for other search engines like Google or an Endeca search engine, etc? 
    Thanks. 
    Nick Hurst

    I'm actually trying to figure out how to show Endeca search results inside of SharePoint 2013.  That article is about trying to show SharePoint 2007 or 2010 results inside of Endeca.  Does anyone know how to show Endeca results inside
    of SharePoint though?
    If that can't be done, by chance does anyone have updated Endeca documentation showing how to connect to SharePoint 2013?
    Thanks. 
    Nick Hurst

  • UME user search with multiple search fields (AND / OR search)

    Hi,
    I'm struggling with a UME user search problem. I have multiple search fields: lastname, firstname, department
    Searching in this fields is working with the default IPrincipalSearchFilter.SEARCHMETHOD_AND (default)
    <a href="http://help.sap.com/javadocs/NW04/current/um/com/sap/security/api/IPrincipalSearchFilter.html#setSearchMethod(int)">JavaDocs SearchMethod_AND</a>
    Now I would like to add an additional search field for searching in telephone, cellphone as well. BUT searching for a phone number with searching for one of the other fields should not be a AND search. Is this possible?
    Here is the actual non-working code:
         Vector retVector = new Vector();
         //get Userdata with IUserFactory
         IResourceFactory resourceFactory = ResourceFactory.getInstance();
         IURLGeneratorService urlGen = (IURLGeneratorService)resourceFactory.getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
         IUserFactory userFac = UMFactory.getUserFactory();                    
         IUserSearchFilter srcFilter = null;          
         try
              srcFilter = userFac.getUserSearchFilter();
         } catch (UMException e)
              // TODO Auto-generated catch block
              e.printStackTrace();
         if(lastName.length() > 0)
              srcFilter.setLastName(lastName + "*",ISearchAttribute.LIKE_OPERATOR, false);
         if(firstName.length() > 0)
              srcFilter.setFirstName(firstName + "*",ISearchAttribute.LIKE_OPERATOR, false);
         if(department.length() > 0)
              srcFilter.setDepartment(department + "*", ISearchAttribute.LIKE_OPERATOR, false);
    //Here I need help!!!!!!! Please advice!!!
         if(telephone.length() > 0)
              srcFilter.setTelephone("*" + telephone, ISearchAttribute.LIKE_OPERATOR, false);
              srcFilter.setCellPhone("*" + telephone, ISearchAttribute.LIKE_OPERATOR, false);
         //if(mobil.length() > 0)
         //     srcFilter.setCellPhone("*" + mobil, ISearchAttribute.LIKE_OPERATOR, false);
         //Set maxium value for Result and thus limit the static variable SIZE_LIMIT_EXCEEDED
         //This method can only be used, if only one search attribute is specified -> thanks SAP
         if(srcFilter.getElementSize() <= 1)
              srcFilter.setMaxSearchResultSize(300);
         ISearchResult srcResult = null;
         try
              srcResult = userFac.searchUsers(srcFilter);
         } catch (UMException e1)
              // TODO Auto-generated catch block
              e1.printStackTrace();
    Thanks for any help...
    Stefan

    Hello,
    I could still need some help. Is there no one who could give me a tip? Could I explain my problem clearly enough or do you need some more information about my problem?
    Or is the search topic with searchFilter not a very common used thing?
    Is there a possibility to do a search in the received search result? Can anyone explain how this would work?
    Any ideas are welcome.
    Regards,
    Stefan

  • SQL Server Free Text Search with multiple search words inside a stored procedure

    I am trying to do a free text search. basically the search string is being sent to a stored procedure where it executes the free text search and returns the result.
    If I search for red
    flag, I want to return the results that matches both red and flag text.
    Below is the query I use to return the results.
    select * from customer where FREETEXT (*, '"RED" and "flag"')
    This doesn't give me the desired result. Instead this one give the desired result.
    select * from customer where FREETEXT (*, 'RED') AND FREETEXT (, 'FLAG')
    My problem is since it's inside a stored procedure, I will not be able to create the second query where clause. I thought both query should return the same result. Am I doing something wrong here?

    I am moving it to Search.
    Kalman Toth Database & OLAP Architect
    IPAD SELECT Query Video Tutorial 3.5 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Untrusted connection Error when using google search field in top line. Ok with other search engines

    When opening www.google.dk and searching from the page, everything is ok
    When using Google search engine in the address line search bar the error is present
    When changing to Yahoo, bing or another search engine in the search bar, the error is not present
    So, the error
    "www.google.com uses an invalid security certificate.
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)"
    is only present when using google search engine in the search bar
    Have tried to delete the files cert8.db and key3.db with no success
    Read about firewall settings, but Bullguard firewall was not covered

    In your "More system details" it says your address bar search provider is Babylon, not Google. Perhaps that's the problem? Or are you using a shortcut to force the address bar search to Google?
    This add-on will reset your address bar search to Google: https://addons.mozilla.org/firefox/addon/searchreset/
    That might not stick if you have an add-on which reverts the setting. You can disable nonessential and unrecognized extensions here:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Also, you might need to edit or delete your user.js file to prevent your settings from being overridden at the next startup. This article has info on that: [[How to fix preferences that won't save]].
    Any luck?

  • Is Google interfering with Firefox? Why is it when using Google Search engine, Firefox is always Not Responding? Doesn't appear to happen with other Search Engs

    Really tired of waiting for Firefox Not Responding Msgs of late when opening a new tab and searching for something. It is not the speed of my Internet connection that is to blame and doesn't seem to happen if I use Yahoo or Google via Chrome for example. This problem only appeared some weeks/months ago and why, I have no idea.
    I am a computer user, not a programmer and can only follow basic computer instructions - if I cannot resolve this frustrating 'Not Responding' message every time I wish to search for something then, I'll have to drop Firefox and use Chrome or similar as life is just too short.
    Thank you.

    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Zzxc: Any search with any search engine. If I click a result I get redirected to an advertisement 9 times out of 10. I have updated McCaffe virus protection. That swos NO threats to my system. This also happens with MS explorer?

    Malwarebytes' Anti-Malware 1.46
    www.malwarebytes.org
    Database version: 4327
    Windows 6.0.6002 Service Pack 2
    Internet Explorer 8.0.6001.18928
    7/19/2010 6:29:34 PM
    mbam-log-2010-07-19 (18-29-34).txt
    Scan type: Full scan (C:\|D:\|E:\|)
    Objects scanned: 257447
    Time elapsed: 1 hour(s), 45 minute(s), 15 second(s)
    Memory Processes Infected: 0
    Memory Modules Infected: 0
    Registry Keys Infected: 1
    Registry Values Infected: 0
    Registry Data Items Infected: 0
    Folders Infected: 0
    Files Infected: 0
    Memory Processes Infected:
    (No malicious items detected)
    Memory Modules Infected:
    (No malicious items detected)
    Registry Keys Infected:
    HKEY_CURRENT_USER\Software\AVSolution (Trojan.Agent) -> Quarantined and deleted successfully.
    Registry Values Infected:
    (No malicious items detected)
    Registry Data Items Infected:
    (No malicious items detected)
    Folders Infected:
    (No malicious items detected)
    Files Infected:
    == Troubleshooting information ==
    I ran the malwarebytes and it found one problem (above) however, removing the threat did not solve my original problem?

    Install, update, and run these programs in this order. They are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have. '''(Not all programs detect the same Malware.)'''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php]
    SuperAntispyware - [http://www.superantispyware.com/]
    AdAware - [http://www.lavasoftusa.com/software/adaware/]
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html]
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help:
    [http://www.spywarewarrior.com/index.php]
    [http://forum.aumha.org/]
    [http://www.spywareinfoforum.com/]
    [http://bleepingcomputer.com]

  • When connected to my wi fi firefix mobile default searches with verizon search instead if google.

    this just started happening today.

    Hi Jester1111
    Sorry to hear about this problem.
    Firefox for Android doesn't just switch search providers arbitrarily.
    Two guesses:
    1) You accidentally or somehow forgot that you installed an add-on that does search on Verizon by default.
    * In the Firefox for Android menu: check Tools | Add-ons and make sure you don't have a Firefox for Android add-on that makes Verizon your search provider or that Verizon is your default search provider.
    * If you do have an add-on related to Verizon, disable it
    * If somehow Verizon became a search provider, long tap on Verizonand tap "Disable"
    2) Verizon did something strange. Not sure what they could do and how to cope with it but it's a possibility that your ISP (which I guess is Verizon) can do weird things when connected to the ISP's WiFi.
    Followup questions:
    * What Android device are you using?
    * What version of Android are you using?

  • Keyword Search with the search field

    Hi everyone,
    I have a question regarding search by keywords: when I type in more than one keyword in the search field I do not get any results, no matter if I separate those with a comma or just a space. Isn't this supposed to work? Or do I have to use the search HUD for keyword search? When I am searching my entire library there are a LOT of keywords. I always thought I could use the searchbar just like Spotlight, typing several words and getting results in real-time. It works like this in iPhoto, so why not in Aperture?
    Regards,
    Stefan

    Really?
    You mean you can't just click on the Magnifying Glass in the Search Box like I can?
    Uploaded with plasq's Skitch!
    And then Select Rating?
    Uploaded with plasq's Skitch!
    And then click on the Third Dot and it will become a Star?
    Uploaded with plasq's Skitch!
    Or even use a Smart Album? File -> new Smart Album: My Rating -> is -> And there's click on the third dot to make it a star trick again?
    Regards
    TD

  • How to search with multiple search condition in MDM5.5 API.

    hello my friends,
    how can i obtain right records like SQL:  "select * from mainTable where (A=a and B=b) or (A=c and B=d) or (A=e and B=f)";
                  A,B:fieldCode
                  a,b,c,d,e,f :fieldValue
    Thanks!

    Hi Orloffmax,
    I missed a point here.
    All field dimensions within a search group needs to be the same field dimension.
    For example:
         (A=a || A=b) // OK
         (A=a || B=b) // not OK
    So you are getting the below error.
    So the only option left to perform search now is
    1. Create a Search Object for (A=a and B=b), Perform the search and Save the list of RecordsIds
    2. Create a Search Object for (A=c and B=d), Perform the search and Save the list of RecordsIds
    3. Create a Search Object for (A=e and B=f), Perform the search and Save the list of RecordsIds
    4. As you have to perform an OR Operation Search on all the above 3, you can do a round about thing as APIs are not helping much. You can put all the above Records in a HashMap with both Key and Value as RecordId. By doing this you'll get a list of Unique record Ids.
    I am not able to find out a way in which the APIs can help you more, so have suggested you such an approach. If you ever find a better one, do share please.
    Regards,
    Sruti

  • Error searching with google search bar

    When seraching the net using Google search bar I got this message "Access to Proxy requires some authentication"

    Do you mean the built-in Firefox search bar set to Google (typically a small g icon at the left end), or a Google add-on? I will assume the built-in bar.
    Google is known to check your IP address and choose a "local" sites on that basis. If you are using a proxy, perhaps that might explain the change?
    A typical thing to try in this situation is to delete your Google cookies. In this case, you'll need to delete cookies for both sites.
    You can call up the cookie viewer either of these ways:
    * right-click the page and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    In the dialog that opens, the current site name should appear in the filter box at the top (presumably google.nl). You can remove that site's cookies individually, and then edit the filter value to google.co.uk to get the list for that site and remove those.
    Then try the search bar again. Any improvement?

  • Searching with the Search tab only looks in 3 of 19 merged chms, no matter what is searched for

    I'm using RoboHelp 8.  I'm using the Search tab in the HTML Help window to search.  Although it finds what I’m searching for, it only looks in 3 of my 19 merged chm files, no matter what I search for.   I can tell by the Location column in the search results.
    Is there a known bug in HTML Help search capabilities?

    It would be worth checking that the window and single source layout properties of all 19 projects are setup exactly the same. Also make sure that there are no child CHM files in the project directory before you compile. RoboHelp insists that they are copied in when you add links but they can cause issues like this when you compile. When you compile there should be no other CHMs in the project directory.

  • JDeveloper freezes with some searches in "Find in Files"

    With some searches in "Find in Files", JDeveloper simply freezes as it hits a file with the keyword. With other searches, it finishes okay. Any idea why that might be?
    I'm using JDeveloper 11.1.2.2.0.

    hi "942131"
    942131 wrote:
    With some searches in "Find in Files", JDeveloper simply freezes as it hits a file with the keyword. With other searches, it finishes okay. Any idea why that might be?If you have a reproducible scenario for such "freezes", you could consider creating a JIRA issue via http://java.net/projects/adfemg (and refer to it in this forum thread afterwards).
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    success
    Jan Vervecken

Maybe you are looking for

  • In iOS 5, how do I move photos to an existing album?

    On my iPhone 4 with iOS 5, I see how I can select several pictures in my camera roll and move them all to a new album. But how can I move them to an album that already exists?

  • Display COPA line item report-KE24

    Hi Experts, Do we get the correct COPA line items by using the standard transaction code KE24. Is this report is useful to compare the values of the report KE30 which we define. Please clarify. Regards, Ram

  • How to keep quality of stills in FCP?

    Hi guys I´m a cameraman not an editor and have a few questions for you. I have a project coming up where we will do the whole film as a series of stills. The stills will be shot using a Canon digital SLR camera, then imported to FC Now, is it a way t

  • Unable to read UTF-8 Character like  �

    Hi, I am using BufferedReader to read a file with a character like � yy_reader=new BufferedReader(new InputStreamReader( new FileInputStream( inputFile ), UTF8),10240) But when i read this reader yy_reader.read(yy_buffer, 0, yy_buffer.length) yy_buff

  • Incremental backup - how ?

    Hi, I want to use Rescue & Recovery for backup on a Readynas server using wireless network. The first backup seems to be OK. I understand that the next backup, using the same server address is a incremental backup, but this backup takes for ever to m