Searched refs:shouldIndexFirstMiddleAndLastNames (Results 1 – 5 of 5) sorted by relevance
46 assertThat(contactsIndexerConfig.shouldIndexFirstMiddleAndLastNames()).isFalse(); in testDefaultValues()91 assertThat(contactsIndexerConfig.shouldIndexFirstMiddleAndLastNames()).isFalse(); in testCustomizedValues()
72 boolean shouldIndexFirstMiddleAndLastNames(); in shouldIndexFirstMiddleAndLastNames() method
85 public boolean shouldIndexFirstMiddleAndLastNames() { in shouldIndexFirstMiddleAndLastNames() method in FrameworkContactsIndexerConfig
256 return createSchema(config.shouldIndexFirstMiddleAndLastNames()); in getSchema()
339 public boolean shouldIndexFirstMiddleAndLastNames() { in testPersonSchema_indexFirstMiddleAndLastNames()