SOLR 4.8.0 Master/Slave Replication Issues

2017-03-09 Thread Pouliot, Scott
So we've been having oddball replication issues between master and slave (Not SOLRCloud) for a few weeks now. Some days...everything lines up just fine. Other days things are off by a small amount between master and slave. Here is the config on the MASTER server replication config:

Re: Arabic words search in solr

2017-03-09 Thread Steve Rowe
Hi Mohan, Your examples refer to documents I don’t have in my 9 document set, so I recast the problem to a query/doc combo I have from earlier in this thread, and I was able to restrict hits to only documents that contained all terms from the query. If I use the query “name_ar:(شرطة ازكي)” I

how to configure AWS S3 bucket to index data

2017-03-09 Thread Bhavik Shah
Hello, I am using apache tika along with Solr to index the data. I am able to index the data successfully if the data is located on my local machine or network drive. I would like to index the data from AWS S3 bucket and would like to know if in tika do I need to use specific processor and how to

Re: Paging\sorting with RTG

2017-03-09 Thread Chris Hostetter
What are you doing with RTG that you care about sorting/paging? https://people.apache.org/~hossman/#xyproblem XY Problem Your question appears to be an "XY Problem" ... that is: you are dealing with "X", you are assuming "Y" will help you, and you are asking about "Y" without giving more

Re: solr directories

2017-03-09 Thread Erick Erickson
If you have legacyCloud set as true, then when the various Solr instances come back up they re-construct their state. The "smoking gun" here is if the data is in clusterstate.json in your new Zookeeper. If that's not operative, is it possible that you're still starting the embedded Zookeeper and

Re: Urgent - Solr indexing is taking hours and dashboard page is not getting rendered at all :(

2017-03-09 Thread Shawn Heisey
On 3/9/2017 8:16 AM, Gaurav Srivastava wrote: > I have a eCommerce site built on Hybris 6.2.0.4 which uses SOLR OOB > (vendor=hybris version=6.2.0.2) as a search engine. I am facing below > 2 problems : 6.2.0.2 is not a valid Solr version number. They only have three numbers, not four. If

Re: Urgent - Solr indexing is taking hours and dashboard page is not getting rendered at all :(

2017-03-09 Thread Charlie Hull
On 09/03/2017 15:16, Gaurav Srivastava wrote: Hi All, I have a eCommerce site built on Hybris 6.2.0.4 which uses SOLR OOB (vendor=hybris version=6.2.0.2) as a search engine. I am facing below 2 problems : 1. Indexing is taking lot of time(4-5 hours) in last couple of weeks. (data has increased

Re: DIH Full Index Issue

2017-03-09 Thread Alexandre Rafalovitch
I am not super familiar with what happens with DIH in the SolrCloud and I was talking about HTTP access.log (which admittedly needs custom configuration). However, I do see this in the logs: 2017-03-09 13:40:00.356 INFO (qtp2080166188-41928) [c:collectionXXX s:shard1 r:core_node1

Urgent - Solr indexing is taking hours and dashboard page is not getting rendered at all :(

2017-03-09 Thread Gaurav Srivastava
Hi All, I have a eCommerce site built on Hybris 6.2.0.4 which uses SOLR OOB (vendor=hybris version=6.2.0.2) as a search engine. I am facing below 2 problems : 1. Indexing is taking lot of time(4-5 hours) in last couple of weeks. (data has increased though) 2. Our dashboard page is getting hunged

Re: Changing definition of id field

2017-03-09 Thread Shawn Heisey
On 3/9/2017 4:20 AM, danny teichthal wrote: > I have an "id" field that is defined on schema.xml with type long. > For some use cases the id that is indexed exceeds Max long limitation. > I thought about solving it by changing the id to type string. > > For my surprise, by only changing the

RE: DIH Full Index Issue

2017-03-09 Thread AJ Lemke
Thanks for the tip Alex. I forgot to mention that we are using Solr in cloud mode. I have checked the logs and I am seeing the following lines (this is an abridged snippet): 2017-03-09 13:40:00.356 INFO (qtp2080166188-41928) [c:collectionXXX s:shard1 r:core_node1

Re: [ANNOUNCE] Apache Solr 6.4.2 released

2017-03-09 Thread Shawn Heisey
On 3/8/2017 10:46 PM, Zheng Lin Edwin Yeo wrote: > Just to check, are the index that was indexed in Solr 6.4.1 affected > by the bug? Do we have to re-index those records when we move to Solr > 6.4.2? None of the bugs fixed between 6.4.1 and 6.4.2 should affect your index contents at all.

solr directories

2017-03-09 Thread Satya Marivada
Hi, We had solr running on embedded zookeeper. Moved to external zookeeper, as part of this setup on the same vm, had done a fresh solr distribution setup, zookeeper distribution and created new solrdata folder to hold the nodes. All the old folders are archived (zipped and backed up). What

Re: Solr Update If Record Exists ?

2017-03-09 Thread Alexandre Rafalovitch
I don't understand your clarification. _version_ is a special field with semantic described in the link I gave. Do you have your own, accidentally with the same name? Regards, Alex On 9 Mar 2017 3:56 AM, "~$alpha`" wrote: > My version is timestamp. >

how to disable Graph TokenStream processing

2017-03-09 Thread Bernd Fehling
Hi list, Graph TokenStream processing is enabled by default org.apache.solr.search.SolrQueryParser via org.apache.lucene.util.QueryBuilder. How to disable this default value in config files? Regards Bernd

Paging\sorting with RTG

2017-03-09 Thread Сергей Твердохлеб
Hi, I wonder if it is possible to somehow set start/rows/sort parameteres to RTG request? Official CWiki says only FQ is supported, however there could be some workaround. -- Regards, Sergey Tverdokhleb

Changing definition of id field

2017-03-09 Thread danny teichthal
Hi, I have an "id" field that is defined on schema.xml with type long. For some use cases the id that is indexed exceeds Max long limitation. I thought about solving it by changing the id to type string. For my surprise, by only changing the definition on schema.xml and restarting Solr, I was

Re: [ANNOUNCE] Apache Solr 6.4.2 released

2017-03-09 Thread Bernd Fehling
Hi Ishan, yes you are right! Left over from previous version during replace :-( Thanks for your help, Bernd Am 09.03.2017 um 06:49 schrieb Ishan Chattopadhyaya: > Hi Bernd, > Can you please double check? > > I downloaded the 6.4.2 tarball and see that they have 6.4.2: > > [ishan@ishanvps

Re: Solr Update If Record Exists ?

2017-03-09 Thread ~$alpha`
My version is timestamp. 1561379927065886720 So can i use it ? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Update-If-Record-Exists-tp4323767p4324152.html Sent from the Solr - User mailing list archive at Nabble.com.