|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jcr.service.jcrsearch.JcrSearchService
public class JcrSearchService
JcrSearchService
Method Summary | |
---|---|
static JcrSearchService |
getInstance()
Gets the JcrSearchService instance |
List<String> |
getMIMETypeList()
Finds MIME types of all jsr170 indexed documents |
List<fr.paris.lutece.portal.service.search.SearchResult> |
getSearchResults(String strQuery,
boolean bTitle,
String strOperator,
Date dateBegin,
Date dateEnd,
String strMIMEType,
fr.paris.lutece.portal.service.security.LuteceUser user)
Returns search results |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JcrSearchService getInstance()
public List<fr.paris.lutece.portal.service.search.SearchResult> getSearchResults(String strQuery, boolean bTitle, String strOperator, Date dateBegin, Date dateEnd, String strMIMEType, fr.paris.lutece.portal.service.security.LuteceUser user)
strQuery
- the search querybTitle
- true if the query must search on the title field onlystrOperator
- dateBegin
- the date after which results must have been edited (inclusive)dateEnd
- the date before which results must have been edited (exclusive)strMIMEType
- the MIME type to search onuser
- the registered lutece user from who the query occurred
public List<String> getMIMETypeList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |