: 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
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.
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
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
)
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
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.