Re: Could not find configName error

2017-09-05 Thread Wael Kader
i am using SOLR 4.10.3 I am not sure I have them in source control. I don't actually know what that is. I am using SOLR on a pre-setup VM. On Tue, Sep 5, 2017 at 5:26 PM, Erick Erickson wrote: > What version of Solr? > > bin/solr zk -help > > In particular upconfig can be used to move configs

Phrase boosting on multiple fields

2017-09-05 Thread ritesh kumar
I have a situation where I have to apply phrase boosting on multiple fields. I am using Edismax as query parser. For instance, I am accepting a keyword (phrase) from the user and I want the doc with the exact phrase to be on the top of the resultant list. The problem is, there are multiple field

Solr6.6 Issue/Bug

2017-09-05 Thread Kasim Jinwala
Dear team, I am using solr 5.0 last 1 year, now we are planning to upgrade solr 6.6. While trying to start solr using root user, we need to pass -force parameter to start solr forcefully, please help to start solr using root user without -force command. Regards Kasim J.

Re: Could not find configName error

2017-09-05 Thread Erick Erickson
What version of Solr? bin/solr zk -help In particular upconfig can be used to move configsets up to Zookeeper (or back down or whatever) in relatively recent versions of Solr. Yo are keeping them in source control right? ;) Best, Erick On Mon, Sep 4, 2017 at 11:27 PM, Wael Kader wrote: > Hi, >

Re: Solr Poc -Help Needed

2017-09-05 Thread Erick Erickson
This might be useful: https://lucene.apache.org/solr/6_6_0//solr-core/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.html On Tue, Sep 5, 2017 at 4:13 AM, Rick Leir wrote: > Harshal, > Look in solrconfig.xml, this needs to be configured based on one or more > fields. > Cheers -- Ri

Re: unordered autocomplete search

2017-09-05 Thread Niraj Aswani
Hi Mikhail, Thank you so much for your inpu. I am looking into this and let you know when I've tried this. @Walter: indeed, it should be included :). If my code works, I'll post it here. Many thanks, Niraj On Mon, Sep 4, 2017 at 5:27 PM, Walter Underwood wrote: > This should probably be a fea

Re: slow solr facet processing

2017-09-05 Thread Ere Maijala
Toke Eskildsen kirjoitti 5.9.2017 klo 13.49: On Mon, 2017-09-04 at 11:03 -0400, Yonik Seeley wrote: It's due to this (see comments in UnInvertedField): I have read that. What I don't understand is the difference between 4.x and 6.x. But as you say, Ere seems to be in the process of verifying w

RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-05 Thread Younge, Kent A - Norman, OK - Contractor
The java.security files are the same. I even copied over the files from a machine that is working and renamed the security files and it still did not work.. I am getting the same error. -Original Message- From: Younge, Kent A - Norman, OK - Contractor [mailto:kent.a.you...@usps.g

Re: slow solr facet processing

2017-09-05 Thread Ere Maijala
Yonik Seeley kirjoitti 4.9.2017 klo 18.03: It's due to this (see comments in UnInvertedField): * To further save memory, the terms (the actual string values) are not all stored in * memory, but a TermIndex is used to convert term numbers to term values only * for the terms needed after face

RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-05 Thread Younge, Kent A - Norman, OK - Contractor
The new box is a clone of all the boxes so nothing should have changed other than the certificates and the keystore. That is why I am at such a loss on this issue. Java is the same across five servers all settings are the same across five servers. I will look into the JVM security and see if

Re: slow solr facet processing

2017-09-05 Thread Yonik Seeley
The number-of-segments noise probably swamps this... but one optimization around deep-facet-paging that didn't get carried forward is https://issues.apache.org/jira/browse/SOLR-2092 -Yonik On Tue, Sep 5, 2017 at 6:49 AM, Toke Eskildsen wrote: > On Mon, 2017-09-04 at 11:03 -0400, Yonik Seeley wr

Re: Solr Poc -Help Needed

2017-09-05 Thread Rick Leir
Harshal, Look in solrconfig.xml, this needs to be configured based on one or more fields. Cheers -- Rick On September 4, 2017 11:40:29 PM EDT, "Agrawal, Harshal (GE Digital)" wrote: >Hello All, > >I am looking to index csv file/ PDF documents. I want solr to generate >unique key itself. >I tr

Re: slow solr facet processing

2017-09-05 Thread Toke Eskildsen
On Mon, 2017-09-04 at 11:03 -0400, Yonik Seeley wrote: > It's due to this (see comments in UnInvertedField): I have read that. What I don't understand is the difference between 4.x and 6.x. But as you say, Ere seems to be in the process of verifying whether this is simply due to more segments in 6