Short: activate the wildcard search

Hello world

I have an Oracle Linux 6.6 3 components installed:

-Oracle short Server 7.6.1

-Oracle short discovered Information Integrator 3.1.1

-Oracle short Information discovered Studio 3.1.0

I'm sorry if this is too newbie...

I want to activate the on an attribute wildcard search to locate text in the middle of words (for example, * in * would correspond to 'find').

I found a page with a few tracks: http://docs.oracle.com/cd/E40518_01/server.761/es_dev/toc.htm#Configuring%20wildcard%20search%20in%20record%20search

However, I don't know how to proceed. This page shows an example of use of a web service request (' soap: envelope "). You could point me please in the directions? Do I have to create a graph, adding components "Universal Data Reader" and "Web Service Client"?

I'm sorry if the question seems vague, but I am a bit lost...

Thank you

Fausto

Dear Fausto,

You have found the necessary information and are very near doing this task. You are also right in the doc, while we provide information on the level of WEb Services, it not there no procedure end-to-end in the Integrator user's Guide. The reason for this is because this procedure relies on the use of the standard Integrator component (not a component EID created). The component that you can put in the Integrator to send in the XML graph is called Web Services Client.

Below, I describe the steps.

Context:

To activate the search by wildcard characters, you must set the schema property for the configuration of indexing to true. It's the mdex-property_TextSearchAllowsWildcards. Must be true for the wildcard search is activated.

This property is one of several properties on the GCR (record of the Global Configuration), which is used by the indexes of the Dgraph.

To change this property, there are several ways: using SOAPUI, or graphic Integrator with the Web Services Client component. The two methods are described below.

1. with the help of SOAP UI for the Web Service of Config for the loading of the DGC (Configuration global registry, which is an XML document)

You can use any Web Service, such as SOAP UI user interface tool and that it points to the Dgraph running. In this document, you can access the Configuration Web Service with this URL:
: /short-server/ws/config / ? wsdl (this is documented on the "On the Web Service Setup").

Then, you can send the RCMS of together again to the Dgraph, using the putProperties of the Config Web Service operation. See this topic for info; It uses the same operation for the addition of configuration XML documents: load the schema of attribute

Then, in the SOAP UI, you can issue a query similar to the following:

<>

"xmlns:config ="http://www.endeca.com/MDEX/config/services/types/3/0"

xmlns:MDEX ="http://www.endeca.com/MDEX/config/XQuery/2009/09" >. "

true

2 using the Integrator and its graph based on XML, for loading XML documents. For info, see this topic and some subjects beneath him.

The Integrator user's Guide > data domains configuration > Global Configuration record, you will see that this implies essentially to create a chart that uses a Web Services Client (it is a component of standard clover you can use), to load the same RCM document that you free of charge if you use SoapUI.

For the WebServiceClient component, specify a string similar to the following in the name of the component operation field:

