You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Gao Jun <ga...@yahoo.com> on 2004/11/08 07:20:53 UTC

Wildcard search in Slide

Hi,
 
I've read from WebDAV Search spec that webdav search
could support "wildcard" search using "like" syntax. 

http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
5.15 DAV:like

I'd like to know whether this is supported by Silde currently?
 
regards,
 
Jun

			
---------------------------------
Do you Yahoo!?
 Check out the new Yahoo! Front Page. www.yahoo.com

Re: Wildcard search in Slide

Posted by Stefan Lützkendorf <lu...@apache.org>.
This is available on the cvs HEAD. It works with the basic 
implementation and the new lucene based index store.
Stefan

Carlos Villegas wrote:

> Is this being worked on some CVS branch? I have some code that adds 
> support for the latest draft, including typed-literal and the like 
> operator. I was going to send it to the list if there's interest.
> 
> Carlos
> 
> Stefan Lützkendorf wrote:
> 
>> This will be supported in slide 2.2.
>> Stefan
>>
>> Gao Jun wrote:
>>
>>> Hi,
>>>  
>>> I've read from WebDAV Search spec that webdav search
>>> could support "wildcard" search using "like" syntax.
>>> http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
>>> 5.15 DAV:like
>>>
>>> I'd like to know whether this is supported by Silde currently?
>>>  
>>> regards,
>>>  
>>> Jun
>>>
>>>            ---------------------------------
>>> Do you Yahoo!?
>>>  Check out the new Yahoo! Front Page. www.yahoo.com
>>
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Wildcard search in Slide

Posted by Carlos Villegas <ca...@uniscope.jp>.
Is this being worked on some CVS branch? I have some code that adds 
support for the latest draft, including typed-literal and the like 
operator. I was going to send it to the list if there's interest.

Carlos

Stefan Lützkendorf wrote:
> This will be supported in slide 2.2.
> Stefan
> 
> Gao Jun wrote:
> 
>> Hi,
>>  
>> I've read from WebDAV Search spec that webdav search
>> could support "wildcard" search using "like" syntax.
>> http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
>> 5.15 DAV:like
>>
>> I'd like to know whether this is supported by Silde currently?
>>  
>> regards,
>>  
>> Jun
>>
>>            
>> ---------------------------------
>> Do you Yahoo!?
>>  Check out the new Yahoo! Front Page. www.yahoo.com
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: SV: SV: Wildcard search in Slide

Posted by Stefan Lützkendorf <lu...@apache.org>.
Yes, thats an extension currently avalable in slide. It works like
"like %anyWord%". This will be depricated in the next release because it 
is not part of the dasl spec.
Stefan

Erik Sandström wrote:

> Sorry. I ment " propcontains" not "contains".
> 
> Erik
> 
> 
> -----Ursprungligt meddelande-----
> Från: Stefan Lützkendorf [mailto:luetzkendorf@apache.org] 
> Skickat: den 8 november 2004 10:01
> Till: Slide Users Mailing List
> Ämne: Re: SV: Wildcard search in Slide
> 
> like and contains are not the same.
> like will operate on property values and contains on resource content.
> 
> Stefan
> 
> Erik Sandström wrote:
> 
> 
>>Hi,
>>
>>If you are using the rdbms store you can make a search with "contains"
>>criterias until Slide 2.2 is released. (Maybe you can do that with the
> 
> other
> 
>>stores to. I have only used the database store.)
>>
>>Regards,
>>Erik
>>
>>-----Ursprungligt meddelande-----
>>Från: Stefan Lützkendorf [mailto:luetzkendorf@apache.org] 
>>Skickat: den 8 november 2004 09:30
>>Till: Slide Users Mailing List
>>Ämne: Re: Wildcard search in Slide
>>
>>This will be supported in slide 2.2.
>>Stefan
>>
>>Gao Jun wrote:
>>
>>
>>>Hi,
>>>
>>>I've read from WebDAV Search spec that webdav search
>>>could support "wildcard" search using "like" syntax. 
>>>
>>>http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
>>>5.15 DAV:like
>>>
>>>I'd like to know whether this is supported by Silde currently?
>>>
>>>regards,
>>>
>>>Jun
>>>
>>>			
>>>---------------------------------
>>>Do you Yahoo!?
>>>Check out the new Yahoo! Front Page. www.yahoo.com
>>
>>
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


SV: SV: Wildcard search in Slide

