|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryDescription | |
---|---|
com.stratelia.silverpeas.pdcPeas.model | |
com.stratelia.webactiv.beans.admin.indexation | |
org.silverpeas.search | |
org.silverpeas.search.searchEngine.model |
Uses of QueryDescription in com.stratelia.silverpeas.pdcPeas.model |
---|
Methods in com.stratelia.silverpeas.pdcPeas.model that return QueryDescription | |
---|---|
QueryDescription |
QueryParameters.getQueryDescription(String searchingUser,
String searchingLanguage)
|
Uses of QueryDescription in com.stratelia.webactiv.beans.admin.indexation |
---|
Methods in com.stratelia.webactiv.beans.admin.indexation that return QueryDescription | |
---|---|
QueryDescription |
IndexedUserQueryBuilder.build()
|
Methods in com.stratelia.webactiv.beans.admin.indexation with parameters of type QueryDescription | |
---|---|
List<UserDetail> |
UserIndexation.findUserFromQuery(QueryDescription queryDescription)
Finds the users that match the specified query. |
Uses of QueryDescription in org.silverpeas.search |
---|
Methods in org.silverpeas.search with parameters of type QueryDescription | |
---|---|
PlainSearchResult |
SearchEngine.search(QueryDescription query)
Search the index for the required documents. |
PlainSearchResult |
SimpleSearchEngine.search(QueryDescription query)
Search the index for the required documents. |
Uses of QueryDescription in org.silverpeas.search.searchEngine.model |
---|
Methods in org.silverpeas.search.searchEngine.model with parameters of type QueryDescription | |
---|---|
protected org.apache.lucene.search.TermRangeQuery |
WAIndexSearcher.getRangeQueryOnCreationDate(QueryDescription query)
|
protected org.apache.lucene.search.TermRangeQuery |
WAIndexSearcher.getRangeQueryOnLastUpdateDate(QueryDescription query)
|
protected org.apache.lucene.search.TermQuery |
WAIndexSearcher.getTermQueryOnAuthor(QueryDescription query)
|
protected org.apache.lucene.search.PrefixQuery |
WAIndexSearcher.getTermQueryOnFolder(QueryDescription query)
|
MatchingIndexEntry[] |
WAIndexSearcher.search(QueryDescription query)
Search the documents of the given component's set. |
String[] |
DidYouMeanSearcher.suggest(QueryDescription queryDescription)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |