Package | Description |
---|---|
com.logicaldoc.core.searchengine |
Modifier and Type | Field and Description |
---|---|
protected List<Hit> |
Search.hits |
Modifier and Type | Method and Description |
---|---|
Hit |
StandardSearchEngine.getHit(long id) |
Hit |
SearchEngine.getHit(long id) |
Hit |
TagSearch.HitMapper.mapRow(ResultSet rs,
int rowNum) |
Hit |
FulltextSearch.HitMapper.mapRow(ResultSet rs,
int rowNum) |
Hit |
FolderSearch.HitMapper.mapRow(ResultSet rs,
int rowNum) |
Hit |
Hits.next() |
static Hit |
Hits.toHit(org.apache.solr.common.SolrDocument sdoc) |
Modifier and Type | Method and Description |
---|---|
List<Hit> |
Search.getHits() |
List<Hit> |
Search.search()
Perform the search
|
Modifier and Type | Method and Description |
---|---|
int |
Hit.compareTo(Hit other) |
Constructor and Description |
---|
FulltextSearch.HitMapper(Map<Long,Hit> hitsMap) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.