Subversion Repositories SmartDukaan

Rev

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

Rev 4802 Rev 5019
Line 661... Line 661...
661
				if(expFeature.getFreeformContent() != null) {
661
				if(expFeature.getFreeformContent() != null) {
662
					ffc.add(expFeature.getFreeformContent().getFreeformText());
662
					ffc.add(expFeature.getFreeformContent().getFreeformText());
663
				}
663
				}
664
				
664
				
665
				// Exclude those who are already covered as facets
665
				// Exclude those who are already covered as facets
-
 
666
				// and the ones that are marked false for indexing
666
				if(facetFeatureIDs.contains(featureDefID)) {
667
				if(facetFeatureIDs.contains(featureDefID) || !expFeature.getFeatureDefinition().isIndexed()) {
667
					continue;
668
					continue;
668
				}
669
				}
669
		
670
		
-
 
671
				if(!expFeature.getFeatureDefinition().isIndexed()){
-
 
672
					System.out.println("Hello");
-
 
673
				}
670
				List<ExpandedBullet> expBullets = 
674
				List<ExpandedBullet> expBullets = 
671
					expFeature.getExpandedBullets();
675
					expFeature.getExpandedBullets();
672
				
676
				
673
				if(expBullets == null) {
677
				if(expBullets == null) {
674
					continue;
678
					continue;