{"id":221,"date":"2021-07-12T09:24:15","date_gmt":"2021-07-12T09:24:15","guid":{"rendered":"https:\/\/www.wikitechy.com\/interview-questions\/?p=221"},"modified":"2021-09-14T10:44:41","modified_gmt":"2021-09-14T10:44:41","slug":"what-is-the-internal-architecture-of-apache-solr","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/","title":{"rendered":"What is the internal architecture of Apache solr ?"},"content":{"rendered":"<div class=\"row\">\n<div class=\"col-sm-12\">\n<div class=\"TextHeading\">\n<div class=\"hddn\">\n<h2 id=\"solr-architecture-%e2%94%80-building-blocks\" class=\"color-purple\" style=\"text-align: justify;\">Solr Architecture \u2500 Building Blocks<\/h2>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\">Following are the major building blocks of Apache Solr:<\/p>\n<div class=\"ImageContent\" style=\"text-align: justify;\">\n<div class=\"hddn\"><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-medium\" src=\"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-pig\/solr-architecture.png\" alt=\"solr architecture\" width=\"600\" height=\"390\" \/><\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"solr-architecture-%e2%94%80-building-blocks-request-handler\" class=\"color-red\">Solr Architecture \u2500 Building Blocks Request Handler:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>The requests that send to Solr are processed by the request handlers.<\/li>\n<li>The requests may be a query requests otherwise index update requests.<\/li>\n<li>It is based on our requirement; we need to choose the request handler.<\/li>\n<li>To pass a request to Solr, we generally map the handler to a certain URI end-point and the particular request will be served by it.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"hddn\"><img decoding=\"async\" class=\"aligncenter size-medium\" src=\"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-solr\/how-apache-solr-works.gif\" alt=\"how apache solr works\" width=\"575\" height=\"335\" \/><\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"search-component\" class=\"color-purple\">Search Component:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>The search component is a type of search provided in Apache Solr.<\/li>\n<li>It might be spell checking, faceting, query, and hit highlighting and so on.<\/li>\n<li>These search components are registered as search handlers. Multiple components can be registered to a search handler.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"query-parser\" class=\"color-purple\">Query Parser:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>The Apache Solr query parser parses the queries that we pass to Solr and verifies the queries for syntactical errors.<\/li>\n<li>After parsing the queries, it translates them to a format which Lucene understands.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"response-writer\" class=\"color-pink\">Response Writer:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>A response writer is the component which generates the formatted outcome for the user queries.<\/li>\n<li>Apache Solr supports response formats some are XML, JSON, CSV, etc.<\/li>\n<li>We have different response writers for each type of response.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"analyser-tokenizer\" class=\"color-red\">Analyser\/tokenizer:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>Lucene recognizes data in the form of tokens.<\/li>\n<li>Apache Solr analyses the content, divides it into tokens, and passes these tokens to Lucene.<\/li>\n<li>An analyser examines the text of fields and generates a token stream.<\/li>\n<li>A tokenizer breaks the token stream prepared by the analyser into tokens.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"update-request-processor\" class=\"color-pink\">Update Request Processor:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>Whenever we send an update request to Apache Solr, the request is run through a set of plugins (signature, logging, indexing), collectively known as update request processor.<\/li>\n<li>This processor is responsible for modifications that are adding a field, dropping a field, etc.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"hddn\" style=\"text-align: justify;\"><img decoding=\"async\" class=\"aligncenter size-medium\" src=\"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-solr\/apache-solr-with-hadoop.gif\" alt=\"apache solr with hadoop\" width=\"622\" height=\"335\" \/><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Answer:The requests that send to Solr are processed by the request handlers.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[684],"tags":[195,718,702,707,722,491,203,199,214,198,363,209,205,222,723,196,212,712,213,700,710,207,711,366,361,204,282,367,206,699,704,694,697,719,695,714,720,716,717,715,721,698,200,197,280,364,701,713,285],"class_list":["post-221","post","type-post","status-publish","format-standard","hentry","category-apache-solr","tag-accenture-interview-questions-and-answers","tag-apache-solr-conceptual-architecture","tag-apache-solr-documentation","tag-apache-solr-download","tag-apache-solr-tutorial-step-by-step","tag-applied-materials-interview-questions-and-answers","tag-capgemini-interview-questions-and-answers","tag-casting-networks-india-pvt-limited-interview-questions-and-answers","tag-cgi-group-inc-interview-questions-and-answers","tag-chetu-interview-questions-and-answers","tag-ciena-corporation-interview-questions-and-answers","tag-collabera-technologies-interview-questions-and-answers","tag-dell-international-services-india-pvt-ltd-interview-questions-and-answers","tag-flipkart-interview-questions-and-answers","tag-how-to-use-solr-in-java-web-application","tag-ibm-interview-questions-and-answers","tag-indecomm-global-services-interview-questions-and-answers","tag-indiabulls-technology-solutions-ltd-interview-questions-and-answers","tag-infosys-technologies-interview-questions-and-answers","tag-lucene-architecture","tag-mavenir-interview-questions-and-answers","tag-mphasis-interview-questions-and-answers","tag-nagarro-software-pvt-ltd-interview-questions-and-answers","tag-netapp-interview-questions-and-answers","tag-opentext-technologies-interview-questions-and-answers","tag-oracle-corporation-interview-questions-and-answers","tag-persistent-systems-interview-questions-and-answers","tag-rbs-india-development-centre-pvt-ltd-interview-questions-and-answers","tag-sap-labs-india-pvt-ltd-interview-questions-and-answers","tag-scaling-apache-solr","tag-solr-architecture","tag-solr-architecture-diagram","tag-solr-architecture-document","tag-solr-architecture-overview","tag-solr-deployment-architecture","tag-solr-example-application","tag-solr-inverted-index","tag-solr-overview","tag-solr-search-example","tag-solr-tutorial","tag-solr-tutorial-example","tag-solrcloud-architecture","tag-tech-mahindra-interview-questions-and-answers","tag-unitedhealth-group-interview-questions-and-answers","tag-virtusa-consulting-services-pvt-ltd-interview-questions-and-answers","tag-wells-fargo-interview-questions-and-answers","tag-what-is-apache-solr","tag-wm-global-technology-services-india-pvt-ltd-interview-questions-and-answers","tag-xoriant-solutions-pvt-ltd-interview-questions-and-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is the internal architecture of Apache solr ? - Apache Solr<\/title>\n<meta name=\"description\" content=\"What is the internal architecture of Apache solr ? -apache solr tutorial step by step - The requests that send to Solr are processed by the request handlers.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is the internal architecture of Apache solr ? - Apache Solr\" \/>\n<meta property=\"og:description\" content=\"What is the internal architecture of Apache solr ? -apache solr tutorial step by step - The requests that send to Solr are processed by the request handlers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/\" \/>\n<meta property=\"og:site_name\" content=\"Wikitechy\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-12T09:24:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-14T10:44:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-pig\/solr-architecture.png\" \/>\n<meta name=\"author\" content=\"Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/\"},\"author\":{\"name\":\"Editor\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"headline\":\"What is the internal architecture of Apache solr ?\",\"datePublished\":\"2021-07-12T09:24:15+00:00\",\"dateModified\":\"2021-09-14T10:44:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/\"},\"wordCount\":299,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/apache-pig\\\/solr-architecture.png\",\"keywords\":[\"Accenture interview questions and answers\",\"apache solr conceptual architecture\",\"apache solr documentation\",\"apache solr download\",\"apache solr tutorial step by step\",\"Applied Materials interview questions and answers\",\"Capgemini interview questions and answers\",\"CASTING NETWORKS INDIA PVT LIMITED interview questions and answers\",\"CGI Group Inc interview questions and answers\",\"Chetu interview questions and answers\",\"Ciena Corporation interview questions and answers\",\"Collabera Technologies interview questions and answers\",\"Dell International Services India Pvt Ltd interview questions and answers\",\"Flipkart interview questions and answers\",\"how to use solr in java web application\",\"IBM interview questions and answers\",\"Indecomm Global Services interview questions and answers\",\"Indiabulls Technology Solutions Ltd interview questions and answers\",\"Infosys Technologies interview questions and answers\",\"lucene architecture\",\"Mavenir interview questions and answers\",\"Mphasis interview questions and answers\",\"Nagarro Software Pvt. Ltd interview questions and answers\",\"NetApp interview questions and answers\",\"Opentext Technologies interview questions and answers\",\"Oracle Corporation interview questions and answers\",\"Persistent Systems interview questions and answers\",\"RBS India Development Centre Pvt Ltd interview questions and answers\",\"SAP Labs India Pvt Ltd interview questions and answers\",\"scaling apache solr\",\"solr architecture\",\"solr architecture diagram\",\"solr architecture document\",\"solr architecture overview\",\"solr deployment architecture\",\"solr example application\",\"solr inverted index\",\"solr overview\",\"solr search example\",\"solr tutorial\",\"solr tutorial example\",\"solrcloud architecture\",\"Tech Mahindra interview questions and answers\",\"UnitedHealth Group interview questions and answers\",\"Virtusa Consulting Services Pvt Ltd interview questions and answers\",\"Wells Fargo interview questions and answers\",\"what is apache solr\",\"WM Global\u00a0Technology Services India Pvt Ltd interview questions and answers\",\"Xoriant Solutions Pvt Ltd interview questions and answers\"],\"articleSection\":[\"Apache Solr\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/\",\"name\":\"What is the internal architecture of Apache solr ? - Apache Solr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/apache-pig\\\/solr-architecture.png\",\"datePublished\":\"2021-07-12T09:24:15+00:00\",\"dateModified\":\"2021-09-14T10:44:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"description\":\"What is the internal architecture of Apache solr ? -apache solr tutorial step by step - The requests that send to Solr are processed by the request handlers.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/apache-solr\\\/what-is-the-internal-architecture-of-apache-solr\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/apache-pig\\\/solr-architecture.png\",\"contentUrl\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/apache-pig\\\/solr-architecture.png\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/\",\"name\":\"Wikitechy\",\"description\":\"Interview Questions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\",\"name\":\"Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"caption\":\"Editor\"},\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/author\\\/editor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is the internal architecture of Apache solr ? - Apache Solr","description":"What is the internal architecture of Apache solr ? -apache solr tutorial step by step - The requests that send to Solr are processed by the request handlers.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/","og_locale":"en_US","og_type":"article","og_title":"What is the internal architecture of Apache solr ? - Apache Solr","og_description":"What is the internal architecture of Apache solr ? -apache solr tutorial step by step - The requests that send to Solr are processed by the request handlers.","og_url":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/","og_site_name":"Wikitechy","article_published_time":"2021-07-12T09:24:15+00:00","article_modified_time":"2021-09-14T10:44:41+00:00","og_image":[{"url":"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-pig\/solr-architecture.png","type":"","width":"","height":""}],"author":"Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/#article","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/"},"author":{"name":"Editor","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"headline":"What is the internal architecture of Apache solr ?","datePublished":"2021-07-12T09:24:15+00:00","dateModified":"2021-09-14T10:44:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/"},"wordCount":299,"commentCount":0,"image":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-pig\/solr-architecture.png","keywords":["Accenture interview questions and answers","apache solr conceptual architecture","apache solr documentation","apache solr download","apache solr tutorial step by step","Applied Materials interview questions and answers","Capgemini interview questions and answers","CASTING NETWORKS INDIA PVT LIMITED interview questions and answers","CGI Group Inc interview questions and answers","Chetu interview questions and answers","Ciena Corporation interview questions and answers","Collabera Technologies interview questions and answers","Dell International Services India Pvt Ltd interview questions and answers","Flipkart interview questions and answers","how to use solr in java web application","IBM interview questions and answers","Indecomm Global Services interview questions and answers","Indiabulls Technology Solutions Ltd interview questions and answers","Infosys Technologies interview questions and answers","lucene architecture","Mavenir interview questions and answers","Mphasis interview questions and answers","Nagarro Software Pvt. Ltd interview questions and answers","NetApp interview questions and answers","Opentext Technologies interview questions and answers","Oracle Corporation interview questions and answers","Persistent Systems interview questions and answers","RBS India Development Centre Pvt Ltd interview questions and answers","SAP Labs India Pvt Ltd interview questions and answers","scaling apache solr","solr architecture","solr architecture diagram","solr architecture document","solr architecture overview","solr deployment architecture","solr example application","solr inverted index","solr overview","solr search example","solr tutorial","solr tutorial example","solrcloud architecture","Tech Mahindra interview questions and answers","UnitedHealth Group interview questions and answers","Virtusa Consulting Services Pvt Ltd interview questions and answers","Wells Fargo interview questions and answers","what is apache solr","WM Global\u00a0Technology Services India Pvt Ltd interview questions and answers","Xoriant Solutions Pvt Ltd interview questions and answers"],"articleSection":["Apache Solr"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/","url":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/","name":"What is the internal architecture of Apache solr ? - Apache Solr","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/#primaryimage"},"image":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-pig\/solr-architecture.png","datePublished":"2021-07-12T09:24:15+00:00","dateModified":"2021-09-14T10:44:41+00:00","author":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"description":"What is the internal architecture of Apache solr ? -apache solr tutorial step by step - The requests that send to Solr are processed by the request handlers.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wikitechy.com\/interview-questions\/apache-solr\/what-is-the-internal-architecture-of-apache-solr\/#primaryimage","url":"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-pig\/solr-architecture.png","contentUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/apache-pig\/solr-architecture.png"},{"@type":"WebSite","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website","url":"https:\/\/www.wikitechy.com\/interview-questions\/","name":"Wikitechy","description":"Interview Questions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wikitechy.com\/interview-questions\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757","name":"Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","caption":"Editor"},"url":"https:\/\/www.wikitechy.com\/interview-questions\/author\/editor\/"}]}},"_links":{"self":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/comments?post=221"}],"version-history":[{"count":3,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/221\/revisions"}],"predecessor-version":[{"id":3735,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/221\/revisions\/3735"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/media?parent=221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/categories?post=221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/tags?post=221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}