Re: Querying DB indexed data

2009-03-09 Thread Ashish P
>> DataImportHandler? When you do a full-import, all previous documents are >> deleted. That may be a reason. >> >> However, there should be some documents which DataImportHandler created. >> >> -- >> Regards, >> Shalin Shekhar Mangar. >> >> > > -- View this message in context: http://www.nabble.com/Querying-DB-indexed-data-tp22428120p22428615.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Querying DB indexed data

2009-03-09 Thread Ashish P
e documents which DataImportHandler created. > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/Querying-DB-indexed-data-tp22428120p22428518.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Querying DB indexed data

2009-03-09 Thread Shalin Shekhar Mangar
On Tue, Mar 10, 2009 at 11:01 AM, Ashish P wrote: > > Oh looks like some other big problem, Now I am not able to see other text > data I indexed before adding DB data to index... > Can not search any data...But I am sure I was able to search before adding > DB to index > Any pointers??? > > So yo

Re: Querying DB indexed data

2009-03-09 Thread Ashish P
the admin, do you see documents with user_name > name1 present? > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/Querying-DB-indexed-data-tp22428120p22428364.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Querying DB indexed data

2009-03-09 Thread Shalin Shekhar Mangar
On Tue, Mar 10, 2009 at 10:48 AM, Ashish P wrote: > > > In schema xml, I have defined following... > > stored="true" /> > stored="true" /> > Thanks, > Ashish > > If you search for *:* from the admin, do you see documents with user_name name1 present? -- Regards, Shalin Shekhar

Re: Querying DB indexed data

2009-03-09 Thread Ashish P
ype 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.

Re: Querying DB indexed data

2009-03-09 Thread Shalin Shekhar Mangar
On Tue, Mar 10, 2009 at 10:31 AM, Ashish P 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 > > - > user1 > > - > 0 > > - > CN=user1,OU=R&D > > > > But when I search user_name:user1 then the result is

Querying DB indexed data

2009-03-09 Thread Ashish P
/admin/dataimport.jsp to see the data as - user1 - 0 - CN=user1,OU=R&D But when I search user_name:user1 then the result is not returned at all. Am I missing something here??? Please help. Thanks, Ashish -- View this message in context: http://www.nabble.com/Queryin