Re: Appending a value to fl parameter

2013-06-24 Thread Gora Mohanty
On 24 June 2013 13:10, Upayavira wrote: > Or use update processors, such as the script update processor. Have one > field that is for needing purposes, and another that is for > storage/display. > > If the point is to obscure the account number, shipping it in the HTML > and having CSS do it is to

Re: Appending a value to fl parameter

2013-06-24 Thread Upayavira
Or use update processors, such as the script update processor. Have one field that is for needing purposes, and another that is for storage/display. If the point is to obscure the account number, shipping it in the HTML and having CSS do it is too late, isn't it? Upayavira On Mon, Jun 24, 2013,

Re: Appending a value to fl parameter

2013-06-23 Thread Gora Mohanty
On 24 June 2013 10:48, sathish_ix wrote: > Hi, > > Can write the query like this way ? > I need to append *** to returned field, is this possible. > > account_number has last 4 character > account_name has full name of the account > > I need to append *** front of account number. Instead of handli

Appending a value to fl parameter

2013-06-23 Thread sathish_ix
do this ? http://localhost:9980/solr/select?q=*:*&fl=***account_number,account_name Thanks, Sathish -- View this message in context: http://lucene.472066.n3.nabble.com/Appending-a-value-to-fl-parameter-tp4072624.html Sent from the Solr - User mailing list archive at Nabble.com.