Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Upayavira
> > Just another resurrected Neozoic Archosaur comics. > http://www.flickr.com/photos/mojosaurus/sets/72157600257724083/ > > > > From: Upayavira > >To: solr-user@lucene.apache.org > >Sent: Wednesday, February 9, 2011 4:42 AM >

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Ishwar
oint it >> out. >> >> On a related note, is there a way to 'automagically' split the existing >> index into multiple shards? >> >> -- >> Thanks, >> Ishwar >> >> >> Just another resurrected Neozoic Archosaur comics. >> http:/

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Upayavira
other resurrected Neozoic Archosaur comics. > http://www.flickr.com/photos/mojosaurus/sets/72157600257724083/ > > > From: Upayavira > To: solr-user@lucene.apache.org > Cc: > Sent: Tuesday, February 8, 2011 7:17 PM > Subject: Re: Solr n00b question: writing a custom QueryCompone

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Edoardo Tosca
Hi, i agree with Upayavira, probably it's better to create an external app that retrieves content from a db. Anyway, if i am not wrong, finishStage is a method called by the coordinator if you have a distributed search. if your solr is on a single machine every component should implement only pre

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Ishwar
://www.flickr.com/photos/mojosaurus/sets/72157600257724083/ From: Upayavira To: solr-user@lucene.apache.org Cc: Sent: Tuesday, February 8, 2011 7:17 PM Subject: Re: Solr n00b question: writing a custom QueryComponent The conventional way to do it would be to index your title and content fields in Solr, al

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Upayavira
functionality in solr itself. > > > -- > Thanks, > Ishwar > > > Just another resurrected Neozoic Archosaur comics. > http://www.flickr.com/photos/mojosaurus/sets/72157600257724083/ > > > From: Upayavira > To: solr-user@lucene.apache.org > Cc: > Sent

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Ishwar
11 4:36 PM Subject: Re: Solr n00b question: writing a custom QueryComponent I'm still not quite clear what you are attempting to achieve, and more so why you need to extend Solr rather than just wrap it. You have data with title, description and content fields. You make no mention of an ID fie

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Upayavira
I'm still not quite clear what you are attempting to achieve, and more so why you need to extend Solr rather than just wrap it. You have data with title, description and content fields. You make no mention of an ID field. Surely, if you want to store some in mysql and some in Solr, you could make