We create custom index for the below reasons: Fast responses. Index only content items which are required. Can change the indexing strategies based on the requirement. Manual indexing becomes easy because we don’t need to index whole tree to accommodate new items. Steps to create and index the new/custom search index Go to the SOLR … Continue reading How to create a Custom Search Index in Sitecore 9.2
Information
Datasources in Sitecore
Datasources are used for various reasons and at various places. There are mainly 2 types of Data sources. Field Datasources These Datasources are one we discussed while discussing the field types. In the templates area each field type has a text box as Source. Some field types require a value in it and some don’t … Continue reading Datasources in Sitecore
Sitecore – Dynamic Placeholders
Dynamic Placeholders come handy when you need repetition of data or placeholders. Lets consider you have one placeholder ‘main’ in the layout. Then to distinguish the page types you have one-col, two-col and three-col renderings. And then finally you have the components/renderings which will fit in the content – lets use the same ones which … Continue reading Sitecore – Dynamic Placeholders
Sitecore – Placeholders and placeholder settings
As we learnt about the renderings in the last blog, we saw that for dynamic binding of renderings we need placeholders. Placeholders will help us to make the website as dynamic as possible but with this flexibility we might increase the chances of error as well so we will need to configure some settings so … Continue reading Sitecore – Placeholders and placeholder settings
What are Renderings? Which ones we frequently use?
Hope the learning series is quite easy to understand. Please reach out to me in case of any queries, will try to solve the queries at the earliest. In Sitecore CMS, every web page is split into multiple pieces/blocks and each of these blocks is rendered/presented by different components (a piece of functionality) separately. Every … Continue reading What are Renderings? Which ones we frequently use?
What is Layout in Sitecore and How can we create it?
Layouts are the scaffolding for your web pages, and will usually include the <head> and <body> tags for the markup. They often pull in styling and JavaScript code but have little markup themselves, instead it have multiple placeholders in which one can plug component renderings. All the layouts reside at /sitecore/layout/Layouts There are a few … Continue reading What is Layout in Sitecore and How can we create it?
What are different types of Field types in Sitecore? – Part II
So this blog will be the continuation of the previous blog, where we completed the first 4 categories and now we will concentrate on the remaining 3. Those categories are: Link Drop down Multi values So to start learning these categories, we will need to create one more custom template. By now I am sure, … Continue reading What are different types of Field types in Sitecore? – Part II
What are different types of Field types in Sitecore? – Part I
This blog is very simple and it will concentrate on different type of Fields types which we have in Sitecore. Also Ill explain the some other fields like Source, Shared and Unversioned. So hope you are enjoying the series and I am able to deliver the content which you need. In case you are looking … Continue reading What are different types of Field types in Sitecore? – Part I
What is template and how to create it?
From this blog, we will start touching sitecore's basic building blocks. So first thing we need to create or build is a template without which we can not have our content in Sitecore. There 3 common types of template - Data, Parameter and Branch templates. The most common is Data template which will be covered … Continue reading What is template and how to create it?
Different interfaces and applications in the Launchpad
The Sitecore dashboard(Launchpad) is your gateway into Sitecore. Sitecore comes with a lot of tools for you to use. The dashboard is split into four main areas 'Marketing Applications', 'Content Editing', 'Control Panel', and 'Access Management'. The namely tools and applications are as below: Marketing Applications Experience Analytics Experience Profile Federated Experience Manager Experience Optimization … Continue reading Different interfaces and applications in the Launchpad