Re: How to have the same SOLR cores for both 8983 and 8984 ports

2019-01-18 Thread Muniraj M
Hi Jan, Yes we would like to have the SOLR to be running only on 8984 port however our concern is we are not able to see any cores created when the SOLR was running on 8983. Before enabling SSL, we were running our SOLR on port 8983 with 3 different cores. After enabling SSL, SOLR is now running

Re: regarding debugging solr in eclipse

2019-01-18 Thread Erick Erickson
I use IntelliJ too, but I'm sure Eclipse has the same capability. Don't get hung up on running Solr within your IDE. I find it very easy to attach to a "remote" debugging session, takes about 10 seconds to set up. Also, it's often easier to _not_ run solr at all, but rather find a unit test that

Re: regarding debugging solr in eclipse

2019-01-18 Thread Doug Turnbull
Not sure how accurate that post is anymore. Since then I switched to IntelliJ and life got easier :) On Fri, Jan 18, 2019 at 4:03 PM David Smiley wrote: > On Fri, Jan 18, 2019 at 9:20 AM Scott Stults < > sstu...@opensourceconnections.com> wrote: > > > This blog article might help: > > > > >

Re: regarding debugging solr in eclipse

2019-01-18 Thread David Smiley
On Fri, Jan 18, 2019 at 9:20 AM Scott Stults < sstu...@opensourceconnections.com> wrote: > This blog article might help: > > https://opensourceconnections.com/blog/2013/04/13/how-to-debug-solr-with-eclipse/ > > I don't use Eclipse but I believe things are better now than the instructions given.

solr-query

2019-01-18 Thread Shilpa Solanki
Hello, can you ask me how we use synonyms with apache solr. Thanks & Regards, Shilpa solanki

Re: Need help on Solr authorization

2019-01-18 Thread Scott Stults
My guess is that you're using a self-signed cert and the certificate path can't be verified. Either that or your cert was signed by a CA that your JVM doesn't recognize. There's a good article about diagnosing SSL problems here:

Re: [QA-search] About field setting

2019-01-18 Thread Scott Stults
No, you have to tokenize before you filter, but the Keyword tokenizer outputs the whole input text as a single token. On Thu, Jan 17, 2019 at 11:36 PM 유정인 wrote: > hi > Can you use multiple query analyzers to search for or? > > Ex) > > positionIncrementGap="100" multiValued="true"> > > >

Re: regarding debugging solr in eclipse

2019-01-18 Thread Scott Stults
This blog article might help: https://opensourceconnections.com/blog/2013/04/13/how-to-debug-solr-with-eclipse/ On Fri, Jan 18, 2019 at 6:53 AM SAGAR INGALE wrote: > Can anybody tell me how to debug solr in eclipse, if possible how can I > build a maven project and launch the jetty server in

regarding debugging solr in eclipse

2019-01-18 Thread SAGAR INGALE
Can anybody tell me how to debug solr in eclipse, if possible how can I build a maven project and launch the jetty server in debug mode? Thanks. Regards

Re: Solr Size Limitation upto 32 kb limitation

2019-01-18 Thread Bernd Fehling
Hi, assuming you have a fieldType for "text_general" defined in your schema, change from: to: Regards, Bernd Am 18.01.19 um 11:51 schrieb Kranthi Kumar K: Hi team, Thank you Erick Erickson ,Bernd Fehling , Jan Hoydahl for your suggested solutions. I've tried the suggested one's and

Re: Need help on Solr authorization

2019-01-18 Thread sathish kumar
Hi, Anyone got a chance to have a look at the issue i had posted? Please throw some inputs. -Sathish On Fri, 11 Jan 2019, 8:10 pm sathish kumar, wrote: > Hi, > > We have a two node Solr setup(version is 7.2.1) with embedded zookeeper > running in Solr Server 1. > > We have recently enabled SSL

RE: Solr Size Limitation upto 32 kb limitation

2019-01-18 Thread Kranthi Kumar K
Hi team, Thank you Erick Erickson ,Bernd Fehling , Jan Hoydahl for your suggested solutions. I've tried the suggested one's and still we are unable to import files havingsize >32 kb, it is displaying same error. Below link has the suggested solutions. Please have a look once.