Subversion Repositories SmartDukaan

Rev

Rev 34023 | Rev 34136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34023 Rev 34049
Line 531... Line 531...
531
                    }
531
                    }
532
                    if (modelPrice > endPrice) break;
532
                    if (modelPrice > endPrice) break;
533
                }
533
                }
534
                similalarModels.remove(Integer.valueOf(catalogId));
534
                similalarModels.remove(Integer.valueOf(catalogId));
535
            }
535
            }
536
            catalogSolrObj.setField("similarModels_is", similalarModels == null ? Collections.EMPTY_LIST : similalarModels);
536
            catalogSolrObj.setField("similarModels_ii", similalarModels == null ? Collections.EMPTY_LIST : similalarModels);
537
 
537
 
538
 
538
 
539
            catalogSolrObj.setField("active_b", active);
539
            catalogSolrObj.setField("active_b", active);
540
            catalogSolrObjs.add(catalogSolrObj);
540
            catalogSolrObjs.add(catalogSolrObj);
541
        }
541
        }