Intermedia search in mixed language CAs

Here is an additional problem, arising when using Intermedia on
CA containing documents in multiple languages.
If choosing not to declare the language, so using a default
English definition even for non English documents, Intermedia
will not be able to use properly the stem operator (it will
always apply the English one).
If adding management of multiple languages, in addition to the
problems exposed in a question already submitted to this forum,
it will be mandatory to specify the language, so to search either
in documents belonging to a language or in the others, with the
proper usage of stem operator, but without the possibility to
perform a multi-language search (many times people are interested
in searching with language-neutral keywords, this setting will
make this impossible).
Is there anything available to solve the problem? Thanks.

Johan,
Are you using 306? There was bug in 306 where users were not able to search for swedish characters in "Simple" search, but were able to in "Advanced" search.
This issue has been resolved in 308 release.

Similar Messages

  • Simulation error : size mismatch in mixed language port association with VIVADO simulator

    Hi,
    I have instantiated a VHDL module in  a verilog top file . When I tried to simulate the verilog top , I received the following error .
    ERROR : Size mismatch in mixed language port association , vhdl port  vid_data
    (Simulation tool : VIVADO simulator . VIVADO ver : 2015.1)
    // Following is the instantiation of  VHDL module in verilog top file
    VPS  VPS_inst 
         .clk (VPS_clk),
         .reset_n(~user_reset),
         .vid_active_video(data_valid),
         .vid_data(data_to_mem)
    The port 'vid_data' is declared in the VHDL module as std_logic_vector (15 downto 0)
    "vid_data   : out std_logic_vector(15 downto 0)"
    'data_to_mem' is declared in verilog top file as  "wire  [15:0]   data_to_mem" . 
    No size mismatch exists actually . But , I am getting the above mentioned error in simulation.
    I have searched for similar threads . Nothing was useful . 
    Does anyone know how to solve this?
    Thanks and Regards
    Raisa
     

    You might also get this error if you mis-spelled "data_to_mem" such that the declaration did not match the instantiation port map.  For example:
    wire  [15:0] data__to_mem;  // double underscore before "to"
    VPS  VPS_inst 
         .clk (VPS_clk),
         .reset_n(~user_reset),
         .vid_active_video(data_valid),
         .vid_data(data_to_mem)  // only one underscore before "to"
    In Verilog this is not an error unless you disable automatic net inference.  In this case Verilog is happy to create a single wire for data_to_mem, but then you would be trying to attach a 1-bit wire to a 16-bit port.  That would also be valid in Verilog, but not allowed for connections to VHDL.
    I typically avoid this sort of error by placing:
    `default_nettype none
    at the top of each Verilog file, and
    `default_nettype wire
    at the bottom of each Verilog file.  This prevents the automatic creation of wires when you mis-spell or forget to declare nets.

  • Error while creating intermedia search in portal

    hi,
    i tried to install the intermedia search feauture. i followed all the steps in the document,i ran all scripts necessary. i started the server by connecting as ctxsys/ctxsys..it started successfully.
    then i logged into portal, enabled the intermedia search checkbox. then when i clicked on the create index
    button...it shows the following error,
    An unexpected error has occurred (WWS-32100)
    An unexpected error has occurred (WWS-32100)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: file not found
    DRG-10700: file not found (WWC-36000)
    Failed to parse as PORTAL30 - (WWS-08300)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: file not found
    DRG-10700: file not found (WWC-36000)
    can any one help me on this..
    regds
    Rajesh

    my database version is 9.0.1.1.1 and the version of intermedia text installed is 8.1.7. as i came to know that error might be due to external procedure calls. i checked the tnsnames and listener .ora files in my database home. i have extproc_connection_data entry in the tnsnames.ora. tnsping on extproc_connection_data is working fine.
    but when i try to connect as system/manager@extproc_connection_data it throws a error. what might be the problem. can u help me out in this????
    Regds
    Kiran

  • Problem in using Intermedia search  with Oracel 9i DB on Red hat Linux

    Hi,
    I am unable to search a particular text in a blob using Intermedia search feature.I am using Oracle 9i (9.0.2 version)mounted on Red Hat Linux OS.
    It works well on a Windows 2k OS.
    To be more precise the following query fails when I pass the INSO_FILTER as the parameter.
    "CREATE INDEX WM_WORKDETAILIDX ON WM_WORKDETAIL (WM_ITEMDATA) INDEXTYPE IS CTXSYS.CONTEXT Parameter(‘CTXSYS.INSO_FILTER’)".
    Any Help towards it is highly appreciated.
    thanks & regards /Ravi

    Did you check the script to try to see what it was/is doing?

  • Is it possible to integrate Oracle intermedia search into apex ?(1)

    Or do something similar manually yourself in oracle xe ?(2)
    (1)I've been reading through part of the documentation of the intermedia search, and find it quite intresting. Better to use that if one can, then to have to do that it manually or yourself. But all I read is about JSP and PSP, and I guess PSP's are used by apex, but I was wondering if there was any way, to integrate intermedia search into apex, so that one can lookup say mp3, video files and images and display them in apex as well. Images may take some work but would I suppose be possible.
    However for the other two you need also player software to play both of them. As far as I know this is not integrated into Apex, but could possibly be provided by using the player integrated with a webbrowser, and by linking it to apex. So the browser is launched and plays the video or the audio file or alternatively a player is launched that allows to do that. But correct me if I'm wrong.
    (2) Alternatively I was wondering if one could do this, manually in Oracle XE, but then manually, by making tables with blobs and putting the files in there, and then finding somehow a way to get them played by a player, or to have them be put in a directory, and/or erased from that directory, and modify the player, or let it be activated and controlled by some kind of script to look for new files, and then play them off . Could this be done, by adding a parameter new_file_to_play to a message passed to the player, or the program governing the players behavior ?
    I know this sound difficult, and it probably is, but it would have its benefits. I suppose a simple answer would by, why not use oracle 10g with intermedia search ? Well because although I expect this to be the preferable choice, the license is rather expensive for me, and if I could get a rudimentary version working on XE, even having to do it myself, and writing the code as well,
    it would be ok.
    I just wonder could one not, make a table, with a nr, a blob, and then the specific fields for the specific information of that type, and then use a extraction program that extracts that information from a file, and puts it in a xml or csv file, so that say after the images were uploaded, one can load the details in as well ?
    It is more work, more complicated, and not as easy to use, but it could work I suppose.
    Any comments are welcome.
    Best Regards,
    Floris

    You should be able to add a menu option to Oracle E-Business Suite that just calls out to the URL of your ADF 11g application.
    http://knol.google.com/k/andy-pellew/creating-new-menu-items-in-oracle-e/v4b5tu39zysj/17#

  • How to search for upper/lower case using string using JAVA!!!?

    -I am trying to write a program that will examine each letter in the string and count how many time the upper-case letter 'E' appears, and how many times the lower-case letter 'e' appears.
    -I also have to use a JOptionPane.showMessageDialog() to tell the user how many upper and lower case e's were in the string.
    -This will be repeated until the user types the word "Stop". 
    please help if you can
    what i have so far:
    [code]
    public class Project0 {
    public static void main(String[] args) {
      String[] uppercase = {'E'};
      String[] lowercase = {'e'};
      String isOrIsNot, inputWord;
      while (true) {
       // This line asks the user for input by popping out a single window
       // with text input
       inputWord = JOptionPane.showInputDialog(null, "Please enter a sentence");
       if ( inputWord.equals("stop") )
        System.exit(0);
       // if the inputWord is contained within uppercase or
       // lowercase return true
       if (wordIsThere(inputWord, lowercase))
        isOrIsNot = "Number of lower case e's: ";
       if (wordIsThere(inputword, uppercase))
         isOrIsNot = "number of upper case e's: ";
       // Output to a JOptionPane window whether the word is on the list or not
       JOptionPane.showMessageDialog(null, "The word " + inputWord + " " + isOrIsNot + " on the list.");
    } //main
    public static boolean wordIsThere(String findMe, String[] theList) {
      for (int i=0; i<theList.length; ++i) {
       if (findMe.equals(theList[i])) return true;
      return false;
    } // wordIsThere
    } // class Lab4Program1
    [/code]

    So what is your question? Do you get any errors? If so, post them. What doesn't work?
    And crossposted: how to search for upper/lower case using string using JAVA!!!?

  • Query Variable: F4 search by Text is case sensitive in Web Templates.

    Hello Guru's,
    I have a problem, when I am trying to search the variables in Web Templates the search by text is case sensitive.
    For example If I have the customer name as "King", I have to search the text as King or Ki*, But If I search as king I will not get any results.
    I need to have my text search as case insensitive.                                                                    
    When I checked in my BEx queries the search is case insensitive. I have the problem in my Web Templates only. Please let me know do I need to change any variable settings ing the web templates or let me know how do I fix this issue.
    Many Thanks,
    Vamshi Krishna

    Hi,
    So the only workaround for this would be to goto RSD1 -> enter info
    -object as xxxx, and press maintain, then goto master data/text
    tab and select the check box, 'with text', now save and activate the
    infoobject. After this regenerate the query using tcode rsrt.
    To regenerate goto rsrt enter query name and press 'generate report'
    button.
    Now the F4 help screen should show the options search by key and search
    by text. So that you can select serach by key to have a case insensitive
    search.
    Thanks,
    Venkat

  • How to optimise the intermedia search query  when using contains?

    HI there,
    I have a query to search my database in two tables on eight columns. So that I have eight indexes which are in a different tablespace. Now I have written a query like
    select * from table1,table2 where
    contains(col1,'wordlist1', 1)>0 and
    contains(col2,'wordlist2', 2)>0 and
    contains(col8,'wordlist2', 8)>0 ;
    When I tried to execute this query, my databae is getting very very slow. As soon as I started the database its working fine, with in five munites of continuous checking, the database going to be slow. So
    How can I optimise my query? Is there any better way to search the database using intermedia?
    Any help or any sites list on intermedia searching utilities, other than the Oracle documentation is thankful.
    waiting...
    khaleel

    Thank you Thomas,
    I need some more from you...
    If I have 8 tables for 8 columns, then how do i proceed?
    Also could u tell me some query optimization techniques while working with intermedia text.
    Thanks you once again,
    waiting...
    Khaleel Hi Khaleel,
    I think this depends on your data model (relationship between the tables) and how you like to search later.
    The optimization begins also with the create index statement (memory clause and storage clause).
    If you like me to help I need more information about your hardware, os, datamodel and what kind of searches you will have later.
    Cheers,
    Thomas

  • Difference between Oracle Ultra Search and Intermedia Search

    hi,
    Can any one please tell me how Oracle Ultra Search is Different from Intermedia Search .from an article i came to know that Ultra search helps you to search dataq in Multiple RDBMS ,documents,URLs etc . but i think these options are also there in Intermedia
    regds
    sangeeth

    These are Oracle Text questions. Intermedia Text is now Oracle Text and has it's own forum. Please post Oracle Text qestions in the Oracle Text Forum where you will get a better, quicker answer. The Oracle Text forum is frequently monitored by Oracle text experts, this forum may be occasionally scanned by these experts, or not at all.

  • Does the search support Chinese language?

    Does the search support Chinese language?
    I find that it does not supprt chinese search in the WebHelp created by RoboHelp. The English word is ok? Can it be solved?

    Hi
    May be I does not described very clearly.
    I mean how can I search a word(not english) in a WebHelp created by Robohelp?
    ps:the WebHelp ' content is not english too, and I can find the word artifically.
    Thanks~

  • Intermedia Search...

    I have a problem searching for subclasses.
    I created an object with a subobject. In this subobject I store a document.
    As I can see from intermedia4s log files, the files has been indexed.
    But I can4t find it with der search-APIs or with the WebUI.
    What am I doing wrong?

    Are you using a subclass of DOCUMENT to store
    the document ? If you are using search API to
    search, can you post the code segment where
    you are building the search tree (WHERE clause of the search).
    A code sample showing interMedia search is
    posted in the following thread :
    http://technet.oracle.com:89/ubb/Forum36/HTML/000475.html

  • UI Designer, DataModel-View, Element-Search-Filter should ignore case

    Hi,
    I'm currently working within UI Designer and want to bind elements to my OWL.
    After selecting a name space and a BO afterwards, I want to search within the loaded BO meta data.
    Doing so, I figured out that the search is case sensitive.
    In other words, search for 'node' brings no results, but 'Node' does the job.
    Hopefully there are no derivations like 'nOde'
    @DevTeam, please do 'ignore case'.
    Thanks.
    ByD Studio release as of 05.March.2011
    Regards
    Martin

    Hi,
    I tested in 3.0, there the search is no longer case sensitive. So it seems to be corrected.
    Regards,
    Thomas

  • ESS Translation - Mixed Languages

    Hi,
    ESS Standard Applications are rendered as a mix of ENGLISH and FRENCH (eg Road Map / certain Fields), where as the language of the user is set to FRENCH.
    User sets the language via Change Language drop down in the masthead - custom feature (where UME API is used to update the language of the user). Our Portal datasource is AD LDAP. Where as in the same system (Development Portal) all standard MSS applications gets translated properly in French in the same Portal session. So issue is only with ESS.
    We checked the JCO and it is set to BLANK.
    Any inputs please?

    Yes - these are standard iViews (directly tested from SAP ESS Role).
    Verified below : Please see -
    1) JCO is NOT maintained blank (Mantained blank is the ideal to get the browser language) - JCO is set BLANK already ie
    SAP_R3_HumanResources
    SAP_R3_HumanResources_MetaData
    2) Iview property Forced language is wrongly maintained; - As in SAP Standard iViews.
    3) User has incorrect language settings; - User language is set to FR using UME API. MSS standard iView Translates fully in FR.
    4) Browser has incorrect language settings; - Browser had US-EN and CA-FR in that order. I had tried with CA-FR only. Still loads with a mix of EN and FR.
    5) Particular language is not installed on portal; - How to check this?
    6) Wrong customizing in IMG; - Standard (doesnt need additional IMG customizing). Custom ESS Role (Services, XSS Menu
    area Descriptions etc are successfully getting translated in FR) -> Issue is only from standard WDJ applications (mixed language behaviour). Home page framework is getting translated successfully.
    Edited by: Dhanz on Apr 18, 2011 7:37 PM

  • How to search using Arabic language

    Hi I am from united Arab emirates my mother language is arabic when using apple tv I would like to search in my language how could I add language to the keyboard ? Can some one help me please. 

    Hi,
    To get the Chinese language installed in the device, visit a nearby Nokia Care Point in your city. Language packs are region dependent.
    "If this post helped you solve your query, please do click the KUDOS tab."

  • How Oracle Ultra Search is Different from Intermedia Search

    hi,
    Can any one please tell me how Oracle Ultra Search is Different from Intermedia Search .from an article i came to know that Ultra search helps you to search dataq in Multiple RDBMS ,documents,URLs etc . but i think these options are also there in Intermedia
    regds
    sangeeth

    Ultra Search is an application on top of Oracle Text (aka interMedia Text). You can find more information about it here: http://otn.oracle.com/products/ultrasearch/content.html

