Interface LuceneQueryParameter.Setter
- All Known Subinterfaces:
LuceneQueryParameter.Builder
- Enclosing interface:
- LuceneQueryParameter
public static interface LuceneQueryParameter.Setter
-
Method Summary
Modifier and TypeMethodDescriptionPrototypeSelector<? extends LuceneQueryParameter.Setter>
PrototypeEnum.WorkItem
is used if this method is NOT called.ScopeSelector<? extends LuceneQueryParameter.Setter>
scope()
Current scope is used when this method is NOT called.Must be used afterprototype()
, otherwise the value is lost.
-
Method Details
-
value
-
scope
Current scope is used when this method is NOT called. -
prototype
PrototypeEnum.WorkItem
is used if this method is NOT called.Clears the subtype defined by
subtype(String)
, so it must be used before usingsubtype(String)
. -
subtype
Must be used afterprototype()
, otherwise the value is lost.
-