Re: Solr SSL setup with bought certificate

2017-05-09 Thread Sebastjanas
I don't know why this script worked on CentOS, but it did. Also I managed to make it work with uncommenting following two lines: SOLR_SSL_TRUST_STORE=/opt/solr/server/etc/solr-ssl.keystore.jks SOLR_SSL_TRUST_STORE_PASSWORD=[password] I don't know where did I find that these need to be

Status on updating log4j to log4j2

2017-05-09 Thread Antelmo Aguilar
Hi, I noticed that you guys are working on upgrading log4j to log4j2: https://issues.apache.org/jira/browse/SOLR-7887 I was wondering if there is any priority on doing this since it has been several months since the last comment. It would be nice since it seems log4j2 makes it easier to make

Re: CDCR Alias support?

2017-05-09 Thread Webster Homer
Still no answer to this. I've been investigating using the collections API for backup and restore. If CDCR supports collection aliases this would make things much smoother as we would restore to a new collection and then switch the alias to reference the new collection. On Tue, Jan 10, 2017 at

Re: Search substring in field

2017-05-09 Thread jnobre
Hello, Thanks for your response. I realize the concept, but I do not know which one to use in my case. Not exactly the difference between the analyzes. 1- At this moment I search for "source": * "hello word" * or url =

cursormark pagination inconsistency

2017-05-09 Thread moscovig
Hi! We are running on solrj 6.2.0, server 6.2.1 and trying to fetch 100 records at a time, with nextCursorMark, while* sorting on: score desc,* key asc The collection is made of 2 shards, with 3 replicas each. We get inconsistent results when not specifying specific replica for each shard.

[ANNOUNCEMENT] Luke 6.5.0 released

2017-05-09 Thread Tomoko Uchida
Download the release zip here: https://github.com/DmitryKey/luke/releases/tag/luke-6.5.0 Also, tested with Lucene 6.5.1. #86 and, other changes in this release: Thanks to respective

Could not initialize class JdbcSynonymFilterFactory

2017-05-09 Thread sajjad karimi
http://stackoverflow.com/questions/43857712/could-not-initialize-class-jdbcsynonymfilterfactory : I'm new to solr, I want to add a field type with JdbcSynonymFilter and JdbcStopFilter to solr schema. I added my data source same as instruction in this link: [Loading stopwords from Postgresql to

Re: distribution of leader and replica in SolrCloud

2017-05-09 Thread Erick Erickson
Bernd: You rarely have to worry about who the leader is unless and until you get many 100s of shards. The extra work a leader does is usually minimal and spending time trying to control where the leaders live is usually time wasted. Leaders will shift from replica to replica anyway. Say your

Re: Solr Query Limits

2017-05-09 Thread Alexandre Rafalovitch
I am not aware of any limits in Solr itself. However, if you are using a GET request to do the query, you may be running into browser limitations regarding URL length. It may be useful to know that Solr can accept the query parameters in the POST body as well. Regards, Alex.

Re: SOLR [child] - ChildDocTransformerFactory very slow in my usecase...

2017-05-09 Thread Erick Erickson
Pulling stored fields out involved reading the file from disk, decompressing it and then adding it to the output packet. The QTime doesn't include assembling (and transmitting of course) the packet. I'd guess you'll see pretty heavy I/O usage during the remainder. Not sure what I'd recommend,

SOLR [child] - ChildDocTransformerFactory very slow in my usecase...

2017-05-09 Thread Mihai Bucica
I have around 60 millions documents in my XYZ SOLR 6.5 core (20 GB total size) 6 million of them are root documents and each of them have on average 10(ten) Nested Documents (_childDocuments_ stuff..representing the named entities from the root document ) I need to get for a list of 1 to 300

Solr Query Limits

2017-05-09 Thread Adnan Shaikh
Hello Team, Have a query pertaining to how many values are we able to pass in a Solr query. Can we please find out if: 1. There is a limit to the number of characters that we can pass in a Solr query field? 2. Is there a limit to how many values we can pass for the one key? Thanks, Mohammad

Re: Solr SSL setup with bought certificate

2017-05-09 Thread Steve Rowe
Hi, AFAICT the Solr 5.5.4 install_solr_service.sh doesn’t support Centos (support was added in 6.3: SOLR-9475). How did you make it work? I’m guessing there are permissions problems in your installation directory, such that the account being used to start Solr doesn’t have execute and/or read

Re: distribution of leader and replica in SolrCloud

2017-05-09 Thread Shawn Heisey
On 5/9/2017 1:44 AM, Bernd Fehling wrote: > From my point of view it is a good solution to have 5 virtual 64GB > servers on 5 different huge physical machines and start 2 instances on > each virtual server. If the total amount of memory in the virtual machine is 64GB, then I would run one Solr

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 6:01 AM, Venkateswarlu Bommineni wrote: > But I don't see replication factor is increased in Solr, It's still > showing as 2 after adding third also. The replicationFactor parameter is ONLY used at collection creation. It has zero purpose after that ... unless you have indexes in

Re: Could not initialize class JdbcSynonymFilterFactory

2017-05-09 Thread Shawn Heisey
On 5/9/2017 6:06 AM, sajjad karimi wrote: > http://stackoverflow.com/questions/43857712/could-not-initialize-class-jdbcsynonymfilterfactory > > I'm new to solr, I want to add a field type with JdbcSynonymFilter and > JdbcStopFilter to solr schema. I added my data source same as instruction > in

Could not initialize class JdbcSynonymFilterFactory

2017-05-09 Thread sajjad karimi
http://stackoverflow.com/questions/43857712/could-not-initialize-class-jdbcsynonymfilterfactory : I'm new to solr, I want to add a field type with JdbcSynonymFilter and JdbcStopFilter to solr schema. I added my data source same as instruction in this link: [Loading stopwords from Postgresql to

Re: Solr licensing for commercial product.

2017-05-09 Thread Shawn Heisey
On 5/9/2017 5:50 AM, vrindavda wrote: > One more question. I found below snippet in license file. Do I need to > mention my product owner details in highlighted section? > > APPENDIX: How to apply the Apache License to your work. Those requirements only come into play if you want YOUR software

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
Cool.. Thanks, Shawn. It's worked. But I don't see replication factor is increased in Solr, It's still showing as 2 after adding third also. Thanks, Venkat. On Tue, May 9, 2017 at 5:17 PM, Shawn Heisey wrote: > On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > > As

Re: Solr licensing for commercial product.

2017-05-09 Thread vrindavda
Thanks Shawn, One more question. I found below snippet in license file. Do I need to mention my product owner details in highlighted section? APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice,

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > As you mentioned in para2, I have created a new node and started using > below command but I could not get any option to name a node. > > as the name of the node is required for addingreplica to existing solrcloud. > > Could you please help me

RE: Solr 6.4. Can't index MS Visio vsdx files

2017-05-09 Thread Allison, Timothy B.
Probably better to ask on the Tika list. We'll push the release asap after PDFBox 2.0.6 is out. Andreas plans to cut the release candidate for PDFBox this Friday. Tika will probably have an RC by Monday 5/15, with the release happening later in the week...That's if there are no

Re: SOLR as nosql database store

2017-05-09 Thread Shawn Heisey
On 5/9/2017 12:58 AM, Bharath Kumar wrote: > Thanks Hrishikesh and Dave. We use SOLR cloud with 2 extra replicas, will > that not serve as backup when something goes wrong? Also we use latest solr 6 > and from the documentation of solr, the indexing performance has been good. > The reason is

Re: Could not initialize class JdbcSynonymFilterFactory

2017-05-09 Thread Amrit Sarkar
Just gathering more information on this Solr-JDBC; Is it a open source plugin provided on https://github.com/shopping24/ and not part of actual project *lucene-solr* project? https://github.com/shopping24/solr-jdbc-synonyms Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
Hi Shawn, As you mentioned in para2, I have created a new node and started using below command but I could not get any option to name a node. as the name of the node is required for addingreplica to existing solrcloud. Could you please help me where to find the name of the node? Thanks,

Re: Solr licensing for commercial product.

2017-05-09 Thread Shawn Heisey
On 5/9/2017 12:28 AM, vrindavda wrote: > Please let me know what all things do I need to consider for licensing > before shipping solr with commercial product. > > How will Solr know that what client is using it. There are essentially no restrictions for using Solr in a commercial product. Solr

