Endeca commerce 3.1.1 can't support Chinese segmentation also?

Dear experts:
I am do a PoC base on the sample discover project. After specifiy the language to Chinese,I can only search the chinese content between Punctuations, take a long description of a product for example,
优质性能
品质画面: 在QVGA分辨率(640×480像素,软件增强)捕捉清晰的视频和图像.
品质声音: 使用耳机享受清晰,层次分明的谈话。无需购买额外的设备.
便利的
支持流行的即时消息应用程序: 是进行Skype™视频理想伴侣的.
通用管理面板:: 轻松安装在任何类型的显示器或笔记本电脑.
I can only get this product by searching the keyword '优质性能' not '优质'
Any of your response will be very appreciated.
what I have configured is:
For data source:
I changed the property 'product.long_desc' of first one record to chinese and load it to MDEX by baseline_update and promote_content (can read it from the web application)
For Forge:
specify the encoding of source data to UTF-8 and specify the per-property language ID for property 'product.long_disc' in the Forge pipeline.
For Digdx
specify the language in DataIngest.xml as below:
- <dgidx id="Dgidx" host-id="ITLHost">
- <properties>
<property name="numLogBackups" value="10" />
<property name="numIndexBackups" value="3" />
</properties>
- <args>
<arg>-v</arg>
<arg>--compoundDimSearch</arg>
<arg>--lang</arg>
<arg>zh-CN</arg>
</args>
<log-dir>./logs/dgidxs/Dgidx</log-dir>
<input-dir>./data/forge_output</input-dir>
<output-dir>./data/dgidx_output</output-dir>
<temp-dir>./data/temp</temp-dir>
<run-aspell>true</run-aspell>
</dgidx>
</spr:beans>
and add the file Disvover.spell_config.xml with below content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SPELL_CONFIG SYSTEM "spell_config.dtd">
<SPELL_CONFIG>
<SPELL_ENGINE>
<DICT_PER_LANGUAGE>
<ESPELL/>
</DICT_PER_LANGUAGE>
</SPELL_ENGINE>
</SPELL_CONFIG>
For the Dgraph:
specify the language in DgraphDefaults.xml as below:
- <dgraph-defaults>
- <properties>
<property name="srcIndexDir" value="./data/dgidx_output" />
<property name="srcIndexHostId" value="ITLHost" />
<property name="srcPartialsDir" value="./data/partials/forge_output" />
<property name="srcPartialsHostId" value="ITLHost" />
<property name="srcCumulativePartialsDir" value="./data/partials/cumulative_partials" />
<property name="srcCumulativePartialsHostId" value="ITLHost" />
<property name="srcDgraphConfigDir" value="./data/workbench/dgraph_config" />
<property name="srcDgraphConfigHostId" value="ITLHost" />
<property name="numLogBackups" value="10" />
<property name="shutdownTimeout" value="30" />
<property name="numIdleSecondsAfterStop" value="0" />
</properties>
- <directories>
<directory name="localIndexDir">./data/dgraphs/local_dgraph_input</directory>
<directory name="localCumulativePartialsDir">./data/dgraphs/local_cumulative_partials</directory>
<directory name="localDgraphConfigDir">./data/dgraphs/local_dgraph_config</directory>
</directories>
- <args>
<arg>--threads</arg>
<arg>2</arg>
<arg>--whymatch</arg>
<arg>--spl</arg>
<arg>--dym</arg>
<arg>--dym_hthresh</arg>
<arg>5</arg>
<arg>--dym_nsug</arg>
<arg>3</arg>
<arg>--stat-abins</arg>
<arg>--lang</arg>
<arg>zh-CN</arg>
</args>
<startup-timeout>120</startup-timeout>
</dgraph-defaults>
</spr:beans>
Best Regards
Vicky
what I have configured is:
For data source:
I changed the property 'product.long_desc' of first one record to chinese and load it to MDEX by baseline_update and promote_content (can read it from the web application)
For Forge:
specify the encoding of source data to UTF-8 and specify the per-property language ID for property 'product.long_disc' in the Forge pipeline.
For Digdx
specify the language in DataIngest.xml as below:
- <dgidx id="Dgidx" host-id="ITLHost">
- <properties>
<property name="numLogBackups" value="10" />
<property name="numIndexBackups" value="3" />
</properties>
- <args>
<arg>-v</arg>
<arg>--compoundDimSearch</arg>
<arg>--lang</arg>
<arg>zh-CN</arg>
</args>
<log-dir>./logs/dgidxs/Dgidx</log-dir>
<input-dir>./data/forge_output</input-dir>
<output-dir>./data/dgidx_output</output-dir>
<temp-dir>./data/temp</temp-dir>
<run-aspell>true</run-aspell>
</dgidx>
</spr:beans>
and add the file Disvover.spell_config.xml with below content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SPELL_CONFIG SYSTEM "spell_config.dtd">
<SPELL_CONFIG>
<SPELL_ENGINE>
<DICT_PER_LANGUAGE>
<ESPELL/>
</DICT_PER_LANGUAGE>
</SPELL_ENGINE>
</SPELL_CONFIG>
For the Dgraph:
specify the language in DgraphDefaults.xml as below:
- <dgraph-defaults>
- <properties>
<property name="srcIndexDir" value="./data/dgidx_output" />
<property name="srcIndexHostId" value="ITLHost" />
<property name="srcPartialsDir" value="./data/partials/forge_output" />
<property name="srcPartialsHostId" value="ITLHost" />
<property name="srcCumulativePartialsDir" value="./data/partials/cumulative_partials" />
<property name="srcCumulativePartialsHostId" value="ITLHost" />
<property name="srcDgraphConfigDir" value="./data/workbench/dgraph_config" />
<property name="srcDgraphConfigHostId" value="ITLHost" />
<property name="numLogBackups" value="10" />
<property name="shutdownTimeout" value="30" />
<property name="numIdleSecondsAfterStop" value="0" />
</properties>
- <directories>
<directory name="localIndexDir">./data/dgraphs/local_dgraph_input</directory>
<directory name="localCumulativePartialsDir">./data/dgraphs/local_cumulative_partials</directory>
<directory name="localDgraphConfigDir">./data/dgraphs/local_dgraph_config</directory>
</directories>
- <args>
<arg>--threads</arg>
<arg>2</arg>
<arg>--whymatch</arg>
<arg>--spl</arg>
<arg>--dym</arg>
<arg>--dym_hthresh</arg>
<arg>5</arg>
<arg>--dym_nsug</arg>
<arg>3</arg>
<arg>--stat-abins</arg>
<arg>--lang</arg>
<arg>zh-CN</arg>
</args>
<startup-timeout>120</startup-timeout>
</dgraph-defaults>
</spr:beans>
Best regards
Vicky

