• New Feature
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • teck
  • Reporter: teck
  • April 13, 2011
  • 0
  • Watchers: 1
  • July 27, 2012
  • April 26, 2011

Description

When using a custom search attribute extractor, ala: {quote}

{quote}

You have no way to provide any state to the constructed instance (the nullary constructor must exist and is always used)

This item is to provide some means for passing something to the constuctor. That something might be a Properties object, or maybe just a single string that is up to application developer to delimit/parse as they see fit.

This approach is an alternative to providing a full blown factory pattern here

Comments