Apache Solr 3.1 cookbook : over 100 recipes to discover new ways to work with Apache's enterprise search server /
Over 100 recipes to discover new ways to work with Apache's Enterprise Search Server.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, Ala. :
Packt Publ.,
2011.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Apache Solr Configuration; Introduction; Running Solr on Jetty; Running Solr on Apache Tomcat; Using the Suggester component; Handling multiple languages in a single index; Indexing fields in a dynamic way; Making multilingual data searchable; with multicore deployment; Solr cache configuration; How to fetch and index web pages; Getting the most relevant results with; early query termination; How to set up Extracting Request Handler; Chapter 2: Indexing your Data
- Introduction Indexing data in CSV format; Indexing data in XML format; Indexing data in JSON format; Indexing PDF files; Indexing Microsoft Office files; Extracting metadata from binary files; How to properly configure Data Import; Handler with JDBC; Indexing data from a database using Data; Import Handler; How to import data using Data Import; Handler and delta query; How to use Data Import Handler with; URL Data Source; How to modify data while importing with; Data Import Handler; Chapter 3: Analyzing your Text Data; Introduction; Storing additional information using; payloads
- Eliminating XML and HTML tags from the text; Copying the contents of one field to another; Changing words to other words; Splitting text by camel case; Splitting text by white space only; Making plural words singular, but; without stemming; Lower casing the whole string; Storing geographical points in the index; Stemming your data; Preparing text to do efficient trailing; wildcard search; Splitting text by numbers and non-white; space characters; Chapter 4: Solr Administration; Introduction; Monitoring Solr via JMX; How to check the cache status; How to check how the data type or field; behave
- How to check Solr query handler usage How to check Solr update handler usage; How to change Solr instance logging; configuration; How to check the Java based replication; status; How to check the script based replication; status; Setting up a Java based index replication; Setting up script based replication; How to manage Java based replication; status using HTTP commands; How to analyze your index structure; Chapter 5: Querying Solr; Introduction; Asking for a particular field value; Sorting results by a field value; Choosing a different query parser; How to search for a phrase, not a single
- Word Boosting phrases over words; Positioning some documents over others; on a query; Positioning documents with words closer; to each other first; Sorting results by a distance from a point; Getting documents with only a partial match; Affecting scoring with function; Nesting queries; Chapter 6: Using Faceting Mechanism; Introduction; Getting the number of documents with; the same field value; Getting the number of documents with; the same date range; Getting the number of documents with; the same value range; Getting the number of documents matching Getting the number of documents matching