Maybe you are looking for

  • Multiple devices, one apple id, many problems :)

    We have several apple devices: Me: iphone 5s, ipad mini daughter: iphone 6, ipad 3 son: iphone 4, ipad 3 For years we have been sharing the same apple id, and the kids use their own email addresses for imessage. Now, I'm trying to set up family shari

  • Lookup in XI

    Hi All, Pls advice. I read the following blog on Lookup by Siva and it very well suits my lookup requirement. /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler Siva has shown a Communication channel created for Lookup. In my scenari

  • Ipad got stolen and then disappeared from "Find my IPhone"

    Hello friends. Few days ago Igot my IPad stolen. Once I found that out I have attempted to track it via "Finde my Iphone" app. Well it was switched off. I have sent the blocking command with the password and message. Nevertheless my Ipad just disappe

  • Dual formatting with windows and mac

    ive just bought a mac book and want to use my i pod photo but its windows formatted how can i reformat to mac(or both mac and windows)without losing all my songs and photos (i know you can erase etc but ill lose all my songs etc -can i sync with my w

  • ILife 08 language support - Japanese / English

    I live in Japan, but am a native English speaker. I had to purchase iLife 08 from the Japanese web site (Apple Store) and the DVD is all in Japanese. If I open it can I install the iLife 08 software in English? I don't want to open it unless I am sur