Book Image

Solr Cookbook - Third Edition

By : Rafal Kuc
Book Image

Solr Cookbook - Third Edition

By: Rafal Kuc

Overview of this book

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