Thank you all for your help. I will leave Solr as-is and not step on its
feet.
Steve
On Wed, Jul 8, 2015 at 2:29 AM, Shawn Heisey wrote:
> On 7/7/2015 10:51 AM, Steven White wrote:
> > What I am faced with is this. I have to create my own crawler, similar
> to
> > DIH. I have to deploy this
On 7/7/2015 10:51 AM, Steven White wrote:
> What I am faced with is this. I have to create my own crawler, similar to
> DIH. I have to deploy this on the same server as Solr (this is given, I
> cannot change it). I have to manage this crawler just like I have to
> manage my Solr deployment using
On 7/7/2015 10:03 AM, Steven White wrote:
> This may be a question to be posted on Jetty mailing list, but I figured I
> should start here first.
>
> Using Solr 5.2.0, when I start Solr, http://localhost:8983/solr/ is the
> entry point. My question is:
>
> 1) Where is "solr" on the file system?
: The other option I looked at is writing my own handler for my crawler and
: plugging it into Solr's solrconfig.xml. If I do this, then my crawler will
: run in the same JVM space as Solr, this is something I want to avoid.
If you don't want you crawler to run in the same JVM as solr, then aski
What I am faced with is this. I have to create my own crawler, similar to
DIH. I have to deploy this on the same server as Solr (this is given, I
cannot change it). I have to manage this crawler just like I have to
manage my Solr deployment using Solr API through HTTP request. I figured
if I de
Jetty is an implementation detail in Solr 5.0 -- modifying the underlying
jetty configs, or directly adding handlers isn't supported by Solr. I
nthe future, jetty may be ripped out completely and replaced with some
other networking stack w/o advanced notice (probably unlikely, but smaller
ch
On Tue, Jul 7, 2015, at 05:03 PM, Steven White wrote:
> Hi Everyone,
>
> This may be a question to be posted on Jetty mailing list, but I figured
> I
> should start here first.
>
> Using Solr 5.2.0, when I start Solr, http://localhost:8983/solr/ is the
> entry point. My question is:
>
> 1) Wh