|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchAttributes | |
---|---|
lumis.search | Provides classes for implementing search services integrated to Lumis Portal. |
lumis.search.lucene |
Uses of SearchAttributes in lumis.search |
---|
Fields in lumis.search declared as SearchAttributes | |
---|---|
protected SearchAttributes |
SearchHit.attributes
|
Methods in lumis.search that return SearchAttributes | |
---|---|
abstract SearchAttributes |
SearchResults.getAttributes()
Returns the result's attributes . |
SearchAttributes |
SearchQuery.getAttributes()
Returns the query's attributes , that define additional information
to be passed to the search engine. |
SearchAttributes |
SearchHit.getAttributes()
Returns the hit's attributes . |
Methods in lumis.search with parameters of type SearchAttributes | |
---|---|
void |
SearchQuery.setAttributes(SearchAttributes attributes)
Sets the query's attributes . |
Constructors in lumis.search with parameters of type SearchAttributes | |
---|---|
SearchQuery(String query,
SearchAttributes attributes)
Constructs a SearchQuery object with the given user query
and attributes . |
Uses of SearchAttributes in lumis.search.lucene |
---|
Fields in lumis.search.lucene declared as SearchAttributes | |
---|---|
protected SearchAttributes |
LuceneSearchResults.attributes
|
Methods in lumis.search.lucene that return SearchAttributes | |
---|---|
SearchAttributes |
LuceneSearchResults.getAttributes()
|
Methods in lumis.search.lucene with parameters of type SearchAttributes | |
---|---|
protected List<String> |
LuceneSearcher.getIndexBasePaths(SearchAttributes searchAttributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |