webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Full Text Indexing

  • 1.  Full Text Indexing

    Posted Fri October 22, 2004 05:35 AM

    I had a query similar to my previous post.

    I have uploaded a few Genome databases into Tamino in XML. Now, the thing with genome data is that they usually have a lot of annotation data, and one element which is the sequence data, which is potentially huge.

    My question is : If I apply a text index on all the nodes EXCEPT the sequence node, will the tf:containsText() function still try and search the sequence field if it is issued against the ROOT of the XML document.

    Thanks very much.


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Full Text Indexing

    Posted Mon October 25, 2004 01:04 PM

    Hi,

    Yes, the tf:containsText() will also check your sequence node. The definition of a text does not alter the semantic of a query. This means it does not specify which nodes have to be considered by a full text search. If you do not want search a particular node you have to state this explicitly in your query.

    Best regards,

    Thorsten


    #webMethods
    #API-Management
    #Tamino