Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C42E29E2C for ; Thu, 12 Apr 2012 14:49:43 +0000 (UTC) Received: (qmail 72553 invoked by uid 500); 12 Apr 2012 14:49:42 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 72473 invoked by uid 500); 12 Apr 2012 14:49:42 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 72381 invoked by uid 99); 12 Apr 2012 14:49:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 14:49:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 14:49:40 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 036083651A6 for ; Thu, 12 Apr 2012 14:49:19 +0000 (UTC) Date: Thu, 12 Apr 2012 14:49:19 +0000 (UTC) From: "Jose Carlos Campanero (Commented) (JIRA)" To: dev@chemistry.apache.org Message-ID: <683328064.17419.1334242159020.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <427255584.1781.1330503357811.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CMIS-511) Full text search still is incomplete MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CMIS-511?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D132524= 70#comment-13252470 ]=20 Jose Carlos Campanero commented on CMIS-511: -------------------------------------------- Of course, let me test it. =20 > Full text search still is incomplete > ------------------------------------ > > Key: CMIS-511 > URL: https://issues.apache.org/jira/browse/CMIS-511 > Project: Chemistry > Issue Type: Improvement > Components: opencmis-server-jcr > Reporter: Jose Carlos Campanero > Assignee: Michael D=C3=BCrig > Attachments: CMIS-511.patch > > > Full text search still is incomplete: it's not possible query by content. > In org.apache.chemistry.opencmis.jcr.query.ParseTreeWalker you can find: > private T walkTextAnd(Evaluator evaluator2, Tree node) { > // TODO Auto-generated method stub > return null; > } > =20 > private T walkTextOr(Evaluator evaluator2, Tree node) { > // TODO Auto-generated method stub > return null; > } > =20 > private T walkTextMinus(Evaluator evaluator2, Tree node) { > // TODO Auto-generated method stub > return null; > } > =20 > private T walkTextWord(Evaluator evaluator2, Tree node) { > // TODO Auto-generated method stub > return null; > } > =20 > private T walkTextPhrase(Evaluator evaluator2, Tree node) { > // TODO Auto-generated method stub > return null; > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira