In this example, a generic query likeluxurywould only match thenamefield. However, if you need to target the private field, you can do so explicitly, such as withdescription:luxury. Serializer Usage // Returns the AST (Abstract Syntax Tree)constast=newQueryParser('gender:*ale OR age:>55')...
Query Syntax Liqe uses Liqe Query Language (LQL), which is heavily inspired by Lucene but extends it in various ways that allow a more powerful search experience. # search for "foo" term anywhere in the document (case insensitive)foo# search for "foo" term anywhere in the document (case...