|
For a given word in a word lexicon, I'd like to know the number of
times that the word occurs in all fragments. I know that with a range
index, I can get the number of occurrences for a specific value, but I
can't figure out how to do something similar with a word lexicon. Alternatively, I'd be willing to accept the number of fragments that contain the given word. I suppose that I could do a search for each word in the word lexicon to get the number of fragments that match that word, but it seems like an awkward way to do it. -Dave
|
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general

