Support Resources

LucidWorks Forum
KnowledgeBase

LucidWorks Platform v2.0

PDF Version

Older Versions

LWE Guide 1.8
LWE Guide 1.7
LWE Guide 1.6

This is the documentation for LucidWorks Platform v2.0, the latest release is v2.1.

Skip to end of metadata
Go to start of metadata

In addition to the Lucene range syntax, the LucidWorks query parser supports the standard collection of relational operators (also known as comparative operators, '==', '!=', '<', '<=', '>=', and '>'), for example:

  • Nevada politics >= dateCreated: 2003
  • Nevada politics dateCreated: >= 2003

Whitespace may be freely used both before and after a relational operator.

Other term prefix modifiers, such as a field name and term keyword options, can be combined with a relational operator, in any order. For example, the following queries are equivalent:

  • cat nosyn:body: < dog
  • cat < nosyn:body: dog
  • cat nosyn:body: <dog
  • cat nosyn: <body: dog
  • cat nosyn: < body: dog
  • cat nosyn: body: < dog
  • cat nosyn: body: <dog

The '==' and '!=' relational operators are equivalent to the '+' and '-' term operators. So, these queries are equivalent:

  • cat +dog -fox
  • cat ==dog !=fox
  • cat == dog != fox

Labels

lwdg lwdg Delete
copy copy Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.