Showing posts with label Indexing. Show all posts
Showing posts with label Indexing. Show all posts

Sunday, 6 August 2017

Implementing Partial Indexing in Endeca

Hi all,     After Spending more time with the Partial Indexing, I am Writing this posts, so it could be useful for the other people trying to implement the Partial...

Tuesday, 11 July 2017

Same Dimension Value Across all the Environments

Hi All,     Most of us , When having more Environments will face issues regarding the Dimension Values Generation. I Have Faced a lot , though am not hard-coding...

Friday, 24 March 2017

Weblogic cxf logging services

When you face the below logs in web logic console and the console stopped unexpectedly or hangs or stepped unexpectedly , then you have to follow the below steps for resolving...

Thursday, 2 March 2017

Triggering AutoIndexing in Stage Environment

Hi Guys , today I Gonna Share the WorkFlow for the Staging indexing , this tutorials will be very interesting with respect to the other functionalities because almost all is...

Saturday, 17 December 2016

RuleSet in ATG / Indexed Item Group

HI all, I feel all are good and doing their best. Today we are going to see some interesting topic on the indexing part of the endeca. We cannot claim...

Thursday, 27 October 2016

Scheduled indexing in endeca

In Endeca Scheduled Indexing can be made by following the Below steps. Step :1 Go to ProductCatalogSimpleIndexingAdmin and Enable the Following property enableScheduledIndexing to true . Step :2 Set the...

Triggering Automatic mail After Indexing

Hi All Many of you where working in Endeca, will enable the Schedule Indexing, automatic Indexing and Waiting to See the Status of the indexing is Successful or not, will...

Sunday, 16 October 2016

Triggering Baseline Indexing & Checking the Indexing Status

Triggering Baseline Indexing Step 1: Navigate to Dyn/Admin of the instance where Indexing has to be triggered and Select the Component /atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin/ Step 2: From the Component Trigger the Baseline...

Thursday, 13 October 2016

Defining Accessors

How to DefineAccessors during Indexing  Open the product-sku-output-config.xml and you can define by the Following way. <property name="activeProperty" type="string" output-name="activeProperty" property-accessor="/atg/commerce/endeca/index/accessor/activePropertyAccessor" is-non-repository-property="true"             is-dimension="true" autogen-dimension-values="false" text-searchable="true" wildcard-searchable="true" /> You have to...

PropertyAccessors

Types of Property Accessors in Endeca Property Accessor play a vital Role in Processing the Data during the Endeca Indexing . Almost all the applications will not be without the...