2007/5/1, Evgeny Egorochkin &lt;<a href="mailto:phreedom.stdin@gmail.com">phreedom.stdin@gmail.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tuesday 01 May 2007 07:56:30 Mikkel Kamstrup Erlandsen wrote:<br>&gt; &gt; $URI(required)<br>&gt; &gt;&nbsp;&nbsp; Unique resource identifier of the property. Internally properties are<br>&gt; &gt; identified by this ID.<br>&gt; &gt;&nbsp;&nbsp; Alternative to this would be [$URI] instead of [Field].
<br>&gt;<br>&gt; I would go for the alternative since we need this to be able to have<br>&gt; multiple field defs in one file. This is because the format spec for<br>&gt; .desktop files requires that group headers are unique. I know we can&#39;t
<br>&gt; follow the .desktop spec to the letter but we might as well aim as close as<br>&gt; possible.<br><br>We&#39;ll do as you say.<br><br>&gt; &gt; $RANGE<br>&gt; &gt;&nbsp;&nbsp; Numeric property allowed value range. Default = no constraints.
<br>&gt; &gt;&nbsp;&nbsp; $RANGE=[minValue,maxValue&gt;<br>&gt; &gt;&nbsp;&nbsp; [ and ] = inclusive. &lt; and &gt; = exclusive.<br>&gt;<br>&gt; Can you mix the braces like [0,1&gt;. I&#39;m not 100% sure this syntax is<br>&gt; possible with a .desktop like spec. I&#39;m mostly worried about the [&#39;s also
<br>&gt; used for group headers.<br><br>We could use {} or () instead.<br><br>&gt; $MIN_CARDINALITY<br>&gt;<br>&gt; &gt;&nbsp;&nbsp; Minimum cardinality. Minimum number of properties of this type you must<br>&gt; &gt; set<br>&gt; &gt; for a given file.
<br>&gt; &gt;&nbsp;&nbsp; Lets specify mandatory properties. Default is 0.<br>&gt;<br>&gt; Is there any example of a mandatory property? Does it even make sense?<br><br>File name or URI?</blockquote><div><br><br>I don&#39;t see why they have to be mandatory. Not everything comes from a file.
<br><br>In the search API it is specifically avoided to use global identifiers for objects - as fx a mandatory uri would be. My opinion is that we shouldn&#39;t *force* URIs or any mandatory property onto any object.<br><br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; $MAX_CARDINALITY<br>&gt;<br>&gt; &gt;&nbsp;&nbsp; Maximum cardinality. Maximum number of properties of this type you can
<br>&gt; &gt; set<br>&gt; &gt; for a given file.<br>&gt; &gt;&nbsp;&nbsp; Default is infinity.<br>&gt; &gt;<br>&gt; &gt; $INDEXING<br>&gt; &gt;&nbsp;&nbsp; Values=fulltext, atomic, none, TBD. Default = TBD.<br>&gt;<br>&gt; Can you please describe what these values mean? I think I get it, but let&#39;s
<br>&gt; be sure :-)<br><br>I&#39;m not sure myself :)<br>Fulltext is supposed to be indexed for full-text search.</blockquote><div><br>So fulltext is text that should be tokenized, filtered for stop words, stemmed, and indexed, right? 
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Atomic is for numbers, enum-like fields(controlled vocabulary)</blockquote><div>
<br>Atomics should be indexed as one searchable chunk. No stemming, splitting, filtering. Just stick it in the index..?<br>
<br>
What about TBD?<br>
&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">None is self-explanatory.</blockquote><div><br>Yes - don&#39;t index this field. But I take it you can still retrieve the value of it... Or else there is no reason defining the field in the first place...
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;d appreaciate feedback on this. Is it always possible to derive this from
<br>field type or not?</blockquote><div><br>I don&#39;t think you can derive it always. Think of some app that stores some unique string ID along side all objects. It might want to be able to search for these IDs, but it surely don&#39;t want them tokenized just because they might contain a space. In this case the app would want to use INDEXING=atomic.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;ve intentionally omitted field properties IsWritable and<br>IsIntrinsic(Embedded). The reason for this is we never know in advance. These
<br>values should be queried for specific files.</blockquote><div><br>Yes. We discussed this on IRC and ended up agreeing that it belongs as methods in a Metadata service API. <br></div><br>This reminds me that we could use an IRC channel somewhere...
<br><br>Cheers,<br>Mikkel<br></div>