It's a common operation that the module associated with an index and the type of content the index contains must be retrieved. There should be an API function that allows us to get both pieces of information from the $index object in one line of code similar to the following:
list($module, $type) = luceneapi_index_module_type_get($index);
Comments
Comment #1
cpliakas commentedTagging for beta4 release.
Comment #2
cpliakas commentedCompleted in commit #282698.