.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
__post_init__ (self) | |
Public Member Functions inherited from searx.result_types._base.MainResult | |
int | __hash__ (self) |
normalize_result_fields (self) | |
Public Member Functions inherited from searx.result_types._base.Result | |
__post_init__ (self) | |
filter_urls (self, "Callable[[Result | LegacyResult, str, str], str | bool]" filter_func) | |
int | __hash__ (self) |
__eq__ (self, object other) | |
__setitem__ (self, str field_name, t.Any value) | |
t.Any | __getitem__ (self, str field_name) |
__iter__ (self) | |
as_dict (self) | |
defaults_from (self, "Result" other) |
Static Public Attributes | |
DateTime | date_of_publication = None |
str | comments = "" |
list | tags = [] |
str | type = "" |
list | authors = [] |
str | editor = "" |
str | publisher = "" |
str | journal = "" |
str | volume = "" |
str | pages = "" |
str | number = "" |
str | doi = "" |
list | issn = [] |
list | isbn = [] |
str | pdf_url = "" |
str | html_url = "" |
Static Public Attributes inherited from searx.result_types._base.MainResult | |
str | title = "" |
str | content = "" |
str | img_src = "" |
str | thumbnail = "" |
datetime | publishedDate = None |
str | pubdate = "" |
time | length = None |
str | views = "" |
str | author = "" |
str | metadata = "" |
PriorityType = t.Literal["", "high", "low"] | |
str | priority = "" |
set | engines = set() |
bool | open_group = False |
bool | close_group = False |
list | positions = [] |
float | score = 0 |
str | category = "" |
Static Public Attributes inherited from searx.result_types._base.Result | |
str | url = None |
str | template = "default.html" |
str | engine = "" |
urllib | parsed_url = None |
Result type suitable for displaying scientific papers and other documents.
searx.result_types.paper.Paper.__post_init__ | ( | self | ) |
Definition at line 93 of file paper.py.
References __post_init__(), date_of_publication, and searx.result_types._base.MainResult.publishedDate.
Referenced by __post_init__().
|
static |
Definition at line 41 of file paper.py.
Referenced by __post_init__().
|
static |
Definition at line 50 of file paper.py.
Referenced by searx.utils.HTMLTextExtractor.handle_endtag(), searx.utils.HTMLTextExtractor.handle_starttag(), and searx.utils.HTMLTextExtractor.is_valid_tag().