Hi
I can't see anything wrong with your configuration - I'd recommend you raise an SR at support.oracle.com for this.
Michael

Similar Messages

  • Why photoshop touch still can't support Chinese?

    Please fix this problem.
    I paid for this apps, but can't help,
    since its doesn't  support Chinese,
    Really disappointed about this apps!!!!
    Looking forward to Chinese support.
    Thank you.

    Hello and Welcome to Apple Discussions. 
    I guess it's a capacity concern on the iPod/iPhone why .mov aren't directly supported.
    You need to right click on the .mov files in iTunes and choose +Convert Selection for iPod+.
    http://docs.info.apple.com/article.html?artnum=302892
    mrtotes

  • Endeca Commerce-can't support Chinese search at MDEX 6.4.0 also ?

    Dear experts:
    I am do a PoC base on the sample discover project. After specifiy the language to Chinese, I can't start the Forge. It seems that the datasource is not ready, but I really have load it to the MDEX and can read it from the web apps. The error log as below:
    C:\Endeca\app\Disvover\control>load_baseline_test_data.bat
    C:\Endeca\app\Disvover\control>baseline_update.bat
    [01.25.13 16:04:01] INFO: Checking definition from AppConfig.xml against existin
    g EAC provisioning.
    [01.25.13 16:04:02] INFO: Definition has not changed.
    [01.25.13 16:04:02] INFO: Starting baseline update script.
    [01.25.13 16:04:02] INFO: Acquired lock 'update_lock'.
    [01.25.13 16:04:02] INFO: [ITLHost] Starting shell utility 'move_-toprocessing
    [01.25.13 16:04:03] INFO: [ITLHost] Starting copy utility 'fetch_config_to_input
    forforge_Forge'.
    [01.25.13 16:04:04] SEVERE: Utility 'fetch_config_to_input_for_forge_Forge' fail
    ed. Refer to utility logs in [ENDECA_CONF]/logs/copy on host ITLHost.
    Occurred while executing line 19 of valid BeanShell script:
    16| LockManager.removeFlag("baseline_data_ready");
    17|
    18| // fetch config files to forge input
    19| Forge.getConfig();
    20|
    21| // archive logs and run ITL
    22| Forge.archiveLogDir();
    [01.25.13 16:04:04] SEVERE: Caught an exception while invoking method 'run' on o
    bject 'BaselineUpdate'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing
    valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'fetch_config_to_inp
    ut_for_forge_Forge' failed. Refer to utility logs in [ENDECA_CONF]/logs/copy on
    host ITLHost.
    [01.25.13 16:04:04] INFO: Released lock 'update_lock'.     
    what I have configured is:
    For data source:
    I changed the property 'product.long_desc' of first one record to chinese and load it to MDEX by baseline_update and promote_content (can read it from the web application)
    For Forge:
    specify the encoding of source data to UTF-8 and specify the per-property language ID for property 'product.long_disc' in the Forge pipeline.
    For Digdx
    specify the language in DataIngest.xml as below:
    - <dgidx id="Dgidx" host-id="ITLHost">
    - <properties>
    <property name="numLogBackups" value="10" />
    <property name="numIndexBackups" value="3" />
    </properties>
    - <args>
    <arg>-v</arg>
    <arg>--compoundDimSearch</arg>
    <arg>--lang</arg>
    <arg>zh-CN</arg>
    </args>
    <log-dir>./logs/dgidxs/Dgidx</log-dir>
    <input-dir>./data/forge_output</input-dir>
    <output-dir>./data/dgidx_output</output-dir>
    <temp-dir>./data/temp</temp-dir>
    <run-aspell>true</run-aspell>
    </dgidx>
    </spr:beans>
    and add the file Disvover.spell_config.xml with below content:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE SPELL_CONFIG SYSTEM "spell_config.dtd">
    <SPELL_CONFIG>
    <SPELL_ENGINE>
    <DICT_PER_LANGUAGE>
         <ESPELL/>
         </DICT_PER_LANGUAGE>
    </SPELL_ENGINE>
    </SPELL_CONFIG>
    For the Dgraph:
    specify the language in DgraphDefaults.xml as below:
    - <dgraph-defaults>
    - <properties>
    <property name="srcIndexDir" value="./data/dgidx_output" />
    <property name="srcIndexHostId" value="ITLHost" />
    <property name="srcPartialsDir" value="./data/partials/forge_output" />
    <property name="srcPartialsHostId" value="ITLHost" />
    <property name="srcCumulativePartialsDir" value="./data/partials/cumulative_partials" />
    <property name="srcCumulativePartialsHostId" value="ITLHost" />
    <property name="srcDgraphConfigDir" value="./data/workbench/dgraph_config" />
    <property name="srcDgraphConfigHostId" value="ITLHost" />
    <property name="numLogBackups" value="10" />
    <property name="shutdownTimeout" value="30" />
    <property name="numIdleSecondsAfterStop" value="0" />
    </properties>
    - <directories>
    <directory name="localIndexDir">./data/dgraphs/local_dgraph_input</directory>
    <directory name="localCumulativePartialsDir">./data/dgraphs/local_cumulative_partials</directory>
    <directory name="localDgraphConfigDir">./data/dgraphs/local_dgraph_config</directory>
    </directories>
    - <args>
    <arg>--threads</arg>
    <arg>2</arg>
    <arg>--whymatch</arg>
    <arg>--spl</arg>
    <arg>--dym</arg>
    <arg>--dym_hthresh</arg>
    <arg>5</arg>
    <arg>--dym_nsug</arg>
    <arg>3</arg>
    <arg>--stat-abins</arg>
    <arg>--lang</arg>
    <arg>zh-CN</arg>
    </args>
    <startup-timeout>120</startup-timeout>
    </dgraph-defaults>
    </spr:beans>
    Dear experts, thank you in advance. Any advice or solution about this issue will be great appreciated!
    Best regards
    Vicky

    Hi Michael
    I can't find the log directory as reminded in the error infor '[ENDECA_CONF]/logs/copy'
    Below is my log dir, could you please give some advice:
    C:\Endeca\app\Disvover\logs>dir
    Volume in drive C has no label.
    Volume Serial Number is 4CC1-459C
    Directory of C:\Endeca\app\Disvover\logs
    01/26/2013 12:10 AM <DIR> .
    01/26/2013 12:10 AM <DIR> ..
    01/25/2013 02:28 PM <DIR> dgidxs
    01/25/2013 02:28 PM <DIR> dgraphs
    01/26/2013 12:10 AM 115,343 Disvover.0.0.log
    01/25/2013 02:28 PM <DIR> forges
    01/24/2013 03:02 PM <DIR> logservers
    01/26/2013 12:10 AM <DIR> logserver_output
    01/26/2013 12:10 AM <DIR> provisioned_scripts
    01/23/2013 06:18 PM <DIR> report_generators
    1 File(s) 115,343 bytes
    9 Dir(s) 87,275,294,720 bytes free
    Thanks you and Regards
    Vicky

  • Keyword Redirect in Endeca Commerce 3.1.0

    We are using MDEX 6.3.0, PlatformServices 6.1.3, Tools and Frameworks 3.1.0 with guided navigation version of workbench as part of our installation of Endeca Commerce 3.1.0. We would not be using PageBuilder and its cartridges but would like to implement Keyword Redirects for our endeca application which deals with search and guided navigation only.
    On setting up the Discover app we figured out that Keyword Redirect management option in workbench was not available. Do we need to make configuration changes to enable it or is the feature dropped from this version release?
    Thanks in advance!

    The order would be managed by the merchandisers and could be updated daily, weekly based on the business requirement. Since we would be using rule manager only we would like to have the feature available in the workbench; any possible suggestions that would make the life of our merchandisers little easy.
    Could we have these files declared in our AppConfig.xml as web-studio managed files so that the merchandisers can have more control like in Workbench 2.x.

  • SOLMAN EHP1 - anyone can create support message in Satellite System's Help?

    Hi,
    I just curios that why everyone can create support message in satellite system-> help -> create support message?
    I tested with restricted profile user and without role SAP_SUPPDESK_CREATE, NO BP created but he still manage to create support message???? Any idea??
    Also, same goes to any user can process ticket in SOLMAN with no BP-Employee role and SAP_SUPPDESK_* roles assigned.
    Your kind input is very much appreciated.
    Thanks,
    Nicholas Chang

    Hi Nicholas
    If you are using a "Named" user instead of the Trusted Relationship in the RFC maintained in BCOS_CUST for entry OSS_MSG then this is quite possible. In this case the "Named" user will be used to call the interface to create message and the calling user ie the end user creating the ticket will only be used as "Reporter" of the message.
    The user entered in the RFC details probably has the authorization to create Support desk messages.
    Regards
    Amit

  • K7T Turbo limited edition can't support Windows XP!!!!

    i'm user of K7T Turbo Limited Edition mainboard, i treid to upgrade my OS to Windows XP currently and i found that the installation aborted abnormaly when it reach windows is restarting phase, and my PC will just hang without giving any response, i'm wondering my mianboard can't support Windows XP. Another prob i face is my hp deskject 630c printer couldn't supported by the mainboard also, i had tested on other PC and it works truly well. Anyone facing similar situation ?? can i solve my prob with update the latest BIOS

    Hi!
    There is no reason why your mobo (or printer for that matter, XP-drivers, both for parallel and USB interface can be downloaded from the HP site) would NOT support Windows XP.
    It could be, however,  that you need to update BIOS first. If you have a BIOS version prior to 3.0, you will have to update.
    Regards,
    Hans

  • HT1338 i currently have a macbook 2.1 and want to update. what can it support? I can't even download IPhoto! I can't open anything in my ICloud account either! its not on my current browser nor am i able when logging onto my ICloud account.

    i currently have a macbook 2.1xersion 10.6.8 and want to update. what can it support? Everything i try, it won't support! I can't even download IPhoto! I can't open anything in my ICloud account either! its not on my current browser nor am i able when logging onto my ICloud account. Can anyone give me some advice besides buying a newer laptop?

    Lion 10.7.5 is as far as you can go. You must have at least 2 GBs of installed RAM.
    Upgrading from Snow Leopard to Lion or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99.
    If you sign into the App Store and try to purchase Mountain Lion but the App Store says your computer is not compatible then you may still be able to upgrade to Lion per the following information.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. Or you can order directly on the online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • I am trying to update my itunes and iphone. Everytime I trie comes out a message about 'key access'. I've done all the steps from the support and nothing worked out. I cannot unistall and now I can't open it anymore also. What should i do, please?

    I am trying to update my itunes and iphone. Everytime I trie comes out a message about 'key access'. I've done all the steps from the support and nothing worked out. I cannot unistall and now I can't open it anymore also. What should i do, please?

    Isn't that only used when a PC will not boot?
    What options does booting with this give me?
    Thanks
    JK MCP
    Hi,
    USB recovery disk was used to recover your system when it encounter problem. You can try to use it to fix your problem instead reinstall system. However, there is no method to keep your program whenreinstall system.
    Roger Lu
    TechNet Community Support

  • How can i add Chinese language support to my N97

    Hi all of you!!
    i hope can some body help me
    i work in china and i bought my mobile from Dubai and it is just support Arabic and English
    so how can i add chinese support to my mobile?? i don`t want change product code beause i want arabic languge also
    just can review chinese websites and read chinese messages is enough, i know can throw change the the font but.....
    http://forum.dailymobile.se/index.php?PHPSESSID=m6​1ggc373rem98jjmbbnri56r4&topic=15893.0
    i already try above subject but the font is very ugly and make problems for my mobile and switch off by it is self many times
    before i have Nokia N82 and i was install Psiloc Crystal Chinese on it and by this program can read and write chinese but until now no have such program for N97
    so how can one mobile same N97 (small laptop) not support some languages????
    and how can one company same NOKIA don`t give such this serveice for the customers,
    need charge is okbut need some thing usefull
    thanks all and i hope can find some body help me

    Dear I know that you answer me but it is not Solution, right or no? waiting for another
    also why it is impossible with out third-party software? change mobile font can!!!!
    did you visit this link http://forum.dailymobile.se/index.php?PHPSESSID=m6​1ggc373rem98jjmbbnri56r4&topic=15893.0
    i try it but have some mistakes, but can support chinese and arabic in same time
    also you speak as third-party software full the market and internet
    give me one third-party software name and i will be very happy
    Dear i love nokia and i will not change nokia to others but i can see around me such as IPhone, it is support most of languages together,
    thank you any way, now i know nokia support discussions is useless
    拜拜

  • "I can't support this architecture" Messege

    I know very little about computers so please bare with me. I Own a copy of Cs5 extended and just DL it, Now I downloaded it but when ever i try to open it i get this messge "You Can not open the Application " Adobe Photoshop CS5" Because it is not supported on this architecture" Also the little icon that represents CS5 is what looks to be papers with a circle and a line threw it.

    "I can't support this architecture"
    I have seen this. For me it meant an OS up date.
    But as SW said. It could also require a hardware update. AKA, a newer MAC. Sorry

  • Can firefox support "file:///" format to access local files (note 3 fw slashes) this works for IE but not firefox and is the format used in the "afghan war diary" from wikileaks

    can firefox support "file:///" format to access local files (note 3 fw slashes) this works for IE but not firefox and is the format used in the "afghan war diary" from wikileaks

    See http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4.

    My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4.

    The last update for 10.4 took it to 10.4.11. To upgrade to 10.5 or 10.6 you have to buy the install disk for that OS. You can upgrade from 10.4 to 10.6 with no problems as long as you have at least 1gb of RAM. Any program that runs under 10.4 will run under 10.6.

  • HT4783 Can a supported macbook pro connect to an iphone 5 via airdrop?

    Can a supported macbook pro connect to an iphone 5 via airdrop?

    Found your answer:
    http://support.apple.com/kb/HT5887?viewlocale=en_US&locale=en_US
    Note: AirDrop for iOS supports only iOS 7 devices. You cannot use AirDrop on iOS to share with OS X, and OS X users can't use AirDrop to share with iOS devices.
    Yes, I was surprised too!

  • I have the 24" imac 2.4ghz can it support elements 11

    i have the 24" imac 2.4ghz can it support elements 11??? i need to know soon

    Yes, assuming your system meets the requirements for PSE 11.  At a minimum you need to be running OS X 10.6 (Snow Leopard) and have at least 1GB RAM.  2GB would be a lot better.

  • Can DRM support multiple  currency ?

    Can DRM support multiple currency ?

    Hi,
    DRM is a master data management tool - so if you have a currency dimension, then yes it would be easy to manage multiple currencies.
    Can you expand on your question a bit?

