"Filter/partition key" for full-text searching

Hi there,
We have a challenge whereby we have a table of products by store, each store having say 200,000 products.  Basically, for each store, we want to allow searching by product name.  The best solution for this is to have full-text searching, but there
is no way to have a "filter" or "partition" key on the store ID.
So in essence what happens, the full-text search scans the entire full-text catalog for the products, then it uses the primary key to match to the table and then filters out the other stores.  Considering we have hundreds of stores in the table, this
is not a good solution.
We contemplated adding separate indexed views and full-text catalogs for every store, but this would be a nightmare to manage.
I was expecting to see some sort of a "partition by Column" in the full-text indexes, but it doesn't exist.  This basically means we have to scrap full-text and look for a third party solution.
Does anyone have any idea how we could achieve this with just standard SQL full-text searching?

Hi Adam,
Thank you for your question.  I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
Thank you for your understanding and support.
If you have any feedback on our support, please click
here.
Elvis Long
TechNet Community Support

Similar Messages

  • Clarifications needed for full text search

    Hi,
    I need some clarification regarding full text search.
    1) Is japanese part of the standard Oracle full text search?
    2) if it is not, how to install the japanese lexer?
    3) how oracle is sorting international characters. If a column contains both english, japanese and french, how will be the output?
    Thanks
    Muneer

    Follwoing is the sql statement and the result i got
    select language, description,lengthb(description) bytes, length(description) length, vsize(description) vsize from t2;
    LANGUAGE      DESCRIPTION      BYTES      LENGTH      VSIZE
    English      abcdefghij      10      10      10
    English      zyxwvutsrq      10      10      10
    French      désignéess      16      12      16
    French      réconcilia      13      11      13
    German      Einfuhrzöl      13      11      13
    German      müßtämpfer      19      13      19
    Greek      Î´Î·Î¼Î¿ÏƒÎ¹Î¿Î³ÏÎ±      40      20      40
    Greek      Î±Ï€Î¿ÎºÎ»ÎµÎ¹ÏƒÏ„ι      42      20      42
    Russian      Ð¿Ñ€ÐµÑÑ‚упник      42      20      42
    Russian      Ð¿Ñ€Ð¸Ð²ÐµÐ´ÐµÐ½Ð¸Ñ      41      20      41
    Japanese      å…¥é–“市の会社の銀行口      65      30      65
    Japanese      ç¥žæˆ¸å¸‚ä¸å¤®åŒºã®æ±éŠåœ’      62      30      62
    Korean      ì¶œë°œì ë¶€í„°ì¶œë°œì ë¶€í„°      64      30      64
    Korean      ë³´ì¢Œê´€ì„출발점부터경      64      30      64
    Hindi      à¤•à¤¤à¤œà¤¨à¤¤à¤®à¤¨à¤œà¤¤à¤¶à¥à¤°      73      36      73
    Hindi      à¤¨à¥€à¤šà¥‡à¤¨à¥€à¤šà¥‡à¤¨à¥€à¤šà¥‡à¤¨à¥€à¤šà¥‡à¤¨à¥€à¤šà¥‡      130      60      130 I think it explains a lot. I am facing another problem in searching blob columns when it contains japanese or korean characters. I tried with multi lexer (adding japanese as sub lexer and making english as default lexer). But it is not searching the column. Do i have to set any other parameters (editing registry, changing enviornment setting etc). I used the following script to set the lexer.
    begin
         ctx_ddl.create_preference('english_lexer','basic_lexer');
         ctx_ddl.set_attribute('english_lexer','index_themes','yes');
         ctx_ddl.set_attribute('english_lexer','theme_language','english');
         ctx_ddl.create_preference('german_lexer','basic_lexer');
         ctx_ddl.set_attribute('german_lexer','composite','german');
         ctx_ddl.set_attribute('german_lexer','mixed_case','yes');
         ctx_ddl.set_attribute('german_lexer','alternate_spelling','german');
         ctx_ddl.create_preference('japanese_lexer','japanese_vgram_lexer');
         ctx_ddl.create_preference('korean_lexer','KOREAN_MORPH_LEXER');
         ctx_ddl.set_attribute('korean_lexer','COMPOSITE','NGRAM');
         ctx_ddl.create_preference('global_lexer', 'multi_lexer');
         ctx_ddl.add_sub_lexer('global_lexer','default','english_lexer');
         ctx_ddl.add_sub_lexer('global_lexer','german','german_lexer','ger');
         ctx_ddl.add_sub_lexer('global_lexer','japanese','japanese_lexer','jpn');
         ctx_ddl.add_sub_lexer('global_lexer','korean','Korean_lexer');
    end;Hope i presented enough details.

  • Full Text Search In UCM

    Currently we are looking at the integration of UCM and Webcenter. Can u please guide us in doing a full text search using UCM.
    The steps we followed for full text search is
    1. Stopped the Content Server service.
    2. On the Content Server's file system, navigated to search folder in Content Server Installed Path and altered activeindex.hda with the entry change verity.1 to IdcColl1
    3. Renamed all files under the following locations:
    CS\search\lock
    CSsearch\update
    CS\search\rebuild
    4. Started the Content Server service
    5. Logged into CS and rebuilt the indexes from repository manager and restarted the CS from Admin Server Page
    Please let me know if any of the steps is wrong or any more components need to be added.
    We get no errors on doing fulltextsearch but we do not any result (displays "found 0 potential items").
    Thanks in advance!

    When checked the CS Log after changing metadata to fulltext and rebuilding indexes under collection rebuild cycle
    helperservice: data exception in INDEXERSTATE.RECORDWEBCHANGE_SUB IndexerState.IindexerState Unable to find query 'IndexerState.IindexerState'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !$helperservice: data exception in INDEXERSTATE.RECORDWEBCHANGE_SUB IndexerState.IindexerState !csUnableToFindQuery,IndexerState.IindexerState
    intradoc.data.DataException: !csUnableToFindQuery,IndexerState.IindexerState
         at intradoc.jdbc.JdbcConnection.getQueryDefAllowMissing(JdbcConnection.java:390)
         at intradoc.jdbc.JdbcConnection.getQueryDef(JdbcConnection.java:369)
         at intradoc.jdbc.JdbcWorkspace.execute(JdbcWorkspace.java:635)
         at helper.HelperUtils.execute(HelperUtils.java:1527)
         at helper.HelperService.doAction(HelperService.java:692)
         at helper.HelperService.doActions10g(HelperService.java:383)
         at helper.HelperService.doActions(HelperService.java:119)
         at helper.HelperUtils.executeService(HelperUtils.java:3185)
         at helper.HelperUtils.executeService(HelperUtils.java:3031)
         at helper.HelperUtils.executeService(HelperUtils.java:3027)
         at helper.HelperUtils.executeService(HelperUtils.java:3023)
         at helper.HelperFilters.doFilter(HelperFilters.java:1287)
         at intradoc.shared.PluginFilters.filter(PluginFilters.java:92)
         at intradoc.indexer.IndexerBulkLoader.createBulkLoad(IndexerBulkLoader.java:333)
         at intradoc.indexer.IndexerBulkLoader.doWork(IndexerBulkLoader.java:164)
         at intradoc.indexer.Indexer.doIndexing(Indexer.java:431)
         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)
    Thanks!

  • Full text search in Filenet via SAP DMS

    Hello experts,
    Hopefully you can help me with the following. My customer has SAP DMS and uses FileNet (v4.0) as content repository. They use Verity as tool for full text search (SAP and non-SAP). Verity has it's own user interface / search screen. Question is if it is possible for SAP (easy)DMS users to do full text search (via CV04N or EasyDMS searchscreen) and search in the FileNet repository (directly with TREX or via Verity). The customer has the ACSAP connector up and running.
    I've implemented TREX with SAP content server and index server before, but I'm not familiar with FileNet possibilities in that area, so hopefully someone has experience with this?
    thanks in advance, Erwin

    Dear  NAG
    For text search you have activate TREX Server
    follow the steps
    Set TREX
    A:- Transaction: SRMO
    Install TREX , and create RFC destination to connect to
    TREX.
    B:- Transaction: SKPR06
    Check the flag to Document Area "DMS" to utilize this document area for
    document search.
    For Indexing
    A: Transaction: SE38
    Run the report program "RSTIRIDX_REINDEX" to create Index. 
    Also, run the report program "RSTIRIDX" to create Index.
    Set mime type for the text search
    A: SPRO --
    Cross-Application Components > Document Management System > General
    Data > Settings for Storage Systems > Create MIME types for full
    text search,
    Enter MIME type like
    "application/msword",
    "application/pdf".
    Retrive document via Test Search
    A: Then, test retrieval document search using
    Transaction: SKPR07.
    Enter Document Class "DMS_PCD1", Language "EN", Document Class "DMS",
    and try "TEST search".
    Regards
    Tushar Dave

  • TREX Full text search in ITSM 7.1

    Hello,
    I use  Full-Text Search with TREX - SAP IT Service Management on SAP Solution Manager - SCN Wiki
    documentation for setup TREX in SAP Solution Manager 7.1 for full trex search. After complete all steps, in UI part i have TREX error Index does not exist; index=saf:sol 001 ka
    when i start transaction CRMC_SAF_TOOL and do all step for configuration, result
    if you see (SDB, SDB_PROBLEMS, SDB_ATTACHMENT, SDB_SOLUTION) not index generated.
    BR, Baha

    Dear  NAG
    For text search you have activate TREX Server
    follow the steps
    Set TREX
    A:- Transaction: SRMO
    Install TREX , and create RFC destination to connect to
    TREX.
    B:- Transaction: SKPR06
    Check the flag to Document Area "DMS" to utilize this document area for
    document search.
    For Indexing
    A: Transaction: SE38
    Run the report program "RSTIRIDX_REINDEX" to create Index. 
    Also, run the report program "RSTIRIDX" to create Index.
    Set mime type for the text search
    A: SPRO --
    Cross-Application Components > Document Management System > General
    Data > Settings for Storage Systems > Create MIME types for full
    text search,
    Enter MIME type like
    "application/msword",
    "application/pdf".
    Retrive document via Test Search
    A: Then, test retrieval document search using
    Transaction: SKPR07.
    Enter Document Class "DMS_PCD1", Language "EN", Document Class "DMS",
    and try "TEST search".
    Regards
    Tushar Dave

  • Full-text search in ucm10g

    hi all,
    I am using ucm10gr3 plus wc11.1.1.3.
    I checked in a content with both Primary File and Alternate File , I used webcenter search taskflow to search word in alternate file, but search result show me the Primary File, how to resolve this issue?
    I also opened a case in webcenter services.
    Best regards
    Edited by: user1411365 on Aug 8, 2010 1:07 AM

    Hi,
    According to Metalink note 871388.1: " The weblayout file is what typically gets indexed for full text searching". it is possible to set some parameters in order the native file to be indexed but the note says nothing about indexing the alternative file.
    Regards

  • Full text search in cv04n

    hi experts,
    i have some questions about full text search in cv04n, please bare with me as am new to dms.
    1. what is the impact on the existing data if i activate the full text search.
    2. how to activate the full text search - please mention step by step process
    thanks in advance.

    Dear  NAG
    For text search you have activate TREX Server
    follow the steps
    Set TREX
    A:- Transaction: SRMO
    Install TREX , and create RFC destination to connect to
    TREX.
    B:- Transaction: SKPR06
    Check the flag to Document Area "DMS" to utilize this document area for
    document search.
    For Indexing
    A: Transaction: SE38
    Run the report program "RSTIRIDX_REINDEX" to create Index. 
    Also, run the report program "RSTIRIDX" to create Index.
    Set mime type for the text search
    A: SPRO --
    Cross-Application Components > Document Management System > General
    Data > Settings for Storage Systems > Create MIME types for full
    text search,
    Enter MIME type like
    "application/msword",
    "application/pdf".
    Retrive document via Test Search
    A: Then, test retrieval document search using
    Transaction: SKPR07.
    Enter Document Class "DMS_PCD1", Language "EN", Document Class "DMS",
    and try "TEST search".
    Regards
    Tushar Dave

  • Building the sample prefilter for full-text seach

    Hi.
    I'm struggling with the sample prefilter for full-text search in SA12. The problem is that the build.bat isn't producing any output files.
    I am completely blank on C++, and I have only barely gotten the build.bat to run without errors, but that is obviously not enough.
    If anybody could build the files for me, it would be nice, but even better is if there was an working VS solution, or at least some more documentation on how to build this thing.
    Thanks.

    Hello again tNeeson!
    You are a few builds behind the current build. I would advise bringing your server up to current build 9.00.5324.
    If you patch the servers and try again and see if the build works this time, I know there were 3 cumulative patches between your build and the current. Check out the below link
    http://sqlserverbuilds.blogspot.co.uk/
    I'm sure you can get someone to patch it for you if you aren't the one in control of the patching ;-)

  • When can oracle support full text search for Simplified Chinese?

    When I create index using the create index clause,the following errors appears
    "ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-11440: operation not supported for the SIMPLIFIED CHINESE language"
    Maybe I have to use like to query words...
    Did somebody encounter the same problem and have a good solutions?I am expecting your help!
    null

    Hi,
    Full-text search capabilities is not currently not supported and Unfortunately, we do not have a timeline as to when it will be available.
    You can post a feedback on the below link.
    http://feedback.azure.com/forums/217321-sql-database
    Regards,
    Mekh.

  • Full text search across books in iBooks for Mavericks

    Is there a way to do full text search of all documents under iBooks for Mavericks?
    I have quite a few books in categories and collections that are not mutually exclusive. It is becoming quite tedious to find the book I need when I need it. I have tried search in iBooks but it only seems to hit titles, maybe some keywords, and perhaps other fields, but not the full text of the documents.
    I cannot find any way in Spotlight preferences or in iBook preferences to specify that the body of documents under iBooks should be indexed/searched.
    Best regards,
    Tom

    Just to register that I have fixed the problem.
    I tried reinstalling RH, but that didn't work. I was about to
    give up when I noticed that an error was coming up when I compiled
    the project: the infamous "HHC6003: The file itircl.dll has not
    been registered correctly". I found out that you only fix that
    problem by registering another dll: itcc.dll
    Once you fix this, the compilation is perfect and the
    full-text Search works properly again.
    Thanks anyway for the interest.
    Paulo.

  • Full text search for web ? Yes or no ?

    Hi,
    I have a DB that has more then 1.8mil records in a single table .... and would like to implement full text search or some sort of caching for quicker Web search ....
    Let me describe you what I have .... The table that holds 1.8mil records is made out of 30 clob columns ... each holding text .... actually these are alphabetic columns ... so words that start with char 'A' are in the first clob ... 'B' in second 'C' in third and so forth ....
    Searching is always done first by customerID and CreateDate which are both indexed columns , and then clobs are searched using instr ...
    Execution plan was good ... but searching times started to increase ....
    So therefor I would like to improve the search ... by implementing some sort of caching mechanism ....
    I read a lot about this and found an example where I would create a table containing unique words and table for occurrences of the words ... but this would then
    make like 1.8mil articles containing approc 500 words , which would then repeat through articles ... so ok there would be less then 50.000 unique words (in our language ) , but the occurrences would dramatically increase cause every word inside article has to have a link in occurrences table ... so this would then be like 900mil records inside table ..
    Is this at all possible to have so many records inside single table ? And still make it quick ?
    Is the Oracle Full text search the only right way in this situation ?
    Any suggestions ? Did anyone implement anything like this ?
    Thanks,
    Kris

    Let's start with your Oracle version. Please specify which version you run because Text capabilities vary dramatically between releases.
    >
    I tried using Oracle Text as suggested ... now if I understand correctly ....
    CTXCAT - would be great because when new records are added, index is updated automatically .... but doesn't support CLOBs ... so no go
    >
    CTXCAT is a concatenated transactional index that is supposed to optimize combined searches on text and other columns. No go for you as it indeed does not support CLOB columns.
    >
    CONTEXT - supports CLObs , but I need to explicitly synchronize index ....
    There are like 4000 inserts per day ..... and they all need to be indexed in a real-time ...
    >
    Not true, at least since 10g: SYNC(ON COMMIT) parameter makes this index type transactional (it's synchronized automatically on commit with this parameter set.)
    >
    If CTX_DLL.SYNC_INDEX procedure synchronize the whole table which is now 1.8mil records, this can take a while ... so it can't be run after inserts ....
    >
    It does not, it only synchronizes changed data since last sync operation.
    So CONTEXT is actually perfectly suited for your needs (just redesign those 30 columns into one document column and index it.) Note that you need to regularly maintain CONTEXT indexes by scheduling CTX_DDL.OPTIMIZE_INDEX to run at off-hours and purge stale/removed data and rebuild its own internal index bitmaps for better performance. Otherwise you will see performance degrade as changes to the indexed data accumulate. You might also want to tweak initial indexing parameters, especially MEMORY parameter, as it greatly affects resulting index fragmentation - the more memory you give for initial indexing or optimization, the less fragmented and the more performant the index will be all other things equal.

  • Full-Text search is not working with PDF files - SQL Server 2012 64 bit

    Hi,
    We are in the process of storing PDF files in SQL Server 2012 with Full-Text search capability.
    I followed the steps as below and it works fine with word document but not for PDF files. I tried with PDF ifiler 11 & 9 and both are unsuccessful.
    Server/DB Level Settings:
    1)
    Enable FileStream
    2)
    Install Full-Text
    then restart
    3)
    Use [specific db]
    alter
    database [db name]
    add
    filegroup Files
    contains filestream;
    alter
    database [db name]
    add
    file (
    name = N'Files',
    filename =
    N'D:\SQL\DATA') to
    filegroup [Files];
    3)
    Database level
    Settings:
    FileStream:
    FileStream
    Directory name:
    [Set the name]
    FileStream
    non-transacted
    Access: [set Appropriate]
    3a)
    Add a
    datafile to DB
    with filestreamdata
    filetype.
    4)
    Share D:\SQL\DATA
    directory and
    add specific accounts
    with read/write
    access
    5)
    Give bulkadmin
    access to those
    specific accounts
    at server
    level
    6)
    From the
    page (link)
    download and
    install the *.pdf
    IFilter for
    FTS. Link:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5542
    7)
    To the
    PATH global system
    variable add
    path to the
    catalog,
    where you installed
    the plugin.
    Default for
    this version is:
    C:\Program
    Files\Adobe\Adobe
    PDF iFilter 9
    for 64-bit
    platforms\bin
    8)
    From the
    page (link)
    download a
    FilterPackx64.exe
    and install
    it. Link:
    http://www.microsoft.com/en-us/download/confirmation.aspx?id=20109
    9)
    Now from
    SSMS execute the following
    procedures:
    -sp_fulltext_service
    'load_os_resources',1
    -sp_fulltext_service
    'verify_signature', 0
    EXEC
    sp_fulltext_service
    'update_languages';
    -- update language list
    EXEC
    sp_fulltext_service
    'restart_all_fdhosts';
    -- restart daemon
    reconfigure
    with override;
    10)
    Restart the
    server
    11)
    select document_type,
    path from
    sys.fulltext_document_types
    where document_type
    = '.pdf'
    -select
    document_type,
    path from sys.fulltext_document_types
    where document_type
    = '.docx'
    12) Results are OK.
    Following is my Table /Index/ catalog script:
    CREATE
    TABLE dbo.DocumentFilesTest
    DocumentId  INT
    IDENTITY(1,1)
    NOT NULL
    PRIMARY KEY,
    AddDate datetime
    NOT NULL,
    Name nvarchar(50)
    NOT NULL,
    Extension nvarchar(10)
    NOT NULL,
    Description nvarchar(1000)
    NULL,
    FileStream_Id UNIQUEIDENTIFIER
    ROWGUIDCOL NOT
    NULL UNIQUE DEFAULT
    NEWSEQUENTIALID(),
    FileSource varbinary(MAX)
    FILESTREAM DEFAULT(0x)
    go
    --Add default add date for document   
    ALTER
    TABLE dbo.DocumentFilesTest
    ADD CONSTRAINT
    DF_DocumentFilesTest_AddDate
    DEFAULT sysdatetime()
    FOR AddDate
    EXEC
    sp_fulltext_database
    'enable'
    GO
    IF
    NOT EXISTS
    (SELECT
    TOP 1 1 FROM sys.fulltext_catalogs
    WHERE name
    = 'Ducuments_Catalog_test')
    BEGIN
    EXEC sp_fulltext_catalog
    'Ducuments_Catalog_test',
    'create',
    'D:\SQL\PDFBlob';
    END
    --EXEC sp_fulltext_catalog 'Ducuments_Catalog_test', 'drop'
    DECLARE
    @indexName nvarchar(255)
    = (SELECT
    Top 1 i.Name
    from sys.indexes
    i
    Join sys.tables
    t on 
    i.object_id
    = t.object_id
    WHERE t.Name
    = 'DocumentFilesTest'
    AND i.type_desc
    = 'CLUSTERED')
    PRINT @indexName
    EXEC
    sp_fulltext_table
    'DocumentFilesTest',
    'create',
    'Ducuments_Catalog_test', 
    @indexName
    EXEC
    sp_fulltext_column
    'DocumentFilesTest',
    'FileSource',
    'add', 0,
    'Extension'
    EXEC
    sp_fulltext_table
    'DocumentFilesTest',
    'activate'
    EXEC
    sp_fulltext_catalog
    'Ducuments_Catalog_test',
    'start_full'
    ALTER
    FULLTEXT INDEX
    ON [dbo].[DocumentFilesTest]
    ENABLE
    ALTER
    FULLTEXT INDEX
    ON [dbo].[DocumentFilesTest]
    SET CHANGE_TRACKING
    = AUTO
    ALTER
    FULLTEXT CATALOG
    Ducuments_Catalog_test REBUILD
    WITH ACCENT_SENSITIVITY=OFF;
    INSERT
    INTO DocumentFilesTest(Extension,
    Name,
    FileSource)
    SELECT
     'pdf'
    'BOL12006553.pdf'
    * FROM
    OPENROWSET(BULK
    'd:\SQL\PDFBlob\BOL12006553.pdf',
    SINGLE_BLOB)
    AS BLOB;
    GO
    INSERT
    INTO DocumentFilesTest(Extension,
    Name,
    FileSource)
    SELECT
     'docx'
    'test.docx'
    * FROM
    OPENROWSET(BULK
    'd:\SQL\PDFBlob\test.docx',
    SINGLE_BLOB)
    AS Document;
    GO
    SELECT
    d.*
    FROM dbo.DocumentFilesTest
    d WHERE
    Contains(d.FileSource,
    'BILL')
    Returns nothing. it should come from PDF file
    SELECT
    d.*
    FROM dbo.DocumentFilesTest
    d WHERE
    Contains(d.FileSource,
    'TEST')
    Returns from word document as follows:
    2           2014-06-04 10:11:41.393            test.docx docx           
    NULL   [BINARY Value]  [Binary Value]
    Any help is appreciated. Its been a long wait.
    Thanks,
    Vel
    Vel Thavasi

    Hello,
    Did you check the fulltext log files for more details about the errors. If the filter isn’t working, there should be errors in the error log file.
    The following thread is about similar issue, please refer to:
    http://social.msdn.microsoft.com/forums/sqlserver/en-US/69535dbc-c7ef-402d-a347-d3d3e4860d72/sql-server-2008-64bit-fulltext-indexing-pdf-not-working-cant-find-ifilter
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Information on full text search in Oralce Database

    Hi,
    We are looking to implement full text search using Oracle database. Where can I find info on this topic? Specifically, I'm looking for
    1) an overview of how to implement them in Oracle database - column type, size/limitations etc.
    2) does oracle database come with filters to extract and filter data from different file formats such as Ms office, PDF (images) etc.
    Appreciate your reply

    Look into the Oracle Text documentation. It has the answers to your questions.

  • Full Text Search Enhancements in 2012 / 2014

    We are currently using SQL IFTS 2008 but are considering upgrading to either SQL 2012 or SQL 2014 (leaning towards SQL 2012 as it has a longer track record and more service packs).  What are the sql full text enhancements from:
    2008 to 2012?
    2012 to 2014?
    thanks

    Hi scott_m,
    Please refer to the following articles:
    SQL Server 2012 - Full Text Search Enhancements - Ability to search and filter within document properties:
    http://beyondrelational.com/modules/4/whatisnew/361/features/7090/sql-server-2012-full-text-search-enhancements-ability-to-search-and-filter-within-document-propertie.aspx
    Programmability Enhancements:
    http://technet.microsoft.com/en-us/library/cc645577.aspx
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support
    Elvis, thanks for the info on SQL 2012 full text enhancements.  I didn't see any info for SQL 2014 Full-Text Search.  Do you have any info on SQL 2014 full text enhancements?
    thanks
    scott_m

  • Full Text Search in BDS

    Hi all,
    does anybody have a clue about implementing a full - text - search on Documents which are stored in the BDS.
    The Goal is to offer a BSP Application with such kind of functionality. Documents are stored as Masterdata Documents in the BDS.
    Are there any Classes or BAPIS for such kind of search ?
    Many thanks in advance.
    Regards,
    Ali

    i dont think you will find such a tool. but if you have maintained key words for your BDS documents, you can do a search on that. check out OAOR transaction to see how its implemented.
    particularly the following program
    submit <b>bdsfind</b> with classn = classn
                     with classtyp = classtyp
                    with objkey = objkey
                    with descrip = descrip
                    with contrep = contrep
                    with docclass = docclass
                    with doctype = doctype
                    with creauser = creauser
                    with chanuser = chanuser
                    with key_1 = key_1
                    with key_2 = key_2
                    with key_3 = key_3
                    with key_4 = key_4
                    with key_5 = key_5
                    with pfstatus = pfstatus
                    and return.
    Regards
    Raja

Maybe you are looking for

  • New IPhone 5 is recognized by Windows but, not ITunes.

    IPhone 4S sync'd no problem with my laptop.  New IPhone 5 is recognized by Windows but, not ITunes.  ITunes has been updated, worked with Apple support for 2 hours this morning, still an unresolved problem.  Also, phone does sync on other computers.

  • HT1338 Why does mountain lion make my computer run slow and my Safari too?

    why does Mountain Lion make my computer run slow and my Safari too? Please help!

  • Config error 213.5 How to solve?

    After installing Lion 10.7.4, I lost access to all of my Adobe applications. The error message I received when I tried to open the applications suggested that I uninstall and reinstall all the applications. I'm based in the US and am in China for one

  • JDBC Thin Connections with SSL and client certificates

    Hi , we are going have a look at JDBC Thin Connections with SSL and client certificates. I have two questions: 1. Is it possible to use SSL connections from JDBC Thin Driver and which release of the driver introduced it 2. Is it possible to use clien

  • USB devices hanging system

    So i recently decided to try my ipod in arch so i can finally dump windows. Everything seemed to run fine until the tracks were copying, then my wireless signal dropped by half, then i realized i had no connection at all. My wicd had frozen. So i tho