On Sat, Feb 13, 2010 at 12:21 PM, donfranciscodequevedo <
[email protected]> wrote:

> Hi David,
>
> searching for lucene and Liftweb, I found this post from you
> "Neat. Using Lucene and Hadoop was one of the driving factors for me
> to learn Scala and write lift."
>

Yeah... that's what started me on the path to Scala and Lift... I was
working on FeedsLike.us, but I put that project aside.


> So is there some recommended way of how to do this in Lift/Scala?


None that I know of.


> Or
> is it just as simple as including the Java Lucene package in Liftweb
> and connecting Lucene to the DB?


Yes.


> I am especially interested of getting
> an index of OR Mapped Data.
>
> Perhaps I should point out, what I would be able to do:
> Let's say we have an Contact Class mapped to the Database, with
> Firstname, Sirname, Telnumber, email  and Address fields (City,
> Streetname, Zip, etc.). When I do a search, I would like to be able to
> search all of theses fields.
>
> What's the best approach to do this with Lift?
>

Add a function to the MetaMapper afterSave and afterDelete methods to record
the change to Lucene.


>
>
> Best regards
>
> Gregor
>
> On Feb 13, 2:23 am, Randinn <[email protected]> wrote:
> > There was mention about Lucene and Lift in the Ebook and the Liftbook
> > group but I don't know how far they got into it.
> >
> > On Feb 13, 10:14 am, David Pollak <[email protected]>
> > wrote:
> >
> > > On Fri, Feb 12, 2010 at 11:43 AM, donfranciscodequevedo <
> >
> > > [email protected]> wrote:
> > > > Hi,
> >
> > > > I searched for this on the groups, but didn't find a clear statement.
> >
> > > > I'm new to Lift and just wanted to clear this out:  Is full text
> > > > indexing and searching(e.g. Lucene)  already included in the Lift
> > > > Framework or not?
> >
> > > There's no Lift/Lucene module that I know of, although at one point
> ESME (http://incubator.apache.org/esme/) had Lift/Lucene integration.
> >
> > > > Thx
> >
> > > > Gregor
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups
> > > > "Lift" group.
> > > > To post to this group, send email to [email protected].
> > > > To unsubscribe from this group, send email to
> > > > [email protected]<liftweb%[email protected]>
> <liftweb%[email protected]<liftweb%[email protected]>
> >
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/liftweb?hl=en.
> >
> > > --
> > > Lift, the simply functional web frameworkhttp://liftweb.net
> > > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > > Follow me:http://twitter.com/dpp
> > > Surf the harmonics
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<liftweb%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" 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/liftweb?hl=en.

Reply via email to