Otis Gospodnetic wrote: > Jason, are your patches in various other Solr JIRA issues essentially the answer to your question above: Is there a way to plug into these low level Solr functions without a massive redesign? In other words, are you providing patches incrementally with the goal of getting Ocean Search's functionality merged into Solr? (that would be great!)
Solr is already pluggable with the SearchComponent, UpdateRequestProcessor, SolrRequestHandler classes. SolrCore, SolrConfig, and SolrIndexSearcher need to be as well. Once these are pluggable, then it looks like Ocean will work with Solr. It would be best to merge the Ocean code into Solr.