> I have a query that I'm using to populate a Solr collection.  This query
> has about 15 columns in it.  When I call the collection I need to be able
> to reference these columns individually, just as if I had run the query.
> But the only way I can figure to do that is to use the "custom" attributes,
> and the cfindex tag only allows for 4 of those.
>
> Is Solr going to be able to do what I want, or am I going to have to try
> something else?

You're not going to be able to do this, because Solr isn't going to
preserve the structure of your table. Instead, run your search, then
fetch the appropriate records from your database using the primary key
field that you can store within Solr.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346288
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to