Uses of Class
lumis.search.SearchAttributes
-
Packages that use SearchAttributes Package Description lumis.search -
-
Uses of SearchAttributes in lumis.search
Fields in lumis.search declared as SearchAttributes Modifier and Type Field Description protected SearchAttributes
SearchHit. attributes
Deprecated.Methods in lumis.search that return SearchAttributes Modifier and Type Method Description SearchAttributes
SearchHit. getAttributes()
Deprecated.Returns the hit'sattributes
.SearchAttributes
SearchQuery. getAttributes()
Deprecated.Returns the query'sattributes
, that define additional information to be passed to the search engine.abstract SearchAttributes
SearchResults. getAttributes()
Deprecated.Returns the result'sattributes
.Methods in lumis.search with parameters of type SearchAttributes Modifier and Type Method Description void
SearchQuery. setAttributes(SearchAttributes attributes)
Deprecated.Sets thequery's attributes
.Constructors in lumis.search with parameters of type SearchAttributes Constructor Description SearchQuery(String query, SearchAttributes attributes)
Deprecated.
-