On Tue, 23 Oct 2012 10:17:11 -0700, David Lee <[email protected]> wrote:
> One more question unanswered ( please correct me if I am wrong). > > On data Ingest ... if range indexes are created and the document has a > schema then the schema is used to help type coercion of the values. > I found this in particular for list values where "1 2 3" could only make > sense as a list of integers with a schema, so that implies that schema > is read on (some?) cases of range index population. > Since you wouldnt know without looking in the schema, I am presuming the > schema DB is searched for ALL ingested data documents (well most likely > the cached schema document table) > Yes. Schemas are also used to determine whether a range index is a list type. //Mary _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
