|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SearchResults in com.xpn.xwiki.plugin.lucene |
|---|
| Methods in com.xpn.xwiki.plugin.lucene that return SearchResults | |
|---|---|
SearchResults |
LucenePluginApi.getSearchResults(String query,
String languages)
Searches the configured Indexes using the specified lucene query for documents in the given languages. |
SearchResults |
LucenePluginApi.getSearchResults(String query,
String[] sortField,
String languages)
Searches the configured Indexes using the specified lucene query for documents in the given languages. |
SearchResults |
LucenePluginApi.getSearchResults(String query,
String[] sortField,
String virtualWikiNames,
String languages)
Searches the configured Indexes using the specified lucene query for documents in the given languages belonging to one of the given virtual wikis. |
SearchResults |
LucenePlugin.getSearchResults(String query,
String[] sortField,
String virtualWikiNames,
String languages,
XWikiContext context)
Deprecated. Searches all Indexes configured in xwiki.cfg (property xwiki.plugins.lucene.indexdir). |
SearchResults |
LucenePluginApi.getSearchResults(String query,
String sortField,
String languages)
Searches the configured Indexes using the specified lucene query for documents in the given languages. |
SearchResults |
LucenePluginApi.getSearchResults(String query,
String sortField,
String virtualWikiNames,
String languages)
Searches the configured Indexes using the specified lucene query for documents in the given languages belonging to one of the given virtual wikis. |
SearchResults |
LucenePlugin.getSearchResults(String query,
String sortField,
String virtualWikiNames,
String languages,
XWikiContext context)
Deprecated. Searches all Indexes configured in xwiki.cfg (property xwiki.plugins.lucene.indexdir). |
SearchResults |
LucenePluginApi.getSearchResultsFromIndexes(String query,
String[] sortField,
String indexDirs,
String languages)
Searches the named indexes using the given query for documents in the given languages |
SearchResults |
LucenePlugin.getSearchResultsFromIndexes(String query,
String[] sortFields,
String myIndexDirs,
String languages,
XWikiContext context)
Deprecated. Allows to search special named lucene indexes without having to configure them in xwiki.cfg. |
SearchResults |
LucenePluginApi.getSearchResultsFromIndexes(String query,
String indexDirs,
String languages)
Searches the named indexes using the given query for documents in the given languages |
SearchResults |
LucenePluginApi.getSearchResultsFromIndexes(String query,
String sortField,
String indexDirs,
String languages)
Searches the named indexes using the given query for documents in the given languages |
SearchResults |
LucenePlugin.getSearchResultsFromIndexes(String query,
String sortField,
String myIndexDirs,
String languages,
XWikiContext context)
Deprecated. Allows to search special named lucene indexes without having to configure them in xwiki.cfg. |
SearchResults |
LucenePlugin.getSearchResultsFromIndexes(String query,
String myIndexDirs,
String languages,
XWikiContext context)
Deprecated. Allows to search special named lucene indexes without having to configure them in xwiki.cfg. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||