* This is the first time the searcher knows what its ID and names are
*
* @param field the Custom Field for this searcher
*/
public void init(CustomField field) {
final ClauseNames names = field.getClauseNames();
final FieldIndexer indexer = new LinkerMultiFieldIndexer(fieldVisibilityManager, field);
final IndexValueConverter indexValueConverter = new SimpleIndexValueConverter(false);
JqlSelectOptionsUtil jqlSelectOptionsUtil = ComponentManager.getComponentInstanceOfType(JqlSelectOptionsUtil.class);
QueryContextConverter queryContextConverter = new QueryContextConverter();