iotashan / cfsolrlib

ColdFusion library for advanced Solr integration
MIT License
30 stars 16 forks source link

Several local function variables are not var scoped and literal data cannot be added with indexing a file #2

Closed seancoyne closed 13 years ago

seancoyne commented 13 years ago

These commits fix two issues. First, several functions had local variables that were not var scoped. The second addresses issue #1 and allows for literal data to be added when indexing a file.