Re: Xss in start scripts

2015-10-20 Thread Ahmet Arslan
Hi again,

After searching with grep, I figured that bin/solr has Xss too. 
Finder didn't bring it at the first time. 
Sorry for the noise.

Thanks,
Ahmet




On Tuesday, October 20, 2015 7:12 PM, Ahmet Arslan  
wrote:
Hi,

After getting stack overflow error from suggester component, I tried to 
increase Xss.
I searched for 'Xss' in bin folder, only solr.cmd has -Xss256k.

I inserted Xss in solr.in.sh however admin screen displays two entries in jvm 
args :
-Xss1024k -Xss256k

I am confused, where does solr grab -Xss256k on a linux box?

Thanks,
Ahmet


Xss in start scripts

2015-10-20 Thread Ahmet Arslan
Hi,

After getting stack overflow error from suggester component, I tried to 
increase Xss.
I searched for 'Xss' in bin folder, only solr.cmd has -Xss256k.

I inserted Xss in solr.in.sh however admin screen displays two entries in jvm 
args :
-Xss1024k -Xss256k

I am confused, where does solr grab -Xss256k on a linux box?

Thanks,
Ahmet


Re: Start Scripts

2015-05-27 Thread Upayavira
I wonder if, Dean, you are using an older. Take a look in the bin/
directory of any newer Solr, preferably 5.x and you'll see quite
substantial start scripts.

Upayavira

On Wed, May 27, 2015, at 07:11 PM, Erick Erickson wrote:
> Hmmm, this is a little confused I think.
> 
> bq: copies all necessary config file accordingly
> 
> This is handled for you, with the caveat that you have to push the
> configs to Zookeeper as a separate step with the zk client. Once
> that's done, just use the Collections API to create the collection.
> 
> See the "Zookeeper CLI examples" in the ref guide (and I _strongly_
> recommend you download the full PDF, see:
> https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide,
> the upper left corner has a link to allow you to download the whole
> thing as a PDF with links to older versions as well). Then the
> "Collections API", "CREATE" command.
> 
> Best,
> Erick
> 
> On Wed, May 27, 2015 at 10:06 AM, Dean Ericson 
> wrote:
> > Does anyone have any simple SOLR startup scripts that they're willing to
> > share?  I am looking for a script that creates a custom collection and
> > copies all necessary config file accordingly.
> >
> > Thanks in advance,
> > Dean


Re: Start Scripts

2015-05-27 Thread Erick Erickson
Hmmm, this is a little confused I think.

bq: copies all necessary config file accordingly

This is handled for you, with the caveat that you have to push the
configs to Zookeeper as a separate step with the zk client. Once
that's done, just use the Collections API to create the collection.

See the "Zookeeper CLI examples" in the ref guide (and I _strongly_
recommend you download the full PDF, see:
https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide,
the upper left corner has a link to allow you to download the whole
thing as a PDF with links to older versions as well). Then the
"Collections API", "CREATE" command.

Best,
Erick

On Wed, May 27, 2015 at 10:06 AM, Dean Ericson  wrote:
> Does anyone have any simple SOLR startup scripts that they're willing to
> share?  I am looking for a script that creates a custom collection and
> copies all necessary config file accordingly.
>
> Thanks in advance,
> Dean


Start Scripts

2015-05-27 Thread Dean Ericson
Does anyone have any simple SOLR startup scripts that they're willing to
share?  I am looking for a script that creates a custom collection and
copies all necessary config file accordingly.

Thanks in advance,
Dean