In schema xml, I have defined following...
<field name="user_name" type="string" indexed="true" stored="true"/>
        <field name="is_logged_in" type="string" indexed="true"
stored="true" />
        <field name="distinguished_name" type="string" indexed="true"
stored="true" />
Thanks,
Ashish


Shalin Shekhar Mangar wrote:
> 
> On Tue, Mar 10, 2009 at 10:31 AM, Ashish P <ashish.ping...@gmail.com>
> wrote:
> 
>> now I am able to view data that is indexed using URL
>> http://localhost:8080/solr/admin/dataimport.jsp to see the data as
>> <arr>
>> - <arr>
>>  <str>user1</str>
>>  </arr>
>> - <arr>
>>  <str>0</str>
>>  </arr>
>> - <arr>
>>  <str>CN=user1,OU=R&D</str>
>>  </arr>
>>  </arr>
>>
>> But when I search user_name:user1 then the result is not returned at all.
>>
> 
> What is the type of the user_name field as defined in schema.xml?
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Querying-DB-indexed-data-tp22428120p22428239.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to