TREX indexing public website

Hi,
Is there a way for me to feed our company's intranet/internet URL into TREX and let it crawl through all the links beneath? If not, is there any workaround for this scenario?
Thanks,
Michael

hi Michael,
It is possible...
First create Webaddress.. Goto Sys.admin> Sys. Config> Knowledge Management > Content Management> Repository Manager> <b>WebAddress</b>> Give Http Url as eg, www.yahoo.com..
After some times, it wil comes under KMContent>www> <b>some file wil create here in the name of yahoo. (assign this as index datasource)</b>
do u know how to create TREX.. while creating select service as <b>TREX Serach</b>
Create index.. <b>assign yahoofile under www as datasouce..</b>
regards,
Chinnadurai R

Similar Messages

  • How to index a website where basic authentication is needed

    Hello,
    We like to use TREX to index a website, to access this website we need basic authentication for logging on.
    Is this possible with TREX to index an website where basic authentication is used, and how to do this.
    Regards,
    Evert Schuiteman

    Hello Karten,
    We are using TREX in a Portal scenario (7.0 version), from there we like to index a internel website.
    To set it up we've used the How to guide 'set up a Web Repository and Crawling it for Indexing'
    This document is writen for EP 6.0, so it doesn't cover the complete seup.
    Evert

  • Portal Search Not Working - Only Returns Portal Content, Not TREX Indexes

    I have configured two indexes using the portal.  One is for documents that reside on the portal, and the other one is for a website that we have configured in TREX using Cruiser.  The TREX Admin console shows that the website information has been indexed.  However, when I search on a word in Portal, only the portal contents are displayed.  Is there a different search field for looking up TREX/indexed files?  I'm using the search field that's on the front page of the portal.  Also, both indexes belong to the same index group.  I did use the serach feature built-in to TREX Admin to verify that there were documents stored in the index.

    Please check Below Link
    http://help.sap.com/saphelp_nw04/helpdata/en/46/5d5040b48a6913e10000000a1550b0/frameset.htm
    And Edit Crawler Parameter's field Follow Redirects on Web-Sites to YES

  • Searching TREX Index through Web Dynpro

    Hi experts,
    I'm trying to search through my TREX indexes with Web Dynpro. I have found some sources on this website and they seem to work, but when I test my Application, the table I want to fill stays empty.
    The strange thing is that the "getNumberResultKeys()" variable is returning a correct value, but that the "ISearchResultList" stays empty.
    I'm a newbie in Web Dynpro, so any help will be appreciated!
    I wrote the following code:
         try{
              com.sap.security.api.IUser nwUser = UMFactory.getAuthenticator().getLoggedInUser();
              com.sapportals.portal.security.usermanagement.IUser user;
              user = WPUMFactory.getUserFactory().getEP5User(nwUser);
              ResourceContext resourseContext = new ResourceContext(user);
              IIndexService indexService = (IIndexService)ResourceFactory.getInstance().getServiceFactory().getService ( "IndexmanagementService");
              IFederatedSearch federatedSearch = (IFederatedSearch)indexService.getObjectInstance("federatedSearchInstance");
              List indexlist=indexService.getActiveIndexes();
              SearchQueryListBuilder sqb = new SearchQueryListBuilder();
              sqb.setSearchTerm("SomeSearchTerm");
              IQueryEntryList qel = sqb.buildSearchQueryList();
              ISearchSession session = federatedSearch.searchWithSession(qel, indexlist,resourseContext);
              ISearchResultList results = session.getSearchResults(1, session.getTotalNumberResultKeys());
              ISearchResultListIterator iter = results.listIterator();
              while (iter.hasNext())
              ISearchResult result = iter.next();
              IPrivateDetailView.IPracticeDataElement PracticeData = wdContext.createPracticeDataElement();
                                            PracticeData.setContentSnippet(result.getContentSnippet());
                                            PracticeData.setResource(result.getResource().toString());
                                            wdContext.nodePracticeData().addElement(PracticeData);
         } catch (ResourceException e1) {
                        throw new WDRuntimeException(e1);
         } catch (UserManagementException e2) {
                          throw new WDRuntimeException(e2);
         } catch (WcmException e3) {
                        throw new WDRuntimeException(e3);
    Thanks in advance for you help,
    Edwin
    null

    My context:
    value node - PracticeData
    value attribute - Resource
    value attribute - ContentSnippet
    The results are written to the context here (inside the while - statement):
    IPrivateDetailView.IPracticeDataElement PracticeData = wdContext.createPracticeDataElement();
                                            PracticeData.setContentSnippet(result.getContentSnippet());
                                            PracticeData.setResource(result.getResource().toString());
                                            wdContext.nodePracticeData().addElement(PracticeData);
    I created a table with databinding to the value node (and value attributes).

  • How do I add a dismissable notice to my (office 365) public website?

    Hi
    I have a public website and I want to add a small pop-up message that says something like "We have placed cookies on your computer to help make this website better. We use a Google Analytics script which sets cookies. More details can be found in our
    privacy policy. Click here to dismiss this message".
    Ideally this would appear at the top of the page and disappear when clicked.
    Does anyone know how I can do this? There are open source JavaScript's available but all seem to need html changes to the site and I don't think this can be done with the office 365 public website. I can't find anything relevant on the forums but I need
    to do this under EU law as it appears SharePoint uses a cookie and I also want to use google analytics.
    Any help appreciated.
    (this was originally posted on the office 365 forum and MS directed me here)

    hi,
    you can edit the master page for sharepoint online using the sharepoint designer 2013.
    you can add the google analytics and dismissal notice using javascript in master page.
    this link shows how to use sharepoint designer 2010 to change master page this is valid for sharepoint 2013 with office 365 online.
    https://support.office.com/en-in/article/Customize-a-master-page-to-brand-your-site-0a57b837-4c97-4af9-a088-fedf3dfd1dd5?CorrelationId=d0007b5a-c45c-4661-b5fd-4d75c148e2d5&ui=en-US&rs=en-IN&ad=IN
    http://www.sharepoint2013.me/Blog/Post/158/Edit-existing-master-page-in-SharePoint-2013
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Setting the colour of the search box text on a public website

    I am using the search box snippet in the header of my public website.
    The background of the header is a dark blue.  The search box background is transparent so the default colour of the text (#444) on the dark blue background is barely visible.
    The text colour appears to be set by the following entry in corev15.css:
    input[type=password],
    input[type=text],
    input[type=file],
    select,
    textarea,
    .sp-peoplepicker-topLevel,
    .sp-peoplepicker-topLevelDisabled,
    .sp-peoplepicker-autoFillContainer,
    .ms-inputBox
    border:1px solid #B0B0B0;
    background-color:#fff;
    background-color:rgba(255, 255, 255, 0.85);
    color:#FFFFFF;
    I changed the colour from #444 to #FFFFFF.
    Now I want to create a new post in the Blog.  The new post's Title and Body fields use the same entry in corev15.css to set the colour of the text.  As the background of the new post is white the text is invisible!
    Using the F12 development function in IE, setting the colour of the Search box text with an inline function works, but when I add style="color:white" to the <input> of the Search box snippet it seems to be ignored.
    What am I doing wrong?  Is there another way around the problem (I don't want to change the background colour of the header nor the background of the post page and there is no colour that will display the text well enough against both backgrounds).
    Your help would be much appreciated.
    Thanking you in anticipation.
    Roger
    rogerwithnell

    Thanks for your help, Patrick.
    Adding color: white !important; inline in the <input tag of the Search box snippet is still ignored, however.  When I look at the HTML and CSS with F12 in IE, the inline mark-up is not set.  I guess this something to do with how the Search Box
    snippet works?
    I've made some progress, though.  All the pages of the site (except the Blog NewPost page) use the corev15.css file. So I've set the colour here to white.  The css entry is:
    input[type=password],
    input[type=text],
    input[type=file],
    select,
    textarea,
    .sp-peoplepicker-topLevel,
    .sp-peoplepicker-topLevelDisabled,
    .sp-peoplepicker-autoFillContainer,
    .ms-inputBox
    border:1px solid #B0B0B0;
    background-color:#fff;
    background-color:rgba(255, 255, 255, 0.85);
    color:#FFFFFF;
    The Blog NewPost page uses \_catalog\theme\themed\CDD8DBA6/COREV15-51C31438.themedcss. I've changed the same CSS entry as follows:
    input[type=password],
    input[type=text],
    input[type=file],
    select,
    textarea,
    .sp-peoplepicker-topLevel,
    .sp-peoplepicker-topLevelDisabled,
    .sp-peoplepicker-autoFillContainer,
    .ms-inputBox
    border:1px solid #B0B0B0;
    background-color:#fff;
    background-color:rgba(255, 255, 255, 0.85);
    color:#444 !important;
    Now this page sets the colour to #444.  This means that the text in the Title and Body fields is visible but the text in the Search Box (with its dark blue background) is not.
    The Search Box on Blog NewPost is not vital but I'd like to fix it.  How can I do this?
    Roger
    rogerwithnell

  • I'm creating a public website and i have a javascript code that works on all browser except firefox. What should i do?

    Hi,
    I'm creating a public website that has a simple javascript button that will just set an asp.net dropdown value. It works on all browser except firefox...
    website: http://healthcareaustralia-web.sharepoint.com/Doctors/DailyShifts1.aspx
    So when you click on reset button it doesn't set the dropdowns to ALL
    this is the code:
    function resetFilters()
    var dropdown = document.getElementById('ctl00_PlaceHolderMain_DropDownList1');
    var ans = "All";
    dropdown.value = ans.value;
    document.location.href = "/Doctors/DailyShifts1.aspx";
    }

    hello, when i test it with current firefox versions, all works as expected: i choose custom dropdown values & select "filter", when i click "reset" next all dropdowns default back to "all" and the list gets refreshed.
    maybe try to [[Clear the cache - Delete temporary Internet files to fix common website issues|clear the cache]] & and reload the page or for other common troubleshooting steps refer to [[Websites look wrong or appear differently than they should]].

  • Upload public website to Sharepoint Online from 3rd party software.

    This must have been asked before but I can't find it!
    How do I upload a website created with a third-party app (NetObjects fusion in my case) to my public website? I'm afraid that the built in designer is just not comprehensive enough.
    Roy

    You don't?
    SPO/O365 public websites are SHAREPOINT sites... they are NOT just a blank slate to put whatever files you want into an IIS site.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Photo stream "public website" in Internet Explorer - photo thumbnail's are gray, individual photo view is fine. Tested from various computers. No issue with Firefox, Safari or Chrome.

    Dear All,
    Recently I have started to use Photo Stream available from iCloud on iPhone device. I have made “test” photo stream with several photos in and set to “public website” in order to share photos with my relatives.
    The issue is with Internet Explorer where list of photos (thumbnails) are shown in gray color. I can view photo one by one and slideshow also works fine.
    On other computers IE behaves the same way.
    https://www.icloud.com/photostream/#A2532ODWsAl87
    No issue with photo list in thumbnails using Safari, Chrome or Firefox.
    Can someone help on this issue?
    It is very convenient to share photos via photo stream, but most of viewers by default has IE and many of them don’t have iCould account or apple device.
    Kind regards,
    M

    Dear safari rss
    Indeed, you are right, I have updated IE to version 10 and no issue with page view.
    Solution woud be to update IE to version 10 (I have not tested IE9).
    However users using Windows XP can have highest IE version 8. IE9 or IE10 is not suported in XP.
    Unfortunatelly there are still many windows XP at my friends circle.
    Thank you,
    Best regards

  • TREX indexing from content server(maxdb)

    Hello.
    I've installed standalone TREX on Linux, configured the connection to R3 system and to Portal as well. On the R3 I have configured connection to the SAP Content serve(via archive link) where we save some documents(pdf, doc. files). The part which I don't understand is how can I configure the repository of the content server as a source for the Trex index?
    Any hint would be useful. Thanks in advance.
    Vit

    Hi,
    the question is what exactly do you wanna do?
    Integrating a archivelink in the Portal or indexing the documents via ERP?
    In the first case you must create a web repository and define an index.
    In the other case it depends on the SAP Solution but mostly you have to customize the SM59, SRMO, SKPR06.
    Best reagrds
    Frank

  • Transporting KM documents and TREX indexes

    Hi,
    We are planning to transport KM contents with folder permissions and their asscoiated TREX indexes to a new set of EP-KMC and TREX system.
    Can KM migration tool be used for transporting contents from one server to another with permissions.. Or shud we use ICE? Is there any recommended way ?
    How do we transport serach indexes from one server TREx installion to another of the same version..
    Any help ?
    Regards
    Bharathwaj

    Hi Bharathwaj,
    At the moment, the normal way to transport KM content (including ACL) is the ICE way. There are some known restrictions, see http://help.sap.com/saphelp_nw04/helpdata/en/e2/61701deb253242bea2ebeafa190e83/frameset.htm , but if you can live with that, it's the most straight forward way.
    I'm unsure if the migration tool can do that / how easy that would be; never used it.
    A real KM transport tool will be part of the next major release...
    TREX indexes are not transportable at the moment. You have to re-create them on the target system.
    Hope it helps
    Detlev

  • Extending TREX indexes

    Hi Experts,
    may I request, can anyone suggest whether it is possible to extend TREX indexes, how it is done, if it possible to extend the search interfaces for TREX in ABAP?
    With unfeigned regards,
    Ramana Malladi

    Hi,
    It seems that you have not the actual TREX version and there is some database incompatibilities.
    Download the actual version from service.sap.com:
    TREX 6.1 for Search and Classif. (TREX) (From SP000 To SP025 or higher (Recommendation: SP027))
    Greetings,
    Praveen Gudapati
    [Points are always welcome for helpful answers]

  • Where are TREX index stored? TREX server File system? or KM repository?

    hi, friends:
    can  someone tell me where are TREX index stored ?
    in TREX server file system?
    or in portal KM repository? file system or DB?
    thank you
    Carol

    Carol,
    TREX is a separate product. During installation and configuration of TREX you connect it to the portal. The search iViews of the portal will use the configured TREX server to do the actual search:
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/a4/929d4206b70931e10000000a1550b0/content.htm
    The index is stored on the TREX server: TREX/IndexServer/basepath/index=%(SAP_RETRIEVAL_PATH)/index
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/4c/d91e40777cdd5fe10000000a155106/content.htm
    br,
    Tobias

  • Are iCloud photo streams shared on a public website crawlable by search engines?

    I want to share a photo stream with friends and family, not all of whom have apple devices, so I'm pretty sure I need to share it as a public website and share the link that is assigned to it. However, I still want this photo stream to be private within this group. So I am wondering if icloud photo streams on public sites are crawlable/findable by search engines.

    Hey there dzaffrann,
    It sounds like you have some questions about sharing your iCloud Photo Stream on a public site. Here is an article for you with some answers to these questions:
    iCloud Photo Sharing FAQ
    http://support.apple.com/kb/HT5902
    Can I share with people who don't use iCloud?
    Yes. If you enable Public Website in the settings for your shared album, your photos will be published to a website that anyone can view in an up-to-date web browser. Learn more about inviting people to view your shared album.
    Create a shared album - iCloud Help
    http://help.apple.com/icloud/#mmc0cd7e99
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • How to Hide/Remove Name from Photo Stream Public Website?

    I'm using Aperture 3 to share a photo stream on public website and just noticed that my full name is shown at top right corner. Is there a way to hide this for privacy concerns and still share pictures with non-iCloud members?

    I tried changing my name (Apple ID). It had no effect on the Aperture photo stream website page (and yes, I tried it with a new photo stream).
    I still think your name should not be included by default with public website, as well as ability to prevent pictures from Copy/Save.

Maybe you are looking for