2007/1/16, Jean-Francois Dockes <[EMAIL PROTECTED]>:

Mikkel Kamstrup Erlandsen writes:
> I uploaded my first draft of a XML query language proposal for the
Wasabi
> desktop search spec.
> [skip]
> Feedback urgently needed. Cheers,


I have to admit that the example requests make more sense for me than the
xsd file :)


Hehe, I also had to learn to speak schema to write it :-)



- About distance also, you may want to say things like:
         (caudal or dorsal) prox vertebra
   I am not sure that this is allowed by the current
   definition. (Ref: [CQL]).


is this not equivalent to:

<or>
 <proximity>
   <property name="body">
   <string>caudal</string>
   <string>vertebra</string>
 </proximity>

 <proximity>
   <property name="body">
   <string>dorsal</string>
   <string>vertebra</string>
 </proximity>
</or>

? The Xapian query compiler would probably optimise this to " (caudal or
dorsal) prox vertebra" - but I hjonestly don't know anything about that...

Cheers,
Mikkel
_______________________________________________
xdg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xdg

Reply via email to