#1 If you will apply seach on this field in the Solr Admin Panel, no result found. But you can see this field on doc there.
>> Yes, because this field is stored, you can see in the search result. #2 . Its searchable and can do faceting also. >> Yes, correct but if you want to use it for searching, put indexed="true" otherwise it will be full table scan search and will be slow. Thnx On Tue, Aug 29, 2017 at 2:48 AM, Renuka Srishti <renuka.srisht...@gmail.com> wrote: > Hii, > > I have tried two scanarios: > > 1. I have tried <field name="fieldName" type="string" indexed="false" > stored="true"/> and docValues is not set anything. > 2. I have tried <field name="fieldName" type="string" indexed="false" > stored="true"/> and docValues is set true. > > #1. You can not search directly that field, but when you apply search in > any other field of that doc, it will show you that field in the result. > > You can not do faceting on this field as well. > > If you will apply seach on this field in the Solr Admin Panel, no > result found. But you can see this field on doc there. > > #2. Its searchable and can do faceting also. > > > Please correct me, if I am going wrong. > > > Thanks > > Renuka Srishti > > > > On Tue, Aug 29, 2017 at 1:06 AM, AshB <bishtashis...@gmail.com> wrote: > > > Hi, > > > > Yes docValues is true for fieldType > > > > <fieldType name="string" class="solr.StrField" sortMissingLast="true" > > docValues="true"/> > > > > > > > > > > > > -- > > View this message in context: http://lucene.472066.n3. > > nabble.com/Indexed-false-for-a-field-but-still-able-to-search-on-field- > > tp4352338p4352442.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > >