Hi Peder,

Slide supports DASL queries through the webdav servlet.  You can query for
resources by property value, and perform full text search against the
content.

Text search against content is optimized by a Lucene index.  The properties
aren't currently indexed by Lucene, but I think full text search for
properties still works using a default brute force search.  I'm not sure
about the performance.

There isn't much documentation on search, but take a look at the
documentation for DASL.  Full Text search is done by having a contains
condition in the where clause.

I think there is also a new DASL implementation for one of the database
stores.  

-Ryan Rhodes
 
-----Original Message-----
From: Peder Nordvaller [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 02, 2004 7:58 AM
To: Slide Users Mailing List
Subject: Searching in Slide

Hi, I've been working with slide for a bit and it's been working just fine
most of the time. I'm now working with a lot of content and nodes in Slide
and the way I've been searching for things is getting sluggish. I am working
directly towards the helpers but I'm not using the SearchImpl class because
I haven't had time to check it out. When I search I get the children of a
node and get their properties, check them for keywords and continue on with
the childrens children in the same fashion. This is taking way too much time
with some 60k nodes and I have had to do some caching to make it work at all
in a useful way. 

My questions are: Is there any things I can do to speed up getting
information out of nodes (properties etc)?
How fast is the built-in slide Search? Is there any documentation on how to
make use of it?

Sincerely, Peder Nordvaller

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to