Maybe you are looking for

  • Idoc error 29 - Error in ALE service

    Hi All, I have this error 29 - Error in ALE service when the idoc is created (No global company code is assigned to the company code). This message comes after 01 - IDoc created Any idea why this is happening? I have created conversion rule to conver

  • WindowServer port death causes instant logout

    Hi, I've just had my computer instant-logout twice now. Poking around, it seems to be a problem that's been noted on these forums before, the WindowServer crashing. Both times, the event happened when I was on YouTube; it does not happen consistently

  • Premiere Elements 12 Coming "Soon" ???

    PC World has a 9-23-13 review of Photoshop Elements 12... which should mean that both it and Premiere Elements 12 will be released "soon" http://www.pcworld.com/article/2049093/photoshop-elements-12-review-mobile-albums-and-cont ent-aware-tools-domin

  • Dummy messages from EM 10G - Very Urgent Please

    Hi, I get several dummy messages in my inbox from Enterprise Manager Control 10g that OC4J Instance is down. Message like: EM Alert: Critical: devdjtc - The OC4J instance is down EM Alert: Critical: OC4J_EM - The OC4J instance is down EM Alert: Criti

  • Multiple CF server diferent machine, same CFIDE directory

    I have two CF servers on different machines, sharing same www root directory via NAS, therefore same CFIDE directory, both are in Linux RHAS4 with Apache 2.x. I was working with CFMX7, and everything was right, using the same CFIDE directory, but, wh