Home / CSE MCQs / Apache Solr :: Discussion

Discussion :: Apache Solr

  1. How can we sort on a field that you do want to be tokenized for searching?
  2. 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

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment