I wanted to use apachesolr module along with a field module that is custom written.
The field module gives the input to 'apachesolr' module instead of the normal search bar. The output is passed through the field module. The output is printed as the field output.
Will module_invoke() be helpful in these cases?
I want to pass variables from one module to another module like the input and output.