Posted by Erik Sandström <er...@vitaminapplications.se>.
Sorry. I ment " propcontains" not "contains".

Erik


-----Ursprungligt meddelande-----
Från: Stefan Lützkendorf [mailto:luetzkendorf@apache.org] 
Skickat: den 8 november 2004 10:01
Till: Slide Users Mailing List
Ämne: Re: SV: Wildcard search in Slide

like and contains are not the same.
like will operate on property values and contains on resource content.

Stefan

Erik Sandström wrote:

> Hi,
> 
> If you are using the rdbms store you can make a search with "contains"
> criterias until Slide 2.2 is released. (Maybe you can do that with the
other
> stores to. I have only used the database store.)
> 
> Regards,
> Erik
> 
> -----Ursprungligt meddelande-----
> Från: Stefan Lützkendorf [mailto:luetzkendorf@apache.org] 
> Skickat: den 8 november 2004 09:30
> Till: Slide Users Mailing List
> Ämne: Re: Wildcard search in Slide
> 
> This will be supported in slide 2.2.
> Stefan
> 
> Gao Jun wrote:
> 
>>Hi,
>> 
>>I've read from WebDAV Search spec that webdav search
>>could support "wildcard" search using "like" syntax. 
>>
>>http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
>>5.15 DAV:like
>>
>>I'd like to know whether this is supported by Silde currently?
>> 
>>regards,
>> 
>>Jun
>>
>>			
>>---------------------------------
>>Do you Yahoo!?
>> Check out the new Yahoo! Front Page. www.yahoo.com
> 
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: SV: Wildcard search in Slide

Posted by Stefan Lützkendorf <lu...@apache.org>.
like and contains are not the same.
like will operate on property values and contains on resource content.

Stefan

Erik Sandström wrote:

> Hi,
> 
> If you are using the rdbms store you can make a search with "contains"
> criterias until Slide 2.2 is released. (Maybe you can do that with the other
> stores to. I have only used the database store.)
> 
> Regards,
> Erik
> 
> -----Ursprungligt meddelande-----
> Från: Stefan Lützkendorf [mailto:luetzkendorf@apache.org] 
> Skickat: den 8 november 2004 09:30
> Till: Slide Users Mailing List
> Ämne: Re: Wildcard search in Slide
> 
> This will be supported in slide 2.2.
> Stefan
> 
> Gao Jun wrote:
> 
>>Hi,
>> 
>>I've read from WebDAV Search spec that webdav search
>>could support "wildcard" search using "like" syntax. 
>>
>>http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
>>5.15 DAV:like
>>
>>I'd like to know whether this is supported by Silde currently?
>> 
>>regards,
>> 
>>Jun
>>
>>			
>>---------------------------------
>>Do you Yahoo!?
>> Check out the new Yahoo! Front Page. www.yahoo.com
> 
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


SV: Wildcard search in Slide

Posted by Erik Sandström <er...@vitaminapplications.se>.
Hi,

If you are using the rdbms store you can make a search with "contains"
criterias until Slide 2.2 is released. (Maybe you can do that with the other
stores to. I have only used the database store.)

Regards,
Erik

-----Ursprungligt meddelande-----
Från: Stefan Lützkendorf [mailto:luetzkendorf@apache.org] 
Skickat: den 8 november 2004 09:30
Till: Slide Users Mailing List
Ämne: Re: Wildcard search in Slide

This will be supported in slide 2.2.
Stefan

Gao Jun wrote:
> Hi,
>  
> I've read from WebDAV Search spec that webdav search
> could support "wildcard" search using "like" syntax. 
> 
> http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
> 5.15 DAV:like
> 
> I'd like to know whether this is supported by Silde currently?
>  
> regards,
>  
> Jun
> 
> 			
> ---------------------------------
> Do you Yahoo!?
>  Check out the new Yahoo! Front Page. www.yahoo.com

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Wildcard search in Slide

Posted by Stefan Lützkendorf <lu...@apache.org>.
This will be supported in slide 2.2.
Stefan

Gao Jun wrote:
> Hi,
>  
> I've read from WebDAV Search spec that webdav search
> could support "wildcard" search using "like" syntax. 
> 
> http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html
> 5.15 DAV:like
> 
> I'd like to know whether this is supported by Silde currently?
>  
> regards,
>  
> Jun
> 
> 			
> ---------------------------------
> Do you Yahoo!?
>  Check out the new Yahoo! Front Page. www.yahoo.com

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org