Class FieldNameQueryProcessor
java.lang.Object
ch.tocco.nice2.enterprisesearch.impl.queryprocessor.FieldNameQueryProcessor
- All Implemented Interfaces:
QueryProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindPossibleFields
(String queryString) void
process
(FulltextSearchQuery fulltextSearchQuery) Anything can be done with the requested query object.
-
Constructor Details
-
FieldNameQueryProcessor
-
-
Method Details
-
process
Description copied from interface:QueryProcessor
Anything can be done with the requested query object.- Specified by:
process
in interfaceQueryProcessor
- Parameters:
fulltextSearchQuery
- query object to handle.
-
findPossibleFields
-