Full Text Connection

Size: px
Start display at page:

Download "Full Text Connection"

Transcription

1 Full Text Connection

2 Copyright 016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other trademarks are the property of their respective owners. No part of this publication may be reproduced, stored, or transmitted in any form without the prior written permission of Lexmark.

3 Table of Contents 1 Introduction Storing in the Full Text Database Changing a Full Text Database Increasing Performance... Using Full Text....1 Copying of Texts from an Application File in a Full Text Field.... Displaying Hit Ratios in Result List.... Displaying the Full Text Field in Result List....4 Highlighting of Hits in the Index Form Characteristics of dtsearch... dtsearch....1 Setup of Full Text Databases.... Configuration Activating dtsearch..... Definition and Configuration of Full Text Fields..... Entries in PROGRAM.INI.... Search with Operators....4 Search with Wildcards.... Using Dictionaries....6 Extended Search Options... 4 Oracle Full Text Introduction Oracle Full Text Setting up the Oracle Full Text Searching using Wildcards... SQL Server Full Text....1 Introduction SQL Server Full Text.... Setting Up the SQL Server Full Text Requirements..... Installation of the SQL Full Text..... Maintenance of the SQL Full Text.... Using the SQL Full Text Searching for Terms with Boolean Operators..... Searching for Terms Using Proximity Operators..... Emphasis of Terms Search for Phrases..... Using Stop Word Lists Search with Prefixes

4 Full Text Connection 1 Introduction You can enter texts almost unlimited in length (up to GB) in a full text field. You also have considerably extended search options compared to the search via entry fields. Therefore, you have a comfortable and powerful method to quickly and easily find documents even in large and unstructured data volumes. Full text fields offer a big function set and multiple configuration options. This chapter describes all information about full text-fields in depth. i The full text function is NOT available for Linux or Solaris. Furtheron SAPERION does not support Unicode languages (e.g. Chinese, Japanese, Korean) for full text databases. Even if the full text database itself supports these languages, this support cannot be utilized by SAPERION. 1.1 Storing in the Full Text Database When you use full text fields, the information are not saved in the database tables of the search database, but are saved word by word in special full text databases. When you enter a query, the full text database and the search database are searched separately. The individual search results are then put together and displayed as the overall result in the result list. 1. Changing a Full Text Database Since the saving structures of the individual full text databases are normally quite different, a direct conversion is not possible. As the import and export functions are only limited, changing the full text database is done by reorganizing the media. During a full text search an export of the database is not possible, depending on the full text database being used.! You can normally change to another full text database only by reorganizing the media. The time this operation takes should not be underestimated. 1. Increasing Performance The performance of full text queries can be increased with parameter "MaxUIDsPerSearch" in section [full text]. This parameter is only effective when external databases like dtsearch are used. [full text]

5 Using Full Text MaxUIDsPerSearch=00 (default 40, max. 1000) Using Full Text To use the full text function, you have to define an index field as full text field (Text-Retrieval). Fig. 1: Definition of a full text field! When you use SQL full text (MS-SQL, ORACLE), only one full text field per DDC is to be used..1 Copying of Texts from an Application File in a Full Text Field In full text fields, you can use the special system variable "FileText" for default values. This copies the content of an application file in a full text field automatically during indexing. SAPERION supports the following file types for this operation: BAT, CMD, CSV, DIF, DOC, DOT, HTM, HTML, INI, LOG, OBD, OBT, PDF, POT, PPT, RTF, SAM, SLK, TXT, WPF, WRI, XLS, XLT. You can configure the copy operation for special file types by means of suitable filters. The following example copies only text from files with the file extension ".TXT": Pos(".txt", ""FileName)>0? FileText : "" i. Texts in a full text field are ANSI texts, according to the set system standard codepage. Thus, also Russian texts can be processed, for example. Displaying Hit Ratios in Result List During installation of the full text search and when a full text field exists in the definition, you can enter two additional variables in the result list. These variables display the number of hits in a document (TRHits) or a graphic percentage of the document relevance (TRHitGraph). For the calculation of the percentage the number of hits is compared with the maximum number of hits of all found documents. Documents with 100% also have the highest hit ratios.

6 4 Characteristics of SQL full text For SQL full text, the system field "SYSRELEVANCE" is required for the display of hit ratios (TRHits resp. TRHitGraph). If this field is not existing, hit ratios cannot be displayed. By default, the hit with the highest relevance is normalized to 100 and the other hits are adjusted to this calculation. If this normalization on 100 is not desired, you have to set the following INI entry: [Compatibility] SQLfull textranking=false. Displaying the Full Text Field in Result List Since the data in full text databases are only present word by word, they cannot be displayed in the result list. But there is a trick which enables you to display at least part of the full text field: Define a so-called "mirror field" as data type "Character" in a useful text length (e.g. 100 characters) in the DDC file. This field only has the purpose to accept part of the full text field as a copy. If you enter for example: Copy(@Comment,1,100) in the index form as default value in this field, the first 100 characters of the full text fields "Comment" are synchronized automatically with the mirror field. Since you do not enter anything in this field, it makes sense to hide it in the form..4 Highlighting of Hits in the Index Form You can display the index data of a document found via the full text search in the result list by clicking [Index]. During the full text search, all hits are highlighted in the full text field which corresponds to the search criteria. Enter the following in the PROGRAM.INI resp. the local ARCHIEF.INI of the respective client so the highlighting is only carried out in full text fields: Example [Setup] OnlyFulltextWordMarking=TRUE Highlighting of hits Parameter Description OnlyfulltextWordMarking TRUE = Highlighting only carried out in full text fields (default: FALSE)

