Hi -

I'm looking at CLucene to implement the full-text search feature of XQuery:

        http://www.w3.org/TR/xpath-full-text-10/

Its query abilities are the most complicated I've seen.  Specifically, it 
allows one specify the following as part of a query:

+ occurs at {least|most} {N} times
+ {with|without} stop words
+ {with|without} wildcards
+ case sensitive | lowercase | uppercase
+ diacritics insensitive
+ {same|different} {sentence|paragraph}
+ at {start|end} | entire content

Can CLucene do all that if the queries are hand-coded?  Thanks.

- Paul
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to