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 D50E19799 for ; Fri, 13 Apr 2012 07:02:56 +0000 (UTC) Received: (qmail 87552 invoked by uid 500); 13 Apr 2012 07:02:56 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 87346 invoked by uid 500); 13 Apr 2012 07:02:56 -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 87085 invoked by uid 99); 13 Apr 2012 07:02:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 07:02:54 +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; Fri, 13 Apr 2012 07:02:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 73F973687D1 for ; Fri, 13 Apr 2012 07:02:31 +0000 (UTC) Date: Fri, 13 Apr 2012 07:02:31 +0000 (UTC) From: "Jose Carlos Campanero (Closed) (JIRA)" To: dev@chemistry.apache.org Message-ID: <626995440.20923.1334300551514.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <427255584.1781.1330503357811.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (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.= jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Carlos Campanero closed CMIS-511. -------------------------------------- =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, CMIS-511.patch, QueryTranslatorTest.= java, XPathBuilderTest.java > > > 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