If you don't know you need to go with 1.4.1, choose 3.4.
Seconding what aix said, looking at the changelog, the highlights of 3.4 over 1.4.1 for me are
(from the Solr home page):
- Solr 3.4
- Post-group faceting option (group.truncate) can now compute facet counts for only the highest ranking documents per-group. (SOLR-2665).
- Solr 3.3
- Grouping / Field Collapsing
- Solr 3.1
- Numeric range facets (similar to date faceting).
- New spatial search, including spatial filtering, boosting and sorting capabilities.
- Extended dismax (edismax) query parser with support for fielded queries, enhanced relevancy, and full lucene syntax support.
- Distributed search support for the Spell check and Terms components.
- Sort results by any function query.
- JSON document indexing.
And, of course bug fixes all around and a newer Lucene. And, if you are doing any
faceting, then Solr 3.4 is strongly recommended
-- search on "Solr3" to see all the facet features not available in Solr 1.4. The date / range
faceting is vastly superior in 3.4.