Hi all Could someone please advise on the current status of Lucene-Slide integration? I'm playing with CVS HEAD but can't seem to get a contains query to work from Cadaver 0.22.1. I'm trying this command:
dav:/webdav/> search contains 'license' I added some debugging to BasicExpressionFactoryTxtContainsSample.createDAVExpression(Element) which shows the Element.getTextTrim() returns "EOLlicense" (without the quotes). As a result, Lucene finds no matches. If I strip the "EOL", Lucene finds my documents as expected. I'm wondering if I'm presenting a valid search contains query, or if there is an issue with Element.getTextTrim()? On a search-related issue, I see that some code was posted to slide-developers in mid-March, but I can't find it in CVS: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09091.html. It seems to perform more comprehensive addition of documents than the CVS code. Is there a reason it's not in CVS, or am I just unable to find it? Thanks Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
