Is docValues enabled (this happens by default in some versions)? I think I've seen this enable searching on a field.
If that's the root of the problem, let us know since it's trappy and we should discuss this on the dev list. Best, Erick On Sun, Aug 27, 2017 at 10:58 PM, AshB <bishtashis...@gmail.com> wrote: > Hi, > > I created a field as,expecting I won't be able to search on it > > <field name="fileName" type="string" indexed="false" stored="true"/>. > > But i am able to search on it.Sample query below > > fileName:"ipgb20080916_1078.xml" > > What is wrong here.I am not doing any copy of this field > > Solrversion:6.5.1 > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexed-false-for-a-field-but-still-able-to-search-on-field-tp4352338.html > Sent from the Solr - User mailing list archive at Nabble.com.