TREX: List of search Terms for Index

Hi together,
I have the following problem:
I have created an index and would like to know for which search terms can be searched.
Is there a possibilty to get the file with the of search terms?
best regards,
Birgit

Hi Birgit,
try the following rather new note (937055) for TREX 6.1:
https://notescsr.wdf.sap.corp/~form/handler?_APP=01100107900000000342&_EVENT=DISPL_TXT&_NNUM=0000937055
Among other things, the contained script will help you find out the search terms that reach the engine most frequently.
<b>Note:</b> The script works on engine level. If results have been cached before on KM level, they may not be counted.
To get all terms in an index, I'd advise you to contact SAP support, as might have to evaluate an index dump or somehow get to the TREX term store - both might not be advisable to just "try at home".
Regards,
Karsten

Similar Messages

  • Third-party search engines for indexing BI data

    Has anyone had experience using third-party search engines for indexing data in BI7? We are looking into a product by QuePlix that uses a Google search appliance to index data in BI as well as other OLAP tools, and we'd be interested in hearing anyone else who is using QuePlix or any other search tool.
    SAP is working on its own TREX-based search tool, but it looks like it's still a ways off.
    Our goal is near-instant response for search queries - for example, if a user enters a cost center into the search engine, it would bring back financials, headcount, etc. for that cost center.
    Thanks,
    Jason

    The BI Accelerator has been renamed to BW Accelerator (BWA)...
    BWA does index the data - the data is indexed and stored in a proprietary file system on a high speed SAN. This is done because the BWA does not have a database of its own and is designed as an appliance.
    The index file is loaded onto main memory while querying and then TREX searched the indices and the data is returned by the BWA to the OLAP processor.
    The BWA main memory is a FIFO system where the index files are loaded into.
    I have seen TREX being used for metadata but sparingly ... the only place I have seen TREX being used for data is in the BWA. will read through the links on netweaver search technology and see if I can find anything more. thanks for the links...
    Edited by: Arun Varadarajan on Jun 17, 2009 2:07 AM

  • Duplicate check on search term for BP creation in CRM

    HI,
    I want to do a duplicate check on search term for BP creation in CRM.
    i found one BADI ADDRESS_SEARCH. But the method address_search is not getting called.
    Is there any other BADI available? how can I handle this issue?

    hello,
    BP is BDT (Business Data toolset) enabled (you can check it by adding break point in FM BUS_PBO and executing BP transaction). You can add your check directly to standard view (the check will be executed each time when user pushes enter) or you could add you check to appropriate action (during saving etc.) there are number of actions which you could use it depends on your requirements. You can find a lot of info about BDT (if you are not familiar) in Wiki.
    br,
    dez_

  • Display list of search terms typed in a KM Search Iview.

    Dear Friends,
    I have a KM Search Iview that returns a long list of items on entering "Search terms" in the input field in a KM Search iview.Now i need to generate a report on the most frequently entered Search terms and display the same.Would like to know if there is any configuration or any procedure for implementing the same. Does Trex store all the keywords in the backend and is there any way to retrieve those??
    THanks and regards
    Nishita
    Edited by: nishita salver on Mar 3, 2010 5:41 AM
    Edited by: nishita salver on Mar 3, 2010 11:50 AM

    Hi,
    in an up-to-date version of TREX you have to change TREXIndexServer.ini:
    [statistics]
    trace = on
    index = _trex:statistics
    log_all
    Restart TREX.
    Within this index "_trex:statistics" all the index usage data will be stored.
    You can use the text mining function for retrieving your desired information.
    Launch the TREX Admin-Tool.
    Goto Index: Mining.
    Choose the index "_trex:statistics".
    Open Query Editor by using button u201EBuild Queryu201C
    In Query Editor enter query: function=search
    Use button u201EOKu201C
    Mark u201Eindexu201C and u201Equeryu201C from attribute list
    Use button u201EShow Tableu201C
    Use button u201EGet Datau201C
    That's all.
    Best regards
    Frank

  • What character splits search terms (for different search result tabs), searching from the search box.

    When we type in a search term, in the search box, the results can be shown in a tab. But how can you split search terms while entering them all at once, each search term providing results in a new tab.
    "Search Term|Search Term Two", using |;\ etc only sends the term in entirety beyond. What does this box handle and how to make it open two tabs when given two separated search terms.
    So what is this special character or setting?
    Thank You

    Thank u so Bruce , I finally found an answer to my question.
    The solution u provided looks complete except that i am confused by the meaning of strField , may i didnt provide more details in my  post .
    The strField var i provided earlier was not meant to be placed in my code  , the correct one is shown below .However , the strField means according to me is the field against which the search operation should take place based on the ( search Term )
    the user provided . 
    Here is the code after applying the solution u suggested :
    'Information collected from the user      
     strWhereToSearch = IIf(.framSearchIn.Value = 1, "[quknotSubject]", "[quknotBody] ")       
    strCondition = strWhereToSearch & "  Like '* " & strTextSearch & " *' OR " & _
    strWhereToSearch & " Like '" & strTextSearch & " *' OR " & _ 
    strWhereToSearch & "Like '* " & strTextSearch & "'" 
    'Fill result search  Recordset      
    strSql = " Select  * from qryExtraTool_QuickNoteSubCatMainCat   "         
    strSql = strSql & " WHERE   " & strCondition & "  ORDER BY quknotDate"  
    'Control Source for the text box to display matches. ( Highlight the search word )     
    txtQuickNoteBody = SearchHilight(strWhereToSearch, strTextSearch)
    Tell me if my implementation to your code is right ?
    Thank u again Bruce ...

  • Suggest a thread or search term for me...

    I'm a total NOOB with X-Code, but today I was able to successfully create an installation package using PackageMaker's assistant. Way too easy.
    The path to which I want to copies files is actually WITHIN the new iWeb application:
    ...../iWeb.app/Conents/Resources/Frames/
    Because not everyone has their applications installed to /Applications/ I want the installer to "find" iWeb.app by itself and install to the path I specify beyond that. I just don't know how to specify this in path format...
    Is there a good thread for this or can someone suggest a search term. The search functionality for these forums is pretty weak.
    Thanks - Suzanne

    I'm a total NOOB with X-Code, but today I was able to successfully create an installation package using PackageMaker's assistant. Way too easy.
    The path to which I want to copies files is actually WITHIN the new iWeb application:
    ...../iWeb.app/Conents/Resources/Frames/
    Because not everyone has their applications installed to /Applications/ I want the installer to "find" iWeb.app by itself and install to the path I specify beyond that. I just don't know how to specify this in path format...
    Is there a good thread for this or can someone suggest a search term. The search functionality for these forums is pretty weak.
    Thanks - Suzanne

  • How to write a script to cycle through a list of search terms and download PDF files

    I need to download ~2500 PDF files.
    Each one is accessible by entering a search term on a website and clicking a link in the search result to download the PDF.
    How can I create an automated process to do the following?
    (1) select the first search term from a list in Excel
    (2) Enter it into the search field on a specified website
    (3) Download a PDF file from a link in the search results.
    (4) Repeat using the next search term in the list

    I need to download ~2500 PDF files.
    Each one is accessible by entering a search term on a website and clicking a link in the search result to download the PDF.
    How can I create an automated process to do the following?
    (1) select the first search term from a list in Excel
    (2) Enter it into the search field on a specified website
    (3) Download a PDF file from a link in the search results.
    (4) Repeat using the next search term in the list

  • How do i put in keyword search terms for Google in iWeb

    Does anyone know how to put keyword (search term) into my existing webpage for Google?

    This might be of interest to you: Official Google Webmaster Central Blog: Google does not use the keywords meta tag in web ranking.
    That being said use iWeb SEO to add metadata, page and site descriptions, title tags, etc., to an iWeb page, either after publishing to MobileMe or after publishing to a folder on the hard drive.
    More information on getting Google to recognize your site can be found here: Get your iWeb website found in search engines like Google Yahoo MSN and Bing.
    OT

  • Raw Search Terms for "Spotlight Comment" and "Locked" Status

    Is it possible to do a raw search for a specific Spotlight Comment. I know the option exists in the Other… dialog box, but I need to find files that do not contain comments which is not choice.
    Also, is there any way to find only files that are unlocked?

    If you go to Others and select Raw Query you can use it find items with a specific comment, and items without any comment. For example, if you have the comment "testme" in the Spotlight field you would paste this into the Raw Query field:
    kMDItemFinderComment == "testme"
    and all files with that comment would be found. To find files in a folder that contain NO comment at all, you would use this:
    kMDItemFinderComment != "*"
    Be warned though: when I tried this on a folder with only 5 items in it, 4 with comments and one without. it worked, returning the lone uncommented file, but it took an amazingly long time to do so (perhaps a minute, while the search for "testme" was instantaneous).
    The "File readable" and "File writeable" functions shown in Others, which presumably are what one would use to find locked files, simply do not work. This is not surprising since the information about whether a file is locked or not does not in fact appear in a file's metadata. I guess that will be a future addition. You can use find in Terminal to search for files that are locked/unlocked. Let me know if you really want to do this.
    Francine
    Francine
    Schwieder

  • TREX Full text search in ITSM 7.1

    Hello,
    I use  Full-Text Search with TREX - SAP IT Service Management on SAP Solution Manager - SCN Wiki
    documentation for setup TREX in SAP Solution Manager 7.1 for full trex search. After complete all steps, in UI part i have TREX error Index does not exist; index=saf:sol 001 ka
    when i start transaction CRMC_SAF_TOOL and do all step for configuration, result
    if you see (SDB, SDB_PROBLEMS, SDB_ATTACHMENT, SDB_SOLUTION) not index generated.
    BR, Baha

    Dear  NAG
    For text search you have activate TREX Server
    follow the steps
    Set TREX
    A:- Transaction: SRMO
    Install TREX , and create RFC destination to connect to
    TREX.
    B:- Transaction: SKPR06
    Check the flag to Document Area "DMS" to utilize this document area for
    document search.
    For Indexing
    A: Transaction: SE38
    Run the report program "RSTIRIDX_REINDEX" to create Index. 
    Also, run the report program "RSTIRIDX" to create Index.
    Set mime type for the text search
    A: SPRO --
    Cross-Application Components > Document Management System > General
    Data > Settings for Storage Systems > Create MIME types for full
    text search,
    Enter MIME type like
    "application/msword",
    "application/pdf".
    Retrive document via Test Search
    A: Then, test retrieval document search using
    Transaction: SKPR07.
    Enter Document Class "DMS_PCD1", Language "EN", Document Class "DMS",
    and try "TEST search".
    Regards
    Tushar Dave

  • FullText Searching using a search term from a field

    Say I want to compare two tables using FullText searching, one table has the content to be searched, and the other table has a list of search terms (to be evaluated separately). I have not found a way other than using cursors to cycle through the search
    terms to capture the results. The FullText search term appears to only allow 'text strings' or @variables, but not [Field]'s. Is there a better way to approach this for batch processing?
    Another usage that I see merit for FullText searching is duplicates detection within existing data sets. Is there a way to perform INNER table joins using FullText - or do we have to fall back on CURSOR iterative methods again?
    Thanks,
    Jay :)
    If you shake a kettle, does it boil faster?

    Hi M.
    Apologies for the delay in responding...
    The links provided are for searching in multiple columns at once (a single search) or return ranked results (again single search). Is there a way to perform multiple searches at once, i.e. batch processing?
    Thanks,
    Jay
    If you shake a kettle, does it boil faster?

  • Search term search

    Hi All,
    Is anyoneaware of any FM which gives me the search term for the BP.
    Thanks and regards
    Vijay Saha

    Hi Vijay,
    Please use the FM BUP_CHECK_SEARCHTERM or else select it from BUT000 table.
    Regards
    Sidd

  • Font features of search term

    Hi, I need to get font size, word color and underline status of a particular term in pdf file. Is this possible to get these features of the search term for all occurences of word in the file. Please help with some useful example/link. I need to use this feature in one of my product developed in c# with .net 3.5 framework.
    Also, if this can be done with acrobat sdk then to use this how I can deploy my solution to be able to search these on any machine with/without acrobat reader etc. and what cost I'll need to pay to use this feature with my product.

    Underline is not an attribute of PDF, but color and font information is available to plugins or library clients.
    You would need to license the Adobe PDFLibrary from Datalogics (http://www.datalogics.com).
    Leonard

  • List of synonyms for indexing

    Is there such a thing anywhere as a list of common synonyms
    for use when creating indexes for software help? For example, I
    have just added 'Pods' to my index and am thinking of other terms
    that users might search on such as 'Floating windows'.

    I don't know of any and I suspect that part of the problem is
    the specialization of different software products - each having its
    own jargon. It is difficult to create a good index because what the
    programmers call something usually doesn't make sense to the user
    unversed in the vocabulary of the development tool. We use Visual
    C++ and Microsoft Foundation Class libraries and it is sometimes
    helpful to read their help and descriptions of items to pick up a
    few terms. Also our software does a lot of statistical analysis of
    data designed for those not so conversant in math. So, for example,
    what the statisticians call a "prediction," our typical user might
    think of as a "measurement." My point here is that you are unlikely
    to find everything you need in one source. Your developers and
    users (do you have beta testers available?) are probably your best
    source.
    However, I think a good index is worth the time and effort.
    If only search engines had been created by librarians...
    John

  • What the correct URL for searching on KM Index

    I have an application that supposed to mimics a KM search over TREX Index.
    When Pressing the button "search" I operate the following url:
    <i>"/irj/servlet/prt/portal/prtroot/com.sap.km.cm.basicsearch?layoutSetMode=exclusive&ResourceListType=com.sapportals.wcm.SearchResultList&SearchType=ctrlpers&QueryString="str"&SelectedSearchIndices="+ Index</i>
    The var "str" stands for the input field (the search Item)
    The var "Index" stands for the Index.
    It doesn't work!
    What am I doing wrong?
    Thanks,
    Meytal.

    Hi,
    If you need a search in TREX index you can try use a portal API  for search.
    See this example <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/nw/netweaver-developers-guide-2004s/NetWeaverDevelopersGuide2004s_Documents/KM_articles_new/examples/com.sap.netweaver.kmc.search_servlet.zip">https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/nw/netweaver-developers-guide-2004s/NetWeaverDevelopersGuide2004s_Documents/KM_articles_new/examples/com.sap.netweaver.kmc.search_servlet.zip</a>
    It is an example of search in exact index:
                             // get an instance of the indexmanagement service
                             IIndexService indexService = (IIndexService) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.INDEX_SERVICE);
                             // build a query object, using the SearchQueryBuilder
                             SearchQueryListBuilder sqb = new SearchQueryListBuilder();
                             sqb.setSearchTerm(query);
                             IQueryEntryList qel = sqb.buildSearchQueryList();
                             // get an instance of federated search
                             IFederatedSearch federatedSearch = (IFederatedSearch) indexService.getObjectInstance(IWcmIndexConst.FEDERATED_SEARCH_INSTANCE);
                             List indexList = new ArrayList();
                             if (index!=null && index.length()>0) {
                                  // take a specified index from index= parameter
                                  indexList.add(indexService.getIndex(index));
                             } else {
                                  // take all available indexes
                                  indexList = indexService.getActiveIndexes();     
                             // it is recommended to use a search session object
                             // for searching execution
                             ISearchSession session = null;
                             if (session==null)
                                  session = federatedSearch.searchWithSession(qel, indexList, c);
                             this.renderResultHeader(response, session, indexList);
                             // get all results from the search session
                             ISearchResultList results = session.getSearchResults(1, session.getTotalNumberResultKeys());
                             this.renderResultList(response, results);
    You can use this code when you press you "search" button and render the result.
    Regards,
    Andrei

Maybe you are looking for