RE: How to select one entity at a time?

2008-10-03 Thread con
> >> http://localhost:8983/solr/select/?q=bob AND (rowtype:user OR >> rowtype:manager)&version=2.2&start=0&rows=10&indent=on >> >> >> >>> -----Original Message- >>> From: con [mailto:[EMAIL PROTECTED] >>> Sen

RE: How to select one entity at a time?

2008-10-02 Thread con
IL PROTECTED] >> Sent: Wednesday, 1 October 2008 7:54 PM >> To: solr-user@lucene.apache.org >> Subject: RE: How to select one entity at a time? >> >> >> And finally its almost fine.. :jumping: :jumping: :jumping: >> Thanks Burnell. >> &g

RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
-Original Message- > From: con [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 1 October 2008 7:54 PM > To: solr-user@lucene.apache.org > Subject: RE: How to select one entity at a time? > > > And finally its almost fine.. :jumping: :jumping: :jumping: > Thanks Burnell. >

Re: How to select one entity at a time?

2008-10-01 Thread con
any difference in applying transformer in such type of queries. >> >> Once again, >> Thanks a lot:handshake: >> >> Expecting reply >> con >> >> >> >> >> >> >> >> >> >> Neville Burnell wrote: >> > &

Re: How to select one entity at a time?

2008-10-01 Thread Shalin Shekhar Mangar
uired="true" /> > > > > Or alternatively change rowtype to be say rowtype_s to take advantage of > > Solr's dynamic field definitions. > > > >> -Original Message- > >> From: Neville Burnell [mailto:[EMAIL PROTECTED] > >> Sent: Wednesd

RE: How to select one entity at a time?

2008-10-01 Thread con
gt;> 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 look

RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
L 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' > is not

RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
gt; have a > >> >>> tight > >> >>> schedule and I have to look into various other things along with > >> this. > >> >>> Currently I am looking into rebuilding solr by writing a wrapper > >> class. > >> >>> I will update

RE: How to select one entity at a time?

2008-10-01 Thread con
sion=2.2&start=0&rows=10&indent=on&wt=json > > Hope this helps > > > >> -Original Message- >> From: con [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, 1 October 2008 4:54 PM >> To: solr-user@lucene.apache.org >> Subject: Re: How to

RE: How to select one entity at a time?

2008-10-01 Thread Neville Burnell
-6 wrote: > >>>> > >>>> On Fri, 26 Sep 2008 02:35:18 -0700 (PDT) > >>>> con <[EMAIL PROTECTED]> wrote: > >>>> > >>>>> What you meant is correct only. Please excuse for that I am new > to > >>>>> sol

Re: How to select one entity at a time?

2008-09-30 Thread con
cs a while back. it refers to 1.2, but the >>>> core concepts are relevant to 1.3 too. >>>> >>>> b >>>> _ >>>> {Beto|Norberto|Numard} Meijome >>>> >>>> Hildebrant's Principle: >>

Re: How to select one entity at a time?

2008-09-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
>>> {Beto|Norberto|Numard} Meijome >>> >>> Hildebrant's Principle: >>> If you don't know where you are going, >>> any road will get you there. >>> >>> I speak for myself, not my employer. Contents may be hot. Slippery when >>> wet. Reading disclaimers makes you go blind. Writing them is worse. You >>> have been Warned. >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/How-to-select-one-entity-at-a-time--tp19668759p19754869.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- --Noble Paul

Re: How to select one entity at a time?

2008-09-30 Thread con
;> >> I speak for myself, not my employer. Contents may be hot. Slippery when >> wet. Reading disclaimers makes you go blind. Writing them is worse. You >> have been Warned. >> >> > > -- View this message in context: http://www.nabble.com/How-to-select-one-entity-at-a-time--tp19668759p19754869.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to select one entity at a time?

2008-09-29 Thread con
If you don't know where you are going, > any road will get you there. > > I speak for myself, not my employer. Contents may be hot. Slippery when > wet. Reading disclaimers makes you go blind. Writing them is worse. You > have been Warned. > > -- View this

Re: How to select one entity at a time?

2008-09-26 Thread Norberto Meijome
On Fri, 26 Sep 2008 02:35:18 -0700 (PDT) con <[EMAIL PROTECTED]> wrote: > What you meant is correct only. Please excuse for that I am new to solr. :-( Con, have a read here : http://www.ibm.com/developerworks/java/library/j-solr1/ it helped me pick up the basics a while back. it refers to 1.2,

Re: How to select one entity at a time?

2008-09-26 Thread Norberto Meijome
On Fri, 26 Sep 2008 02:35:18 -0700 (PDT) con <[EMAIL PROTECTED]> wrote: > What you meant is correct only. Please excuse for that I am new to solr. :-( hi Con, nothing to be excused for..but you may want to read the wiki , as it provides quite a lot of information that should answer your questions

Re: How to select one entity at a time?

2008-09-26 Thread con
enough" > Richard Feynman > > I speak for myself, not my employer. Contents may be hot. Slippery when > wet. Reading disclaimers makes you go blind. Writing them is worse. You > have been Warned. > > -- View this message in context: http://www.nabble.com/How-to-select-one-entity-at-a-time--tp19668759p19685292.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to select one entity at a time?

2008-09-26 Thread Norberto Meijome
On Fri, 26 Sep 2008 00:46:07 -0700 (PDT) con <[EMAIL PROTECTED]> wrote: > To be more specific: > I have the data-config.xml just like: > > > > > > > > > >

Re: How to select one entity at a time?

2008-09-26 Thread con
; > > I suppose that you are using multiple root entities and the solr document > contains some field which tells us the entity it came from. > > If yes, you can use filter queries (fq parameter) to filter on those > fields. > > -- > Regards, > Shalin Shekhar Mangar.

Re: How to select one entity at a time?

2008-09-25 Thread Shalin Shekhar Mangar
On Thu, Sep 25, 2008 at 6:13 PM, con <[EMAIL PROTECTED]> wrote: > > Hi > I have got two entities in my data-config.xml file, entity1 and entity2. > For condition-A I need to execute only entity1 and for condition-B only the > entity2 needs to get executed. > How can I mention it while accessing th

How to select one entity at a time?

2008-09-25 Thread con
with this query: http://localhost:8983/solr/select/?q=physics&version=2.2&start=0&rows=10&indent=on&wt=json Thanks con -- View this message in context: http://www.nabble.com/How-to-select-one-entity-at-a-time--tp19668759p19668759.html Sent from the Solr - User mailing list archive at Nabble.com.