Fulltext-Search on large context

Hi there,
I'm trying to implement a product search in AIF based on a key/value-table (material no / material text) that comes with the context. Ideally the search includes fulltext search on material number and text, but a simple fulltext search on the material number would be enough as a first step.
Unfortunateley the customer is not able to cut down on the number of materials which comes with the context (~ 100,000 materials).
Up to ~ 30,000 materials the search works without problems. Using more than 35,000 - 40,000 the cpu usage increases to 100%, the search never ends and the cpu usage stays on 100% until i kill the adobe reader by task manager. Looks like a crash inside adobe reader. This behaviour is reproducible.
I have also tried to use tables of tables (1 table including 10 tables, 10000 items each) to ensure there's not a problem with out-of-range-indices. I used nodelists (xfa.resolve.nodes()...) as well as direct access on the context (xfa.resolvenode("...ABC.["index"]")...). The problem stays the same.
Can anybody tell me how to implement a full text search on about 100,000 unsorted and unstructured items with javascript in AIF?
Thanks you,
Eike

Maybe an interesting update to this issue: I started to measure the time spans adobe reader needed to search over a certain constant amount of items. It turned out that these times spans get longer and longer with increasing item index.
5000 items needed about 2 seconds, the next 5000 4 seconds, the next 5000 6 seconds and so on. Items 50000 - 55000 needed about 40 seconds to be searched. The search on items with an index > 60000 doesn't return at all...
Regards, Eike

