-
org.apache.lucene.search.Query
org.apache.lucene.search.Query
org.apache.lucene.search.Query
org.apache.lucene.search.Query
Helper method to construct Lucene query for given field without need for knowledge (on caller side) HOW is a
field indexed, and WHAT query is needed to achieve that search.
org.apache.lucene.search.Query
org.apache.lucene.search.Query
Constructs query by parsing the query string, using field as default field.
-
class
A search typed implementation of string backed search expression.
class
SourcedSearchExpression is a search expression usually "sourced" or backed from some programmatic source (drop down
with pre-filled values, values from previous searches, etc), and we already know it is complete, exact value that we
want to search for.
class
A simple string based implementation of SearchExpression that is immutable.
class
UserInputSearchExpression is a search expression usually coming from user input (like some UI dialogue, UI element or
CLI).
Indexer
instead.