JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com._1c.g5.v8.dt.platform.doc
Interface IFullTextSearchResult
All Known Implementing Classes:
FullTextSearchResult
public interface
IFullTextSearchResult
A full-text search result interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getPath
()
Gets result path.
String
getSummary
()
Gets summary.
String
getTitle
()
Gets title.
Method Details
getTitle
String
getTitle
()
Gets title.
Returns:
title. Never
null
getPath
String
getPath
()
Gets result path.
Returns:
result path. Never
null
getSummary
String
getSummary
()
Gets summary.
Returns:
summary. Never
null