Re: Availability of UI tool for Schema API, Core API, etc

2020-04-17 Thread David '-1' Schmid
Hi Florian, I'm not quite sure whay you're asking for, sounds to me like you'd want to use an API? There's several documented ones, and I've written one myself, because I didn't like the available ones (See end of email). You can find these here:

Re: From sysv to systemd

2020-04-16 Thread David '-1' Schmid
My two cents, since I've been using systemd for a while with solr. Please keep in mind: these are my opinions, not something I'd be angry about :D On 4/15/20 10:30 PM, Marius Ghita wrote: > [Unit] > Description=Apache SOLR > > [Service] > Type=forking > User=solr >

Re: Streaming Tagger

2020-02-28 Thread David '-1' Schmid
oon so feel free to take it up if you wish. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Fri, Feb 28, 2020 at 4:12 AM David '-1' Schmid <mailto:david.sch...@vis.uni-stuttgart.de>> wrote: On 27.02.20 19:01, David Smiley wrote:

Re: Streaming Tagger

2020-02-28 Thread David '-1' Schmid
://www.linkedin.com/in/davidwsmiley On Thu, Feb 27, 2020 at 8:01 AM David '-1' Schmid <mailto:david.sch...@vis.uni-stuttgart.de>> wrote: Hello again! On 25.02.20 22:39, David Smiley wrote: > I haven't worked on streaming expressions yet but I did a little bit of

Re: Streaming Tagger

2020-02-27 Thread David '-1' Schmid
Eric, On 27.02.20 14:40, Eric Pugh wrote: David,   I know I’d love to see the code! Here you go. Not pretty, but it works. https://github.com/einsweniger/SolrStreamTagger/ This is not how I plan to do this upstream, just if somebody looks at it. regards, David

Re: Streaming Tagger

2020-02-27 Thread David '-1' Schmid
upstream? If so, should I open up a JIRA ticket? best regards, David On Fri, Feb 21, 2020 at 8:05 AM David '-1' Schmid <mailto:david.sch...@vis.uni-stuttgart.de>> wrote: Hello dear developers! I've been wondering if I'd be able to adapt the current TaggerRequestHandler

adding expressible plugins via API

2020-02-27 Thread David '-1' Schmid
Hello! I've wanted to create a JIRA Ticket, but the interface asked me to discuss this here, which seems fine as well. Assumptions (which might as well false): The package management/plugin infrastructure allows me to add plugin jars via several options. Since expressibles only work in

Streaming Tagger

2020-02-21 Thread David '-1' Schmid
Hello dear developers! I've been wondering if I'd be able to adapt the current TaggerRequestHandler for using it within the /stream request handler. Starting out is a tad confusing, which I expected since I have almost no experience with the solr/lucene codebase. My goal is as follows: I

Streaming Tagger

2020-02-21 Thread David '-1' Schmid
Hello dear developers! I've been wondering if I'd be able to adapt the current TaggerRequestHandler for using it within the /stream request handler. Starting out is a tad confusing, which I expected since I have almost no experience with the solr/lucene codebase. My goal is as follows: I