kotman12 commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1573100711


##########
solr/modules/monitor/src/java/org/apache/solr/monitor/package-info.java:
##########
@@ -0,0 +1,21 @@
+/*
+ *
+ *  * Licensed to the Apache Software Foundation (ASF) under one or more
+ *  * contributor license agreements.  See the NOTICE file distributed with
+ *  * this work for additional information regarding copyright ownership.
+ *  * The ASF licenses this file to You under the Apache License, Version 2.0
+ *  * (the "License"); you may not use this file except in compliance with
+ *  * the License.  You may obtain a copy of the License at
+ *  *
+ *  *     http://www.apache.org/licenses/LICENSE-2.0
+ *  *
+ *  * Unless required by applicable law or agreed to in writing, software
+ *  * distributed under the License is distributed on an "AS IS" BASIS,
+ *  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  * See the License for the specific language governing permissions and
+ *  * limitations under the License.
+ *
+ */
+
+/** This package contains Solr's lucene monitor integration. */
+package org.apache.solr.monitor;

Review Comment:
   I was hoping to actually make some changes to lucene in order to avoid the 
need for that package. I wanted to gauge the viability of "solr-monitor" before 
suggesting changes to the lucene upstream. The way I see it, lucene-monitor has 
very nice optimizations for making saved search fast but  the interface is 
tightly sealed and makes very opinionated choices about stuff like caching 
which makes it hard to integrate into something like solr. Not to mention, 
lucene-monitor's index isn't "pluggable" or exposed in any way. It just seemed 
easier to expose the relevant algorithms within lucene-monitor rather than 
trying to hack in the whole kitchen sink into solr. Sorry about the tangent 😃 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to