Book Image

Solr Cookbook - Third Edition - Third Edition

By : Rafal Kuc
Book Image

Solr Cookbook - Third Edition - Third Edition

By: Rafal Kuc

Overview of this book

This book is for intermediate Solr Developers who are willing to learn and implement Pro-level practices, techniques, and solutions. This edition will specifically appeal to developers who wish to quickly get to grips with the changes and new features of Apache Solr 5.
Table of Contents (18 chapters)
Solr Cookbook Third Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Analyzing Your Text Data

In this chapter, we will cover the following topics:

  • Using the enumeration type

  • Removing HTML tags during indexing

  • Storing data outside of Solr index

  • Using synonyms

  • Stemming different languages

  • Using nonaggressive stemmers

  • Using the n-gram approach to do performant trailing wildcard searches

  • Using position increment to divide sentences

  • Using patterns to replace tokens