public class DirectoryMultiviewSearchService extends Object implements IDirectoryMultiviewSearchService
BEAN_NAME| Constructor and Description |
|---|
DirectoryMultiviewSearchService()
Constructor
|
DirectoryMultiviewSearchService(org.apache.lucene.search.IndexSearcher indexSearcher,
org.apache.lucene.analysis.Analyzer analyzer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
filterBySearchedText(IRecordPanel recordPanel,
String strSearchText)
Filter the list of DirectoryRecordItem of the given RecordPanel by the record result obtains by the search of the given term
|
public DirectoryMultiviewSearchService()
public DirectoryMultiviewSearchService(org.apache.lucene.search.IndexSearcher indexSearcher,
org.apache.lucene.analysis.Analyzer analyzer)
throws fr.paris.lutece.portal.service.util.AppException
indexSearcher - The IndexSearcher to use for made the searchanalyzer - The Analyzer to use for parsing the query of the searchfr.paris.lutece.portal.service.util.AppException - - if one of the given parameters are missingpublic void filterBySearchedText(IRecordPanel recordPanel, String strSearchText)
filterBySearchedText in interface IDirectoryMultiviewSearchServicerecordPanel - The RecordPanel to retrieve the list of DirectryRecordItem fromstrSearchText - The term to search on the recordCopyright © 2020 City of Paris. All rights reserved.