Book Image

Lucene 4 Cookbook

By : Edwood Ng, Vineeth Mohan
Book Image

Lucene 4 Cookbook

By: Edwood Ng, Vineeth Mohan

Overview of this book

Table of Contents (16 chapters)
Lucene 4 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Querying and Filtering Data

In this chapter, we will cover the following recipes:

  • Performing advanced filtering

  • Creating a custom filter

  • Searching with QueryParser

  • TermQuery and TermRangeQuery

  • BooleanQuery

  • PrefixQuery and WildcardQuery

  • PhraseQuery and MultiPhraseQuery

  • FuzzyQuery

  • NumericRangeQuery

  • DisjunctionMaxQuery

  • RegexpQuery

  • SpanQuery

  • CustomScoreQuery