RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
Hi, But while performing a search, if I want to search only the data from USER table, how can I acheive it. In my app+solr index, we solved this problem by tagging entities with a rowtype attribute, something like this: entity name=user query=select 'user' as rowtype, * from USER/entity

RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
am happy that it worked for you...:jumping::jumping: Looking forward for your reply Thanks con Neville Burnell wrote: Hi, But while performing a search, if I want to search only the data from USER table, how can I acheive it. In my app+solr index, we solved this problem

RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
. -Original Message- From: Neville Burnell [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 October 2008 6:06 PM To: solr-user@lucene.apache.org Subject: RE: How to select one entity at a time? Hi Con, what RDBMS are you using? This looks like a SQL syntax problem, perhaps the 'literal as column

RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
=on It will get values from both USER and MANAGER satisfying the condition. Is there any difference in applying transformer in such type of queries. Once again, Thanks a lot:handshake: Expecting reply con Neville Burnell wrote: BTW, You will also need to configure

DataImportHandler questions ..

2008-06-11 Thread Neville Burnell
Hi, I'm playing with the Solr Data Import Handler, and everything looks great so far! Hopefully we will be able to replace our homegrown ODBC indexing service [using camping+ferret] with Solr! The wiki page mentions scheduling full imports and delta imports but I couldn't find any further