On Wed, Nov 26, 2008 at 5:01 PM, Raghunandan Rao < [EMAIL PROTECTED]> wrote:
> Ok. > I have another query on search. > > I have given two fields to be indexed = true in xml. > > <field name="name" type="text" stored="true" /> > <field name="id" type="integer" indexed="true" stored="true" > required="false"/> > <field name="deptid" type="integer" indexed="true" stored="true" > required="false"/> > > But when I try to search on non-indexed "name" field it is able to retrieve > records. How is this possible? > It is not possible. There must be an indexed field which contained that value. Execute your query from the web interface and add debugQuery=true to your search request to see details on how it is being searched. -- Regards, Shalin Shekhar Mangar.