First pass at fixes/extensions/tidy ups to the search API - part of wiring FTS up as a query language MOB-568

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14361 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2009-05-19 14:06:15 +00:00
parent 418035df05
commit d195ff8542
37 changed files with 2085 additions and 1261 deletions

View File

@@ -58,16 +58,6 @@ public class SearcherComponent extends AbstractSearcherComponent
this.indexerAndSearcherFactory = indexerAndSearcherFactory;
}
public ResultSet query(StoreRef store,
String language,
String query,
Path[] queryOptions,
QueryParameterDefinition[] queryParameterDefinitions)
{
SearchService searcher = indexerAndSearcherFactory.getSearcher(store, true);
return searcher.query(store, language, query, queryOptions, queryParameterDefinitions);
}
public ResultSet query(StoreRef store, QName queryId, QueryParameter[] queryParameters)
{
// TODO Auto-generated method stub