Hi, Is there a way we can turn the Search Indexing off in Jackrabbit? If so, which is the configurable parameter and where can we configure that?
Thanks Anit -----Original Message----- From: Guo Du [mailto:[email protected]] Sent: Monday, November 02, 2009 12:56 PM To: [email protected] Subject: Re: Finding NodeName using SQL Query Analyzer On Mon, Nov 2, 2009 at 7:57 PM, pkrishna <[email protected]> wrote: > Is there a way for me to query the database for Node A using a where > criteria? Which table should I query against? Is this possible at all. You may have a look the ddl files in package org.apache.jackrabbit.core.persistence.db. Different db have different id implementation. If you have the id, in theory you could query the node. But it doesn't make too much sense as the data encoded as binary. -Guo
