Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 162

    Apache Spark-Home

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:0 Comments

    Apache Spark is a lightning-fast cluster computing designed for fast computation. It was built on top of Hadoop MapReduce and it extends the MapReduce model to efficiently use more types…

    Continue ReadingApache Spark-Home

    Apache Solr – Faceting

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:0 Comments

    Faceting in Apache Solr refers to the classification of the search results into various categories. In this chapter, we will discuss the types of faceting available in Apache Solr −…

    Continue ReadingApache Solr – Faceting

    Apache Solr – Querying Data

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:0 Comments

    In addition to storing data, Apache Solr also provides the facility of querying it back as and when required. Solr provides certain parameters using which we can query the data…

    Continue ReadingApache Solr – Querying Data

    Apache Solr – Retrieving Data

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:0 Comments

    In this chapter, we will discuss how to retrieve data using Java Client API. Suppose we have a .csv document named sample.csv with the following content. 001,9848022337,Hyderabad,Rajiv,Reddy 002,9848022338,Kolkata,Siddarth,Battacharya 003,9848022339,Delhi,Rajesh,Khanna You can index…

    Continue ReadingApache Solr – Retrieving Data

    Apache Solr – Retrieving Data

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:0 Comments

    In this chapter, we will discuss how to retrieve data using Java Client API. Suppose we have a .csv document named sample.csv with the following content. 001,9848022337,Hyderabad,Rajiv,Reddy 002,9848022338,Kolkata,Siddarth,Battacharya 003,9848022339,Delhi,Rajesh,Khanna You can index…

    Continue ReadingApache Solr – Retrieving Data

    Apache Solr – Deleting Documents

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:Uncategorized
    • Post comments:0 Comments

    Deleting the Document To delete documents from the index of Apache Solr, we need to specify the ID’s of the documents to be deleted between the <delete></delete> tags. <delete> <id>003</id>…

    Continue ReadingApache Solr – Deleting Documents

    Apache Solr – Updating Data

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:0 Comments

    Updating the Document Using XML Following is the XML file used to update a field in the existing document. Save this in a file with the name update.xml. <add> <doc> <field…

    Continue ReadingApache Solr – Updating Data

    Apache Solr – Adding Documents (XML)

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:1 Comment

    In the previous chapter, we explained how to add data into Solr which is in JSON and .CSV file formats. In this chapter, we will demonstrate how to add data…

    Continue ReadingApache Solr – Adding Documents (XML)

    Apache Solr – Indexing Data

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:Uncategorized
    • Post comments:0 Comments

    In general, indexing is an arrangement of documents or (other entities) systematically. Indexing enables users to locate information in a document. Indexing collects, parses, and stores documents.Indexing is done to increase the…

    Continue ReadingApache Solr – Indexing Data

    Apache Solr – Core

    • Post author:S K S
    • Post published:August 14, 2021
    • Post category:apache
    • Post comments:0 Comments

    A Solr Core is a running instance of a Lucene index that contains all the Solr configuration files required to use it. We need to create a Solr Core to…

    Continue ReadingApache Solr – Core
    • Go to the previous page
    • 1
    • …
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP