I really need move from dataobjects 3 to 4 for my next bit of work, but need text searching on a couple of fields. Any idea on the best way of combining lucene with Dataobjects 4.

This thread was imported from our support forum. The original discussion may contain more detailed answer.

asked Oct 21 '09 at 07:55

Tony's gravatar image

Tony
53262628


One Answer:

How much time do you have to make full-text indexing working in your application?

I'm thinking if it's ok for you to wait till we do this for DO4 (November-December dependently on other features), or it's better to make your own implementation. This must be pretty simple, if you won't plan to get something quite generic here (obviously, we need a generic API, but you may stick to anything that suits just you).

Local collections allows to "push" Lucene query results into our own queries with ease - moreover, you can push millions of results by this way. Everything else must be straighten-forward: you must listen Entity events and update Lucene indexes on changes.

On the other hand... Getting a generic implementation faster would be cool as well... But I know we won't be able to do anything here at least till mid-November.

So write your thoughts - I'd be glad to help.

answered Oct 21 '09 at 08:34

Alex%20Yakunin's gravatar image

Alex Yakunin
29714412

Tony wrote: Great, Local collections looks just what I want to keep me going untill you add text search to DO 4.

(Oct 21 '09 at 08:34) Editor Editor's gravatar image
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

Subscription:

Once you sign in you will be able to subscribe for any updates here

Tags:

×574

Asked: Oct 21 '09 at 07:55

Seen: 4,381 times

Last updated: Oct 21 '09 at 07:55

powered by OSQA