Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Created January 3, 2014 21:53
Show Gist options
  • Select an option

  • Save eedeebee/8247364 to your computer and use it in GitHub Desktop.

Select an option

Save eedeebee/8247364 to your computer and use it in GitHub Desktop.
Search options with word field constraint
<options xmlns="http://marklogic.com/appservices/search">
<search-option>unfiltered</search-option>
<quality-weight>0</quality-weight>
<return-plan>true</return-plan>
<debug>true</debug>
<constraint name="tweet">
<word>
<field name="tweet"/>
</word>
</constraint>
</options>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment