This file is indexed.

/usr/share/doc/python-elasticsearch-curator-doc/html/_sources/actionclasses.txt is in python-elasticsearch-curator-doc 4.2.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.. _actionclasses:

Action Classes
==============

.. seealso:: It is important to note that each action has a `do_action()`
          method, which accepts no arguments.  This is the means by which all
          actions are executed.

* `Alias`_
* `Allocation`_
* `Close`_
* `ClusterRouting`_
* `DeleteIndices`_
* `DeleteSnapshots`_
* `ForceMerge`_
* `Open`_
* `Replicas`_
* `Snapshot`_


Alias
-----
.. autoclass:: curator.actions.Alias
   :members:

Allocation
----------
.. autoclass:: curator.actions.Allocation
  :members:

Close
-----
.. autoclass:: curator.actions.Close
  :members:

ClusterRouting
--------------
.. autoclass:: curator.actions.ClusterRouting
  :members:

DeleteIndices
-------------
.. autoclass:: curator.actions.DeleteIndices
   :members:

DeleteSnapshots
---------------
.. autoclass:: curator.actions.DeleteSnapshots
  :members:

ForceMerge
----------
.. autoclass:: curator.actions.ForceMerge
  :members:

Open
----
.. autoclass:: curator.actions.Open
   :members:

Replicas
--------
.. autoclass:: curator.actions.Replicas
  :members:

Snapshot
--------
.. autoclass:: curator.actions.Snapshot
  :members:

Restore
-------
.. autoclass:: curator.actions.Restore
  :members: