Yes, +1 to Ishan's sentiment. If Solr exposes functionality, the admin UI may use that functionality.
Nazareen: What did you mean by "Also, adding multi-highlighting feature"? If there is a JIRA issue you saw then refer to it. I think the UnifiedHighlighter issue with the SurroundQParser is likely to be resolved soon indirectly by other work going on (query visiting API). Suggested highlighter related issues: * Use a different stored field for highlighting <https://issues.apache.org/jira/browse/SOLR-1105> * Unified highlighter returns empty fields when using glob <https://issues.apache.org/jira/browse/SOLR-10321> * add a /highlight request handler for posted text & query (don't have to use index) SOLR-1397: It should be possible to highlight external text <http://issues.apache.org/jira/browse/SOLR-1397> * add a [highlight] doc transformer that can put the highlighted text into the doc/field output. should provide highlighter support as a DocTransformer <https://issues.apache.org/jira/browse/SOLR-3479> This would indirectly satisfy SOLR-6690: Highlight expanded results <http://issues.apache.org/jira/browse/SOLR-6690> * Highlighter component should expose snippet character offsets and the score. <https://issues.apache.org/jira/browse/SOLR-1954> * Enhance UnifiedHighlighter to track the boost of each query term and then consider this when scoring passages (thus passages with terms with highest boosts are more likely chosen vs others) JIRA query for open issues related to highlighting stuff: https://issues.apache.org/jira/issues/?filter=12341344 ~ David Smiley http://www.linkedin.com/in/davidwsmiley On Wed, Mar 6, 2019 at 4:53 AM Ishan Chattopadhyaya < [email protected]> wrote: > Config APIs are there to help the user do that. Having a frontend > capability to call those APIs might be nice. Same for Schema APIs. > > On Wed, Mar 6, 2019 at 1:39 PM Mikhail Khludnev <[email protected]> wrote: > >> Hello, Nazerke. >> Please find below >> >> On Tue, Mar 5, 2019 at 6:58 PM Nazerke Seidan >> <[email protected]> wrote: >> >>> >>> >>> Other than that, I was thinking of a *feature* to solr admin ui for >>> modifying the solrconfig.xml without any command line tools. But I am not >>> sure about the security stuff. >>> >>> Absolutely No. It's banned as a security breach a while ago. see >> https://issues.apache.org/jira/browse/SOLR-5287?focusedCommentId=13836061&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-13836061 >> >> >>> --Nazerke >>> >>> On Mon, Mar 4, 2019 at 10:31 PM David Smiley <[email protected]> >>> wrote: >>> >>>> BTW another topic is the migration of Solr's admin UI to a more modern >>>> Angular JS -- or something like that -- I haven't been following that very >>>> closely. I'm definitely not the right mentor for that but perhaps someone >>>> here could mentor if you choose to pick that up. >>>> >>>> ~ David Smiley >>>> Freelance Apache Lucene/Solr Search Consultant/Developer >>>> http://www.linkedin.com/in/davidwsmiley >>>> >>>> >>>> On Mon, Mar 4, 2019 at 4:16 PM David Smiley <[email protected]> >>>> wrote: >>>> >>>>> Hello Nazerke, >>>>> >>>>> Thanks for your interest and proactively reaching out to us! >>>>> >>>>> I am interested in being a mentor provided the topic interests me. >>>>> Topics of interest to me: >>>>> * spatial >>>>> ex: any open issue, such as: >>>>> https://issues.apache.org/jira/browse/SOLR-4242 >>>>> * highlighting >>>>> ex: any open issue, esp. relating to the UnifiedHighlighter >>>>> * test infrastructure utilities >>>>> * benchmarking automation >>>>> * the build: migrate from Ant to Gradle >>>>> * refactorings related to technical debt >>>>> >>>>> And perhaps others might interest me if you propose something >>>>> specific. I know you commented on SOLR-10329 but I'd rather not mentor for >>>>> that. >>>>> >>>>> Depending on the scope of some issue(s) there might be multiple actual >>>>> things to work on, perhaps ideally in the same subject area. >>>>> >>>>> What do you think? >>>>> >>>>> ~ David >>>>> >>>>> On Mon, Mar 4, 2019 at 11:35 AM Nazerke Seidan >>>>> <[email protected]> wrote: >>>>> >>>>>> Hi All, >>>>>> >>>>>> I am a final year CS BSc student, interested in participating GSoC'19 >>>>>> by contributing to Apache Solr project. I was wondering if there are any >>>>>> volunteers from Solr community to mentor GSoC'19 project. I would like to >>>>>> discuss about potential topics. >>>>>> >>>>>> >>>>>> Many thanks, >>>>>> >>>>>> Nazerke >>>>>> >>>>> -- >>>>> Lucene/Solr Search Committer (PMC), Developer, Author, Speaker >>>>> LinkedIn: http://linkedin.com/in/davidwsmiley | Book: >>>>> http://www.solrenterprisesearchserver.com >>>>> >>>> >> >> -- >> Sincerely yours >> Mikhail Khludnev >> >