Re: Solr 6.4. Can't index MS Visio vsdx files

2017-05-09 Thread Gytis Mikuciunas
Are there any news regarding Tika 1.15? Maybe it's already ready for download somewhere G. On Wed, Apr 12, 2017 at 6:57 PM, Allison, Timothy B. wrote: > The release candidate for POI was just cut...unfortunately, I think after > Nick Burch fixed the 'PolylineTo'

Re: SOLR as nosql database store

2017-05-09 Thread Rick Leir
The NoSQL DB can be Mongo Couch or something else. Choose a document DB by preference. You can add to these faster than MySQL (I think, test for sure). These DB's can have replicas easily. Choose one of them and use a simple script to index into Solr. Cheers -- Rick On May 9, 2017 2:58:21 AM

Re: Search inside grouping list

2017-05-09 Thread Emir Arnautovic
Can you try reproducing this issue on fresh Solr, and if you manage to, can you please share documents and steps to reproduce it. Which version of Solr do you run and do you have any custom plugins running on it? Emir On 09.05.2017 13:01, donjose wrote: Yes. I am getting the same result

Could not initialize class JdbcSynonymFilterFactory

2017-05-09 Thread sajjad karimi
http://stackoverflow.com/questions/43857712/could-not-initialize-class-jdbcsynonymfilterfactory : I'm new to solr, I want to add a field type with JdbcSynonymFilter and JdbcStopFilter to solr schema. I added my data source same as instruction in this link: [Loading stopwords from Postgresql to

Re: Solr licensing for commercial product.

2017-05-09 Thread Rick Leir
This was discussed here just a few weeks ago. See the archives. If I was at my desk I would send you a link. Cheers -- Rick On May 9, 2017 2:28:06 AM EDT, vrindavda wrote: >Hello, > >Please let me know what all things do I need to consider for licensing >before shipping

Re: Search inside grouping list

2017-05-09 Thread donjose
Yes. I am getting the same result for both q and fq -- View this message in context: http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488p4334206.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search inside grouping list

2017-05-09 Thread Emir Arnautovic
Do you get the same result if you use q instead of fq? On 09.05.2017 07:38, donjose wrote: Hi Emir, Grouping by default is part of the configuration true assetid true Don. -- View this message in context:

Re: distribution of leader and replica in SolrCloud

2017-05-09 Thread Bernd Fehling
Hi Erik, just went through https://cwiki.apache.org/confluence/display/solr/Rule-based+Replica+Placement I might be wrong but I didn't see anything to identify the "leader". To solve my problem with a rule: --> "do not create the replica on the same host where his leader exists" May be

Solr SSL setup with bought certificate

2017-05-09 Thread Sebastjanas
Hello, I installed 5.5.4 on Centos to /opt/solr. Also I installed init script using install_solr_service.sh. I've imported bought certificate to keystore and now trying to start it up with SSL, using following settings in /etc/default/solr.in.sh: SOLR_SSL_ENABLED=true

Re: Suggester uses lots of 'Page cache' memory

2017-05-09 Thread Damien Kamerman
Memory/cache aside, the fundamental Solr issue is that the Suggester build operation will read the entire index, even though very few docs have the relevant fields. Is there a way to set a 'fq' on the Suggester build? java.lang.Thread.State: RUNNABLE at

Re: distribution of leader and replica in SolrCloud

2017-05-09 Thread Bernd Fehling
I would name your solution more a work around as any similar solution of this kind. The issue SOLR-6027 is now 3 years open and the world has changed. Instead of racks full of blades where you had many dedicated bare metal servers you have now huge machines with 256GB RAM and many CPUs.

Re: SOLR as nosql database store

2017-05-09 Thread Bharath Kumar
Thanks Hrishikesh and Dave. We use SOLR cloud with 2 extra replicas, will that not serve as backup when something goes wrong? Also we use latest solr 6 and from the documentation of solr, the indexing performance has been good. The reason is that we are using MySQL as the primary data store and

Solr licensing for commercial product.

2017-05-09 Thread vrindavda
Hello, Please let me know what all things do I need to consider for licensing before shipping solr with commercial product. How will Solr know that what client is using it. Thank you, Vrinda Davda -- View this message in context: