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/

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

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 m...@as-guides.com wrote: Manepalli, Kalyan schrieb: Hi, I am trying to customize the response that I receive from Solr. In the index I have

Re: Customizing results

2009-06-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
: 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 needed then, but I can see how they could be handy

Re: Customizing results

2009-06-05 Thread Fergus McMenemie
@lucene.apache.org 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_de_de, location_it_it). I want to copy the result into location field, so

Re: Customizing results

2009-06-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
-- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Manepalli, Kalyan kalyan.manepa...@orbitz.com To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Thursday, June 4, 2009 5:30:40 PM Subject: RE: Customizing results Otis

Re: Customizing results

2009-06-05 Thread Otis Gospodnetic
? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Fergus McMenemie fer...@twig.me.uk 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 prepared to entertain

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

Re: Customizing results

2009-06-04 Thread Otis Gospodnetic
Subject: Customizing results 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

Re: Customizing results

2009-06-04 Thread Otis Gospodnetic
From: Manepalli, Kalyan kalyan.manepa...@orbitz.com To: solr-user@lucene.apache.org 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_de_de

Re: Customizing results

2009-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
: 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 field (and any other fields you want returned).  So if the language/locale is de_de, then make sure the request has fl

Re: Customizing results

2009-06-04 Thread Avlesh Singh
. 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 results Hello, If you know what language the user specified (or is associated

Re: Customizing results

2009-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
: Manepalli, Kalyan kalyan.manepa...@orbitz.com To: solr-user@lucene.apache.org 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_de_de, location_it_it

Re: Customizing results

2009-06-04 Thread Avlesh Singh
/ -- Lucene - Solr - Nutch - Original Message From: Manepalli, Kalyan kalyan.manepa...@orbitz.com To: solr-user@lucene.apache.org 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

Re: Customizing results

2009-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Manepalli, Kalyan kalyan.manepa...@orbitz.com To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Thursday, June 4, 2009 5:30:40 PM Subject: RE: Customizing results Otis,     With that solution

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

customizing results in StandardQueryHandler

2008-10-24 Thread Manepalli, Kalyan
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. I query for fields f1, f2, f3, f4. Now based on some conditions, I want to output just f1, f3, f4 (the list of final

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.

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 Oct 24

RE: customizing results in StandardQueryHandler

2008-10-24 Thread Norskog, Lance
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 this just: fl=f1,f3,f4 etc or am I missing

Re: customizing results in StandardQueryHandler

2008-10-24 Thread Ryan McKinley
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 this just: fl=f1,f3,f4 etc or am I

RE: customizing results in StandardQueryHandler

2008-10-24 Thread Manepalli, Kalyan
: customizing results in StandardQueryHandler I'm still not following... Does the logic depend on the result? That is, are you asking for doc A to have f1,f2 and doc B to have f1,f4? If that is your question, then no -- as is, the ResponseWriter will write the same fields for every document. When