7 dtsearch Characteristics of dtsearch In some cases the highlighting of hits in dtsearch is not active. If you only require a simple search like with SQL full text, you can activate it via the following INI switch: [full text] SimpleLocationSearch=TRUE dtsearch.1 Setup of Full Text Databases When index data are saved, the content of a full text field is written to the medium completely. However, to achieve better performance, this content is only written to the search database word by word. SAPERION saves this word list after each word of the full text field has been synchronized with the dictionaries where applicable (and the words have been filtered (see below). Full text fields are by default quite demanding on memory (0 to 100 byte per word). Therefore, you should enter not too many, but appropriate words during indexing resp. set up dictionaries and filters so that only relevant entries are copied to the search database. When full text is searched with dtsearch, the full text data are saved in a special full text database in separate sub-directories (in the DBS directory of SAPERION). They cannot be copied to a SQL database. The name of the sub-directory consists of the table name (DDC file) and a continuous numbering. During queries, SAPERION executes two queries internally and then connects both results (Cursor).. Configuration Activating dtsearch To activate dtsearch as a full text engine, make the following entry in the PROGRAM.INI: [Modules] Retrieval=DTSEAR.RET Definition and Configuration of Full Text Fields After you have defined index fields of data type "full text", you can already enter default values for extended search conditions when you define query forms for these fields. To minimize the memory usage of the search database, you can use dictionaries (see below) and setup an additional filter. Entries in PROGRAM.INI Section [DtSearch] contains settings for the full text database DtSearch. Example [DtSearch] test=true

8 6 Log=<Drive>:\<Path>\<File name of log file> AccentSensitive=FALSE MergeLimit=100 ShutDownAfterMerge=TRUE [DtSearch] section Parameter Description test TRUE = Activates the superordinate SAPERION log log Activates the dtsearch log AccentSensitive TRUE = Activates accent-insensitive creation of full text index MergeLimit Maximum amount of documents (Insert Index) ShutDownAfterMerge TRUE = Shutdown after connecting the index This switch is set to TRUE by default. If there are problems with the index, this switch can be set to FALSE. Search with Operators During installation of the full text search you can connect your search criteria with the Boolean operators AND, OR, NOT or the "word proximity" operator. AND only finds documents which contain both desired words. The search criteria "Arch* AND Construction" finds all documents with an indexing containing words starting with "Arch" and the word "Construction". OR finds all documents which contain at least one of the words (e.g. "Arch* OR "Construction"). NOT finds documents that do not contain the word. "NOT Archive" therefore finds all documents which do not contain the word "Archive". The word proximity operator W/[n] finds documents in which both words only have a certain amount of other words between them. Example: For "Eva W/ Smith" there must only be a maximum of two words between "Smith" and "Eva", thus "Eva Anna Smith" and "Eva Smith" are found (but "Eva Anna Theresa Smith" is not found). You can structure more complicated queries as you desire for example "(Architecture OR Construction) AND NOT Archive". Here, all documents are found which contain the words "Architecture" or "Construction", but must not contain the word "Archive". i.4 If you include several full text fields in your search, you have to connect them with an OR link. An AND link is not possible due to technical reasons. Search with Wildcards When installing the true full-text search, you can use wildcards such as "?" (which represents exactly one letter) and "*" (any amount of letters) in the search criteria. With "Arch*" as the search criterion, documents are found containing words such as "Archive", "archiving", "Architecture" etc.

9 dtsearch i 7 Searching with wildcards at the beginning of words only works if phonetic search is deactivated. Uppercase and lowercase are not distinguished.. Using Dictionaries To reduce the memory requirements for the word lists in the search databases, you can use dictionaries for full text searches. You can access these dictionaries using the [Options][Dictionaries] menu command. By doing so, when indexing a full text field, the system will insert only those words into the full-text database, that are not available in a stop word list (words to ignore). The system instantly activates this evaluation when there are entries in this "Stop words" dictionary.! When using dtsearch, stop words must be defined in lower case. Capitalized stop words are not evaluated. In addition, you can maintain a thesaurus (synonym dictionary) and view words having a similar meaning under a "master" word. You can activate the "Thesaurus" option while defining index forms. The system assesses these synonyms during a query and therefore you must activate them in the query form. Furthermore the true full text search also includes derivations and forms of a word, depending on the full-text database used, so that you do not need to append them to the dictionary list..6 Extended Search Options By using the full text search methodology, you have the option of more sophisticated search possibilities. Extended search options Option Description Phonetic search If activated the sound of words are compared. Fuzzy search If activated a certain amount of letters within a word may be different. The amount can be defined directly after the fuzzy search option (normally one to two characters are reasonable). The fuzzy search option is e.g, for texts recognized by OCR very useful. Root word Using the "Root Word" option, variations of a word (plural, genitive, word combinations, etc.) are included. If you use this option to search for "Handle", you will possibly only find documents containing "Handbag". Therefore, you should first test this option to see whether the results will be useful. Natural language This option allows the formulation of a query in standard of English (e.g. "Please find documents which are including the term hand"). Synonyms If this option is activated all terms from the synonym dictionary are considered automatically.

10 You can pre-set every single option in formulas, but you can also activate or deactivate them using the right mouse button during a query. With the exception of the "Synonyms" option, the search result is not always predictable. 4 Oracle Full Text 4.1 Introduction Oracle Full Text The Oracle full text option makes it possible to use Oracle for full text fields in SAPERION. In contrast to external full text engines such as dtsearch, the full text is saved together with the index data in the SQL database. 4. Setting up the Oracle Full Text In order to use Oracle full text, the following conditions must be met: Oracle The Oracle full text option must be installed. The ODBC user needs following permissions on database: CTXAPP and RESOURCE The ODBC user needs also the right "Create Any Index". SAPERION The "Full text" box must be checked for the data source that you wish to use. A full-text field must be created in the DDC file.! 4. Only one full text field can be used for each DDC. A linked full-text search (AND, OR, ) functions only if the Boolean operators are entered in the query form. Searching using Wildcards You can use wildcards at any position in the text and uppercase and lowercase are not distinguished. For Oracle full text the character "%" must be used for the wildcard search (instead of "*"). SQL Server Full Text.1 Introduction SQL Server Full Text The SQL Server full text option allows you to use the Microsoft Search Service for full text fields in SAPERION. Contrary to external full text engines such as dtsearch, the full text is saved in the SQL database along with the index data.

11 SQL Server Full Text. Setting Up the SQL Server Full Text Requirements Full text indexing must be activated for the current database with the database command "EXEC sp_fulltext_database 'enable'". For more information, see i If this command is executed when full-text catalogs already exist in the database, these catalogs will be removed from the database. Installation of the SQL Full Text The full text search (the Microsoft Search Service) is provided automatically with the standard installation of Microsoft SQL Server 000 Standard or Enterprise edition. The service can also be installed later, however. Maintenance of the SQL Full Text A full-text catalog is created for every DDC. Catalog names are made up of the prefix "CA_ and the name of the DDC. SAPERION creates full-text catalogs with modification logs and the option refreshing in the background, which allows modifications to be transferred directly to the full-text index. SQL Server tools, such as those in the Enterprise Manager, are used to maintain the Full-Text. The full-text catalog can be refilled the procedure for refreshing can be modified, etc. For a detailed description of the possibilities, see the SQL Server documentation.. Using the SQL Full Text In order to use the functions of the SQL full text, an index field must be defined as a full text field (Text-Retrieval). If you wish the relevance of a hit to be displayed in the result list, the SYSRELEVANCE field, which is of the whole number type, must be defined. The SQL Server full text for an ODBC data source is activated in the "ODBC Data Source Properties" dialog by means of activating the checkbox "Full text". 9

12 10 Fig. 1: Activation of the option "Full text" In the classic full text search, simple or complex linking of search terms can be accomplished with the use of Boolean and proximity operators. Parenthetical expressions can be used to enter complex search queries, e.g., (cheese OR sausage) AND (bread OR cold cuts). Searching for Terms with Boolean Operators Search terms can be linked with Boolean operators: AND This operator ensures that both search terms are contained in the found documents. OR With this operator, at least one of the entered search terms will be contained in the found documents. AND NOT This operator ensures that the search terms following it are not contained in the found documents. Operators of the same type are associative, and their order does not affect the search result. AND operators are evaluated before OR operators.! A linked full-text search (AND, OR, ) functions only if the Boolean operators are entered in the query form. Searching for Terms Using Proximity Operators The proximity operator NEAR allows searches in which the weighting of search results is influenced by how close two search terms are located to one another in the text. Logically, the results correspond to an AND search, i.e., even texts containing terms that are far from one another will be found in the data record, but such hits are assigned a correspondingly low relevance. Emphasis of Terms Search terms can be weighted differently with the use of the ISABOUT key word. The weight is indicated as a value between 0.0 and 1.0. Logically, the individual terms of the query are linked with OR.

13 SQL Server Full Text Example ISABOUT( Core weight (0.), "Sap* weight (0.) ) Search for Phrases Phrase searches are searches for several words that follow one another in a specific order. The words are entered enclosed in quotation marks. Using Stop Word Lists The stop word list used by MS Search is not the same as the list kept in SAPERION. This is because MS Search is an independent service that may be used by other applications in the organization. The stop word lists are named "Noise", while the file extension stands for the specific language ("Noise.deu" for German). The lists are contained in the "\Mssql\Ftdata\Sqlserver\Config" directory and can be edited. For details on this topic, see the SQL Server documentation. When the stop word list has been modified, the full text catalog must be rebuilt in order for the modifications to take effect. Search with Prefixes Prefix searches allows you to conduct a search using the beginning of words. The beginning of the word is placed in quotation marks, and an asterisk is set before the closing quotation mark. It is possible to apply prefix searches for phrases. Examples "Cor*" leads to Core, Core Server etc. "Sa Ser *" leads to SAPERION Server, SAP Service etc. 11

Saperion Version 7.5 Service Pack 5 Patch Level Update

Saperion Version 7.5 Service Pack 5 Patch Level Update Saperion Version 7.5 Service Pack 5 Patch Level Update Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries.

More information

Saperion Version 7.5 Service Pack 6 Bug Fixes

Saperion Version 7.5 Service Pack 6 Bug Fixes Saperion Version 7.5 Service Pack 6 Bug Fixes Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other

More information

Tutorial to QuotationFinder_0.4.3

Tutorial to QuotationFinder_0.4.3 Tutorial to QuotationFinder_0.4.3 What is Quotation Finder and for which purposes can it be used? Quotation Finder is a tool for the automatic comparison of fully digitized texts. It can either detect

More information

Tutorial to QuotationFinder_0.4.4

Tutorial to QuotationFinder_0.4.4 Tutorial to QuotationFinder_0.4.4 What is Quotation Finder and for which purposes can it be used? Quotation Finder is a tool for the automatic comparison of fully digitized texts. It can detect quotations,

More information

Tutorial to QuotationFinder_0.6

Tutorial to QuotationFinder_0.6 Tutorial to QuotationFinder_0.6 What is QuotationFinder, and for which purposes can it be used? QuotationFinder is a tool for the automatic comparison of fully digitized texts. It can detect quotations,

More information

SQL Studio (BC) HELP.BCDBADASQL_72. Release 4.6C

SQL Studio (BC) HELP.BCDBADASQL_72. Release 4.6C HELP.BCDBADASQL_72 Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

TABLE OF CONTENTS. ImageSilo Quick Guide Page 2 of 19

TABLE OF CONTENTS. ImageSilo Quick Guide Page 2 of 19 IMAGESILO QUICK GUIDE MuniMetriX Systems Corp. (800) 457-3733 TABLE OF CONTENTS Introduction... 3 Available Projects... 3 General Searching Rules... 3 Searching Within a Project... 3 Full-Text Searching...

More information

ELM Server Exchange Edition ArchiveWeb version 5.5

ELM Server Exchange Edition ArchiveWeb version 5.5 ELM Server Exchange Edition ArchiveWeb version 5.5 Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All

More information

SAPERION Release Script

SAPERION Release Script SAPERION Release Script Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other trademarks are the property

More information

OUTLOOK ATTACHMENT EXTRACTOR 3

OUTLOOK ATTACHMENT EXTRACTOR 3 OUTLOOK ATTACHMENT EXTRACTOR 3 PROGRAM HELP GILLMEISTER SOFTWARE WWW.GILLMEISTER-SOFTWARE.COM 1 TABLE OF CONTENTS 1 Table of contents... 1 2 Start... 4 3 Main menu... 4 3.1 Menu entries of the group Menu...

More information

Full Text Search Agent Throughput

Full Text Search Agent Throughput Full Text Search Agent Throughput Best Practices Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: December 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

Searching Guide. September 16, Version 9.3

Searching Guide. September 16, Version 9.3 Searching Guide September 16, 2016 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

SAPERION Records Management

SAPERION Records Management SAPERION Records Management Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other trademarks are the

More information

1. Click at the top-left hand corner of the screen.

1. Click at the top-left hand corner of the screen. SEARCH GUIDE Through this guide you will learn how to use the Search module of Documents Online and its advanced searching capabilities to find official WTO documents. The Search module can be accessed

More information

Retrieval and Classification (TREX) Features and Functions

Retrieval and Classification (TREX) Features and Functions Retrieval and Classification (TREX) Features and Functions Retrieval and Classification (TREX) 5.0 Copyright Copyright 2002 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

Using Search Connectors

Using Search Connectors Using Search Connectors On any Checkpoint screen that has a Keywords field, you can enter search terms and phrases along with search connectors to filter and customize the search to get more specific results.

More information

Science Direct. Quick Reference Guide. Empowering Knowledge

Science Direct. Quick Reference Guide. Empowering Knowledge Science Direct Quick Reference Guide Empowering Knowledge Quick Reference Guide ScienceDirect is Elsevier s peer-reviewed, full-text database of nearly 26,000 book titles and more than 2,500 journal titles.

More information

Searching Guide. November 17, Version 9.5

Searching Guide. November 17, Version 9.5 Searching Guide November 17, 2017 - Version 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Searching the PEP CD Rom Archive. Contents: Page 2: Search Syntax. Page 6: The Search Engine. Page 7: Methods of Searching the CD Rom

Searching the PEP CD Rom Archive. Contents: Page 2: Search Syntax. Page 6: The Search Engine. Page 7: Methods of Searching the CD Rom Searching the PEP CD Rom Archive Contents: Page 2: Search Syntax Page 6: The Search Engine Page 7: Methods of Searching the CD Rom 1 Search Syntax Background: When you specify a search, you need to find

More information

SDL Multiterm 2014 Extract Because Brand Matters. Tools Guide

SDL Multiterm 2014 Extract Because Brand Matters. Tools Guide SDL Multiterm 2014 Extract Because Brand Matters Tools Guide MultiTerm 2014 SDL MULTITERM EXTRAT TOOLS GUIDE OPYRIGHT SDL MULTITERM EXTRAT TOOLS USER GUIDE opyright 2009-2013 SDL plc. All rights reserved.

More information

Microsoft Indexing Service: A Technical Overview. Introduction

Microsoft Indexing Service: A Technical Overview. Introduction Microsoft Indexing Service: A Technical Overview 1 Introduction What is Microsoft Indexing Service? What are the key interfaces for developers? How much architecture do you need to know? 2 1 Microsoft

More information

SIRE Solution Suite. WebCenter User Manual. A Publication Of

SIRE Solution Suite. WebCenter User Manual. A Publication Of SIRE Solution Suite An Official Manual of SIRE Technologies Document and Legislative Management Software Version 6.0 A Publication Of 2 2000-2011 SIRE Technologies Incorporated and its licensors. All rights

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Beginning Tutorials. BT004 Enterprise Guide Version 2.0 NESUG 2003 James Blaha, Pace University, Briarcliff Manor, NY ABSTRACT: INTRODUCTION:

Beginning Tutorials. BT004 Enterprise Guide Version 2.0 NESUG 2003 James Blaha, Pace University, Briarcliff Manor, NY ABSTRACT: INTRODUCTION: BT004 Enterprise Guide Version 2.0 NESUG 2003 James Blaha, Pace University, Briarcliff Manor, NY ABSTRACT: This paper focuses on the basics for using the SAS Enterprise Guide software. The focus is on

More information

ScienceDirect. Quick Reference Guide

ScienceDirect. Quick Reference Guide ScienceDirect Quick Reference Guide Quick Reference Guide ScienceDirect is Elsevier s peer-reviewed, full-text database of nearly,000 book titles and more than,00 journal titles. In addition to sophisticated

More information

Allows you to set indexing options including number and date recognition, security, metadata, and title handling.

Allows you to set indexing options including number and date recognition, security, metadata, and title handling. Allows you to set indexing options including number and date recognition, security, metadata, and title handling. Character Encoding Activate (or de-activate) this option by selecting the checkbox. When

More information

Chapter 5 Retrieving Documents

Chapter 5 Retrieving Documents Chapter 5 Retrieving Documents Each time a document is added to ApplicationXtender Web Access, index information is added to identify the document. This index information is used for document retrieval.

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

Multi-Find/Change 3.0 Manual

Multi-Find/Change 3.0 Manual Multi-Find/Change 3.0 Manual For Adobe InDesign/InCopy CC 2017 July 2017 2017 Automatication Limited The information in this document is furnished for informational use only, is subject to change without

More information

EBSCO Searching Tips User Guide. support.ebsco.com

EBSCO Searching Tips User Guide. support.ebsco.com EBSCO Searching Tips User Guide support.ebsco.com Table of Contents About this User Guide... 3 Booleans... 4 Using Booleans and Parentheses... 4 Using Booleans When Phrase Searching... 5 Field Codes...

More information

Kofax Transformation Modules. Technical Specifications. Version: 6.2.0

Kofax Transformation Modules. Technical Specifications. Version: 6.2.0 Kofax Transformation Modules Technical s Version: 6.2.0 Written by: Product Management KTM Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., or its

More information

Perceptive Content. Release Notes. Version: 7.0.x

Perceptive Content. Release Notes. Version: 7.0.x Perceptive Content Release Notes Version: 7.0.x Written by: Product Knowledge, R&D Date: February 2016 2015-2016 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

ACCESSDATA SUPPLEMENTAL APPENDIX

ACCESSDATA SUPPLEMENTAL APPENDIX ACCESSDATA SUPPLEMENTAL APPENDIX dtsearch Search Requests Note: This following dtsearch information was developed by DT Software, Inc. Copyright 1991 1997 DT Software, Inc. www.dtsearch.com. This appendix

More information

McAfee Content Security Reporter 2.6.x Migration Guide

McAfee Content Security Reporter 2.6.x Migration Guide McAfee Content Security Reporter 2.6.x Migration Guide COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo,

More information

SDL Multiterm 2014 Extract Because Brand Matters. Tools Guide

SDL Multiterm 2014 Extract Because Brand Matters. Tools Guide SDL Multiterm 2014 Extract Because Brand Matters Tools Guide MultiTerm 2014 SDL MULTITERM EXTRAT TOOLS GUIDE OPYRIGHT SDL MULTITERM EXTRAT TOOLS USER GUIDE opyright 2009-2014 SDL Group. Nothing contained

More information

Migration Guide. McAfee Content Security Reporter 2.4.0

Migration Guide. McAfee Content Security Reporter 2.4.0 Migration Guide McAfee Content Security Reporter 2.4.0 COPYRIGHT Copyright 2017 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo,

More information

Standard Professional Premium

Standard Professional Premium Standard Professional Premium Company size:

More information

Administration Guide. Lavastorm Analytics Engine 6.1.1

Administration Guide. Lavastorm Analytics Engine 6.1.1 Administration Guide Lavastorm Analytics Engine 6.1.1 Lavastorm Analytics Engine 6.1.1: Administration Guide Legal notice Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS

More information

Using Microsoft Office 2003 Intermediate Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.

Using Microsoft Office 2003 Intermediate Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1. Using Microsoft Office 2003 Intermediate Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.2 Summer 2010 Table of Contents Intermediate Microsoft Word 2003...

More information

Best Practice Localization in SAPERION

Best Practice Localization in SAPERION Best Practice Localization in SAPERION Copyright 016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other trademarks

More information

ELM Server Exchange Edition Live Indexing and Search version 5.5

ELM Server Exchange Edition Live  Indexing and Search version 5.5 ELM Server Exchange Edition Live Email Indexing and Search version 5.5 Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or

More information

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 10 Test Bank Multiple Choice. Choose the best answer.

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 10 Test Bank Multiple Choice. Choose the best answer. Multiple Choice. Choose the best answer. 1. A long-standing methodology used to develop information systems is the a. System Development Life Cycle b. Service Delivery Life Cycle c. System Development

More information

Access ERIC from the GOS-ICH Library website: hhttps://

Access ERIC from the GOS-ICH Library website: hhttps:// The ERIC (Educational Resources Information Center) database is sponsored by the U.S. Department of Education to provide access to educational-related literature. ERIC provides coverage of journal articles,

More information

Saperion. Release Notes. Version: 8.0

Saperion. Release Notes. Version: 8.0 Saperion Release Notes Version: 8.0 Written by: Product Knowledge, R&D Date: July 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered in the U.S. and/or

More information

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide SyncFirst Standard Quick Start Guide Step-By-Step Guide How to Use This Manual This manual contains the complete documentation set for the SyncFirst system. The SyncFirst documentation set consists of

More information

Perceptive Content. Release Notes. Version: 7.0.x

Perceptive Content. Release Notes. Version: 7.0.x Perceptive Content Release Notes Version: 7.0.x Written by: Product Knowledge, R&D Date: May 2018 2015-2017 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

Perceptive Process Enterprise - UNIX Installation Guide

Perceptive Process Enterprise - UNIX Installation Guide Perceptive Process Enterprise - UNIX Installation Guide 2013 Lexmark International Technology S.A. Date: 10/28/2013 Version: 3.0.2 Perceptive Software is a trademark of Lexmark International Technology

More information

Data Express 4.0. Data Subset Extraction

Data Express 4.0. Data Subset Extraction Data Express 4.0 Data Subset Extraction Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2014. All rights reserved. MICRO FOCUS,

More information

Guideline SAPERION Update Version 7.1

Guideline SAPERION Update Version 7.1 Guideline SAPERION Update Version 7.1 Copyright 201 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other trademarks

More information

User Guide Ahmad Bilal [Type the company name] 1/1/2009

User Guide Ahmad Bilal [Type the company name] 1/1/2009 User Guide Ahmad Bilal [Type the company name] 1/1/2009 Contents 1 LOGGING IN... 1 1.1 REMEMBER ME... 1 1.2 FORGOT PASSWORD... 2 2 HOME PAGE... 3 2.1 CABINETS... 4 2.2 SEARCH HISTORY... 5 2.2.1 Recent

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility Technical Specifications Version: 3.1.x Written by: Product Knowledge, R&D Date: August 2018 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Perceptive Intelligent Capture Project Migration Tool. User Guide. Version: 2.0.x

Perceptive Intelligent Capture Project Migration Tool. User Guide. Version: 2.0.x Perceptive Intelligent Capture Project Migration Tool User Guide Version: 2.0.x Written by: Product Knowledge, R&D Date: May 2015 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Customizing System Setting (BC-CUS)

Customizing System Setting (BC-CUS) Customizing System Setting (BC-CUS) HELP.BCBECUSIMG Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

dtsearch Web dtsearch Publish

dtsearch Web dtsearch Publish dtsearch Web dtsearch Publish Version 7 Manual Copyright 1991-2016 dtsearch Corp. www.dtsearch.com SALES 1-800-483-4637 (301) 263-0731 Fax (301) 263-0781 sales@dtsearch.com TECHNICAL (301) 263-0731 tech@dtsearch.com

More information

FOCUS ON: DATABASE MANAGEMENT

FOCUS ON: DATABASE MANAGEMENT EXCEL 2002 (XP) FOCUS ON: DATABASE MANAGEMENT December 16, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

HCC Administrator User Guide

HCC Administrator User Guide HealthStream Competency Center TM Administrator access to features and functions described in the HCC Help documentation is dependent upon the administrator s role and affiliation. Administrators may or

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Docusnap X - Configuration Manual

Docusnap X - Configuration Manual Docusnap X - Configuration Manual English Version Docusnap X - Configuration Manual Table of Contents 5 Part I Introduction... 7 1 Conventions... 8 2 Organization of a Docusnap Installation 10 Part II

More information

T205 - SEARCH FOR TRANSLATORS

T205 - SEARCH FOR TRANSLATORS dtsearch Desktop/Network Indexing and Search techniques dtsearch Desktop/Network is a powerful search tool used by professionals for a wide variety of tasks, this short tutorial aims to show you how to

More information

Business Configuration Sets (BC-CUS)

Business Configuration Sets (BC-CUS) Business Configuration Sets (BC-CUS) HELP.BCCUSBCS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

BPMone 2.8 Release Notes

BPMone 2.8 Release Notes BPMone 2.8 Release Notes 2012 Perceptive Software Date: 11/7/2012 Version: 2.8 BPMone is a trademark of Lexmark International Technology SA, registered in the U.S. and other countries. Perceptive Software

More information

Best Practice - Programming Ribbons

Best Practice - Programming Ribbons Best Practice - Programming Ribbons Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other trademarks

More information

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd.

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd. DiskSavvy DISK SPACE ANALYZER User Manual Version 10.3 Dec 2017 www.disksavvy.com info@flexense.com 1 1 Product Overview...3 2 Product Versions...7 3 Using Desktop Versions...8 3.1 Product Installation

More information

FileSearchEX 1.1 Series

FileSearchEX 1.1 Series FileSearchEX 1.1 Series Instruction Manual document version: 1.1.0.5 Copyright 2010 2018 GOFF Concepts LLC. All rights reserved. GOFF Concepts assumes no responsibility for errors or omissions in this

More information

File Magic 5 Series. The power to share information PRODUCT OVERVIEW. Revised June 2003

File Magic 5 Series. The power to share information PRODUCT OVERVIEW. Revised June 2003 File Magic 5 Series The power to share information PRODUCT OVERVIEW Revised June 2003 Copyrights, Legal Notices, Trademarks and Servicemarks Copyright 2003 Westbrook Technologies Incorporated. All rights

More information

Perceptive Workgroup Search

Perceptive Workgroup Search Perceptive Workgroup Search Installation, Upgrade, and Setup Guide Version: 10.2 Written by: Perceptive Search, R&D Date: September 2016 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow,

More information

Perceptive Intelligent Capture

Perceptive Intelligent Capture Perceptive Intelligent Capture Technical s Version: 5.7.1 Written by: Product Knowledge, R&D Date: Tuesday, February 20, 2018 2018 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

AUTOMATIC PROCESSOR 1

AUTOMATIC  PROCESSOR 1 AUTOMATIC EMAIL PROCESSOR 1 PROGRAM HELP GILLMEISTER SOFTWARE WWW.GILLMEISTER-SOFTWARE.COM 1 TABLE OF CONTENTS 1 Table of contents... 1 2 Start... 4 3 Main menu... 4 3.1 Menu entries of the group Menu...

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

ebrary ebooks evolvedsm Patron User Guide e b r a r y p at r o n U s e r G u i d e

ebrary ebooks evolvedsm Patron User Guide e b r a r y p at r o n U s e r G u i d e ebrary ebooks evolvedsm Patron User Guide Welcome to ebrary ebrary provides thousands of ebooks from the world s leading publishers as well as sophisticated technology to assist with the research process.

More information

Oracle Transparent Gateways

Oracle Transparent Gateways Oracle Transparent Gateways Using Transparent Gateways with Oracle9i Application Server Release 1.0.2.1 February 2001 Part No. A88729-01 Oracle offers two solutions for integrating data from non-oracle

More information

Technical White Paper

Technical White Paper Technical White Paper Via Excel (VXL) Item Templates This technical white paper is designed for Spitfire Project Management System users. In this paper, you will learn how to create Via Excel Item Templates

More information

Lexis for Microsoft Office User Guide

Lexis for Microsoft Office User Guide Lexis for Microsoft Office User Guide Created 12-2017 Copyright 2017 LexisNexis. All rights reserved. Contents Lexis for Microsoft Office About Lexis for Microsoft Office... 1 About Lexis for Microsoft

More information

Cindex 3.0 for Windows. Release Notes

Cindex 3.0 for Windows. Release Notes Cindex 3.0 for Windows Release Notes The information contained in this document is subject to change without notice, and does not represent a commitment on the part of Indexing Research. The program described

More information

Manual Version 5. STIHL Service Communication. STIHL SC

Manual Version 5. STIHL Service Communication.  STIHL SC STIHL Service Communication Manual Version 5 STIHL SC STIHL Service Communication www.stihl.com Contents 1 System requirements... 4 1.1 Hardware... 4 1.2 Operating system... 4 1.3 Additional software required...

More information

Halcyon Spooled File Manager GUI. v8.0 User Guide

Halcyon Spooled File Manager GUI. v8.0 User Guide Halcyon Spooled File Manager GUI v8.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

USING DIRECT DATABASE DRIVERS

USING DIRECT DATABASE DRIVERS USING DIRECT DATABASE 1 DRIVERS Overview 2 S-PLUS Commands for Importing and Exporting 3 Dialogs for Importing and Exporting 6 Import From Database 6 Export to Database 10 How Direct Data Sources are Stored

More information

A JavaBean is a class file that stores Java code for a JSP

A JavaBean is a class file that stores Java code for a JSP CREATE A JAVABEAN A JavaBean is a class file that stores Java code for a JSP page. Although you can use a scriptlet to place Java code directly into a JSP page, it is considered better programming practice

More information

ULTRA Desktop. User s Guide Release 3.0

ULTRA Desktop. User s Guide Release 3.0 ULTRA Desktop User s Guide Release 3.0 etranslate, Inc. 945 Bryant Street San Francisco California 94013 USA Tel 415.371.0000 Fax 415.371.0008 2000, 2001 by etranslate, Inc. All rights reserved. etranslate,

More information

Library resources in philology

Library resources in philology Library resources in philology l 1 Search strategy Identify and define your information needs. Select relevant information sources. Identify suitable search terms. Establish relationships between these

More information

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN Paper RIV05 Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT The SAS Business Intelligence platform provides a wide variety of reporting

More information

AUTOTEXT MASTER 1 PROGRAM HELP GILLMEISTER SOFTWARE.

AUTOTEXT MASTER 1 PROGRAM HELP GILLMEISTER SOFTWARE. AUTOTEXT MASTER 1 PROGRAM HELP GILLMEISTER SOFTWARE www.gillmeister-software.com 1 TABLE OF CONTENTS 1 Table of contents... 1 1. Start... 3 2 Main menu... 3 2.1 Menu entries of the group Main Menu... 3

More information

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version 23-1 - 04-18 Summary Part 1 - Report editor 1. Introduction... 13 2. How to create a report... 23 3. Data sources of a report... 43 4. Describing

More information

Discovery Attender. Version 2.2. White Paper. Discovery Attender is a member of the Attender Utilities family.

Discovery Attender. Version 2.2. White Paper. Discovery Attender is a member of the Attender Utilities family. Discovery Attender Version 2.2 White Paper Discovery Attender is a member of the Attender Utilities family Table of Contents Introduction...3 Benefits...4 Product Overview...5 FAQ...8 Product History...12

More information

Administration Tools User Guide. Release April 2015

Administration Tools User Guide. Release April 2015 Administration Tools User Guide Release 6.2.5 April 2015 Administration Tools User Guide Release 6.2.5 April 2015 Part Number: E62969_05 Oracle Financial Services Software, Inc. 1900 Oracle Way Reston,

More information

dtsearch Desktop dtsearch Network

dtsearch Desktop dtsearch Network dtsearch Desktop dtsearch Network Version 7 Copyright 1991-2017 dtsearch Corp. www.dtsearch.com SALES 1-800-483-4637 (301) 263-0731 Fax (301) 263-0781 sales@dtsearch.com TECHNICAL (301) 263-0731 tech@dtsearch.com

More information

SAS/ACCESS Interface to R/3

SAS/ACCESS Interface to R/3 9.1 SAS/ACCESS Interface to R/3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS/ACCESS 9.1 Interface to R/3: User s Guide. Cary, NC: SAS Institute

More information

Get the most value from your surveys with text analysis

Get the most value from your surveys with text analysis SPSS Text Analysis for Surveys 3.0 Specifications Get the most value from your surveys with text analysis The words people use to answer a question tell you a lot about what they think and feel. That s

More information

CSK - CAD Systeme Kluwetasch. MRP-Link Internal Communication with CADSTAR

CSK - CAD Systeme Kluwetasch. MRP-Link Internal Communication with CADSTAR CSK - CAD Systeme Kluwetasch MRP-Link Internal Communication with CADSTAR Agenda MRP-Link Area of operations List of benefits Physical realize and theatrical data structure Some important key functions

More information

Perceptive Workgroup Search

Perceptive Workgroup Search Perceptive Workgroup Search Technical Specifications Version: 10.3 Written by: Perceptive Search, R&D Date: September 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Saperion. Patch Level List. Version: 8.0.0

Saperion. Patch Level List. Version: 8.0.0 Saperion Patch Level List Version: 8.0.0 Written by: Product Knowledge, R&D Date: August 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered in the

More information

SoftPro 360 User Guide

SoftPro 360 User Guide SoftPro 360 User Guide March 8, 2016 4800 Falls of Neuse Road, Suite 400 Raleigh, NC 27609 p (800) 848 0143 f (919) 755 8350 www.softprocorp.com Copyright and Licensing Information Copyright 1987 2016

More information

Full Text Service. User Guide. Version 6.1

Full Text Service. User Guide. Version 6.1 Full Text Service User Guide Version 6.1 DocuPhase Corporation 1499 Gulf to Bay Boulevard, Clearwater, FL 33755 Tel: (727) 441-8228 Fax: (727) 444-4419 Email: Support@DocuPhase.com Web: www.docuphase.com

More information

NOTA BENE. Orbis Tutorial. Copyright Nota Bene Associates, Inc. All Rights Reserved.

NOTA BENE. Orbis Tutorial. Copyright Nota Bene Associates, Inc. All Rights Reserved. NOTA BENE Orbis Tutorial Copyright 1994-2017 Nota Bene Associates, Inc. All Rights Reserved. Orbis Overview Orbis is a free-form retrieval system accessible within Nota Bene. It gives you instant access

More information

Password Manager for SAP Single Sign-On Implementation Guide

Password Manager for SAP Single Sign-On Implementation Guide PUBLIC SAP Single Sign-On 3.0 SP02 Document Version: 1.1 2018-07-31 Password Manager for SAP Single Sign-On Implementation Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN

More information

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool:

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool: Revision Description 7/21/2010 Original SQL-Hero Tracing Introduction Let s start by asking why you might want to do SQL tracing in the first place. As it turns out, this can be an extremely useful activity

More information

Perceptive Intelligent Capture

Perceptive Intelligent Capture Perceptive Intelligent Capture Update Guide Version: 5.8.x Written by: Product Knowledge, R&D Date: Friday, December 08, 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

System Demonstration TRADOS TRANSLATOR'S WORKBENCH

System Demonstration TRADOS TRANSLATOR'S WORKBENCH System Demonstration TRADOS TRANSLATOR'S WORKBENCH Mark Berry MCB Systems 1. System Builders and Contacts Developer TRADOS GmbH Tel. +49 (711) 168 77-0 Hackländerstrasse 17 Fax +49 (711) 168 77-50 D-70187

More information

Groups 2.0 G

Groups 2.0 G Groups 2.0 G2.0-6109-3-09 Copyright 2009 Harris Connect, LLC all rights reserved. Reproduction in any form without the express written consent of Harris Connect, LLC is strictly prohibited Introduction

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information