Search-based application: Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
m Bot: links syntax and spacing
Yobot (talk | contribs)
m WP:CHECKWIKI error 51 + genfixes + autotagging using AWB (7072)
Line 1:
'''Search-based applications''' ('''SBA''') are [[software applications]] in which a [[Search_engineSearch engine|search engine platform]] is used as the core infrastructure for information access and reporting. SBAs use [[Semantic_technologySemantic technology|semantic technologies]] to aggregate, normalize and classify [[Unstructured_dataUnstructured data|unstructured]], [[Semi-structured_datastructured data|semi-structured]] and/or [[Structured_dataStructured data|structured content]] across multiple repositories, and employ [[Natural_language_processingNatural language processing|natural language technologies]] for accessing the aggregated information.
 
== Pre-Conditions ==
 
SBAs are typically deployed when there is a need to synthesize heterogeneous content from multiple sources (text documents, multimedia files, database content, etc.), or, more commonly, they are used to replace traditional [[Relational_databaseRelational database|relational database systems]] as the primary data access infrastructure when one or more of the following constraints exist:
 
* ''' High volumes of data and/or users:''' <br />Search engines are optimized for fast processing of access requests ([[I/O|read operations]]), while databases are optimized for recording and storing transactions ([[I/O|write operations]]). Accordingly, search engines can provide efficient processing against very large data sets by a high number of simultaneous users (whether human users or other software applications).
 
* ''' A need for real time information:''' <br />To maintain the referential integrity of data and balance transactional and access requirements, large databases are typically updated in [[Batch_processingBatch processing|batch processes]], resulting in [[Latency_Latency (engineering)|data latency]]. Search engines maintain indexes using continual incremental and differential update processes, supporting real-time data availability.
 
* ''' A need for ad hoc access and/or reporting against a broad range of criteria:''' <br />Search engines enable users to access and manipulate data according to any criteria maintained in the index— whether the criteria is extracted from a source system or created by the engine during the course of natural language processing—without advance programming of all queries and views.
 
* '''The need to extend access to specialist systems to untrained users:''' <br />Because SBAs can extract data from complex systems and make it available in an independent data layer that can be accessed using technologies such as natural language search, [[fuzzy matching]] and [[Faceted_classificationFaceted classification|faceted navigation]], SBAs are being used to extend access to the content in complex, specialist systems to non-specialists.
 
== Practical Uses ==
Line 19:
* ''' Enterprise Business Applications:''' For example, [[Customer Relationship Management]] (CRM), [[Enterprise Resource Planning]] (ERP), [[Supply Chain Management]] (SCM), Compliance & Discovery, and [[Business Intelligence]] (BI)
 
* ''' Web Applications:''' Typically, B2B, B2C and C2B applications that [[Mashup_Mashup (digital)|mash-up]] data and functionality from diverse sources (databases, Web content, user-generated content, mapping data and functions, etc.)
 
* ''' Database Offloading:''' In this case, SBAs are used to provide an alternate means of accessing database content that is non-intrusive to source systems
Line 26:
 
* ''' Information Lifecycle Management:''' SBAs are used as a complement to [[ILM]] processes and ecosystems, such as those used for [[Product Lifecycle Management]] (PLM) and [[Master Data Management]] (MDM)
 
 
The use of a search platform as the core infrastructure for software applications has been enabled largely by two evolutions in search engine technology: 1) the capability of later generation engines to retain and exploit the semantics embedded in structured data, and 2) the integration of mathematical and statistical processors to provide reporting, analysis, and, occasionally, geospatial capabilities.
 
Search engines are not a replacement for database systems; they are a complement. They have been optimally engineered to facilitate access to information, not to record and store transactions. In addition, the mathematical and statistical processors integrated to date into search engines remain relatively simple. At present, therefore, databases still provide a more effective structure for complex analytical functions.
 
 
 
==References==
Line 54 ⟶ 51:
* [[Software as a service]]
{{col-end}}
 
 
[[es:Search based applications]]
 
 
<!-- Categories -->
Line 64 ⟶ 57:
[[Category:Internet search engines| ]]
[[Category:Internet terminology]]
 
 
 
 
<!-- Interwikis -->
[[es:Search based applications]]
[[fr:Application orientée recherche]]