Home / CSE MCQs / Apache Solr ::

CSE MCQs :: Apache Solr

  1. What are the popular features of the Apache Solr platform?
  2. A.
    This is a scalable platform offers maximum performance with real-time index facilities
    B.
    It is based on standardized open interfaces like JSON, XML, and HTTP
    C.
    Flexible faceting, advanced, and adaptable search behavior that can be customized based on your needs. Faceting is the arrangement of search results based on real-time indexing of document fields
    D.
    All of these

  3. What all the information is specified in field type?
  4. A.
    Name of field type
    B.
    Field attributes
    C.
    An implementation class name
    D.
    All of the above

  5. How can we sort on a field that you do want to be tokenized for searching?
  6. A.
    There is no way
    B.
    use a copyField to clone the field. Sort on one, search on the other
    C.
    use Analyzer that produces only a single Term
    D.
    declare this field as a defaultSearchField

  7. What are the different types of highlighters?
  8. A.
    Standard Highlighter
    B.
    FastVector Highlighter
    C.
    Postings Highlighter
    D.
    All of the above

  9. Name the basic Field types in Solr?
  10. A.
    date
    B.
    long
    C.
    double
    D.
    All of these

  11. How to install Solr?
  12. A.
    Server-related files
    B.
    Solr webapp as a .war
    C.
    Solr Home which comprises the data directory and configuration files
    D.
    All the mentioned above

  13. What are the most common elements in solrconfig.xml?
  14. A.
    Search components
    B.
    Cache parameters
    C.
    Data directory location
    D.
    All the above

  15. What are the important configuration files of Solr?
  16. A.
    solrconfig.xml
    B.
    schema.xml
    C.
    Both A and B
    D.
    None of these

  17. Mention some general Terminologies?
  18. A.
    Instance
    B.
    Core
    C.
    Home
    D.
    All of the above mentioned

  19. What are the different types of query paramaters?
  20. A.
    q
    B.
    fq
    C.
    start
    D.
    rows
    E.
    All of these