Questions tagged [reindex]
459 questions
0
votes
0 answers
Magento Reindex Cron Job is frozen (running for 10 days) - How do I find the name of the process and kill it?
I use pagodabox coupled with Magento. In Magento, reindex hasn't been running and it seems that a reindex has frozen upon inspection of the logs (10 days). I am SSHed into the server, but ps -A/ps -e doesn't bring up any processes with a time of…

Intrepid Diamond
- 462
- 1
- 6
- 16
0
votes
1 answer
Maintain 2 indexes or separating the complex and simple indexes in searchkiq / elastic search
Hi I am using searchkiq gem for elastic search.
I got a situation where I need to maintain the indexes which will be used for normal situation and some indexes in only for requested scenario that might come or not.
The properties I want to index as…

jbmyid
- 1,985
- 19
- 22
0
votes
2 answers
Magento Reindex Price error
I have an issue on reindexing product prices
I was able to catch this
string(727) "INSERT INTO catalog_product_index_group_price SELECT gp.entity_id, cg.customer_group_id, cw.website_id, MIN(IF(gp.website_id = 0, ROUND(gp.value * cwd.rate, 4),…

Speedy
- 11
- 2
0
votes
0 answers
Best way to reindex objects in Ruby after jQuery.sortable()
I have objects with a 'position' defined. I 'm moving one object (using jQuery Sortable), then I need to reindex the position of each object in that list (I want to keep them in order 0,1,2...n)
Basically we have a ProductLine model that contains…

Ian
- 63
- 6
0
votes
0 answers
reindex elasticsearch with version on type
Here is my usecase :
I have an ES index (myindex)
In this index, I have 2 document types (myindex/mydoc , myindex/yourdoc)
I have defined a mapping for this type (myindex/mydoc/_mapping)
I put many documents in this index (with default options…

Wallace Tan
- 11
0
votes
0 answers
Magento reindex via script does nothing
I've create a controller and write an action to create a category, assign product to it and re-index data. Reindex code:
$processes = Mage::getSingleton('index/indexer')->getProcessesCollection();
$processes->walk('setMode',…
0
votes
3 answers
Problems with Magento Reindex (attributes)
I have problems with reindex Magento CMS after integrate some products.
here is the LOG from the shell reindex
/usr/home/sinusi/public_html/_duplicateshop/shell$ php indexer.php --status
Product Attributes index process unknown error:
exception…

Micha
- 11
- 5
0
votes
2 answers
Determine if solr reindex completed successfully?
Last evening I started a full reindex for our Cassandra cluster via the Solr admin web console (I selected "Full Reindex"). Each node in the cluster also runs Solr.
As of about 2 hours ago it appears as though it completed since the web console for…

zoo_live_crew
- 271
- 3
- 13
0
votes
1 answer
Solr: Reverting back to an old schema and stop reindexing
I accidently stoped an instance of Solr on my server that hat a symbolic link to a newer schema than it was using while running. Upon restarting the server solr started reindexing the documents to reflect the changes in the new schema.xml. I however…

mareklspak
- 1
- 3
0
votes
1 answer
Magento 1.9.1 - save products very slow
Recently when we tried to update a product's attribute on magento backend, it took around 90 seconds to save. I know maybe there is some re-index problem. However; when I tested on our staging site (identical Amazon EC2 server and I also duplicated…

An-Ni Wang
- 1
- 2
0
votes
3 answers
Alfresco Upgrade v4.1.2 to v4.2.2.12 - Lucene full index rebuild impossible
I did Alfresco upgrade from v4.1.2 to v4.2.2.12. So first I did upgrade from v4.1.2 to v4.1.9.4 (to apply last patch) and then from v4.1.9.4 to v.4.2.2.12. Everything passed well in the logs and I didn't noticed any exceptions.
But when I wanted to…

nteo
- 11
- 2
0
votes
1 answer
Magento Product Price re-index hangs on DELETE query
The price reindexing for my Magento Enterprise 1.13 installation is not finishing any more when I run it from SSH. All other indexes seem fine. The longest I have left it to run is 4 days.
Server Specs:
6 cores
15GB RAM
200GB HDD
CentOS 6
I…

ncheese
- 31
- 1
- 7
0
votes
1 answer
Cannot Reindex Category Products and other Indexes in Magento
I have some of my indexes that wont run ( Product Attributes, category products) and others that seem like they are processing endlessly some do run and complete quickly however ( category flat data ). I deleted the lock files inside of Var/locks…

harri
- 494
- 11
- 26
0
votes
1 answer
Magento 1.7: I can't stop reindex process
I'm trying to separate magento back end and front end in 2 nodes. I follow the HOW-TO on magento site. Now I have two installation of magento that work properly. My problem comes when magento start reindex process. It doesn't stop, it's in pending…

jRicca
- 585
- 2
- 5
- 11
0
votes
1 answer
Magento ReIndexing the Product Prices
I have been dealing with this issue for a couple of days now, and just cant seem to pinpoint the problem, or more importantly an answer. I have tried the follow..
Clearing the cache
deleting var/locks
reindexing through ssh
truncating _flat…

user3760917
- 29
- 9