In this post, I will explain dialogs and design dialogs in details. When we talk about dialogs then first question comes in our mind is What are dialog and design dialogs in CQ & why we should use them? Dialogs & Design Dialogs are the collection of widgets used to get input from author. these […]
During CQ5 interviews, a general question has been asked – Can we create a page without template? in this post I will explain it’s answer in detail. before knowing the answer of this question just rethink the definition of a Template. “A template is used to create a Page and defines which components can […]
During project Development, I was facing an issue – “how to select a default value in Selection box (Combobox or Dropdown) or in checkbox group where, option fields are static or dynamically generated.” Solution For Selection Box(dropdown or Combobox) having static option values or dynamically generated options values, as I show in my last post, declare two properties. […]
During project development, I got a task in which I have to integrate CQ 5.6.1 with Apache CXF. In this post I’ll discuss first approach for this integration. This post is based on the discussion in adaptTo() conference 2011. Brief Introduction to Apache CXF “Apache CXF is an open source services framework. It uses JAX-WS and JAX-RS APIs so […]
In my last few post, I discussed about “Dashboard introduction & how to post data on Apache Solr via it’s dashboard screen” & also provides many examples for the same. In that approach, I can post only one record at a time i.e. I am not able to post data using different files having differently […]
In this post I will show how to query Apache Solr using its Dashboard screen. This query can be done using Java HttpClient lib, curl request as well. But as I am giving intro to Solr dashboard in my last four posts, so I try to fire different kinds of query using it’s dashboard screen. […]
Till Now, I have introduced about the dashboard of Apache Solr. Now I am going to discuss the core part of Apache Solr i.e. Solr schema.xml file. “schema.xml file defines the field which will be used as a reference for inserting as well as for querying data from Apache Solr.” This XML file defines that […]
In my last blog, http://versatileankur.blogspot.in/2014/04/intro-to-dashboard-part-iii.html I discussed about the Solr Thread Dump & Java Properties of Apache Solr Dashboard. Now we will discuss next tab. Core Selection This the part through which we interact with the solr core. Here just select the core “collection1” & you can see some more tabs on your screen like overview, analyze, […]
Recent Comments