We're continuing to use and develop dm-solr-adapter in-house.  It's still
pretty rough on the edges, but we would like to bring it to 1.0
functionality as open-source.

Some issues we've been dealing with:
- large queries break when lazily evaluated, because the follow-up query
asks for a set containing more args than a default Solr schema supports
(1024)
- attaching dynamic fields to DM (like score) and having them behave well,
e.g. w/ sort!
- integrating raw solr search w/ nested DM queries (related prob w/ sets of
composite keys)
- doing CRUD in batch on the solr end

We use it primarily for doing complex solr queries w/ the convenience of DM
CRUD.

-Gary

On Tue, Dec 2, 2008 at 2:29 AM, datamapper group
<[EMAIL PROTECTED]>wrote:

> It appears as if there are dm adapters for these:
>
> http://github.com/lritter/dm-solr-adapter/tree/master
> http://github.com/joshaven/dm-xapian/tree/master
>
> They both don't appear to be fully working tho, and probably need some
> tweaking to work with dm-is-searchable.
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to