-
-
Notifications
You must be signed in to change notification settings - Fork 131
NamingConventions
Shannon edited this page Jun 24, 2013
·
3 revisions
#Naming conventions
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.