| Server IP : 54.37.205.81 / Your IP : 216.73.216.76 Web Server : nginx/1.22.1 System : Linux vps-249481fa 6.1.0-50-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64 User : debian ( 1000) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/lunr/__pycache__/ |
Upload File : |
�
WIb+ � �b � d dl mZ G d� de� � Z G d� d� � Z G d� d� � ZdS ) � )�Enumc � � e Zd ZdZdZdZdZdS )�
QueryPresencezBDefines possible behaviours for the term's presence in a document.� � � N)�__name__�
__module__�__qualname__�__doc__�OPTIONAL�REQUIRED�
PROHIBITED� � �,/usr/lib/python3/dist-packages/lunr/query.pyr r s# � � � � � �L�L��H��H��J�J�Jr r c �@ � e Zd ZdZdZdZdZdZd� Zd� Z d� Z
d � Zd
� ZdS )�Querya A `lunr.Query` provides a programmatic way of defining queries to be
performed against a `lunr.Index`.
Prefer constructing a `lunr.Query` using `the lunr.Index.query` method
so the query object is pre-initialized with the right index fields.
�*r r r c �"