Re: Customizing results

2009-06-11 Thread Michael Ludwig
revas schrieb: What is GNU gettext and how this can be used in a multilanguage scenario? It'a an internationalization technology, so it is well suited to the tasks of internationalizing and localizing applications. http://www.gnu.org/software/gettext/manual/ http://www.gnu.org/software/gettex

Re: Customizing results

2009-06-10 Thread revas
Hi Michael, What is GNU gettext and how this can be used in a multilanguage scenario? Regards Revas On Wed, Jun 10, 2009 at 8:10 PM, Michael Ludwig wrote: > Manepalli, Kalyan schrieb: > >> Hi, >> I am trying to customize the response that I receive from Solr. In the >> index I have multiple fie

Re: Customizing results

2009-06-10 Thread Michael Ludwig
Manepalli, Kalyan schrieb: Hi, I am trying to customize the response that I receive from Solr. In the index I have multiple fields that contain the same data in different language. At the query time client specifies the language. Based on this param, I want to return the value, copied into a diff

Re: Customizing results

2009-06-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
riginal Message- > From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] > Sent: Friday, June 05, 2009 9:11 AM > To: solr-user@lucene.apache.org > Subject: Re: Customizing results > > > Funny, I was just thinking about field aliases the other day.  I personally > never ne

RE: Customizing results

2009-06-05 Thread Manepalli, Kalyan
level than the response writer. Thanks, Kalyan Manepalli -Original Message- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Friday, June 05, 2009 9:11 AM To: solr-user@lucene.apache.org Subject: Re: Customizing results Funny, I was just thinking about field aliases the

Re: Customizing results

2009-06-05 Thread Otis Gospodnetic
tself? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Fergus McMenemie > To: solr-user@lucene.apache.org > Sent: Friday, June 5, 2009 2:53:38 AM > Subject: Re: Customizing results > > >Generally a good idea, but be prep

Re: Customizing results

2009-06-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
thing that could be done with (or should be added to) >>> response writers.  That's where I'd go look first. >>> > >>> >  Otis >>> > -- >>> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >>> > >>> > >&

Re: Customizing results

2009-06-04 Thread Fergus McMenemie
to) >> response writers. That's where I'd go look first. >> > >> > Otis >> > -- >> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> > >> > >> > >> > - Original Message >> >>

Re: Customizing results

2009-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
time?  I wonder >> if this is something that could be done with (or should be added to) >> response writers.  That's where I'd go look first. >> > >> >  Otis >> > -- >> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> >

Re: Customizing results

2009-06-04 Thread Avlesh Singh
7;s where I'd go look first. > > > > Otis > > -- > > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > > > > > ----- Original Message ---- > >> From: "Manepalli, Kalyan" > >> To: "solr-user@l

Re: Customizing results

2009-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
gt; > - Original Message >> From: "Manepalli, Kalyan" >> To: "solr-user@lucene.apache.org" >> Sent: Thursday, June 4, 2009 5:30:40 PM >> Subject: RE: Customizing results >> >> Otis, >>     With that solution, the clien

Re: Customizing results

2009-06-04 Thread Avlesh Singh
pt location. > > > > Thanks, > > Kalyan Manepalli > > -Original Message- > > From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] > > Sent: Thursday, June 04, 2009 4:16 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Customizing resul

Re: Customizing results

2009-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
t to copy the result into "location" > field, so that client can just accept location. > > Thanks, > Kalyan Manepalli > -Original Message- > From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] > Sent: Thursday, June 04, 2009 4:16 PM > To: solr-user@l

Re: Customizing results

2009-06-04 Thread Otis Gospodnetic
al Message > From: "Manepalli, Kalyan" > To: "solr-user@lucene.apache.org" > Sent: Thursday, June 4, 2009 5:30:40 PM > Subject: RE: Customizing results > > Otis, > With that solution, the client has to accept all type location fields > (location_

RE: Customizing results

2009-06-04 Thread Manepalli, Kalyan
ospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Thursday, June 04, 2009 4:16 PM To: solr-user@lucene.apache.org Subject: Re: Customizing results Hello, If you know what language the user specified (or is associated with), then you just have to ensure the "fl" URL parameter contain that

Re: Customizing results

2009-06-04 Thread Otis Gospodnetic
Hello, If you know what language the user specified (or is associated with), then you just have to ensure the "fl" URL parameter contain that field (and any other fields you want returned). So if the language/locale is de_de, then make sure the request has fl=location_de_de,another_field,anot

Re: customizing results in StandardQueryHandler

2008-10-25 Thread Chris Hostetter
: Subject: customizing results in StandardQueryHandler : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email.

RE: customizing results in StandardQueryHandler

2008-10-24 Thread Manepalli, Kalyan
s customized and contains only fields > say (f2, f3, and some new data). > So the fl will always be (f1 ... f6) > > > > Thanks, > Kalyan Manepalli > > -Original Message- > From: Ryan McKinley [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2008 1:25 PM &

Re: customizing results in StandardQueryHandler

2008-10-24 Thread Ryan McKinley
nd some new data). So the fl will always be (f1 ... f6) Thanks, Kalyan Manepalli -Original Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 1:25 PM To: solr-user@lucene.apache.org Subject: Re: customizing results in StandardQueryHandler isn't t

RE: customizing results in StandardQueryHandler

2008-10-24 Thread Norskog, Lance
always be (f1 ... f6) Thanks, Kalyan Manepalli -Original Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 1:25 PM To: solr-user@lucene.apache.org Subject: Re: customizing results in StandardQueryHandler isn't this just: fl=f1,f3,f4 etc or am I mi

RE: customizing results in StandardQueryHandler

2008-10-24 Thread Manepalli, Kalyan
) Thanks, Kalyan Manepalli -Original Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 1:25 PM To: solr-user@lucene.apache.org Subject: Re: customizing results in StandardQueryHandler isn't this just: fl=f1,f3,f4 etc or am I missing something? On O

Re: customizing results in StandardQueryHandler

2008-10-24 Thread Ryan McKinley
isn't this just: fl=f1,f3,f4 etc or am I missing something? On Oct 24, 2008, at 12:26 PM, Manepalli, Kalyan wrote: Hi, In my usecase, I query a set of fields. Then based on the results, I want to output a customized set of fields. Can I do this without using a search component? E:g.