.sentence( "Month whitening" )
.createQuery();
assertEquals( "test slop", 0, fullTextSession.createFullTextQuery( query, Month.class ).getResultSize() );
query = monthQb
.phrase()
.withSlop( 3 )
.onField( "mythology" )
.sentence( "Month whitening" )
.createQuery();