Package ch.tocco.nice2.persist.entity.api.fulltext
package ch.tocco.nice2.persist.entity.api.fulltext
-
ClassDescriptionHelper for appending fulltext to an existing query.What kind of fulltext search it is:
FulltextSearchBuilder.SearchScope.FULLTEXT
,FulltextSearchBuilder.SearchScope.RELATION
orFulltextSearchBuilder.SearchScope.REMOTEFIELD
.Factory for creatingFulltextSearchBuilder
instances.This interface is only to have one interface combining bothFulltextSearchBuilderFactory
andSqlFulltextSearchBuilderFactory
to allow double registration.