Similar Messages

  • What is the different between Sharepoint fast search service and Sql server fulltext search?

    HI ,
    I want to kow what is the different between Sharepoint fast search service and Sql server fulltext search?
    Or Can I abstract the Sharepoint fast search from the Sharepoint platform as a isolate component?
    Thank you.
    James

    They are very, very different beasts.
    Firstly FAST Search for SharePoint is the old name for the product and is only relevant for SharePoint 2010 not 2013. It got merged into the standard SharePoint search for the 2013 release.
    SharePoint search is aimed at providing a Bing or Google like experience for your intranet content, as well as providing some nifty features that are purely SharePoint releated along the way. That means it can crawl SharePoint content, file shares,
    outlook mailboxes, internal and external websites and probably fifty other different things if you really tried. Whilst i'm not an expert on SQL full text search I believe it's intended to provide a search feature for content held within SQL databases
    and tables.
    Can you run SharePoint purely for Search? Yes, definitely.

  • Fulltext search with Stellent.

    Hello,
    sorry for double posting, but I didn't noticed that an ECM specific forum exists.
    I have successfully installed UCM+Site Studio using Oracle 10.2.0.3.0 as RDBMS and I have enabled the fulltext search.
    Trying to use the fulltext search on Ravenna example site, and also directly in the Content Server, it seems that the fulltext search only works with documents having Native Document as Web Site Object Type.
    For example, if I search for Ravenna, only few pages are found (all in News), and all with content from from .doc files.
    While the home page, which starts with Ravenna Hosting..., but contained in a contributor data file, is not retrieved!!!
    If I run manually the query performed by the search without the CONTAINS operator, which is appended if something is typed in the search box, the contributor data file is found.
    In fact "Data File" is included in the conditions.
    But when the CONTAINS operator is added, all the non-native documents disappear.
    What I really need to know if there is a way to do fulltext searches on documents with Data File as Web Site Object Type.
    Am I missing something?
    How can I search, for example, for content added to a region by a contributor using the wysiwyg editor?

    I have installed Oracle Database 1ogR3 Express Edition and Content Server Windows 10gR3.
    then i have done all the steps as given in admin_oracletextsearcv_10g.pdf to search full-text criteria.
    I have also enabled OracleTextSearch component.
    whenever i am trying to do search operation, it gives various error....like
    (1).
    Event generated by user 'sysadmin' at host 'localhost:888'. Error generated when executing query 'idccontenttrue'. Unable to retrieve the columns for the database table 'IdcText2'. ORA-00942: table or view does not exist
    [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,sysadmin,localhost:888!$!csOracleTextErrorExecutingQuery,idccontenttrue!csDbUnableToPerformAction_getColumns,IdcText2!$ORA-00942: table or view does not exist<br>
    intradoc.common.ServiceException: !csOracleTextErrorExecutingQuery,idccontenttrue!csDbUnableToPerformAction_getColumns,IdcText2!$ORA-00942: table or view does not exist
         at intradoc.server.SearchService.retrieveSearchInfo(SearchService.java:1315)
         at intradoc.server.SearchService.doLocalSearch(SearchService.java:1045)
         at intradoc.server.SearchService.getSearchResults(SearchService.java:528)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
         at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
         at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
         at intradoc.server.Service.doCodeEx(Service.java:505)
         at intradoc.server.Service.doCode(Service.java:470)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
         at intradoc.server.Service.doAction(Service.java:450)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
         at intradoc.server.Service.doActions(Service.java:445)
         at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
         at intradoc.server.Service.executeActions(Service.java:431)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
         at intradoc.server.Service.doRequest(Service.java:1709)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    (2)
    Indexing aborted. Unable to delete collection directories. Cannot create table or index 'IdcText2' Unable to execute query 'CaddSDATASection'. ORA-06550: line 1, column 15:
    PLS-00302: component 'ADD_SDATA_SECTION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csIndexerAbortedMsg!csIndexerUnableToDeleteCollection!csIndexerOracleTextCanNotCreateTableOrIndex,IdcText2!csDbUnableToExecuteQuery,CaddSDATASection!$ORA-06550: line 1\, column 15:<br>PLS-00302: component 'ADD_SDATA_SECTION' must be declared<br>ORA-06550: line 1\, column 7:<br>PL/SQL: Statement ignored<br>
    intradoc.common.ServiceException: !csIndexerUnableToDeleteCollection!csIndexerOracleTextCanNotCreateTableOrIndex,IdcText2!csDbUnableToExecuteQuery,CaddSDATASection!$ORA-06550: line 1\, column 15:
    PLS-00302: component 'ADD_SDATA_SECTION' must be declared
    ORA-06550: line 1\, column 7:
    PL/SQL: Statement ignored
         at intradoc.indexer.IndexerExecution.createCollection(IndexerExecution.java:550)
         at intradoc.indexer.IndexerExecution.prepare(IndexerExecution.java:398)
         at intradoc.indexer.IndexerDriverAdaptor.prepare(IndexerDriverAdaptor.java:58)
         at intradoc.indexer.DocIndexerAdaptor.prepare(DocIndexerAdaptor.java:100)
         at intradoc.indexer.Indexer.doIndexing(Indexer.java:364)
         at intradoc.indexer.Indexer.buildIndex(Indexer.java:340)
         at intradoc.server.IndexerMonitor.doIndexing(IndexerMonitor.java:1012)
         at intradoc.server.IndexerMonitor$4.run(IndexerMonitor.java:832)
    (3)
    Unable to retrieve search results. Error generated when executing query 'idccontenttrue'. Unable to execute query 'CotsSearchQuery'. ORA-06550: line 1, column 22:
    PLS-00302: component 'SEARCH_WITH_RESULTSETINTERFACE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    [ Details ]
    intradoc.common.ServiceException: !csOracleTextErrorExecutingQuery,idccontenttrue!csDbUnableToExecuteQuery,CotsSearchQuery!$ORA-06550: line 1\, column 22:
    PLS-00302: component 'SEARCH_WITH_RESULTSETINTERFACE' must be declared
    ORA-06550: line 1\, column 7:
    PL/SQL: Statement ignored
         at intradoc.server.SearchService.retrieveSearchInfo(SearchService.java:1315)
         at intradoc.server.SearchService.doLocalSearch(SearchService.java:1045)
         at intradoc.server.SearchService.getSearchResults(SearchService.java:528)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
         at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
         at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
         at intradoc.server.Service.doCodeEx(Service.java:505)
         at intradoc.server.Service.doCode(Service.java:470)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
         at intradoc.server.Service.doAction(Service.java:450)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
         at intradoc.server.Service.doActions(Service.java:445)
         at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
         at intradoc.server.Service.executeActions(Service.java:431)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
         at intradoc.server.Service.doRequest(Service.java:1709)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    Did I forget any step while installation?
    please let me know, how to overcome this situation.

  • How to add custom Search for to Context Menu

    I'm looking to migrate from IE8 to FF3.6 but dearly miss the following scenario: Highlight a text the right click on it and chose from different search providers ie amazon, ebay, google.
    For the moment, I only have Search Google for and it doesn't work in forms.
    Appreciate any help,
    Josh

    May an add-on? Look at some of these:
    https://addons.mozilla.org/en-US/firefox/search/?q=context+search&cat=all&lver=any&pid=1&sort=&pp=20&lup=&advanced=
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''You'''</u> ~~red:<u>'''MAY'''</u>~~ <u>'''need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Open the Adobe Reader installed on your system (''in Windows, Start > Program Files, find and click Adobe Reader to open''), click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -In Windows: check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • FULLTEXT Search

    I paid someone to write the following code for me, which creates a search page where the user can select search results to upload into a table. I want to modify the search part of the page so that it becomes a FULLTEXT search (I've already properly indexed the search table), but since the code is different from the code that Dreamweaver usually generates, I don't know how to do it. Any thoughts?
                                  Insertion Successful                          
                                                                                                                                                                                                                                                           $v) {                               ?>                                                                                                                                                                                                                                                                                                                                
                                            Name                                    
                                            Email                                    

    Replace this:
    $SelectQuery = "SELECT * FROM agents_DB WHERE email LIKE '%".$_POST[keyword]."%'
    OR firstname LIKE '%".$_POST[keyword]."%' OR lastname LIKE '%".$_POST[keyword]."%'
    OR networksize LIKE '%".$_POST[keyword]."%' OR keywords LIKE '%".$_POST[keyword]."%'
    OR city LIKE '%".$_POST[keyword]."%' OR zip LIKE '%".$_POST[keyword]."%'
    OR state LIKE '%".$_POST[keyword]."%'";
    with this:
    $SelectQuery = "SELECT * FROM agents_DB
    WHERE MATCH (email, firstname, lastname, networksize, keywords, city, zip, state)
    AGAINST ('*" . $_POST['keyword'] . "*' IN BOOLEAN MODE)";

  • Fulltext search in UCM 11g

    Hi,
    we are using UCM 11g in our application. Database is oracle 11G for the UCM. We need fulltext search to be enabled on UCM. But there two option to enable the fulltext search DATABASE.FULLTEXT and ORACLETEXTSEARCH.
    Can anybody please tell which option should be used to enable fulltext search.
    Thanks in advacance...

    Hi Nitin,
    We can configure the new file formats for full text search. Steps below:
    Log in to with Admin permissions.
    Go to Administration -> Admin Applets -> Configuration Manager
    Options tab -> File Formats
    Go to File extensions section add your new file extension for which you want to enable the full text and map to some text format or word format
    Now, you will be able to full text your own extension based file. I have verified, it's working well
    Please note that, if the file extension is more than 8 characters (default value) you will not be able to add;
    But, you can alter the table "ExTENSIONFORMATMAP" and can go ahead with longer extensions. Hope this will be useful.
    Gowtham J

  • Fulltext Search over Documents and Classification

    Hi Experts,
    i have allready setup an Indexserver for Document indexing. What should i to to perform fulltext search on DMS Classification? Do i need EnterpriseSearch?
    Thanks a lot!
    Regards, Biagio

    Hi Biagio,
    regarding your question I have to say that the fulltext search in DMS transaction CV04N is only for searching text in original files and not in classification data.
    Best regards,
    Christoph Hopf

  • CV04N: Is it possible to JOIN TREX fulltext search with other data ?

    Dear DMS gurus.
    ...in CV04N.
    Is it possible to JOIN a TREX fulltext search with other data (e.g. document data, classification characteristics, object links,...) ?

    Dear Erik
    Thanks for the good piece of Information you have shared.
    Regarding the OSS note 1332745 it clearly says that
    "SAP PLM Consulting integrated the TREX technology into the central search components of SAP DMS.
    Searchable content:
    - Main DMS attributes (e.g. document number, status or descriptions)
    - Long texts
    - Classification Data
    - Originals (e.g. full text search on PDF, Excel or Word documents)
    - Customer-specific content (e.g. append fields of DRAW, own tables, ...)"
    In Think you should check this link
    "https://www.sdn.sap.com/irj/scn/wiki?path=/display/plmcs/sapPLMConsultingSolutionsII"

  • Enabling fulltext search in Outlook 2013

    Hi,
    is there any way to enable a simple fulltext search of the inbox in Microsoft Outlook 2013?
    That is, except certain add-ins that cost almost as much as a Windows license...
    Help would be very much appreciated.
    Regards,
    Till

    Hi,
    Thanks for the support from Exchange Queries.
    If you need more information, please let us know more details about the request, thus we may provide proper support.
    Regards,
    Melon Chen
    TechNet Community Support

  • How to fix , when start the SQL Server Fulltext Search show error ?

    show error : the request failed or the service did not respond in a timely fashion

    Hi srajmuneer,
    Please post the detail Windows Application Error Log regarding this issue for fur investigation. In addition, please also try to update "K10\Administrator" account password for SQL Server FullText Search service.
    Hope this helps.
    Regards,
    Elvis Long
    TechNet Community Support

  • The 'Search Google for' context menu is opening search results in a foreground tab, instead of a background tab. This started today when I upgraded to FF 13beta

    I just upgraded to Firefox 13 beta. Previously when I use the 'Search Google for' context menu - (the menu item is shown when you select any text on a page and right click on it) - the search results page would open in a background tab. Now after the upgrade, seach results page is opening in the foreground. Really annoying :(
    I'm using Firefox on Ubuntu 11.04

    I see this change as well if I use the right-click context menu on Linux, so I can confirm what you see.<br />
    I don't know why this was changed and how to undo this new behavior.

  • 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?

  • Using Ms SQL Fulltext Search in Dreamweaver!

    Has anyone got experience in using MS SQL Server and Fulltext Search (FREETEXTTABLE)?
    I'm trying to create a select statement (see below) but i don't know the syntax for replacing the 'search text' with a variable.
    SELECT TOP (100) PERCENT FT_TBL.ProductID, FT_TBL.Product, KEY_TBL.RANK, dbo.ClientProducts.ClientID FROM dbo.Products AS FT_TBL INNER JOIN FREETEXTTABLE(dbo.Products, Product, 'my search text here') AS KEY_TBL ON FT_TBL.ProductID = KEY_TBL.[KEY] INNER JOIN  dbo.ClientProducts ON FT_TBL.ProductID = dbo.ClientProducts.ProductID WHERE (dbo.ClientProducts.ClientID = 0) ORDER BY KEY_TBL.RANK DESC
    How do i use a search variable for the 'my search text here' ? The text comes from Request("searchme")
    Thanks
    Andy

    Hi!
    What version of SQL Server are you using for the repositories? Maybe the error is because DS can not create repositories in SQL Server 2008. You can read and write data with SQL2008, but you need to create the repositories in SQL2005 or another RDBMS. I'm not sure when DS is going to be able to create them in SQL2008.
    I hope this could help you. Greetings!
    See you
    LCGC

  • "crash/shut down" type results with searches across large bundles

    using Adobe Pro 10 and is experiencing "crash/shut down" type results with searches across large bundles (between 2000 to 2500 documents).

    Moving this discussion to the Acrobat Installation & Update issues forum.

  • Fulltext search in web UI for CRM 7.0

    Dear CRM gurus.
    We are strugling with enhanced searching in web ui. Even I went throught manual here:
    http://wiki.sdn.sap.com/wiki/display/CRM/EnablefulltextsearchusingTREX(EmbeddedSearch-EnterpriseSearch)
    than it seams not working. We have CRM 7.0 with SP05. Please share your experience.
    Than we need to solve fulltext searching over texts in activities. Do you have any experinece even with this?
    Thank you for any help.
    Regards,
    Petr Syka

    Hello Petr. I want to ask you about your problem (described in this post) Have you solved it?
    I have the same problem but with russian language. And I want to ask you to help me...

Maybe you are looking for

  • Can't get internet on more than one computer!

    Hi-- We recently changed internet providers, and now only one of our computers seems to be able to use the internet at a time. All of them show a full signal from the airport in the toolbar, and there does not seem to be any problem with the airport

  • ITunes player does not play songs since upgrading to 10.5.1; not fixed with 10.5.2 upgrade. What now?

    After upgrading iTunes on my laptop to version 10.5.1, my player will NOT play any songs. My Library seems intact and no songs appear to be missing, but no song will play --not a song downloaded from iTunes Store, nor a song downloaded from a CD. I w

  • Problem with app purachase

    HY too all, I am having a problem with my iphone i want to buy an app and it says to log in, i log in complete the following info with the card and payment and then it ask to confirm i confirm and then a box appears and it says your payment was decli

  • Dynamic Select List in Reports

    Hi, I have come across solutions to implement dynamic Select Lists. But can the same be implemented in a report. I have a report of 2 columns which are select lists. The Value of one depends of the other. Can this be done? Thanks in Advance

  • HT1688 How to transfer photos and videos from my iphone to my pc laptop?

    Hi, I have a pc laptop and a iphone 3GS. How do I transfer the photos and videos from my iphone to my pc? Please help. Thank you!