Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8152153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:37:52+00:00 2026-06-06T15:37:52+00:00

i m new to solr so i really need someone to help me understand

  • 0

i m new to solr so i really need someone to help me understand the fields below. What’s the meaning of the field if it’s stored=false, indexed=false? see the two examples below, what’s the differences? If the field is not stored, what’s the use of it…

    <field name="test1" type="text" indexed="false"
        stored="false" required="false" />

How about this one?

    <field name="test2" type="text" indexed="false"
        stored="false" required="false" multiValued="true" />

Thanks a lot!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T15:37:54+00:00Added an answer on June 6, 2026 at 3:37 pm

    It’s easier than it seems:

    • indexed: you can search on it
    • stored: you can show it within your search results

    In fact, there might be fields that you don’t use for search, but you just want to show them within the results. On the other hand, there might be fields that you want to show within the results but you don’t want to use for search. The stored=false is important when you don’t need to show a certain field, since it improves performance. If you make all your fields stored and you have a lot of fields, Solr can become slow returning the results.

    Of course, having both false doesn’t make a lot of sense, since the field would become totally useless.

    The unique difference between your two fields is the multiValued=true, which means that the second field can contain multiple values. That means that the content of the field is not just a text entry but a list of text entries.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple schema: <fields> <field name=mongo_id type=string indexed=true stored=true required=true /> <field
<fields> <field name=mongo_id type=string indexed=true stored=true required=true /> <field name=nid type=int indexed=true stored=true required=true
I am new to Solr, doing a prototype. I indexed 5 documents and committed.
I am new to Solr. Please help me with following queries: What is the
I am quite new about using Solr, but would like to ask your help.
I am new to Solr. By reading Solr's wiki, I don't understand the differences
I am new to the Master/Slave configuration in Solr and am trying to understand
I am new to Solr, and am trying to figure out the best way
ok, I'm totally new to SOLR and Lucene, but have got Solr running out-of-the-box
I am completely new to java and I am using Solr search server. It

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.