|
|
|
|
LEADER |
00000cam a2200000Mu 4500 |
001 |
EBSCO_ocn836400021 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr un||||||||| |
008 |
130406s2013 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d OCLCQ
|d IDEBK
|d UMI
|d N$T
|d DEBSZ
|d YDXCP
|d OCLCQ
|d OCLCO
|d OCLCF
|d OCLCQ
|d FEM
|d JBG
|d AGLDB
|d MERUC
|d OCLCQ
|d ZCU
|d OCLCO
|d VTS
|d CEF
|d ICG
|d OCLCQ
|d OCLCO
|d STF
|d UAB
|d DKC
|d OCLCQ
|d M8D
|d UKAHL
|d OCLCQ
|d OCLCO
|d AJS
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 852523005
|a 853063249
|a 968012945
|a 969049041
|a 1264736889
|a 1297323463
|a 1297632175
|
020 |
|
|
|a 9781849519212
|q (electronic bk.)
|
020 |
|
|
|a 1849519218
|q (electronic bk.)
|
020 |
|
|
|a 184951920X
|
020 |
|
|
|a 9781849519205
|
020 |
|
|
|z 9781849519205
|
029 |
1 |
|
|a AU@
|b 000052005855
|
029 |
1 |
|
|a DEBBG
|b BV041430940
|
029 |
1 |
|
|a DEBBG
|b BV043775707
|
029 |
1 |
|
|a DEBBG
|b BV044174466
|
029 |
1 |
|
|a DEBSZ
|b 397519206
|
029 |
1 |
|
|a DEBSZ
|b 39826760X
|
029 |
1 |
|
|a DEBSZ
|b 472781936
|
035 |
|
|
|a (OCoLC)836400021
|z (OCoLC)852523005
|z (OCoLC)853063249
|z (OCoLC)968012945
|z (OCoLC)969049041
|z (OCoLC)1264736889
|z (OCoLC)1297323463
|z (OCoLC)1297632175
|
037 |
|
|
|a CL0500000225
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.O63
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Perkins, Steve.
|
245 |
1 |
0 |
|a Hibernate Search by Example.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (298 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
505 |
0 |
|
|a Table of Contents; Hibernate Search by Example; Hibernate Search by Example; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What is Hibernate Search?; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Your First Application; Creating an entity class; Preparing the entity for Hibernate Search; Loading the test data.
|
505 |
8 |
|
|a Writing the search query codeSelecting a build system; Setting up the project and importing Hibernate Search; Running the application; Summary; 2. Mapping Entity Classes; Choosing an API for Hibernate ORM; Field mapping options; Multiple mappings for the same field; Mapping numeric fields; Relationships between entities; Associated entities; Querying associated entities; Embedded objects; Partial indexing; The programmatic mapping API; Summary; 3. Performing Queries; Mapping API versus query API; Using JPA for queries; Setting up a project for Hibernate Search and JPA.
|
505 |
8 |
|
|a The Hibernate Search DSLKeyword query; Fuzzy search; Wildcard search; Exact phrase query; Range query; Boolean (combination) queries; Sorting; Pagination; Summary; 4. Advanced Mapping; Bridges; One-to-one custom conversion; Mapping date fields; Handling null values; Custom string conversion; StringBridge; TwoWayStringBridge; ParameterizedBridge; More complex mappings with FieldBridge; Splitting a single variable into multiple fields; Combining multiple properties into a single field; TwoWayFieldBridge; Analysis; Character filtering; Tokenization; Token filtering.
|
505 |
8 |
|
|a Defining and selecting analyzersStatic analyzer selection; Dynamic analyzer selection; Boosting search result relevance; Static boosting at index-time; Dynamic boosting at index-time; Conditional indexing; Summary; 5. Advanced Querying; Filtering; Creating a filter factory; Adding a filter key; Establishing a filter definition; Enabling the filter for a query; Projection; Making a query projection-based; Converting projection results to an object form; Making Lucene fields available for projection; Faceted search; Discrete facets; Range facets; Query-time boosting.
|
505 |
8 |
|
|a Placing time limits on a querySummary; 6. System Configuration and Index Management; Automatic versus manual indexing; Individual updates; Adds and updates; Deletes; Mass updates; Defragmenting an index; Manual optimization; Automatic optimization; Custom optimizer strategy; Choosing an index manager; Configuring workers; Execution mode; Thread pool; Buffer queue; Selecting and configuring a directory provider; Filesystem-based; Locking strategy; RAM-based; Using the Luke utility; Summary; 7. Advanced Performance Strategies; General tips; Running applications in a cluster; Simple clusters.
|
520 |
|
|
|a A step-by-step guide for getting started with Hibernate Search, employing a practical example application that will make readers quickly learn and use the excellent search capabilities that the Hibernate Search tool offers. This book is for any Java developer who wants to quickly and easily add feature-rich search capabilities to his/her custom applications. It is assumed that readers will have experience in Java development, and understand some basic relational database concepts. However, while core Hibernate experience is very helpful, it is not necessarily required.
|
588 |
0 |
|
|a Print version record.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Hibernate (Electronic resource)
|
630 |
0 |
7 |
|a Hibernate (Electronic resource)
|2 blmlsh
|
630 |
0 |
7 |
|a Hibernate (Electronic resource)
|2 fast
|0 (OCoLC)fst01401265
|
650 |
|
0 |
|a Computer software
|x Development.
|
650 |
|
0 |
|a Object-oriented programming (Computer science)
|
650 |
|
6 |
|a Programmation orientée objet (Informatique)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Computer software
|x Development.
|2 fast
|0 (OCoLC)fst00872537
|
650 |
|
7 |
|a Object-oriented programming (Computer science)
|2 fast
|0 (OCoLC)fst01042804
|
776 |
0 |
8 |
|i Print version:
|a Perkins, Steve.
|t Hibernate Search by Example.
|d Birmingham : Packt Publishing, ©2013
|z 9781849519205
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=562018
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26850784
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 562018
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis25210369
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10407524
|
994 |
|
|
|a 92
|b IZTAP
|