Creates a FullTextSession from a regular Session.
The created instance depends on the passed Session: closing either of them will
close both instances. They both share the same persistence context.
Parameters:
session - the hibernate ORM session
Returns:
the new FullTextSession, based on the passed Session