Cargando…

Mastering Apache Solr 7.x : an expert guide to advancing, optimizing, and scaling your enterprise search.

Chapter 2: Getting Started; Solr installation; Understanding various files and the folder structure; bin; Solr script; Post script; contrib; DataImportHandler; ContentExtractionLibrary; LanguageIdentifier; Clustering; VelocityIntegration; dist and docs; example; core.properties; zoo.cfg; solr.xml; s...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vasoya, Dharmesh
Otros Autores: Mehta, Chintan, Nair, Sandeep
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Introduction to Solr 7; Introduction to Solr; History of Solr; Lucene â#x80;#x93; the backbone of Solr; Why choose Solr?; Benefits of keyword search; Benefits of ranked results; Solr use cases; Social media; Science and research; Search engine; E-commerce; Media and entertainment; Government; Education; What's new in Solr 7?; Replication for SolrCloud; TLOG replicas; PULL replicas; Schemaless improvements; Autoscaling; Default numeric types; Spatial fields; SolrJ; JMX and MBeans; Other changes.
  • Thread dumpCollection-specific tools; Overview; Analysis; DataImport; Documents; Files; Query; Stream; Schema; Core-specific tools; Summary; Chapter 3: Designing Schemas; How Solr works; Getting started with Solr's basics; The schema file of Solr; Understanding field types; Definitions and properties of field types; Field type properties; Field types available in Solr; Understanding date fields; Understanding currencies and exchange rates ; Understanding enum fields; Field management; Field properties; Copying fields; Dynamic fields; Mastering Schema API; Schema API in detail.
  • Schema operationsListing fields, field types, DynamicFields, and CopyField rules; Deciphering schemaless mode; Creating a schemaless example; Schemaless mode configuration; Managed schema; Field guessing; Summary; Chapter 4: Mastering Text Analysis Methodologies; Understanding text analysis; What is text analysis?; How text analysis works; Understanding analyzer; What is an analyzer?; How an analyzer works; Understanding tokenizers; What is a tokenizer?; Available tokenizers in Solr; Standard tokenizer; White space tokenizer; Classic tokenizer; Keyword tokenizer; Lower case tokenizer.
  • Letter tokenizerN-gram tokenizer; Edge n-gram tokenizer; Understanding filters; What is a filter?; Available filters in Solr; Stop filter; Classic filter; Synonym filter; Synonym graph filter; ASCII folding filter; Keep word filter; KStem filter; KeywordMarkerFilterFactory; Word delimiter graph filter ; Understanding CharFilter; Understanding PatternReplaceCharFilterFactor; Understanding multilingual analysis; Language identification; Configuring Solr for multiple language search; Creating separate fields per language; Creating separate indexes per language; Understanding phonetic matching.