Re: Re: Solr sort preferences number vs space vs character

2016-03-13 Thread vkrishna
Hey Shawn, Is there any way to use ASCII? so I can get the result I want. Thanks, Vamsi. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-sort-preferences-number-vs-space-vs-character-tp4263527p4263551.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr master slave error

2016-03-13 Thread shahper
Yes there is a section like this but i haven’t mention solrconfig.xml in that. One more thing I have noticed Its not replicating immediately it getting replicating after one or two days. Shahper On Monday 14 March 2016 12:30 AM, Erick Erickson wrote: You probably have a section like this in

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Anil
HI Shawn, Jack and Eric, Thank you very much. Regards, Anil On 14 March 2016 at 02:55, Shawn Heisey wrote: > On 3/13/2016 9:36 AM, Jack Krupansky wrote: > > (We should have a wiki/doc page for the "usual list of suspects" when > > queries are/appear slow, rather than need to repeat the same m

Re: Stopping Solr JVM on OOM

2016-03-13 Thread Shawn Heisey
On 3/13/2016 8:13 PM, Binoy Dalal wrote: > I made the necessary changes to that oom script? > How does it look now? > Also can you suggest some way of testing it with solr? > How do I make solr oom on purpose? Set the java heap really small. Not entirely sure what value to use. I'd probably star

Re: Solr sort preferences number vs space vs character

2016-03-13 Thread Shawn Heisey
On 3/13/2016 8:18 PM, Jiangenbo wrote: > sorry for disturbing you all. > Who can tell me how to cancel( unsubscribe) this mailing list The information about how to unsubscribe is in the same place as the information about how to subscribe: http://lucene.apache.org/solr/resources.html#mailing-lis

Re: Re: Solr sort preferences number vs space vs character

2016-03-13 Thread Jiangenbo
Hi, sorry for disturbing you all. Who can tell me how to cancel( unsubscribe) this mailing list Thanks very much! Best, From: Shawn Heisey Date: 2016-03-14 10:00 To: solr-user Subject: Re: Solr sort preferences number vs space vs character On 3/13/2016 4:58 PM, vkrishna wrote: > I am new to s

Re: Stopping Solr JVM on OOM

2016-03-13 Thread Binoy Dalal
Hello Shawn, I made the necessary changes to that oom script? How does it look now? Also can you suggest some way of testing it with solr? How do I make solr oom on purpose? Thanks On Wed, 9 Mar 2016, 19:11 Shawn Heisey, wrote: > On 3/9/2016 6:07 AM, Binoy Dalal wrote: > > Have you had a chance

Re: Solr sort preferences number vs space vs character

2016-03-13 Thread Shawn Heisey
On 3/13/2016 4:58 PM, vkrishna wrote: > I am new to solr and using 5.4 version. Everything is good up to now, but I > am facing a problem with sorting order. When I query for some thing let's > say for 'a', I am getting the expected results in sorting order but it is > giving more preference to num

Solr sort preferences number vs space vs character

2016-03-13 Thread vkrishna
Hi All, I am new to solr and using 5.4 version. Everything is good up to now, but I am facing a problem with sorting order. When I query for some thing let's say for 'a', I am getting the expected results in sorting order but it is giving more preference to number first then space after that chara

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Shawn Heisey
On 3/13/2016 9:36 AM, Jack Krupansky wrote: > (We should have a wiki/doc page for the "usual list of suspects" when > queries are/appear slow, rather than need to repeat the same mantra(s) for > every inquiry on this topic.) There's this page, with the disclaimer that I wrote almost all of it: ht

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Jack Krupansky
Yeah, there's some good material there, but probably still too inaccessible for the average "help, my queries are slow" inquiry we get so frequently on this list. Another useful page is: https://wiki.apache.org/solr/SolrPerformanceProblems -- Jack Krupansky On Sun, Mar 13, 2016 at 2:58 PM, Eric

Re: Solr master slave error

2016-03-13 Thread Erick Erickson
You probably have a section like this in solrconfig.xml which is explicitly telling replication to overwrite the specified config files: solrconfig.xml,schema.xml Best, Erick On Sun, Mar 13, 2016 at 3:06 AM, shahper wrote: > Hi, > > There is a error I am getting in solr master slave . > While

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Erick Erickson
Jack: https://wiki.apache.org/solr/SolrPerformanceFactors and http://wiki.apache.org/lucene-java/ImproveSearchingSpeed are already there, we can add to them Best, Erick On Sun, Mar 13, 2016 at 9:18 AM, Anil wrote: > Thanks Toke and Jack. > > Jack, > > Yes. it is 480 million :) > > I will sh

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Anil
Thanks Toke and Jack. Jack, Yes. it is 480 million :) I will share the additional details soon. thanks. Regards, Anil On 13 March 2016 at 21:06, Jack Krupansky wrote: > (We should have a wiki/doc page for the "usual list of suspects" when > queries are/appear slow, rather than need to r

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Jack Krupansky
(We should have a wiki/doc page for the "usual list of suspects" when queries are/appear slow, rather than need to repeat the same mantra(s) for every inquiry on this topic.) -- Jack Krupansky On Sun, Mar 13, 2016 at 11:29 AM, Toke Eskildsen wrote: > Anil wrote: > > i have indexed a data (com

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Toke Eskildsen
Anil wrote: > i have indexed a data (commands from files) with 10 fields and 3 of them is > text fields. collection is created with 3 shards and 2 replicas. I have > used document routing as well. > Currently collection holds 47,80,01,405 records. ...480 million, right? Funny digit grouping in I

Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Anil
HI, i have indexed a data (commands from files) with 10 fields and 3 of them is text fields. collection is created with 3 shards and 2 replicas. I have used document routing as well. Currently collection holds 47,80,01,405 records. text search against text field taking around 5 sec. solr is quer

Re: Problem in SolrJ ubuntu

2016-03-13 Thread Binoy Dalal
Post the stack trace for the exception. On Sun, 13 Mar 2016, 15:43 Adel Mohamed Khalifa, wrote: > Hello, > > > > I am facing a problem when I try to connect to the Solr Server > (HttpSolrServer server = new HttpSolrServer("http://localhost:8983/solr > ");) > > Note that my platform is Ubuntu and

Problem in SolrJ ubuntu

2016-03-13 Thread Adel Mohamed Khalifa
Hello, I am facing a problem when I try to connect to the Solr Server (HttpSolrServer server = new HttpSolrServer("http://localhost:8983/solr";);) Note that my platform is Ubuntu and I install solr server on it and it work correctly when I try to log on through browser but when I try in netbea

Solr master slave error

2016-03-13 Thread shahper
Hi, There is a error I am getting in solr master slave . While replication My solrconfig.xml file also get replicated due to which slave side replication entry get over written to master side in slave server. Due to which replication stop . Shahper