-
-
Notifications
You must be signed in to change notification settings - Fork 131
NamingConventions
Mario Lopez edited this page Jul 29, 2018
·
3 revisions
It is important to note the naming conventions above. Your Indexer, Searcher and associated Index Set must all be named according to convention so that they match. With the above examples the naming conventions are:
ExternalIndexer
ExternalSearcher
ExternalIndexSet
Notice that the prefix is all the same, this is a requirement. The suffixes must also match so that the indexer name is suffixed with Indexer, the searcher is suffixed with Searcher and the index set is suffixed with IndexSet.