Re: return only sorted Field, but with a different Field Name

2008-03-13 Thread Ryan McKinley
Chris Hostetter wrote: : there is nothing like this in solr right now, it doesn't seem like something : that should be odne in solr, as it would be a simple translation that could : be done via an XSLT or some client layer code. : It may be more work then it is worth, but I would like to see

Re: return only sorted Field, but with a different Field Name

2008-03-12 Thread Ryan McKinley
Chris Hostetter wrote: : : For example, say I want to sort by the field '162_sortable_s' then I add a : parameter like so 'sort=162_sortable_s.' I need to change the settings so : that when the result set is returned from solr, it takes the values of : '162_sortable_s' and inserts them into a

Re: return only sorted Field, but with a different Field Name

2008-03-12 Thread Chris Hostetter
: there is nothing like this in solr right now, it doesn't seem like something : that should be odne in solr, as it would be a simple translation that could : be done via an XSLT or some client layer code. : It may be more work then it is worth, but I would like to see something : comparable

Re: return only sorted Field, but with a different Field Name

2008-03-11 Thread Chris Hostetter
: : For example, say I want to sort by the field '162_sortable_s' then I add a : parameter like so 'sort=162_sortable_s.' I need to change the settings so : that when the result set is returned from solr, it takes the values of : '162_sortable_s' and inserts them into a separate field called

return only sorted Field, but with a different Field Name

2008-03-10 Thread George Abraham
Hi all, Sorry if this is a easy one, but apparently my research isn't working for now. Here is what I want to do. Currently I index the contents of my database using Solr. After a search result is retrieved from Solr, I extract only the key fields that I need (mostly the unique ID and score) and