On Wed, 31 Mar 2010 13:26:14 -0700, Paul M <pjm...@yahoo.com> wrote:

whitespace-sensitive and punctuation-sensitive option when searching.
Seems that these will always require filtering? These term facts(whitespace and punctuation) are never indexed?

,"hello there"
vs
,'hello there'
vs
,"hello            there"
will require filtering/2nd pass?

If not, what db setting should I examine?


If you are doing value queries, you "exact" queries
(case-, diacritic-, whitespace-, and punctuation-sensitive)
can be resolved from the index.

For word queries, filtering is required.

//Mary

mary.holst...@marklogic.com
Principal Engineer
Mark Logic Corporation
_______________________________________________
General mailing list
General@developer.marklogic.com
http://xqzone.com/mailman/listinfo/general

Reply via email to