Uses of Class
com.dotmarketing.util.LuceneHits

Packages that use LuceneHits
com.dotmarketing.portlets.contentlet.factories   
com.dotmarketing.util   
com.dotmarketing.viewtools   
 

Uses of LuceneHits in com.dotmarketing.portlets.contentlet.factories
 

Methods in com.dotmarketing.portlets.contentlet.factories that return LuceneHits
static LuceneHits ContentletFactory.getContentsByStructureAndCategoryListWithLucene(Structure structure, java.lang.String categoryInodelist, java.lang.String searchCondition, java.lang.String orderFieldName, int offset, int maxResults)
           
static LuceneHits ContentletFactory.indexSearch(Structure st, java.util.Map fieldsSearch, boolean usingDBNames, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.util.Map fieldsSearch, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String query, boolean deleted, int offset, int limit, java.lang.String sortBy)
           
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String keywords, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String keywords, boolean deleted, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String keywords, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearchByField(Structure st, java.lang.String keywords, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String searchfield, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
 

Uses of LuceneHits in com.dotmarketing.util
 

Methods in com.dotmarketing.util that return LuceneHits
static LuceneHits LuceneUtils.searchInCurrentIndex(Query query, int offset, int limit, java.lang.String sortBy)
           
static LuceneHits LuceneUtils.searchInReindexationIndex(Query query, int offset, int limit, java.lang.String sortBy)
           
 

Uses of LuceneHits in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools with parameters of type LuceneHits
 java.util.List<java.lang.String> ContentsWebAPI.getContentsPathsFromLuceneHits(LuceneHits assets, boolean working)
          This methods retrieves the disk paths for a list of contents hits retrieved from lucene this method is used in the dynamic containers code to get the list of contents paths
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.