"indexed" controls whether you can find the document based on the content of this field. "stored" controls whether you will see the content of this field in the result.
ya...but when i set indexed="false" for a particular field, and i search as *:* then it will search all documents thats true, but what i think is it should not contain the field which i set as indexed="true". for example in a document fields are id, author,title. and i for author field i set indexed="false", then author should not be indexed and when i perform search as *:* it should show all documents as <doc> <string name= "id"> id1</string> <string name="title">t1</string> <string name="author">a1</string> </doc> but if i search author:a1, then 0 result will be found, why so?? to be very clear i am performing full-import where every time new indexes are created then also for safer side i deleted the indexes and recreated them then too i am facing the same problem. ----- Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2987530.html Sent from the Solr - User mailing list archive at Nabble.com.