Guide to Lucene Analyzers 1. Overview Lucene Analyzers are used to analyze text while indexing and searching documents. We mentioned analyzers briefly in our introductory tutorial. In this tutorial, we’ll discuss commonly used Analyzers, how to construct our custom analyzer and how to assign different analyzers for different document fields. 2.… Continue Reading lucene-analyzers