{http://www.endeca.com/MDEX/config/services/config/3}Config#ConfigPort#DoConfigTransaction

Notice that this string includes a namespace target for the Web service that faithfully reflects the major Web service as version / 3 in this example (you must have this web service as version 3.0 too, but please check what version of the WS Config you use.) In the Installation Guide for server short 7.6.1 you can see how to check it: list of Web Services of short and their versions

I hope this helps!

Julia

Tags: Business Intelligence

Similar Questions

  • How to activate the automatic search of google for URL unknown?

    Hi, is there a way to activate the browser perform a google search, if the string entered in the address bar is not resolved?

    For example, if I type:

    I love cats

    My browser reports a fair:

    The address is not valid
    The URL is not valid and cannot be loaded.

    I am aware of the notion of keyword, for example the g for google.com parameter such as:

    g I love cats

    would conduct a google search.

    But it is also possible to define something as an engine failure to search that searches just the given string whenever the address cannot be resolved?

    The keyword.enabled in subject parameter: config is true.

    I use Firefox for Linux Mint 16.0.1.

    Thank you!

    First install https://addons.mozilla.org/en-US/firefox/addon/searchreset. After execution of this extension, try to read the Search the Web from the address bar

  • How to activate the "paste &amp; search" in the search box?

    I 'Stick' and ' paste & search "in the menu popup when you click in the search box, but they do the same thing: just paste what is on the Clipboard. How to get 'Paste & search' to paste AND search, as it says?

    Also, try to Restart Firefox in Safe Mode and then try the search context menu function. Safe mode temporarily disables the modules, and you have a lot of them, so it's a great possibility that one of them could be the cause of the problem.

  • The wildcard search

    Blocks the im trying to a lookup field in a database of a block no DB and if I type in what is exactly the value of the field, nothing returns. I have a field that can hold up to 2000 characters and I want to be able to search by keyword...% did not work for me...

    You would still have the % in the database-user field no it is entered. You could even encapsulate field '%' when you set your v_where clause:

    v_where: = 'like % | : nondatabaseblock.field | '%';

    I did similar things to this, but you should keep in mind when you use AS you end up doing full table scans which can slow down the Application if the table is large enough.

    -mike

  • How to restrict the wildcard character in the search form?

    Hello
    I am new to ADF and learning from Steve's blog. I was going to for example 158th in which he restricted the wildcard search. I could not
    understand where he defined the restriction of wildcard. I have checked the VO.xml Emp but found no clue. Can someone help me please?

    It is in test.model.CustomViewObjectImpl.java in the model project

  • Default behavior of short wildcard search


    Hi friends,

    Is there a way to control the short wild-card as default search behavior when we search and if we "searchterm *", we get results for ' * searchterm * "but it is possible to restrict the result set so that it contains only" searchterm * ", we understand that it can be filtered at the code level, but we are looking for a way to do it in short itself.

    Inputs/suggestions are appreciated.

    Kind regards

    Shreyas

    Sarah,

    I'm a bit confused by your first sentence and would like to clarify.

    When you say a search on ' term * ' returns ' * term * "-you don't want to say something like ABCtermDEF being returned but rather ABC termDEF.»»

    Without the wildcard character in front of 'term', short does not return all the words that begin with anything else of "term".  Thus, it is the case, then you could check the reqlogs to see that something else is not inject the leading asterisk.

    So, if your use case so more like "I want to find all the records that have, as their first word, a word that begins with"term", then it is not supported without a little manipulator gyration.  In this case, I create a separate property called say 'AllFirstWords' and have a manipulator put all the first words in this property.  Then your search for these can go against that property.

    For example, if the original property was 'Draped Velvet' and you want to find "Vel * ' but not ' Dra *", and then with your new property which has just "Velvet" you are set.

  • How to activate the search function.  I get no match found when I search for words on the scanned PDF document

    How to activate the search function.  I get no match found when I search for words on the scanned PDF document

    A scanned document is just an image; even if it contains text, it is not searchable.

    Put text in a scanned image available, you will need to perform the recognition of text (OCR), which can be made with Acrobat, but not the free player.

  • Is it possible to write custom code to activate the search funtionlity through several folios?

    Is it possible to write custom code to activate the search funtionlity through multiple sheets in the enterpise app shell?

    If so, does anyone know of possible developers in South Africa which would be able to help me?

    Thank you!

    MEI has a custom storefront that supports this. See http://maned.com/software/portico-digital-publishing/.

    Neil

  • How can I activate google as search engine when the homepage change option refuses to accept a change?

    I have a PC brand new. For some strange reason in the development of my machine, google home page is disabled. Instead, I get a MSN/Bing combo that the machine won't let me change. My antivirus is not a virus so I guess that some can be given? How can I activate the "current page" button?

    Go to the Options menu by clicking on the tab of Firefox (upper-left).

    Firefox > Options > Options > general
    When Firefox starts-set it to "show my Home Page".
    Then type in your desired home page.
    Click Ok and everything is done.
  • performance of the 10g search text fuzzy

    Hello to all members of this community,

    IM new to this and I have a question that belongs to the Oracle 10g text.

    My configuration:

    Oracle Database 10 g Enterprise Edition Release 10.2.0.4.0 - 64 bit

    8 cores with each 2,5 GHz

    64 GB OF RAM

    What I would do:

    I would like to compare a large amount of games of lines between them so that human caused errors (e.g. spelling, typos) will not be tolerated.

    My setup of CONTEXT of the TEXT is as follows:

    MULTI_COLUMN_DATASTORE with each column to compare.

    begin
      ctx_ddl.create_preference('my_datastore', 'MULTI_COLUMN_DATASTORE');
      ctx_ddl.set_attribute('my_datastore', 'columns', 'column1, ...'); 
    end;
    

    BASIC_LEXER - with the parameters of the GERMANS:

    begin
       ctx_ddl.create_preference('my_lexer', 'BASIC_LEXER');
       ctx_ddl.set_attribute('my_lexer', 'index_themes', 'NO');
       ctx_ddl.set_attribute('my_lexer', 'index_text', 'YES');
       ctx_ddl.set_attribute('my_lexer', 'alternate_spelling', 'GERMAN');
       ctx_ddl.set_attribute('my_lexer', 'composite', 'GERMAN');
       ctx_ddl.set_attribute('my_lexer', 'index_stems', 'GERMAN');
       ctx_ddl.set_attribute('my_lexer', 'new_german_spelling', 'YES');
    end;
    

    BASIC_WORDLIST - with the parameters of the GERMANS:

    begin
       ctx_ddl.create_preference('my_wordlist', 'BASIC_WORDLIST');
       ctx_ddl.set_attribute('my_wordlist','FUZZY_MATCH','GERMAN');
       ctx_ddl.set_attribute('my_wordlist','FUZZY_SCORE','60'); --defaults
       ctx_ddl.set_attribute('my_wordlist','FUZZY_NUMRESULTS','100'); --defaults
       --ctx_ddl.set_attribute('my_wordlist','SUBSTRING_INDEX','TRUE'); --uncommented due to long creation time of index
       ctx_ddl.set_attribute('my_wordlist','STEMMER','GERMAN');
    end;
    

    And a BASIC_SECTION_GROUP with a field_section for each column.

    begin
      ctx_ddl.create_section_group(
        group_name => 'my_section_group', 
        group_type => 'BASIC_SECTION_GROUP'
      );
      ctx_ddl.add_field_section(
        group_name   => 'my_section_group',
        section_name => 'column1',
        tag          => 'column1'
      );
    ...
    end;
    

    I create the index with

    create index idx_myfulltextindex on fulltexttest(column1)
    indextype is ctxsys.context
    parameters ('datastore my_datastore 
                 section group my_section_group 
                 lexer my_lexer
                 wordlist my_wordlist 
                 stoplist ctxsys.empty_stoplist')
    

    Everything works well functionally.

    In my test scenario, I had a table with lines about 100,000 that has a primary key that is not in the CONTEXT index.

    The problem:

    I do a query like:

    SELECT SCORE(1), a.* 
    FROM fulltexttest a 
    WHERE CONTAINS(a.column1, 'FUZZY(({TEST}),,,W) WITHIN COUMN1', 1) 
      AND a.primkey BETWEEN 1000 AND 4000
    

    This will do a full text search in a set of 3000 lines. Here, the response time is almost immediate. Maybe a second.

    If I do the same in a slider repeatedly (> 1000) with various search terms, we take one of course a lot of time. It does in the average 1 requests per second.

    I thought that this cannot be that slow and I tested the same with:

    SELECT SCORE(1), a.* 
    FROM fulltexttest a 
    WHERE CONTAINS(a.column1, '({TEST}) WITHIN COUMN1', 1) 
      AND a.primkey BETWEEN 1000 AND 4000
    

    NOTE there is no fuzzy search more...

    With that, it is up to 20 times faster.

    The cpu of the server about 15% charge when the fuzzy query processing.

    So:

    If I do a fuzzy search, it seems do not access the index. I thought I was saying to the index to calculate the results of 100 extensions in advance.

    I'm doing it wrong? Or is it not possible to build a particular Index to the fuzzy search?

    Are there suggestions to improve performance? Note that I have already read the guide (7 Tuning Oracle Text). None caused advice cure.

    I would be grateful if anyone can help me in this case... Or simply to give an indication.

    Thank you

    Dominik

    The attributes of a list of words can be used to specify how developed the stems and fuzzies create prefix and substring index.

    If you do a lot of research with generic characters from end, like partialword % then a prefix index can make these quick searches.  If you do the research with two wildcard characters, such as % partialword % then an index of the substring can make this faster research.  There is a trade-off between taking time and storage space to create and maintain the index with prefixes and/or substrings and time of the query.  You can specify the minimum length of a prefix.  The shorter length, prefixes no longer possible and the longer it takes to create the largest index.  So you need to use depends on what types of queries you expect most of the time.

    I don't know if you have tested from queries.  The attribute index_stems of the lexer and the attribute of forms derived from the word list generator are in conflict.  You must keep the generator attribute of forms derived from the list of words and do not use the attribute index_stems of the lexer.

  • How do I activate the calendar when you first start, I chose disable

    I can not activate the calendar. On the first run, I chose 'Disable sockets calendar' and now I can not activate.
    How to activate?

    I try to reinstall Thunderbird and add addons Lightning, but even now calendar options.

    We managed to solve the problem of:
    1. Uninstall addition
    2. restart Thunderbird
    3. search for the site of the add-on and reinstall.
    4. restart Thunderbird and once the question arose as to the introduction of the calendar.

    Problem has been resolved.

  • How to get back the bar under the top search bar?

    How to get back the bar under the bar top search which were listed in all things, such as facebook, outlook, uncle henry wtc that I dragged from the entries in the top search bar? I lost him after a refresh. I also can't connect to mozilla accounts with my user name and password. Thank you.

    You can enable (or disable) built-in Bookmarks Toolbar in Firefox using one of the following methods to view the list of the toolbar:

    • Right click on a place empty on the tab bar (or the button '+')
    • Press the Alt key to activate the classic menu bar > view > toolbars
    • in customize mode > show/hide toolbars

    Does it work? And your bookmarks are still there?

    About your accounts of Mozilla, what kind of accounts are - websites? Sync? etc.

  • In the google search bar, how can I prevent search suggestions to disappear as soon as I move the mouse? Mac, Maverics, Firefox latest

    It is in the separate search bar, not the URL bar that can also be used as a search bar. It seems to happen only with selected Google. If I choose one of the other search engines to the search bar, then the problem goes away. I use the latest version of Firefox on Mac/Mavericks.

    Hi Jay777

    Try it next please.

    You have disabled the Suggestions show inside the Google search bar.

    To activate the Suggestions show:
    Click once inside the search bar, then click inside the bar.
    At the bottom of the context menu, choose Show Suggestions

    Shut down and restart firefox and then turn it back on and restart again.

    See if it works for you!

  • In the Google search box cursor flashes but is not enabled

    I asked this question on the Google forum but has been done on Mozilla forum. I know that I'm not the only one having this problem, but I've not seen a solution. I don't have any installed extensions. I do not understand how a slider can appear active without actually at work. I have to click in the search box, until the cursor starts to work.
    What is this caused by Google or Firefox?
    I use Windows 7.
    Thanks for any help.

    I think that I fixed it. I had my Google homepage.
    There is a blue icon of Google in the Firefox toolbar, and when I clicked it activates the cursor. If you right click on the blue icon, you will see an address of Google with a suffix of gibberish. I pasted everything as my homepage, and now the cursor is activated when I open Firefox.

  • How to re - activate the FF 29 Add-on compatibility check

    Several weeks ago, I installed FF 29.0.1 on two virtually identical XP systems. I have been carefully maintain extensions, settings, etc., in parallel on both systems.

    Initially, my main system told me if an extension in my search list was incompatible with 29.0.1, and no doubt, that's what I want to do.

    However, I recently installed a couple of extensions, which seemed to work very well. (I had downloaded installers and then installed in the files.) Then, when I tried to install from the same files on the second system, he told me that they were incompatible with 29.0.1, and that they could not be installed.

    I would like to re - activate the verification of the compatibility of the system on which it seems to have been turned off. I tried FF forums at length, but may not know all the information about: config or other settings may have an impact on this.

    The error message that I get on a system when trying to install some extensions is a small box of drop-down menu of green extensions Manager icon near the top left corner of the screen. However, it disappears when you press the 'Print screen' key and does not appear in the captured image. I noticed this kind of weird on some other sites. So, it seems impossible to get a picture of the message. The message may be re-displayed, but not printed, by clicking on the green icon. However, the text of the message, ' < name of the extension - > could not be installed because it is not compatible with Firefox 29.0.1.» Note: It is easy to reproduce this message, temporarily turning on extensions.strictCompatibility and tries to install older extensions.

    In any case, the system on which I was getting the message now behaves identical to my other system, apparently without any change of parameters. Therefore, I believe that it was a persistent but temporary problem that may have been fixed by a reboot. Therefore, the problem seems to be resolved.

Maybe you are looking for

  • Cost of repair disk HARD mid-2010 iMac

    I was wondering, how can I expect to pay to have my 1 TB HARD drive I replaced my iMac mid-2010? Is not an exact number, just a ball park figure.  I found a few DIY videos, make the repair, I just don't feel comfortable fact myself. I have an Apple S

  • Can I start a PowerMac G4 733 Mhz 'QuickSilver' 2001 of a 128 GB SSD connented to use a PCI SATA card?

    HELLO, my name is Francesco and I have a PowerMac G4 733 Mhz "QuickSilver" since 2001. Inside of it, I have two IDE hard disks and I want to upgrade to a 128 GB SSD. The problem is that: the G4 only has not connectors SATA, so if I install a PCI SATA

  • ChatBox focusing

    Why isn't the text chat window automatically centered when I switch to a conversation window? Is there any point, why do not? It's really frustrating, especially when you click on a link and then you Alt + Tab to comment on, you just end up the reope

  • Z510 Lenovo memory upgrade

    I think to buy the laptop next IdeaPad Z510 with hybrid & rear propulsion system on keyboard

  • BitLocker network unlock

    I'm trying to deploy BitLocker network unlock, but I have problems when the computer tries to get the certificate of the WDS server (different from DHCP as Microsoft tutorial explains). Monitoring by Wireshark start-up (with mirror port switch), the