Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Allow extensibility of HibernateSearchProcessor #50

Open
GoogleCodeExporter opened this issue Oct 5, 2015 · 4 comments
Open

Allow extensibility of HibernateSearchProcessor #50

GoogleCodeExporter opened this issue Oct 5, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Last week, I encountered a problem (I'll submit an issue later), and wanted
to override the HibernateSearchProcessor as a quick fix.

But since HibernateSearchProcessor's constructor is private, it may not be
overriden.


It would be great if the constructor could be made protected for extensibility.


Workaround:
Copy/paste the whole HibernateSearchProcessor class, and then modify the
method you need to override.

Original issue reported on code.google.com by nev...@gmail.com on 19 Oct 2009 at 8:30

@GoogleCodeExporter
Copy link
Author

See Issue #64 for a similar problem, patch provided.

Original comment by chuckdea...@gmail.com on 7 Jun 2010 at 7:47

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 27 Feb 2011 at 10:54

  • Added labels: Milestone-Release1.1.0

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 2 Oct 2011 at 12:11

  • Added labels: Milestone-Release1.2.0
  • Removed labels: Milestone-Release1.1.0

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 15 Feb 2013 at 1:57

  • Added labels: Milestone-Future
  • Removed labels: Milestone-Release1.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant