thanks anyway Chris, but this is just part of the query the simple
part, not the advanced.

Lucene isn't being used here but we _are_ going to use SQLServer's
FREETEXT functionality (similar, uses Index Server) with it's CONTAINS
and NEAR predicates:

Where contains(author,'"Doctor" NEAR "Zeuss"')
and contains (title, '"Horton Hears A Hoo"' )
and contains (abstract, '"children*" NEAR "stories"')




On Thu, Sep 25, 2008 at 2:01 PM, Chris Velevitch
<[EMAIL PROTECTED]> wrote:
>
> I've haven't had any experience doing this, but might I suggest you
> look at lucene. My thinking here is that since lucene is a free text
> search engine written in java, you could add the lucene jars to the cf
> classpath and call the various lucene api methods directly.
>
>
> Chris
> --
> Chris Velevitch
> Manager - Adobe Platform Users Group, Sydney
> m: 0415 469 095
> www.apugs.org.au
>
> Adobe Platform Users Group, Sydney
> September meeting: It's Going To Be Brilliant
> Date: Mon 29th September 6pm for 6:30 start
> Details and RSVP on http://apugs2008september.eventbrite.com
>
> >
>

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

Reply via email to